commit | acb54e3cba404c20f07733f3222c0418a7724a5b | [log] [tgz] |
---|---|---|
author | David Ahern <dsahern@gmail.com> | Tue Apr 17 17:33:22 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Apr 17 23:41:17 2018 -0400 |
tree | 015cc63067a3cf9788317f597b1cd88601bd0d67 | |
parent | f8a1b43b709d8ef33a8de2f8f35095b4a4413713 [diff] |
net/ipv6: Add gfp_flags to route add functions Most FIB entries can be added using memory allocated with GFP_KERNEL. Add gfp_flags to ip6_route_add and addrconf_dst_alloc. Code paths that can be reached from the packet path (e.g., ndisc and autoconfig) or atomic notifiers use GFP_ATOMIC; paths from user context (adding addresses and routes) use GFP_KERNEL. Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>