aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6mr.c
diff options
context:
space:
mode:
authorEric Dumazet <eric.dumazet@gmail.com>2010-06-05 03:03:30 -0700
committerDavid S. Miller <davem@davemloft.net>2010-06-05 03:03:30 -0700
commit72e09ad107e78d69ff4d3b97a69f0aad2b77280f (patch)
treedaa8a97c230802bcbb8149a21172eca2c6155d91 /net/ipv6/ip6mr.c
parentca7335948e294faf8adf65f2c95ca18ea78540db (diff)
downloadkernel_samsung_crespo-72e09ad107e78d69ff4d3b97a69f0aad2b77280f.zip
kernel_samsung_crespo-72e09ad107e78d69ff4d3b97a69f0aad2b77280f.tar.gz
kernel_samsung_crespo-72e09ad107e78d69ff4d3b97a69f0aad2b77280f.tar.bz2
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 <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/ip6mr.c')
0 files changed, 0 insertions, 0 deletions