1. 188c517 ipv6: return errno pointers consistently for fib6_add_1() by Lin Ming · 12 years ago
  2. f950c0e ipv6: fix return value check in fib6_add() by Wei Yongjun · 12 years ago
  3. e486463 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  4. fa809e2 ipv6: fib: fix fib dump restart by Eric Dumazet · 12 years ago
  5. aee289b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  6. e8803b6 Revert "ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ipv6_route" by David S. Miller · 12 years ago
  7. 7e52b33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  8. 2a0c451 ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ipv6_route by Thomas Graf · 12 years ago
  9. 43b03f1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  10. 8e77327 inet: Add inetpeer tree roots to the FIB tables. by David S. Miller · 12 years ago
  11. 8bd7451 ipv6: fib: Restore NTF_ROUTER exception in fib6_age() by Thomas Graf · 12 years ago
  12. 91df42b net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debug by Joe Perches · 12 years ago
  13. f321383 net: ipv6: Standardize prefixes for message logging by Joe Perches · 12 years ago
  14. 1716a96 ipv6: fix problem with expired dst cache by Gao feng · 12 years ago
  15. 5339ab8 ipv6: fib: Convert fib6_age() to dst_neigh_lookup(). by David S. Miller · 13 years ago
  16. 32b293a IPv6: Avoid taking write lock for /proc/net/ipv6_route by Josh Hunt · 13 years ago
  17. d191854 ipv6: Kill rt6i_dev and rt6i_expires defines. by David S. Miller · 13 years ago
  18. 2721745 net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}. by David Miller · 13 years ago
  19. 507c9b1 ipv6: Various cleanups in ip6_route.c by David S. Miller · 13 years ago
  20. 8d26784 ipv6: Use pr_warn() in ip6_fib.c by David S. Miller · 13 years ago
  21. 14df015 IPV6 Fix a crash when trying to replace non existing route by Matti Vaittinen · 13 years ago
  22. 229a66e IPv6: Removing unnecessary NULL checks. by Matti Vaittinen · 13 years ago
  23. 4a287eb IPv6 routing, NLM_F_* flag support: REPLACE and EXCL flags support, warn about missing CREATE flag by Matti Vaittinen · 13 years ago
  24. 25c8295 cleanup: remove unnecessary include. by Kevin Wilson · 13 years ago
  25. f2c31e3 net: fix NULL dereferences in check_peer_redir() by Eric Dumazet · 13 years ago
  26. 69cce1d net: Abstract dst->neighbour accesses behind helpers. by David S. Miller · 13 years ago
  27. 9cbb7ec ipv6: Get rid of rt6i_nexthop macro. by David S. Miller · 13 years ago
  28. c7ac867 rtnetlink: Compute and store minimum ifinfo dump size by Greg Rose · 13 years ago
  29. e67f88d net: dont hold rtnl mutex during netlink dump callbacks by Eric Dumazet · 13 years ago
  30. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 13 years ago
  31. 4c9483b ipv6: Convert to use flowi6 where applicable. by David S. Miller · 13 years ago
  32. 10da66f fib: avoid false sharing on fib_table_hash by Eric Dumazet · 14 years ago
  33. d8d1f30 net-next: remove useless union keyword by Changli Gao · 14 years ago
  34. 0eae88f net: Fix various endianness glitches by Eric Dumazet · 14 years ago
  35. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  36. 02cdce5 ipv6 fib: Use "Sweezle" to optimize addr_bit_test(). by YOSHIFUJI Hideaki / 吉藤英明 · 14 years ago
  37. 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
  38. bbef49d ipv6: use standard lists for FIB walks by Alexey Dobriyan · 14 years ago
  39. 2bec5a3 ipv6: fib: fix crash when changing large fib while dumping it by Patrick McHardy · 15 years ago
  40. 2c8c1e7 net: spread __net_init, __net_exit by Alexey Dobriyan · 15 years ago
  41. a33bc5c xfrm: select sane defaults for xfrm[4|6] gc_thresh by Neil Horman · 15 years ago
  42. 7891cc8 ipv6: Fix fib6_dump_table walker leak by Herbert Xu · 16 years ago
  43. 191cd58 netns: Add network namespace argument to rt6_fill_node() and ipv6_dev_get_saddr() by Brian Haley · 16 years ago
  44. 547b792 net: convert BUG_TRAP to generic WARN_ON by Ilpo Järvinen · 16 years ago
  45. 3d0f24a ipv6: icmp6_dst_gc return change by Stephen Hemminger · 16 years ago
  46. 75307c0 ipv6: use kcalloc by Stephen Hemminger · 16 years ago
  47. a76d734 ipv6: use spin_trylock_bh by Stephen Hemminger · 16 years ago
  48. c8a4522 ipv6: use round_jiffies by Stephen Hemminger · 16 years ago
  49. 417f28b netns: dont alloc ipv6 fib timer list by Stephen Hemminger · 16 years ago
  50. 847499c ipv6: use timer pending by Stephen Hemminger · 16 years ago
  51. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  52. 2aed282 [NETNS]: The ip6_fib_timer can work with garbage on net namespace stop. by Pavel Emelyanov · 16 years ago
  53. 3c05123 [IPV6]: Fix dangling references on error in fib6_add(). by David S. Miller · 16 years ago
  54. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  55. 8ed6778 [NETNS][IPV6] rt6_info - move rt6_info structure inside the namespace by Daniel Lezcano · 16 years ago
  56. bdb3289 [NETNS][IPV6] rt6_info - make rt6_info accessed as a pointer by Daniel Lezcano · 16 years ago
  57. c572872 [NETNS][IPV6] rt6_stats - make the stats per network namespace by Benjamin Thery · 16 years ago
  58. 6cc118b [NETNS][IPV6] rt6_stats - dynamically allocate the routes statistics by Daniel Lezcano · 16 years ago
  59. ec7d43c [NETNS][IPV6] ip6_fib - clean node use namespace by Benjamin Thery · 16 years ago
  60. 63152fc [NETNS][IPV6] ip6_fib - gc timer per namespace by Daniel Lezcano · 16 years ago
  61. 450d19f [NETNS][IPV6] ip6_fib - dynamically allocate gc-timer by Daniel Lezcano · 16 years ago
  62. 5b7c931 [NETNS][IPV6] ip6_fib - add net to gc timer parameter by Daniel Lezcano · 16 years ago
  63. f3db485 [NETNS][IPV6] ip6_fib - fib6_clean_all handle several network namespaces by Daniel Lezcano · 16 years ago
  64. 58f09b7 [NETNS][IPV6] ip6_fib - make it per network namespace by Daniel Lezcano · 16 years ago
  65. e0b85590 [NETNS][IPV6] ip6_fib - dynamically allocate the fib tables by Daniel Lezcano · 16 years ago
  66. 3b00944 [IPV6]: Make ndisc_dst_alloc() common for later use. by YOSHIFUJI Hideaki · 17 years ago
  67. 2df96af [IPV6]: Use BUG_ON instead of if + BUG in fib6_del_route. by Pavel Emelyanov · 16 years ago
  68. 4d1169c [NETNS]: Add netns to nl_info structure. by Denis V. Lunev · 17 years ago
  69. 4990509 [NETNS][IPV6]: Make sysctls route per namespace. by Daniel Lezcano · 17 years ago
  70. a06b494 [IPV6]: Remove useless code from fib6_del_route(). by Gui Jianfeng · 17 years ago
  71. 528c4ce [IPV6]: Always pass a valid nl_info to inet6_rt_notify. by Denis V. Lunev · 17 years ago
  72. f845ab6 [IPV6] route6/fib6: Don't panic a kmem_cache_create. by Daniel Lezcano · 17 years ago
  73. d63bddb [IPV6]: Make fib6_init to return an error code. by Daniel Lezcano · 17 years ago
  74. b854272 [NET]: Modify all rtnetlink methods to only work in the initial namespace (v2) by Denis V. Lunev · 17 years ago
  75. 0a8891a [IPv6]: use container_of() macro in fib6_clean_node() by Benjamin Thery · 17 years ago
  76. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  77. 8c7fc03 [IPV6]: Fix build warning. by David S. Miller · 17 years ago
  78. 7ebba6d [IPV6] ROUTE: No longer handle ::/0 specially. by YOSHIFUJI Hideaki · 17 years ago
  79. c127ea2 [IPv6]: Use rtnl registration interface by Thomas Graf · 17 years ago
  80. f11e665 [IPV6]: Fix routing round-robin locking. by David S. Miller · 17 years ago
  81. cb18eccf Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  82. c376222 [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc(). by Robert P. J. Day · 18 years ago
  83. 7cc4826 [IPV6]: Convert ipv6 route to use the new dst_entry 'next' pointer by Eric Dumazet · 18 years ago
  84. 1ab1457 [NET] IPV6: Fix whitespace errors. by YOSHIFUJI Hideaki · 18 years ago
  85. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  86. 54e6ecb [PATCH] slab: remove SLAB_ATOMIC by Christoph Lameter · 18 years ago
  87. e69a4adc [IPV6]: Misc endianness annotations. by Al Viro · 18 years ago
  88. 375216a [IPv6] fib: initialize tb6_lock in common place to give lockdep a key by Thomas Graf · 18 years ago
  89. e5d679f33 [NET]: Use SLAB_PANIC by Alexey Dobriyan · 18 years ago
  90. c0bece9 [IPV6] ROUTE: Add credits about subtree fixes. by YOSHIFUJI Hideaki · 18 years ago
  91. 150730d [IPV6] ROUTE: Purge clones on other trees when deleting a route. by YOSHIFUJI Hideaki · 18 years ago
  92. 7fc3316 [IPV6] ROUTE: Put SUBTREE() as FIB6_SUBTREE() into ip6_fib.h for future use. by YOSHIFUJI Hideaki · 18 years ago
  93. fefc2a6 [IPV6] ROUTE: Allow searching subtree only. by YOSHIFUJI Hideaki · 18 years ago
  94. 825e288 [IPV6] ROUTE: Make sure we do not exceed args in fib6_lookup_1(). by YOSHIFUJI Hideaki · 18 years ago
  95. 3fc5e04 [IPV6] ROUTE: Fix looking up a route on subtree. by YOSHIFUJI Hideaki · 18 years ago
  96. 2285adc [IPV6] ROUTE: Prune clones from main tree as well. by YOSHIFUJI Hideaki · 18 years ago
  97. 66729e1 [IPV6] ROUTE: Make sure we have fn->leaf when adding a node on subtree. by YOSHIFUJI Hideaki · 18 years ago
  98. 86872cb [IPv6] route: FIB6 configuration using struct fib6_config by Thomas Graf · 18 years ago
  99. 90d4112 [IPV6] ip6_fib.c: make code static by Adrian Bunk · 18 years ago
  100. 1b43af5 [IPV6]: Increase number of possible routing tables to 2^32 by Patrick McHardy · 18 years ago