]> git.baikalelectronics.ru Git - kernel.git/commit
[UDP]: Revert 2-pass hashing changes.
authorDavid S. Miller <davem@sunset.davemloft.net>
Tue, 5 Jun 2007 22:18:43 +0000 (15:18 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 7 Jun 2007 20:40:50 +0000 (13:40 -0700)
commit1bd893a5b29bab8742bcfb18e3907c6c509a9c7d
tree143206b16d59c723be3c2cf2375a33b2a9306280
parent435071c79fb4bb1b2d351a279dada28df2c99ea1
[UDP]: Revert 2-pass hashing changes.

This reverts changesets:

f2c056943b0bb74b622d8acbe196a76444d4e8ac
214efe0e370f632866f2dc5c1bed370fe7c42e7c
4b43299a8b2ffc1e292ff92b021645319c39f313
e21f7b1d4191369baa6d65a5721d63fe43c510fa

There are still some correctness issues recently
discovered which do not have a known fix that doesn't
involve doing a full hash table scan on port bind.

So revert for now.

Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/udp.h
include/net/udplite.h
net/ipv4/udp.c
net/ipv4/udp_impl.h
net/ipv4/udplite.c
net/ipv6/udp.c
net/ipv6/udp_impl.h
net/ipv6/udplite.c