]> git.samba.org - sfrench/cifs-2.6.git/commit
[VLAN]: Fix hardware rx csum errors
authorStephen Hemminger <shemminger@osdl.org>
Thu, 15 Dec 2005 00:23:16 +0000 (16:23 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 15 Dec 2005 00:23:16 +0000 (16:23 -0800)
commita388442c3798a345d131ff8b9d6dea0bfda3fefc
tree9c7496cdbc56e6ca0ea17d18ef7feb723606b2e2
parent28247644cc07b54a798d997631d01531f2d9acfd
[VLAN]: Fix hardware rx csum errors

Receiving VLAN packets over a device (without VLAN assist) that is
doing hardware checksumming (CHECKSUM_HW), causes errors because the
VLAN code forgets to adjust the hardware checksum.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/8021q/vlan_dev.c