https://github.com/torvalds/linux
Revision 4e18b9adf2f910ec4d30b811a74a5b626e6c6125 authored by Tom Herbert on 20 April 2015, 21:10:04 UTC, committed by David S. Miller on 21 April 2015, 01:57:26 UTC
This function changes ip_summed to CHECKSUM_NONE if CHECKSUM_COMPLETE
is set. This is called to discard checksum-complete when packet
is being modified and checksum is not pulled for headers in a layer.

Signed-off-by: Tom Herbert <tom@herbertland.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent a068833
History
Tip revision: 4e18b9adf2f910ec4d30b811a74a5b626e6c6125 authored by Tom Herbert on 20 April 2015, 21:10:04 UTC
net: add skb_checksum_complete_unset
Tip revision: 4e18b9a
File Mode Size
configs
drivers
include
kernel
os-Linux
scripts
.gitignore -rw-r--r-- 53 bytes
Kconfig.char -rw-r--r-- 4.4 KB
Kconfig.common -rw-r--r-- 722 bytes
Kconfig.debug -rw-r--r-- 997 bytes
Kconfig.net -rw-r--r-- 8.5 KB
Kconfig.rest -rw-r--r-- 291 bytes
Kconfig.um -rw-r--r-- 3.9 KB
Makefile -rw-r--r-- 5.0 KB
Makefile-os-Linux -rw-r--r-- 235 bytes
Makefile-skas -rw-r--r-- 290 bytes

back to top