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:
c2fed99
)
be2net: account for skb allocation failures
author
Eric Dumazet
<eric.dumazet@gmail.com>
Wed, 13 Jul 2011 05:09:18 +0000
(22:09 -0700)
committer
David S. Miller
<davem@davemloft.net>
Wed, 13 Jul 2011 05:09:18 +0000
(22:09 -0700)
If we cannot allocate new skbs in RX completion handler, we should
increase netdevice rx_dropped counter, not spam console messages.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found