From: Eric Dumazet Date: Tue, 16 Nov 2010 20:36:42 +0000 (+0000) Subject: igmp: refine skb allocations X-Git-Tag: v2.6.38-rc1~476^2~511 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57e1ab6eaddc9f2c358cd4afb497cda6e3c6821a;p=pandora-kernel.git igmp: refine skb allocations 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed