From: Michael S. Tsirkin Date: Fri, 20 Jul 2012 09:23:17 +0000 (+0000) Subject: net: orphan frags on receive X-Git-Tag: v3.6-rc1~125^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1080e512d44d4f67b8beb8edf25a1bbcb1066dc7;p=pandora-kernel.git net: orphan frags on receive zero copy packets are normally sent to the outside network, but bridging, tun etc might loop them back to host networking stack. If this happens destructors will never be called, so orphan the frags immediately on receive. Signed-off-by: Michael S. Tsirkin Signed-off-by: David S. Miller --- Reading git-diff-tree failed