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:
28ad7b0
)
net: do not call sock_put() on TIMEWAIT sockets
author
Eric Dumazet
<edumazet@google.com>
Wed, 2 Oct 2013 04:04:11 +0000
(21:04 -0700)
committer
David S. Miller
<davem@davemloft.net>
Wed, 2 Oct 2013 21:05:54 +0000
(17:05 -0400)
commit
3ab5aee7fe84
("net: Convert TCP & DCCP hash tables to use RCU /
hlist_nulls") incorrectly used sock_put() on TIMEWAIT sockets.
We should instead use inet_twsk_put()
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found