From: Patrick McHardy Date: Mon, 25 Apr 2005 19:01:07 +0000 (-0700) Subject: [NETFILTER]: Drop conntrack reference when packet leaves IP X-Git-Tag: v2.6.12-rc4~214^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b31e5b1bb53b99dfd5e890aa07e943aff114ae1c;p=pandora-kernel.git [NETFILTER]: Drop conntrack reference when packet leaves IP In the event a raw socket is created for sending purposes only, the creator never bothers to check the socket's receive queue. But we continue to add skbs to its queue until it fills up. Unfortunately, if ip_conntrack is loaded on the box, each skb we add to the queue potentially holds a reference to a conntrack. If the user attempts to unload ip_conntrack, we will spin around forever since the queued skbs are pinned. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed