From: Nicolas Dichtel Date: Mon, 2 Sep 2013 13:34:56 +0000 (+0200) Subject: skb: allow skb_scrub_packet() to be used by tunnels X-Git-Tag: v3.12-rc1~132^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b27f27797cac5ed9b2f3e63dac89a7ae70e70a7;p=pandora-kernel.git skb: allow skb_scrub_packet() to be used by tunnels This function was only used when a packet was sent to another netns. Now, it can also be used after tunnel encapsulation or decapsulation. Only skb_orphan() should not be done when a packet is not crossing netns. Signed-off-by: Nicolas Dichtel Signed-off-by: David S. Miller --- Reading git-diff-tree failed