From: David S. Miller Date: Tue, 15 Jul 2008 10:47:03 +0000 (-0700) Subject: net: Implement simple sw TX hashing. X-Git-Tag: v2.6.27-rc1~969^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f0f2223cc08a5ae9a77f40edfe02e8a9f1abd77;p=pandora-kernel.git net: Implement simple sw TX hashing. It just xor hashes over IPv4/IPv6 addresses and ports of transport. The only assumption it makes is that skb_network_header() is set correctly. With bug fixes from Eric Dumazet. Signed-off-by: David S. Miller --- Reading git-diff-tree failed