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
Makefile -rw-r--r-- 284 bytes
tp-samples-trace.h -rw-r--r-- 301 bytes
tracepoint-probe-sample.c -rw-r--r-- 1.3 KB
tracepoint-probe-sample2.c -rw-r--r-- 963 bytes
tracepoint-sample.c -rw-r--r-- 1.2 KB

back to top