From: Patrick McHardy Date: Thu, 31 Jan 2008 12:40:52 +0000 (-0800) Subject: [NETFILTER]: nf_conntrack: optimize hash_conntrack() X-Git-Tag: v2.6.25-rc1~1089^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0794935e21a18e7c171b604c31219b60ad9749a9;p=pandora-kernel.git [NETFILTER]: nf_conntrack: optimize hash_conntrack() Avoid calling jhash three times and hash the entire tuple in one go. __hash_conntrack | -485 # 760 -> 275, # inlines: 3 -> 1, size inlines: 717 -> 252 1 function changed, 485 bytes removed Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed