Commit Graph

68 Commits (e08e1f7adba522378e8d2ae941bf25443866136d)

Author SHA1 Message Date
Brian Haley 191cd58250 netns: Add network namespace argument to rt6_fill_node() and ipv6_dev_get_saddr() 17 years ago
Ilpo Järvinen 547b792cac net: convert BUG_TRAP to generic WARN_ON 17 years ago
Stephen Hemminger 3d0f24a74e ipv6: icmp6_dst_gc return change 17 years ago
Stephen Hemminger 75307c0fe7 ipv6: use kcalloc 17 years ago
Stephen Hemminger a76d7345a3 ipv6: use spin_trylock_bh 17 years ago
Stephen Hemminger c8a4522245 ipv6: use round_jiffies 17 years ago
Stephen Hemminger 417f28bb34 netns: dont alloc ipv6 fib timer list 17 years ago
Stephen Hemminger 847499ce71 ipv6: use timer pending 17 years ago
Adrian Bunk 0b04082995 net: remove CVS keywords 17 years ago
Pavel Emelyanov 2aed2827df [NETNS]: The ip6_fib_timer can work with garbage on net namespace stop. 17 years ago
David S. Miller 3c051235a7 [IPV6]: Fix dangling references on error in fib6_add(). 17 years ago
YOSHIFUJI Hideaki 3b1e0a655f [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. 17 years ago
Daniel Lezcano 8ed6778967 [NETNS][IPV6] rt6_info - move rt6_info structure inside the namespace 17 years ago
Daniel Lezcano bdb3289f73 [NETNS][IPV6] rt6_info - make rt6_info accessed as a pointer 17 years ago
Benjamin Thery c572872f89 [NETNS][IPV6] rt6_stats - make the stats per network namespace 17 years ago
Daniel Lezcano 6cc118bd50 [NETNS][IPV6] rt6_stats - dynamically allocate the routes statistics 17 years ago
Benjamin Thery ec7d43c291 [NETNS][IPV6] ip6_fib - clean node use namespace 17 years ago
Daniel Lezcano 63152fc0de [NETNS][IPV6] ip6_fib - gc timer per namespace 17 years ago
Daniel Lezcano 450d19f8ab [NETNS][IPV6] ip6_fib - dynamically allocate gc-timer 17 years ago
Daniel Lezcano 5b7c931dff [NETNS][IPV6] ip6_fib - add net to gc timer parameter 17 years ago
Daniel Lezcano f3db48517f [NETNS][IPV6] ip6_fib - fib6_clean_all handle several network namespaces 17 years ago
Daniel Lezcano 58f09b78b7 [NETNS][IPV6] ip6_fib - make it per network namespace 17 years ago
Daniel Lezcano e0b85590bc [NETNS][IPV6] ip6_fib - dynamically allocate the fib tables 17 years ago
YOSHIFUJI Hideaki 3b00944c5c [IPV6]: Make ndisc_dst_alloc() common for later use. 17 years ago
Pavel Emelyanov 2df96af03d [IPV6]: Use BUG_ON instead of if + BUG in fib6_del_route. 17 years ago
Denis V. Lunev 4d1169c1e7 [NETNS]: Add netns to nl_info structure. 17 years ago
Daniel Lezcano 4990509f19 [NETNS][IPV6]: Make sysctls route per namespace. 17 years ago
Gui Jianfeng a06b494b61 [IPV6]: Remove useless code from fib6_del_route(). 17 years ago
Denis V. Lunev 528c4ceb42 [IPV6]: Always pass a valid nl_info to inet6_rt_notify. 17 years ago
Daniel Lezcano f845ab6b7d [IPV6] route6/fib6: Don't panic a kmem_cache_create. 17 years ago
Daniel Lezcano d63bddbe90 [IPV6]: Make fib6_init to return an error code. 17 years ago
Denis V. Lunev b854272b3c [NET]: Modify all rtnetlink methods to only work in the initial namespace (v2) 17 years ago
Benjamin Thery 0a8891a0a4 [IPv6]: use container_of() macro in fib6_clean_node() 18 years ago
Paul Mundt 20c2df83d2 mm: Remove slab destructors from kmem_cache_create(). 18 years ago
David S. Miller 8c7fc03e27 [IPV6]: Fix build warning. 18 years ago
YOSHIFUJI Hideaki 7ebba6d14f [IPV6] ROUTE: No longer handle ::/0 specially. 18 years ago
Thomas Graf c127ea2c45 [IPv6]: Use rtnl registration interface 18 years ago
David S. Miller f11e6659ce [IPV6]: Fix routing round-robin locking. 18 years ago
Robert P. J. Day c376222960 [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc(). 18 years ago
Eric Dumazet 7cc482634f [IPV6]: Convert ipv6 route to use the new dst_entry 'next' pointer 18 years ago
YOSHIFUJI Hideaki 1ab1457c42 [NET] IPV6: Fix whitespace errors. 18 years ago
Christoph Lameter e18b890bb0 [PATCH] slab: remove kmem_cache_t 18 years ago
Christoph Lameter 54e6ecb239 [PATCH] slab: remove SLAB_ATOMIC 18 years ago
Al Viro e69a4adc66 [IPV6]: Misc endianness annotations. 18 years ago
Thomas Graf 375216ad0c [IPv6] fib: initialize tb6_lock in common place to give lockdep a key 19 years ago
Alexey Dobriyan e5d679f339 [NET]: Use SLAB_PANIC 19 years ago
YOSHIFUJI Hideaki c0bece9f2a [IPV6] ROUTE: Add credits about subtree fixes. 19 years ago
YOSHIFUJI Hideaki 150730d5a5 [IPV6] ROUTE: Purge clones on other trees when deleting a route. 19 years ago
YOSHIFUJI Hideaki 7fc33165a7 [IPV6] ROUTE: Put SUBTREE() as FIB6_SUBTREE() into ip6_fib.h for future use. 19 years ago
YOSHIFUJI Hideaki fefc2a6c20 [IPV6] ROUTE: Allow searching subtree only. 19 years ago