From: YOSHIFUJI Hideaki Date: Tue, 13 Feb 2007 04:26:39 +0000 (-0800) Subject: [IPV6] HASHTABLES: Use appropriate seed for caluculating ehash index. X-Git-Tag: v2.6.21-rc1~273^2~2^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e1d9d04c4004361fb327abcbde74a20e8dca2ff;p=pandora-kernel.git [IPV6] HASHTABLES: Use appropriate seed for caluculating ehash index. Tetsuo Handa told me that connect(2) with TCPv6 socket almost always took a few minutes to return when we did not have any ports available in the range of net.ipv4.ip_local_port_range. The reason was that we used incorrect seed for calculating index of hash when we check established sockets in __inet6_check_established(). Signed-off-by: YOSHIFUJI Hideaki Signed-off-by: David S. Miller --- Reading git-diff-tree failed