]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[NETFILTER]: nf_conntrack: TCP conntrack reopening fix
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Fri, 8 Feb 2008 01:54:56 +0000 (17:54 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 8 Feb 2008 01:54:56 +0000 (17:54 -0800)
commitb2155e7f70b3f058efe94c0c459db023b05057bd
treef943ae3b694856365be1c9aa7f6a28a9414da873
parentdf922075f2a55b1ae71a6fe589c1cc1b91381f4f
[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 <kadlec@blackhole.kfki.hu>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netfilter/nf_conntrack_proto_tcp.c