git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15cfd52
)
netfilter: connlimit: improve packet-to-closed-connection logic
author
Florian Westphal
<fw@strlen.de>
Fri, 7 Mar 2014 13:37:10 +0000
(14:37 +0100)
committer
Pablo Neira Ayuso
<pablo@netfilter.org>
Wed, 12 Mar 2014 12:55:01 +0000
(13:55 +0100)
Instead of freeing the entry from our list and then adding
it back again in the 'packet to closing connection' case just keep the
matching entry around. Also drop the found_ct != NULL test as
nf_ct_tuplehash_to_ctrack is just container_of().
Reviewed-by: Jesper Dangaard Brouer <brouer@redhat.com>
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/xt_connlimit.c
patch
|
blob
|
history
diff --cc
net/netfilter/xt_connlimit.c
Simple merge