1. a4477c4 ipv6: remove rt6i_peer_genid from rt6_info and its handler by Li RongQing · 12 years ago
  2. 94e187c ipv6: introduce ip6_rt_put() by Amerigo Wang · 12 years ago
  3. 51ebd31 ipv6: add support of equal cost multipath (ECMP) by Nicolas Dichtel · 12 years ago
  4. 6a06e5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  5. 6f3118b ipv6: use net->rt_genid to check dst validity by Nicolas Dichtel · 12 years ago
  6. ef2c7d7 ipv6: fix handling of blackhole and prohibit routes by Nicolas Dichtel · 12 years ago
  7. 97cac08 ipv6: Store route neighbour in rt6_info struct. by David S. Miller · 12 years ago
  8. aee289b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  9. e8803b6 Revert "ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ipv6_route" by David S. Miller · 12 years ago
  10. 7e52b33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  11. 2a0c451 ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ipv6_route by Thomas Graf · 12 years ago
  12. 8e77327 inet: Add inetpeer tree roots to the FIB tables. by David S. Miller · 12 years ago
  13. 97bab73 inet: Hide route peer accesses behind helpers. by David S. Miller · 12 years ago
  14. cda31e1 ipv6: clean up rt6_clean_expires by Jiri Bohac · 13 years ago
  15. edfb5d4 ipv6: fix rt6_update_expires by Jiri Bohac · 13 years ago
  16. 1716a96 ipv6: fix problem with expired dst cache by Gao feng · 13 years ago
  17. 32b293a IPv6: Avoid taking write lock for /proc/net/ipv6_route by Josh Hunt · 13 years ago
  18. d191854 ipv6: Kill rt6i_dev and rt6i_expires defines. by David S. Miller · 13 years ago
  19. 9cbb7ec ipv6: Get rid of rt6i_nexthop macro. by David S. Miller · 13 years ago
  20. 2a9e950 net: Remove __KERNEL__ cpp checks from include/net by David S. Miller · 14 years ago
  21. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 14 years ago
  22. c3968a8 ipv6: RTA_PREFSRC support for ipv6 route source address selection by Daniel Walter · 14 years ago
  23. 4c9483b ipv6: Convert to use flowi6 where applicable. by David S. Miller · 14 years ago
  24. 6431cbc inet: Create a mechanism for upward inetpeer propagation into routes. by David S. Miller · 14 years ago
  25. b341936 ipv6: Add infrastructure to bind inet_peer objects to routes. by David S. Miller · 14 years ago
  26. d8d1f30 net-next: remove useless union keyword by Changli Gao · 14 years ago
  27. bd2c77a ipv6 fib: Make rt6_info{} more cache-line aware. by YOSHIFUJI Hideaki / 吉藤英明 · 15 years ago
  28. bbef49d ipv6: use standard lists for FIB walks by Alexey Dobriyan · 15 years ago
  29. 2bec5a3 ipv6: fib: fix crash when changing large fib while dumping it by Patrick McHardy · 15 years ago
  30. fd2c3ef net: cleanup include/net by Eric Dumazet · 15 years ago
  31. a33bc5c xfrm: select sane defaults for xfrm[4|6] gc_thresh by Neil Horman · 15 years ago
  32. 8ed6778 [NETNS][IPV6] rt6_info - move rt6_info structure inside the namespace by Daniel Lezcano · 17 years ago
  33. 5b7c931 [NETNS][IPV6] ip6_fib - add net to gc timer parameter by Daniel Lezcano · 17 years ago
  34. f3db485 [NETNS][IPV6] ip6_fib - fib6_clean_all handle several network namespaces by Daniel Lezcano · 17 years ago
  35. 58f09b7 [NETNS][IPV6] ip6_fib - make it per network namespace by Daniel Lezcano · 17 years ago
  36. 4e881a2 [IPV6] Minor cleanup: remove unused definitions in net/ip6_fib.h by Rami Rosen · 17 years ago
  37. a1b0514 [XFRM] IPv6: Fix dst/routing check at transformation. by Masahide NAKAMURA · 17 years ago
  38. 7e5449c [IPV6]: route6 remove ifdef for fib_rules by Daniel Lezcano · 17 years ago
  39. 9eb87f3 [IPV6]: Make fib6_rules_init to return an error code. by Daniel Lezcano · 17 years ago
  40. d63bddb [IPV6]: Make fib6_init to return an error code. by Daniel Lezcano · 17 years ago
  41. b4ce927 [IPV6]: Move nfheader_len into rt6_info by Herbert Xu · 17 years ago
  42. a47ed4c [IPV6] XFRM: Fix connected socket to use transformation. by Noriaki TAKAMIYA · 17 years ago
  43. c127ea2 [IPv6]: Use rtnl registration interface by Thomas Graf · 18 years ago
  44. f11e665 [IPV6]: Fix routing round-robin locking. by David S. Miller · 18 years ago
  45. 7cc4826 [IPV6]: Convert ipv6 route to use the new dst_entry 'next' pointer by Eric Dumazet · 18 years ago
  46. 8bce65b [IPV6]: Make fib6_node subtree depend on IPV6_SUBTREES by Kim Nordlund · 18 years ago
  47. 7a3025b [IPV6]: Introduce ip6_dst_idev() to get inet6_dev{} stored in dst_entry{}. by YOSHIFUJI Hideaki · 18 years ago
  48. 77d16f4 [IPV6] ROUTE: Unify RT6_F_xxx and RT6_SELECT_F_xxx flags by YOSHIFUJI Hideaki · 18 years ago
  49. 7fc3316 [IPV6] ROUTE: Put SUBTREE() as FIB6_SUBTREE() into ip6_fib.h for future use. by YOSHIFUJI Hideaki · 18 years ago
  50. 86872cb [IPv6] route: FIB6 configuration using struct fib6_config by Thomas Graf · 18 years ago
  51. 90d4112 [IPV6] ip6_fib.c: make code static by Adrian Bunk · 18 years ago
  52. 8ce11e6 [NET]: Make code static. by Adrian Bunk · 18 years ago
  53. 101367c [IPV6]: Policy Routing Rules by Thomas Graf · 18 years ago
  54. c71099a [IPV6]: Multiple Routing Tables by Thomas Graf · 18 years ago
  55. 0d51aa8 [IPV6]: V6 route events reported with wrong netlink PID and seq number by Jamal Hadi Salim · 19 years ago
  56. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago