commit | b3da2cf37c5c6e47698957a25ab43a7223dbb90f | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Fri Mar 23 11:40:27 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Apr 25 22:28:06 2007 -0700 |
tree | e8892392aaf7e3d3544ede23c21791e2317b177d | |
parent | d30045a0bcf144753869175dd9d840f7ceaf4aba [diff] |
[INET]: Use jhash + random secret for ehash. The days are gone when this was not an issue, there are folks out there with huge bot networks that can be used to attack the established hash tables on remote systems. So just like the routing cache and connection tracking hash, use Jenkins hash with random secret input. Signed-off-by: David S. Miller <davem@davemloft.net>