From 57e1ab6eaddc9f2c358cd4afb497cda6e3c6821a Mon Sep 17 00:00:00 2001 From: Eric Dumazet Date: Tue, 16 Nov 2010 20:36:42 +0000 Subject: [PATCH] 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-format-patch failed