backports: handle no_fcs change in struct sk_buff
authorStefan Assmann <sassmann@kpanic.de>
Fri, 16 May 2014 11:21:16 +0000 (13:21 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 1 Jun 2014 22:16:14 +0000 (00:16 +0200)
commitb84a68f567584135d433111daca2bcb23b5f98cf
tree8e861d53443f0f1a553aab2ee1b9b21788be3933
parentb0473cc66296a76c7bae383aab7dc5b9ec396ba3
backports: handle no_fcs change in struct sk_buff

In kernel 3.4 a new field no_fcs was introduced to struct sk_buff.
Address this by putting ifdef around the code.

commit 3bdc0eba0b8b47797f4a76e377dd8360f317450f
Author: Ben Greear <greearb@candelatech.com>
Date:   Sat Feb 11 15:39:30 2012 +0000

    net: Add framework to allow sending packets with customized CRC.

git describe --contains 3bdc0eba0b8b47797f4a76e377dd8360f317450f
v3.4-rc1~177^2~207

Signed-off-by: Stefan Assmann <sassmann@kpanic.de>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
patches/collateral-evolutions/network/0035-skb_no_fcs/INFO [new file with mode: 0644]
patches/collateral-evolutions/network/0035-skb_no_fcs/igb_skb_no_fcs.patch [new file with mode: 0644]