1. 793c3b4 net: ipv6: fib: don't sleep inside atomic lock by Benjamin Block · 10 years ago
  2. 5f013c9b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  3. 163cd4e ipv6: remove parameter rt from fib6_prune_clones() by Duan Jiong · 10 years ago
  4. 1c26585 ipv6: fib: fix fib dump restart by Kumar Sundararajan · 10 years ago
  5. 437de07 ipv6: fix checkpatch errors of "foo*" and "foo * bar" by Wang Yufen · 10 years ago
  6. 49e253e ipv6: fix checkpatch errors of brace and trailing statements by Wang Yufen · 10 years ago
  7. 8db46f1 ipv6: fix checkpatch errors comments and space by Wang Yufen · 10 years ago
  8. e5fd387 ipv6: do not overwrite inetpeer metrics prematurely by Michal Kubeček · 10 years ago
  9. 0c3584d ipv6: remove prune parameter for fib6_clean_all by Li RongQing · 11 years ago
  10. 0a67d3e ipv6: compare sernum when walking fib for /proc/net/ipv6_route as safety net by Hannes Frederic Sowa · 11 years ago
  11. 8d2ca1d ipv6: avoid high order memory allocations for /proc/net/ipv6_route by Hannes Frederic Sowa · 11 years ago
  12. ae7b4e1 net: fib: fib6_add: fix potential NULL pointer dereference by Daniel Borkmann · 11 years ago
  13. 2ff1cf1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  14. 3e3be27 ipv6: don't stop backtracking in fib6_lookup_1 if subtree does not match by Hannes Frederic Sowa · 11 years ago
  15. 0e76a3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  16. 49a18d8 ipv6: update ip6_rt_last_gc every time GC is run by Michal Kubeček · 11 years ago
  17. 2ac3ac8 ipv6: prevent fib6_run_gc() contention by Michal Kubeček · 11 years ago
  18. 9225b23 net: ipv6 eliminate parameter "int addrlen" in function fib6_add_1 by fan.du · 11 years ago
  19. 307f2fb ipv6: only static routes qualify for equal cost multipathing by Hannes Frederic Sowa · 11 years ago
  20. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  21. 51ebd31 ipv6: add support of equal cost multipath (ECMP) by Nicolas Dichtel · 12 years ago
  22. 188c517 ipv6: return errno pointers consistently for fib6_add_1() by Lin Ming · 12 years ago
  23. f950c0e ipv6: fix return value check in fib6_add() by Wei Yongjun · 12 years ago
  24. e486463 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  25. fa809e2 ipv6: fib: fix fib dump restart by Eric Dumazet · 12 years ago
  26. aee289b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  27. e8803b6 Revert "ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ipv6_route" by David S. Miller · 12 years ago
  28. 7e52b33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  29. 2a0c451 ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ipv6_route by Thomas Graf · 12 years ago
  30. 43b03f1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  31. 8e77327 inet: Add inetpeer tree roots to the FIB tables. by David S. Miller · 12 years ago
  32. 8bd7451 ipv6: fib: Restore NTF_ROUTER exception in fib6_age() by Thomas Graf · 12 years ago
  33. 91df42b net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debug by Joe Perches · 12 years ago
  34. f321383 net: ipv6: Standardize prefixes for message logging by Joe Perches · 12 years ago
  35. 1716a96 ipv6: fix problem with expired dst cache by Gao feng · 12 years ago
  36. 5339ab8 ipv6: fib: Convert fib6_age() to dst_neigh_lookup(). by David S. Miller · 12 years ago
  37. 32b293a IPv6: Avoid taking write lock for /proc/net/ipv6_route by Josh Hunt · 13 years ago
  38. d191854 ipv6: Kill rt6i_dev and rt6i_expires defines. by David S. Miller · 13 years ago
  39. 2721745 net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}. by David Miller · 13 years ago
  40. 507c9b1 ipv6: Various cleanups in ip6_route.c by David S. Miller · 13 years ago
  41. 8d26784 ipv6: Use pr_warn() in ip6_fib.c by David S. Miller · 13 years ago
  42. 14df015 IPV6 Fix a crash when trying to replace non existing route by Matti Vaittinen · 13 years ago
  43. 229a66e IPv6: Removing unnecessary NULL checks. by Matti Vaittinen · 13 years ago
  44. 4a287eb IPv6 routing, NLM_F_* flag support: REPLACE and EXCL flags support, warn about missing CREATE flag by Matti Vaittinen · 13 years ago
  45. 25c8295 cleanup: remove unnecessary include. by Kevin Wilson · 13 years ago
  46. f2c31e3 net: fix NULL dereferences in check_peer_redir() by Eric Dumazet · 13 years ago
  47. 69cce1d net: Abstract dst->neighbour accesses behind helpers. by David S. Miller · 13 years ago
  48. 9cbb7ec ipv6: Get rid of rt6i_nexthop macro. by David S. Miller · 13 years ago
  49. c7ac867 rtnetlink: Compute and store minimum ifinfo dump size by Greg Rose · 13 years ago
  50. e67f88d net: dont hold rtnl mutex during netlink dump callbacks by Eric Dumazet · 13 years ago
  51. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 13 years ago
  52. 4c9483b ipv6: Convert to use flowi6 where applicable. by David S. Miller · 13 years ago
  53. 10da66f fib: avoid false sharing on fib_table_hash by Eric Dumazet · 14 years ago
  54. d8d1f30 net-next: remove useless union keyword by Changli Gao · 14 years ago
  55. 0eae88f net: Fix various endianness glitches by Eric Dumazet · 14 years ago
  56. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  57. 02cdce5 ipv6 fib: Use "Sweezle" to optimize addr_bit_test(). by YOSHIFUJI Hideaki / 吉藤英明 · 14 years ago
  58. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  59. bbef49d ipv6: use standard lists for FIB walks by Alexey Dobriyan · 14 years ago
  60. 2bec5a3 ipv6: fib: fix crash when changing large fib while dumping it by Patrick McHardy · 14 years ago
  61. 2c8c1e7 net: spread __net_init, __net_exit by Alexey Dobriyan · 15 years ago
  62. a33bc5c xfrm: select sane defaults for xfrm[4|6] gc_thresh by Neil Horman · 15 years ago
  63. 7891cc8 ipv6: Fix fib6_dump_table walker leak by Herbert Xu · 16 years ago
  64. 191cd58 netns: Add network namespace argument to rt6_fill_node() and ipv6_dev_get_saddr() by Brian Haley · 16 years ago
  65. 547b792 net: convert BUG_TRAP to generic WARN_ON by Ilpo Järvinen · 16 years ago
  66. 3d0f24a ipv6: icmp6_dst_gc return change by Stephen Hemminger · 16 years ago
  67. 75307c0 ipv6: use kcalloc by Stephen Hemminger · 16 years ago
  68. a76d734 ipv6: use spin_trylock_bh by Stephen Hemminger · 16 years ago
  69. c8a4522 ipv6: use round_jiffies by Stephen Hemminger · 16 years ago
  70. 417f28b netns: dont alloc ipv6 fib timer list by Stephen Hemminger · 16 years ago
  71. 847499c ipv6: use timer pending by Stephen Hemminger · 16 years ago
  72. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  73. 2aed282 [NETNS]: The ip6_fib_timer can work with garbage on net namespace stop. by Pavel Emelyanov · 16 years ago
  74. 3c05123 [IPV6]: Fix dangling references on error in fib6_add(). by David S. Miller · 16 years ago
  75. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  76. 8ed6778 [NETNS][IPV6] rt6_info - move rt6_info structure inside the namespace by Daniel Lezcano · 16 years ago
  77. bdb3289 [NETNS][IPV6] rt6_info - make rt6_info accessed as a pointer by Daniel Lezcano · 16 years ago
  78. c572872 [NETNS][IPV6] rt6_stats - make the stats per network namespace by Benjamin Thery · 16 years ago
  79. 6cc118b [NETNS][IPV6] rt6_stats - dynamically allocate the routes statistics by Daniel Lezcano · 16 years ago
  80. ec7d43c [NETNS][IPV6] ip6_fib - clean node use namespace by Benjamin Thery · 16 years ago
  81. 63152fc [NETNS][IPV6] ip6_fib - gc timer per namespace by Daniel Lezcano · 16 years ago
  82. 450d19f [NETNS][IPV6] ip6_fib - dynamically allocate gc-timer by Daniel Lezcano · 16 years ago
  83. 5b7c931 [NETNS][IPV6] ip6_fib - add net to gc timer parameter by Daniel Lezcano · 16 years ago
  84. f3db485 [NETNS][IPV6] ip6_fib - fib6_clean_all handle several network namespaces by Daniel Lezcano · 16 years ago
  85. 58f09b7 [NETNS][IPV6] ip6_fib - make it per network namespace by Daniel Lezcano · 16 years ago
  86. e0b85590 [NETNS][IPV6] ip6_fib - dynamically allocate the fib tables by Daniel Lezcano · 16 years ago
  87. 3b00944 [IPV6]: Make ndisc_dst_alloc() common for later use. by YOSHIFUJI Hideaki · 17 years ago
  88. 2df96af [IPV6]: Use BUG_ON instead of if + BUG in fib6_del_route. by Pavel Emelyanov · 16 years ago
  89. 4d1169c [NETNS]: Add netns to nl_info structure. by Denis V. Lunev · 17 years ago
  90. 4990509 [NETNS][IPV6]: Make sysctls route per namespace. by Daniel Lezcano · 17 years ago
  91. a06b494 [IPV6]: Remove useless code from fib6_del_route(). by Gui Jianfeng · 17 years ago
  92. 528c4ce [IPV6]: Always pass a valid nl_info to inet6_rt_notify. by Denis V. Lunev · 17 years ago
  93. f845ab6 [IPV6] route6/fib6: Don't panic a kmem_cache_create. by Daniel Lezcano · 17 years ago
  94. d63bddb [IPV6]: Make fib6_init to return an error code. by Daniel Lezcano · 17 years ago
  95. b854272 [NET]: Modify all rtnetlink methods to only work in the initial namespace (v2) by Denis V. Lunev · 17 years ago
  96. 0a8891a [IPv6]: use container_of() macro in fib6_clean_node() by Benjamin Thery · 17 years ago
  97. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  98. 8c7fc03 [IPV6]: Fix build warning. by David S. Miller · 17 years ago
  99. 7ebba6d [IPV6] ROUTE: No longer handle ::/0 specially. by YOSHIFUJI Hideaki · 17 years ago
  100. c127ea2 [IPv6]: Use rtnl registration interface by Thomas Graf · 17 years ago