From: Alexey Dobriyan Date: Wed, 8 Oct 2008 09:35:07 +0000 (+0200) Subject: netfilter: netns nf_conntrack: per-netns event cache X-Git-Tag: v2.6.28-rc1~717^2~109^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6058fa6bb96a5b6145cba10c5171f09c2783ca69;p=pandora-kernel.git netfilter: netns nf_conntrack: per-netns event cache Heh, last minute proof-reading of this patch made me think, that this is actually unneeded, simply because "ct" pointers will be different for different conntracks in different netns, just like they are different in one netns. Not so sure anymore. [Patrick: pointers will be different, flushing can only be done while inactive though and thus it needs to be per netns] Signed-off-by: Alexey Dobriyan Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed