From: Eric Dumazet Date: Sat, 5 Jun 2010 10:03:30 +0000 (-0700) Subject: ipv6: avoid high order allocations X-Git-Tag: v2.6.35-rc3~15^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72e09ad107e78d69ff4d3b97a69f0aad2b77280f;p=pandora-kernel.git ipv6: avoid high order allocations With mtu=9000, mld_newpack() use order-2 GFP_ATOMIC allocations, that are very unreliable, on machines where PAGE_SIZE=4K Limit allocated skbs to be at most one page. (order-0 allocations) Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed