From: Herbert Xu Date: Sat, 27 Jun 2009 02:22:37 +0000 (-0700) Subject: inet: Call skb_orphan before tproxy activates X-Git-Tag: v2.6.31-rc2~72^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71f9dacd2e4d233029e9e956ca3f79531f411827;p=pandora-kernel.git inet: Call skb_orphan before tproxy activates As transparent proxying looks up the socket early and assigns it to the skb for later processing, we must drop any existing socket ownership prior to that in order to distinguish between the case where tproxy is active and where it is not. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed