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:
4c3710a
)
igmp: refine skb allocations
author
Eric Dumazet
<eric.dumazet@gmail.com>
Tue, 16 Nov 2010 20:36:42 +0000
(20:36 +0000)
committer
David S. Miller
<davem@davemloft.net>
Thu, 18 Nov 2010 19:02:23 +0000
(11:02 -0800)
IGMP allocates MTU sized skbs. This may fail for large MTU (order-2
allocations), so add a fallback to try lower sizes.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found