]> git.baikalelectronics.ru Git - kernel.git/commit
net: skb_gro_checksum_* functions
authorTom Herbert <therbert@google.com>
Fri, 22 Aug 2014 20:33:47 +0000 (13:33 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 25 Aug 2014 01:09:23 +0000 (18:09 -0700)
commit993f7ed2601fc71a115ab94c41bccc663d2e1301
tree037fa48ffcd2b80e9b861904370ae64a6cba4224
parentadda145072d248b47b8efe06ca052e4e0a39d347
net: skb_gro_checksum_* functions

Add skb_gro_checksum_validate, skb_gro_checksum_validate_zero_check,
and skb_gro_checksum_simple_validate, and __skb_gro_checksum_complete.
These are the cognates of the normal checksum functions but are used
in the gro_receive path and operate on GRO related fields in sk_buffs.

Signed-off-by: Tom Herbert <therbert@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h
net/core/dev.c