1. d8d1f30 net-next: remove useless union keyword by Changli Gao · 14 years ago
  2. 0eae88f net: Fix various endianness glitches by Eric Dumazet · 14 years ago
  3. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  4. 02cdce5 ipv6 fib: Use "Sweezle" to optimize addr_bit_test(). by YOSHIFUJI Hideaki / 吉藤英明 · 14 years ago
  5. 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
  6. bbef49d ipv6: use standard lists for FIB walks by Alexey Dobriyan · 14 years ago
  7. 2bec5a3 ipv6: fib: fix crash when changing large fib while dumping it by Patrick McHardy · 14 years ago
  8. 2c8c1e7 net: spread __net_init, __net_exit by Alexey Dobriyan · 14 years ago
  9. a33bc5c xfrm: select sane defaults for xfrm[4|6] gc_thresh by Neil Horman · 15 years ago
  10. 7891cc8 ipv6: Fix fib6_dump_table walker leak by Herbert Xu · 15 years ago
  11. 191cd58 netns: Add network namespace argument to rt6_fill_node() and ipv6_dev_get_saddr() by Brian Haley · 16 years ago
  12. 547b792 net: convert BUG_TRAP to generic WARN_ON by Ilpo Järvinen · 16 years ago
  13. 3d0f24a ipv6: icmp6_dst_gc return change by Stephen Hemminger · 16 years ago
  14. 75307c0 ipv6: use kcalloc by Stephen Hemminger · 16 years ago
  15. a76d734 ipv6: use spin_trylock_bh by Stephen Hemminger · 16 years ago
  16. c8a4522 ipv6: use round_jiffies by Stephen Hemminger · 16 years ago
  17. 417f28b netns: dont alloc ipv6 fib timer list by Stephen Hemminger · 16 years ago
  18. 847499c ipv6: use timer pending by Stephen Hemminger · 16 years ago
  19. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  20. 2aed282 [NETNS]: The ip6_fib_timer can work with garbage on net namespace stop. by Pavel Emelyanov · 16 years ago
  21. 3c05123 [IPV6]: Fix dangling references on error in fib6_add(). by David S. Miller · 16 years ago
  22. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  23. 8ed6778 [NETNS][IPV6] rt6_info - move rt6_info structure inside the namespace by Daniel Lezcano · 16 years ago
  24. bdb3289 [NETNS][IPV6] rt6_info - make rt6_info accessed as a pointer by Daniel Lezcano · 16 years ago
  25. c572872 [NETNS][IPV6] rt6_stats - make the stats per network namespace by Benjamin Thery · 16 years ago
  26. 6cc118b [NETNS][IPV6] rt6_stats - dynamically allocate the routes statistics by Daniel Lezcano · 16 years ago
  27. ec7d43c [NETNS][IPV6] ip6_fib - clean node use namespace by Benjamin Thery · 16 years ago
  28. 63152fc [NETNS][IPV6] ip6_fib - gc timer per namespace by Daniel Lezcano · 16 years ago
  29. 450d19f [NETNS][IPV6] ip6_fib - dynamically allocate gc-timer by Daniel Lezcano · 16 years ago
  30. 5b7c931 [NETNS][IPV6] ip6_fib - add net to gc timer parameter by Daniel Lezcano · 16 years ago
  31. f3db485 [NETNS][IPV6] ip6_fib - fib6_clean_all handle several network namespaces by Daniel Lezcano · 16 years ago
  32. 58f09b7 [NETNS][IPV6] ip6_fib - make it per network namespace by Daniel Lezcano · 16 years ago
  33. e0b85590 [NETNS][IPV6] ip6_fib - dynamically allocate the fib tables by Daniel Lezcano · 16 years ago
  34. 3b00944 [IPV6]: Make ndisc_dst_alloc() common for later use. by YOSHIFUJI Hideaki · 16 years ago
  35. 2df96af [IPV6]: Use BUG_ON instead of if + BUG in fib6_del_route. by Pavel Emelyanov · 16 years ago
  36. 4d1169c [NETNS]: Add netns to nl_info structure. by Denis V. Lunev · 16 years ago
  37. 4990509 [NETNS][IPV6]: Make sysctls route per namespace. by Daniel Lezcano · 16 years ago
  38. a06b494 [IPV6]: Remove useless code from fib6_del_route(). by Gui Jianfeng · 16 years ago
  39. 528c4ce [IPV6]: Always pass a valid nl_info to inet6_rt_notify. by Denis V. Lunev · 16 years ago
  40. f845ab6 [IPV6] route6/fib6: Don't panic a kmem_cache_create. by Daniel Lezcano · 16 years ago
  41. d63bddb [IPV6]: Make fib6_init to return an error code. by Daniel Lezcano · 16 years ago
  42. b854272 [NET]: Modify all rtnetlink methods to only work in the initial namespace (v2) by Denis V. Lunev · 16 years ago
  43. 0a8891a [IPv6]: use container_of() macro in fib6_clean_node() by Benjamin Thery · 17 years ago
  44. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  45. 8c7fc03 [IPV6]: Fix build warning. by David S. Miller · 17 years ago
  46. 7ebba6d [IPV6] ROUTE: No longer handle ::/0 specially. by YOSHIFUJI Hideaki · 17 years ago
  47. c127ea2 [IPv6]: Use rtnl registration interface by Thomas Graf · 17 years ago
  48. f11e665 [IPV6]: Fix routing round-robin locking. by David S. Miller · 17 years ago
  49. cb18eccf Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  50. c376222 [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc(). by Robert P. J. Day · 17 years ago
  51. 7cc4826 [IPV6]: Convert ipv6 route to use the new dst_entry 'next' pointer by Eric Dumazet · 17 years ago
  52. 1ab1457 [NET] IPV6: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  53. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 17 years ago
  54. 54e6ecb [PATCH] slab: remove SLAB_ATOMIC by Christoph Lameter · 17 years ago
  55. e69a4adc [IPV6]: Misc endianness annotations. by Al Viro · 18 years ago
  56. 375216a [IPv6] fib: initialize tb6_lock in common place to give lockdep a key by Thomas Graf · 18 years ago
  57. e5d679f33 [NET]: Use SLAB_PANIC by Alexey Dobriyan · 18 years ago
  58. c0bece9 [IPV6] ROUTE: Add credits about subtree fixes. by YOSHIFUJI Hideaki · 18 years ago
  59. 150730d [IPV6] ROUTE: Purge clones on other trees when deleting a route. by YOSHIFUJI Hideaki · 18 years ago
  60. 7fc3316 [IPV6] ROUTE: Put SUBTREE() as FIB6_SUBTREE() into ip6_fib.h for future use. by YOSHIFUJI Hideaki · 18 years ago
  61. fefc2a6 [IPV6] ROUTE: Allow searching subtree only. by YOSHIFUJI Hideaki · 18 years ago
  62. 825e288 [IPV6] ROUTE: Make sure we do not exceed args in fib6_lookup_1(). by YOSHIFUJI Hideaki · 18 years ago
  63. 3fc5e04 [IPV6] ROUTE: Fix looking up a route on subtree. by YOSHIFUJI Hideaki · 18 years ago
  64. 2285adc [IPV6] ROUTE: Prune clones from main tree as well. by YOSHIFUJI Hideaki · 18 years ago
  65. 66729e1 [IPV6] ROUTE: Make sure we have fn->leaf when adding a node on subtree. by YOSHIFUJI Hideaki · 18 years ago
  66. 86872cb [IPv6] route: FIB6 configuration using struct fib6_config by Thomas Graf · 18 years ago
  67. 90d4112 [IPV6] ip6_fib.c: make code static by Adrian Bunk · 18 years ago
  68. 1b43af5 [IPV6]: Increase number of possible routing tables to 2^32 by Patrick McHardy · 18 years ago
  69. 8ce11e6 [NET]: Make code static. by Adrian Bunk · 18 years ago
  70. 101367c [IPV6]: Policy Routing Rules by Thomas Graf · 18 years ago
  71. c71099a [IPV6]: Multiple Routing Tables by Thomas Graf · 18 years ago
  72. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  73. 554cfb7 [IPV6]: ROUTE: Eliminate lock for default route pointer. by YOSHIFUJI Hideaki · 18 years ago
  74. 971f359 [IPV6]: Put addr_diff() into common header for future use. by YOSHIFUJI Hideaki · 19 years ago
  75. 8d06afa [PATCH] timer initialization cleanup: DEFINE_TIMER by Ingo Molnar · 19 years ago
  76. ba89966 [NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointers by Eric Dumazet · 19 years ago
  77. 0d51aa8 [IPV6]: V6 route events reported with wrong netlink PID and seq number by Jamal Hadi Salim · 19 years ago
  78. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago