From: Patrick McHardy Date: Sun, 8 Jul 2007 05:31:32 +0000 (-0700) Subject: [NETFILTER]: nf_conntrack: reduce masks to a subset of tuples X-Git-Tag: v2.6.23-rc1~1109^2~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4156e8cd93f5772483928aaf4960120caebd789;p=pandora-kernel.git [NETFILTER]: nf_conntrack: reduce masks to a subset of tuples Since conntrack currently allows to use masks for every bit of both helper and expectation tuples, we can't hash them and have to keep them on two global lists that are searched for every new connection. This patch removes the never used ability to use masks for the destination part of the expectation tuple and completely removes masks from helpers since the only reasonable choice is a full match on l3num, protonum and src.u.all. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed