1. 0bc26d1 net: ipv6: Compare lwstate in detecting duplicate nexthops by David Ahern · 7 years ago
  2. ecbd3ed ipv6: initialize route null entry in addrconf_init() by WANG Cong · 7 years ago
  3. d5d32e4 net: ipv6: Do not consider link state for nexthop validation by David Ahern · 8 years ago
  4. d409b84 ipv6: Export p6_route_input_lookup symbol by Mahesh Bandewar · 8 years ago
  5. a2e2ff5 net: ipv6: Move ip6_route_get_saddr to inline by David Ahern · 8 years ago
  6. 9ff7438 net: vrf: Handle ipv6 multicast and link-local addresses by David Ahern · 8 years ago
  7. 9ab179d net: vrf: Fix dst reference counting by David Ahern · 8 years ago
  8. 6f21c96 ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail() by Paolo Abeni · 8 years ago
  9. 6bd4f35 ipv6: kill sk_dst_lock by Eric Dumazet · 9 years ago
  10. 7d8c6e3 ipv6: Pass struct net through ip6_fragment by Eric W. Biederman · 9 years ago
  11. b197df4 ipv6: Add rt6_get_cookie() function by Martin KaFai Lau · 9 years ago
  12. 45e4fd2 ipv6: Only create RTF_CACHE routes after encountering pmtu exception by Martin KaFai Lau · 9 years ago
  13. 2647a9b ipv6: Remove external dependency on rt6i_gateway and RTF_ANYCAST by Martin KaFai Lau · 9 years ago
  14. 7026b1d netfilter: Pass socket pointer down through okfn(). by David Miller · 9 years ago
  15. f60e599 ipv6: protect skb->sk accesses from recursive dereference inside the stack by hannes@stressinduktion.org · 9 years ago
  16. 54e5c4d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  17. be7a010 ipv6: update Destination Cache entries when gateway turn into host by Duan Jiong · 10 years ago
  18. 60ff746 net: rename local_df to ignore_df by WANG Cong · 10 years ago
  19. 30f78d8 ipv6: Limit mtu to 65575 bytes by Eric Dumazet · 10 years ago
  20. 60ea37f ipv6: reuse rt6_need_strict by Wang Yufen · 10 years ago
  21. 0b95227 ipv6: yet another new IPV6_MTU_DISCOVER option IPV6_PMTUDISC_OMIT by Hannes Frederic Sowa · 10 years ago
  22. 509aba3 IPv6: add the option to use anycast addresses as source addresses in echo reply by FX Le Bail · 10 years ago
  23. e824353 ipv6: namespace cleanups by stephen hemminger · 10 years ago
  24. 93b36cf ipv6: support IPV6_PMTU_INTERFACE on sockets by Hannes Frederic Sowa · 11 years ago
  25. c3fa32b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  26. 550bab4 ipv6: fill rt6i_gateway with nexthop address by Julian Anastasov · 11 years ago
  27. 96dc809 ipv6: always prefer rt6i_gateway if present by Julian Anastasov · 11 years ago
  28. 5c3a0fd ip*.h: Remove extern from function prototypes by Joe Perches · 11 years ago
  29. 3ce9b35 ipv6: move ip6_dst_hoplimit() into core kernel by Cong Wang · 11 years ago
  30. c92a59e ipv6: handle Redirect ICMP Message with no Redirected Header option by Duan Jiong · 11 years ago
  31. 12fd84f ipv6: Remove unused neigh argument for icmp6_dst_alloc() and its callers. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  32. 9bb5a14 ipv6: Introduce rt6_nexthop() to select nexthop address. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  33. 130cd27 ipv6: export IP6_RT_PRIO_* to userland by Nicolas Dichtel · 12 years ago
  34. d3818c9 ipv6: fix inet6_csk_xmit() by Eric Dumazet · 12 years ago
  35. b94f1c0 ipv6: Use icmpv6_notify() to propagate redirect, instead of rt6_redirect(). by David S. Miller · 12 years ago
  36. 3a5ad2e ipv6: Add ip6_redirect() and ip6_sk_redirect() helper functions. by David S. Miller · 12 years ago
  37. e8599ff ipv6: Move bulk of redirect handling into rt6_redirect(). by David S. Miller · 12 years ago
  38. 81aded2 ipv6: Handle PMTU in ICMP error handlers. by David S. Miller · 12 years ago
  39. 55afaba inet: Fix BUG triggered by __rt{,6}_get_peer(). by David S. Miller · 12 years ago
  40. 97bab73 inet: Hide route peer accesses behind helpers. by David S. Miller · 12 years ago
  41. fbfe95a inet: Create and use rt{,6}_get_peer_create(). by David S. Miller · 12 years ago
  42. a50feda ipv6: bool/const conversions phase2 by Eric Dumazet · 12 years ago
  43. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  44. c5e1fd8 Merge branch 'nf-next' of git://1984.lsi.us.es/net-next by David S. Miller · 13 years ago
  45. 87a1157 ipv6: Move xfrm_lookup() call down into icmp6_dst_alloc(). by David S. Miller · 13 years ago
  46. 8f03151 ipv6: Make third arg to anycast_dst_alloc() bool. by David S. Miller · 13 years ago
  47. ea6e574 ipv6: add ip6_route_lookup by Florian Westphal · 13 years ago
  48. 2a9e950 net: Remove __KERNEL__ cpp checks from include/net by David S. Miller · 13 years ago
  49. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 13 years ago
  50. c3968a8 ipv6: RTA_PREFSRC support for ipv6 route source address selection by Daniel Walter · 13 years ago
  51. 9c7a4f9 ipv6: ip6_route_output does not modify sk parameter, so make it const by Florian Westphal · 13 years ago
  52. 4c9483b ipv6: Convert to use flowi6 where applicable. by David S. Miller · 13 years ago
  53. d9993be Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  54. ad0081e ipv6: Fragment locally generated tunnel-mode IPSec6 packets as needed. by David Stevens · 14 years ago
  55. dca9b24 net: kill unused macros from head file by Shan Wei · 14 years ago
  56. 15c0542 ipv6: Add rt6_get_peer() helper. by David S. Miller · 14 years ago
  57. b341936 ipv6: Add infrastructure to bind inet_peer objects to routes. by David S. Miller · 14 years ago
  58. b6c6712 net: sk_dst_cache RCUification by Eric Dumazet · 14 years ago
  59. 0c9a2ac ipv6: Optmize translation between IPV6_PREFER_SRC_xxx and RT6_LOOKUP_F_xxx. by YOSHIFUJI Hideaki / 吉藤英明 · 14 years ago
  60. fd2c3ef net: cleanup include/net by Eric Dumazet · 15 years ago
  61. adf3090 net: skb->dst accessors by Eric Dumazet · 15 years ago
  62. 191cd58 netns: Add network namespace argument to rt6_fill_node() and ipv6_dev_get_saddr() by Brian Haley · 16 years ago
  63. 6bf90b2 ipv6: Kill unused ip6_prohibit_entry and ip6_blk_hole_entry declarations. by Rami Rosen · 16 years ago
  64. 83ac794 ipv6: ip6_route.h cleanup. by Rami Rosen · 16 years ago
  65. 3d0f24a ipv6: icmp6_dst_gc return change by Stephen Hemminger · 16 years ago
  66. 9acd9f3 [IPV6]: Make address arguments const. by YOSHIFUJI Hideaki · 16 years ago
  67. 5c06f51 [IPV6]: Remove unused declarations in include/net/ip6_route.h. by Rami Rosen · 16 years ago
  68. 7cbca67 [IPV6]: Support Source Address Selection API (RFC5014). by YOSHIFUJI Hideaki · 16 years ago
  69. 6b75d09 [IPV6]: Optimize hop-limit determination. by YOSHIFUJI Hideaki · 16 years ago
  70. 4591db4 [NETNS][IPV6] route6 - add netns parameter to ip6_route_output by Daniel Lezcano · 16 years ago
  71. bdb3289 [NETNS][IPV6] rt6_info - make rt6_info accessed as a pointer by Daniel Lezcano · 16 years ago
  72. 5578689 [NETNS][IPV6] route6 - make route6 per namespace by Daniel Lezcano · 16 years ago
  73. 7b4da53 [NETNS][IPV6] route6 - Pass the network namespace parameter to rt6_purge_dflt_routers by Daniel Lezcano · 16 years ago
  74. 606a2b4 [NETNS][IPV6] route6 - Pass the network namespace parameter to rt6_lookup by Daniel Lezcano · 16 years ago
  75. 63152fc [NETNS][IPV6] ip6_fib - gc timer per namespace by Daniel Lezcano · 16 years ago
  76. f3db485 [NETNS][IPV6] ip6_fib - fib6_clean_all handle several network namespaces by Daniel Lezcano · 16 years ago
  77. 3b00944 [IPV6]: Make ndisc_dst_alloc() common for later use. by YOSHIFUJI Hideaki · 17 years ago
  78. bba536a [IPV6] Minor clenup: remove two unused definitions in net/ip6_route.h by Rami Rosen · 16 years ago
  79. 4990509 [NETNS][IPV6]: Make sysctls route per namespace. by Daniel Lezcano · 16 years ago
  80. 433d49c [IPV6]: Make ip6_route_init to return an error code. by Daniel Lezcano · 17 years ago
  81. c127ea2 [IPv6]: Use rtnl registration interface by Thomas Graf · 17 years ago
  82. e69a4adc [IPV6]: Misc endianness annotations. by Al Viro · 18 years ago
  83. e320af1 [IPV6]: Remove struct pol_chain. by Ville Nuorvala · 18 years ago
  84. 9123de2 [NETFILTER]: ip6table_mangle: reroute when nfmark changes in NF_IP6_LOCAL_OUT by Patrick McHardy · 18 years ago
  85. 77d16f4 [IPV6] ROUTE: Unify RT6_F_xxx and RT6_SELECT_F_xxx flags by YOSHIFUJI Hideaki · 18 years ago
  86. 8e1ef0a [IPV6]: Cache source address as well in ipv6_pinfo{}. by YOSHIFUJI Hideaki · 18 years ago
  87. 5e032e3 [IPV6] NDISC: Take source address into account for redirects. by YOSHIFUJI Hideaki · 18 years ago
  88. 86872cb [IPv6] route: FIB6 configuration using struct fib6_config by Thomas Graf · 18 years ago
  89. 40e22e8 [IPv6] route: Simplify ip6_ins_rt() by Thomas Graf · 18 years ago
  90. e0a1ad73 [IPv6] route: Simplify ip6_del_rt() by Thomas Graf · 18 years ago
  91. 1b43af5 [IPV6]: Increase number of possible routing tables to 2^32 by Patrick McHardy · 18 years ago
  92. 101367c [IPV6]: Policy Routing Rules by Thomas Graf · 18 years ago
  93. c71099a [IPV6]: Multiple Routing Tables by Thomas Graf · 18 years ago
  94. 497c615 [IPV6]: Audit all ip6_dst_lookup/ip6_dst_store calls by Herbert Xu · 18 years ago
  95. f83ef8c [IPV6]: Added GSO support for TCPv6 by Herbert Xu · 18 years ago
  96. 70ceb4f [IPV6]: ROUTE: Add experimental support for Route Information Option in RA (RFC4191). by YOSHIFUJI Hideaki · 18 years ago
  97. ebacaaa [IPV6]: ROUTE: Add support for Router Preference (RFC4191). by YOSHIFUJI Hideaki · 18 years ago
  98. 554cfb7 [IPV6]: ROUTE: Eliminate lock for default route pointer. by YOSHIFUJI Hideaki · 18 years ago
  99. c752f07 [TCP]: Move the tcp sock states to net/tcp_states.h by Arnaldo Carvalho de Melo · 19 years ago
  100. 0d51aa8 [IPV6]: V6 route events reported with wrong netlink PID and seq number by Jamal Hadi Salim · 19 years ago