summaryrefslogtreecommitdiffstats
path: root/block
diff options
context:
space:
mode:
authorDirk Morris <dmorris@metaloft.com>2019-08-08 13:57:51 -0700
committerPablo Neira Ayuso <pablo@netfilter.org>2019-08-13 18:03:11 +0200
commit656c8e9cc1badbc18eefe6ba01d33ebbcae61b9a (patch)
tree1186dee56773e7bdd5de75aeb7d42718091d91cb /block
parent1e5b2471bcc4838df298080ae1ec042c2cbc9ce9 (diff)
downloadlinux-656c8e9cc1badbc18eefe6ba01d33ebbcae61b9a.tar.bz2
netfilter: conntrack: Use consistent ct id hash calculation
Change ct id hash calculation to only use invariants. Currently the ct id hash calculation is based on some fields that can change in the lifetime on a conntrack entry in some corner cases. The current hash uses the whole tuple which contains an hlist pointer which will change when the conntrack is placed on the dying list resulting in a ct id change. This patch also removes the reply-side tuple and extension pointer from the hash calculation so that the ct id will will not change from initialization until confirmation. Fixes: 3c79107631db1f7 ("netfilter: ctnetlink: don't use conntrack/expect object addresses as id") Signed-off-by: Dirk Morris <dmorris@metaloft.com> Acked-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions