From: Tom Herbert Date: Sun, 15 Jun 2014 06:24:28 +0000 (-0700) Subject: net: add skb_pop_rcv_encapsulation X-Git-Tag: omap-for-v3.16/fixes-against-rc1~10^2~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5eb4e30a51236079fb22bb9f75fcd31915b03c6;p=pandora-kernel.git net: add skb_pop_rcv_encapsulation This function is used by UDP encapsulation protocols in RX when crossing encapsulation boundary. If ip_summed is set to CHECKSUM_UNNECESSARY and encapsulation is not set, change to CHECKSUM_NONE since the checksum has not been validated within the encapsulation. Clears csum_valid by the same rationale. Signed-off-by: Tom Herbert Signed-off-by: David S. Miller --- Reading git-diff-tree failed