Staging
v0.8.1
https://github.com/torvalds/linux
Revision a388442c3798a345d131ff8b9d6dea0bfda3fefc authored by Stephen Hemminger on 15 December 2005, 00:23:16 UTC, committed by David S. Miller on 15 December 2005, 00:23:16 UTC
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>
1 parent 2824764
Raw File
Tip revision: a388442c3798a345d131ff8b9d6dea0bfda3fefc authored by Stephen Hemminger on 15 December 2005, 00:23:16 UTC
[VLAN]: Fix hardware rx csum errors
Tip revision: a388442
.gitignore
#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
# Normal rules
#
.*
*.o
*.a
*.s
*.ko
*.mod.c

#
# Top-level generic files
#
vmlinux*
System.map
Module.symvers

#
# Generated include files
#
include/asm
include/config
include/linux/autoconf.h
include/linux/compile.h
include/linux/version.h

back to top