Revision fa2da8cdae1dd64f78fc915ca1d1a4a93c71e7cb authored by stephen hemminger on 15 November 2011, 08:09:14 UTC, committed by David S. Miller on 16 November 2011, 22:32:43 UTC
Bridge multicast snooping of ICMPv6 would incorrectly report a checksum problem
when used with Ethernet devices like sky2 that use CHECKSUM_COMPLETE.
When bytes are removed from skb, the computed checksum needs to be adjusted.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Tested-by: Martin Volf <martin.volf.42@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 0284a0f
History
File Mode Size
netfilter
Kconfig -rw-r--r-- 1.6 KB
Makefile -rw-r--r-- 474 bytes
br.c -rw-r--r-- 2.1 KB
br_device.c -rw-r--r-- 8.3 KB
br_fdb.c -rw-r--r-- 16.3 KB
br_forward.c -rw-r--r-- 6.1 KB
br_if.c -rw-r--r-- 9.2 KB
br_input.c -rw-r--r-- 5.6 KB
br_ioctl.c -rw-r--r-- 8.7 KB
br_multicast.c -rw-r--r-- 40.8 KB
br_netfilter.c -rw-r--r-- 27.3 KB
br_netlink.c -rw-r--r-- 6.0 KB
br_notify.c -rw-r--r-- 2.6 KB
br_private.h -rw-r--r-- 15.5 KB
br_private_stp.h -rw-r--r-- 1.9 KB
br_stp.c -rw-r--r-- 12.2 KB
br_stp_bpdu.c -rw-r--r-- 5.4 KB
br_stp_if.c -rw-r--r-- 7.4 KB
br_stp_timer.c -rw-r--r-- 4.5 KB
br_sysfs_br.c -rw-r--r-- 22.8 KB
br_sysfs_if.c -rw-r--r-- 7.6 KB

back to top