From: David S. Miller Date: Fri, 23 Mar 2007 18:40:27 +0000 (-0700) Subject: [INET]: Use jhash + random secret for ehash. X-Git-Tag: v2.6.22-rc1~1128^2~164 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3da2cf37c5c6e47698957a25ab43a7223dbb90f;p=pandora-kernel.git [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 --- Reading git-diff-tree failed