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:
0afd4a2
)
udp: increments sk_drops in __udp_queue_rcv_skb()
author
Eric Dumazet
<dada1@cosmosbay.com>
Mon, 2 Feb 2009 21:41:57 +0000
(13:41 -0800)
committer
David S. Miller
<davem@davemloft.net>
Mon, 2 Feb 2009 21:41:57 +0000
(13:41 -0800)
Commit
93821778def10ec1e69aa3ac10adee975dad4ff3
(udp: Fix rcv socket
locking) accidentally removed sk_drops increments for UDP IPV4
sockets.
This field can be used to detect incorrect sizing of socket receive
buffers.
Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found