commit | 8f0f2223cc08a5ae9a77f40edfe02e8a9f1abd77 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Tue Jul 15 03:47:03 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 17 19:21:13 2008 -0700 |
tree | 48185f0e8c5a0d220e33a98fe4ac9b323e25579e | |
parent | 51cb6db0f5654f08a4a6bfa3888dc36a51c2df3e [diff] |
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 <davem@davemloft.net>