From: Alexey Dobriyan Date: Wed, 8 Oct 2008 09:35:03 +0000 (+0200) Subject: netfilter: netns nf_conntrack: per-netns conntrack hash X-Git-Tag: v2.6.28-rc1~717^2~109^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=400dad39d1c33fe797e47326d87a3f54d0ac5181;p=pandora-kernel.git netfilter: netns nf_conntrack: per-netns conntrack hash * make per-netns conntrack hash Other solution is to add ->ct_net pointer to tuplehashes and still has one hash, I tried that it's ugly and requires more code deep down in protocol modules et al. * propagate netns pointer to where needed, e. g. to conntrack iterators. Signed-off-by: Alexey Dobriyan Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed