From: Tom Herbert Date: Tue, 4 Nov 2014 17:06:54 +0000 (-0800) Subject: udp: Changes to udp_offload to support remote checksum offload X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~274^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e585f23636370320bc2071ca5ba2744ae37c3e51;p=pandora-kernel.git udp: Changes to udp_offload to support remote checksum offload Add a new GSO type, SKB_GSO_TUNNEL_REMCSUM, which indicates remote checksum offload being done (in this case inner checksum must not be offloaded to the NIC). Added logic in __skb_udp_tunnel_segment to handle remote checksum offload case. Signed-off-by: Tom Herbert Signed-off-by: David S. Miller --- Reading git-diff-tree failed