]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - include/linux/netdevice.h
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)
commit573e8fca255a27e3573b51f9b183d62641c47a3d
tree037fa48ffcd2b80e9b861904370ae64a6cba4224
parent8fc54f68919298ff9689d980efb495707ef43f30
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