summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igbvf
diff options
context:
space:
mode:
authorToshiaki Makita2015-01-29 12:37:07 +0100
committerDavid S. Miller2015-01-31 03:03:47 +0100
commitd4bcef3fbe887ff93b58da4fcf6df1eee416e8fa (patch)
treecf4ad1600694c60733d7696727d7112acbc6e85c /drivers/net/ethernet/intel/igbvf
parentnet: sctp: fix passing wrong parameter header to param_type2af in sctp_proces... (diff)
downloadkernel-qcow2-linux-d4bcef3fbe887ff93b58da4fcf6df1eee416e8fa.tar.gz
kernel-qcow2-linux-d4bcef3fbe887ff93b58da4fcf6df1eee416e8fa.tar.xz
kernel-qcow2-linux-d4bcef3fbe887ff93b58da4fcf6df1eee416e8fa.zip
net: Fix vlan_get_protocol for stacked vlan
vlan_get_protocol() could not get network protocol if a skb has a 802.1ad vlan tag or multiple vlans, which caused incorrect checksum calculation in several drivers. Fix vlan_get_protocol() to retrieve network protocol instead of incorrect vlan protocol. As the logic is the same as skb_network_protocol(), create a common helper function __vlan_get_protocol() and call it from existing functions. Signed-off-by: Toshiaki Makita <makita.toshiaki@lab.ntt.co.jp> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/intel/igbvf')
0 files changed, 0 insertions, 0 deletions