netfilter: conntrack: make netns address part of hash
authorFlorian Westphal <fw@strlen.de>
Mon, 2 May 2016 22:25:58 +0000 (00:25 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 5 May 2016 14:39:46 +0000 (16:39 +0200)
commit1b8c8a9f648c809c01a44114d7535ac8ca4c5ba3
treebba2969fdb5e80d2e756a4ee4ab3f609f5e0d584
parente0c7d47221883966d930fa7335b3ca295bc316b2
netfilter: conntrack: make netns address part of hash

Once we place all conntracks into a global hash table we want them to be
spread across entire hash table, even if namespaces have overlapping ip
addresses.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nf_conntrack_core.c