From: Jozsef Kadlecsik Date: Fri, 8 Feb 2008 01:54:56 +0000 (-0800) Subject: [NETFILTER]: nf_conntrack: TCP conntrack reopening fix X-Git-Tag: v2.6.25-rc1~45^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2155e7f70b3f058efe94c0c459db023b05057bd;p=pandora-kernel.git [NETFILTER]: nf_conntrack: TCP conntrack reopening fix TCP connection tracking in netfilter did not handle TCP reopening properly: active close was taken into account for one side only and not for any side, which is fixed now. The patch includes more comments to explain the logic how the different cases are handled. The bug was discovered by Jeff Chua. Signed-off-by: Jozsef Kadlecsik Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed