From: Willy Tarreau Date: Wed, 14 Mar 2007 23:44:53 +0000 (-0700) Subject: [NETFILTER]: TCP conntrack: factorize out the PUSH flag X-Git-Tag: v2.6.22-rc1~1128^2~287 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c8ce7c92106434d2bdc9d5dfa5f62bf4546b296;p=pandora-kernel.git [NETFILTER]: TCP conntrack: factorize out the PUSH flag The PUSH flag is accepted with every other valid combination. Let's get it out of the tcp_valid_flags table and reduce the number of combinations we have to handle. This does not significantly reduce the table size however (8 bytes). Signed-off-by: Willy Tarreau Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed