1. 54e5c4d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  2. 1495664 ipv6: slight optimization in ip6_dst_gc by Li RongQing · 10 years ago
  3. 2e47b29 net: ipv6: make "ip -6 route get mark xyz" work. by Lorenzo Colitti · 10 years ago
  4. be7a010 ipv6: update Destination Cache entries when gateway turn into host by Duan Jiong · 10 years ago
  5. 1b3c61d net: Use fwmark reflection in PMTU discovery. by Lorenzo Colitti · 10 years ago
  6. e374c61 net: ipv6: more places need LOOPBACK_IFINDEX for flowi6_iif by Julian Anastasov · 10 years ago
  7. aad8872 ipv4: add a sock pointer to dst->output() path. by Eric Dumazet · 10 years ago
  8. 30f78d8 ipv6: Limit mtu to 65575 bytes by Eric Dumazet · 10 years ago
  9. 60ea37f ipv6: reuse rt6_need_strict by Wang Yufen · 10 years ago
  10. e5fd387 ipv6: do not overwrite inetpeer metrics prematurely by Michal Kubeček · 10 years ago
  11. c88507f ipv6: don't set DST_NOCOUNT for remotely added routes by Sabrina Dubroca · 10 years ago
  12. 56a4342 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  13. 0c3584d ipv6: remove prune parameter for fib6_clean_all by Li RongQing · 11 years ago
  14. e824353 ipv6: namespace cleanups by stephen hemminger · 11 years ago
  15. 24f5b85 ipv6: always set the new created dst's from in ip6_rt_copy by Li RongQing · 11 years ago
  16. 143c905 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  17. 7e98056 ipv6: router reachability probing by Jiri Benc · 11 years ago
  18. a3300ef ipv6: don't count addrconf generated routes against gc limit by Hannes Frederic Sowa · 11 years ago
  19. 7150aed IPv6: Fixed support for blackhole and prohibit routes by Kamala R · 11 years ago
  20. f104a56 ipv6: use rt6_get_dflt_router to get default router in rt6_route_rcv by Duan Jiong · 11 years ago
  21. 249a363 ipv6: drop the judgement in rt6_alloc_cow() by Duan Jiong · 11 years ago
  22. 394efd1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  23. ba48650 ipv6: remove the unnecessary statement in find_match() by Duan Jiong · 11 years ago
  24. e3bc10b ipv6: ip6_dst_check needs to check for expired dst_entries 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. c2f17e8 ipv6: probe routes asynchronous in rt6_probe by Hannes Frederic Sowa · 11 years ago
  27. 550bab4 ipv6: fill rt6i_gateway with nexthop address by Julian Anastasov · 11 years ago
  28. fbadadd ipv6: Not need to set fl6.flowi6_flags as zero by Li RongQing · 11 years ago
  29. 8d2ca1d ipv6: avoid high order memory allocations for /proc/net/ipv6_route by Hannes Frederic Sowa · 11 years ago
  30. b55b76b ipv6:introduce function to find route for redirect by Duan Jiong · 11 years ago
  31. 3ce9b35 ipv6: move ip6_dst_hoplimit() into core kernel by Cong Wang · 11 years ago
  32. b05930f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  33. c92a59e ipv6: handle Redirect ICMP Message with no Redirected Header option by Duan Jiong · 11 years ago
  34. 0e76a3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  35. 49a18d8 ipv6: update ip6_rt_last_gc every time GC is run by Michal Kubeček · 11 years ago
  36. 2ac3ac8 ipv6: prevent fib6_run_gc() contention by Michal Kubeček · 11 years ago
  37. ca4c3fc net: split rt_genid for ipv4 and ipv6 by fan.du · 11 years ago
  38. 86a37de net ipv6: Remove rebundant rt6i_nsiblings initialization by fan.du · 11 years ago
  39. afc154e ipv6: fix route selection if kernel is not compiled with CONFIG_IPV6_ROUTER_PREF by Hannes Frederic Sowa · 11 years ago
  40. 1eb4f75 ipv6: in case of link failure remove route directly instead of letting it expire by Hannes Frederic Sowa · 11 years ago
  41. 3630d40 ipv6: rt6_check_neigh should successfully verify neigh if no NUD information are available by Hannes Frederic Sowa · 11 years ago
  42. 52bd4c0 ipv6: fix ecmp lookup when oif is specified by Nicolas Dichtel · 11 years ago
  43. fe2c633 net: Convert uses of typedef ctl_table to struct ctl_table by Joe Perches · 11 years ago
  44. 29a3cad ipv6: Correct comparisons and calculations using skb->tail and skb-transport_header by Simon Horman · 11 years ago
  45. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 11 years ago
  46. 661d296 rtnetlink: Remove passing of attributes into rtnl_doit functions by Thomas Graf · 11 years ago
  47. 3e8b0ac net: ipv6: Don't purge default router if accept_ra=2 by Lorenzo Colitti · 11 years ago
  48. ecd9883 ipv6: fix race condition regarding dst->expires and dst->from. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  49. ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 11 years ago
  50. d4beaa6 net: proc: change proc_net_fops_create to proc_create by Gao feng · 11 years ago
  51. b820bb6 ndisc: Do not try to update "updated" time if neighbour has already gone. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  52. 12fd84f ipv6: Remove unused neigh argument for icmp6_dst_alloc() and its callers. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  53. 887c95c ipv6: Complete neighbour entry removal from dst_entry. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  54. 2152cae ipv6: Do not depend on rt->n in rt6_probe(). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  55. 145a362 ipv6: Do not depend on rt->n in rt6_check_neigh(). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  56. c440f16 ipv6: Do not depend on rt->n in ip6_pol_route(). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  57. dd0cbf2 ipv6 route: Dump gateway based on RTF_GATEWAY flag and rt->rt6i_gateway. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  58. 8e022ee ndisc: Remove tbl argument for __ipv6_neigh_lookup(). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  59. 7ff74a5 ndisc: Update neigh->updated with write lock. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  60. 6059283 ipv6 netevent: Remove old_neigh from netevent_redirect. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  61. c08977b ipv6 route: Use ipv6_addr_hash() in rt6_info_hash_nhsfn(). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  62. 6502ca5 ipv6: Introduce ip6_flowinfo() to extract flowinfo (tclass + flowlabel). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  63. 71bcdba ndisc: Use struct rd_msg for redirect message. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  64. a5a81f0 ipv6: Fix default route failover when CONFIG_IPV6_ROUTER_PREF=n by Paul Marks · 12 years ago
  65. b51642f net: Enable a userns root rtnl calls that are safe for unprivilged users by Eric W. Biederman · 12 years ago
  66. af31f41 net: Allow userns root to control ipv6 by Eric W. Biederman · 12 years ago
  67. dfc47ef net: Push capable(CAP_NET_ADMIN) into the rtnl methods by Eric W. Biederman · 12 years ago
  68. 464dc80 net: Don't export sysctls to unprivileged users by Eric W. Biederman · 12 years ago
  69. c75ea26 ipv6: remove obsolete comments in route.c by Li RongQing · 12 years ago
  70. d4185bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  71. a4477c4 ipv6: remove rt6i_peer_genid from rt6_info and its handler by Li RongQing · 12 years ago
  72. 94e187c ipv6: introduce ip6_rt_put() by Amerigo Wang · 12 years ago
  73. 1a72418 ipv6/multipath: remove flag NLM_F_EXCL after the first nexthop by Nicolas Dichtel · 12 years ago
  74. 14edd87 ipv6: Set default hoplimit as zero. by Li RongQing · 12 years ago
  75. b3ce5ae ipv6: fix sparse warnings in rt6_info_hash_nhsfn() by Nicolas Dichtel · 12 years ago
  76. 51ebd318 ipv6: add support of equal cost multipath (ECMP) by Nicolas Dichtel · 12 years ago
  77. 6825a26 ipv6: release reference of ip6_null_entry's dst entry in __ip6_del_rt by Gao feng · 12 years ago
  78. 6a06e5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  79. 3fd91fb ipv6: recursive check rt->dst.from when call rt6_check_expired by Li RongQing · 12 years ago
  80. 2c20cbd ipv6: use DST_* macro to set obselete field by Nicolas Dichtel · 12 years ago
  81. 6f3118b ipv6: use net->rt_genid to check dst validity by Nicolas Dichtel · 12 years ago
  82. 5744dd9 ipv6: replace write lock with read lock when get route info by Li RongQing · 12 years ago
  83. fb0af4c ipv6: route templates can be const by Eric Dumazet · 12 years ago
  84. fdd6681 ipv6: remove some useless RCU read lock by Amerigo Wang · 12 years ago
  85. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  86. b4949ab ipv6: fix handling of throw routes by Nicolas Dichtel · 12 years ago
  87. ef2c7d7 ipv6: fix handling of blackhole and prohibit routes by Nicolas Dichtel · 12 years ago
  88. 1fb9489 net: Loopback ifindex is constant now by Pavel Emelyanov · 12 years ago
  89. 8253947 ipv6: fix incorrect route 'expires' value passed to userspace by Li Wei · 12 years ago
  90. f5b0a87 net: Document dst->obsolete better. by David S. Miller · 12 years ago
  91. a6ff1a2 Merge branch 'nexthop_exceptions' by David S. Miller · 12 years ago
  92. 6700c27 net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}() by David S. Miller · 12 years ago
  93. f0396f60 ipv6: fix RTPROT_RA markup of RA routes w/nexthops by Denis Ovsienko · 12 years ago
  94. 8104891 ipv6: Initialize the struct rt6_info behind the dst_enty field by Steffen Klassert · 12 years ago
  95. b587ee3 net: Add dummy dst_ops->redirect method where needed. by David S. Miller · 12 years ago
  96. b94f1c0 ipv6: Use icmpv6_notify() to propagate redirect, instead of rt6_redirect(). by David S. Miller · 12 years ago
  97. 3a5ad2e ipv6: Add ip6_redirect() and ip6_sk_redirect() helper functions. by David S. Miller · 12 years ago
  98. 6e157b6 ipv6: Pull main logic of rt6_redirect() into rt6_do_redirect(). by David S. Miller · 12 years ago
  99. e8599ff ipv6: Move bulk of redirect handling into rt6_redirect(). by David S. Miller · 12 years ago
  100. 87a5069 rtnetlink: Remove ts/tsage args to rtnl_put_cacheinfo(). by David S. Miller · 12 years ago