git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ab365f
)
udp: bind() optimisation
author
Eric Dumazet
<eric.dumazet@gmail.com>
Mon, 9 Nov 2009 05:26:33 +0000
(
05:26
+0000)
committer
David S. Miller
<davem@davemloft.net>
Wed, 11 Nov 2009 04:54:38 +0000
(20:54 -0800)
UDP bind() can be O(N^2) in some pathological cases.
Thanks to secondary hash tables, we can make it O(N)
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found