From: Tom Herbert Date: Fri, 22 Aug 2014 20:33:47 +0000 (-0700) Subject: net: skb_gro_checksum_* functions X-Git-Tag: fixes-against-v3.18-rc2~81^2~238^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=573e8fca255a27e3573b51f9b183d62641c47a3d;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed