1. 587fea7 ipv6: mark DST_NOGC and remove the operation of dst_free() by Wei Wang · 8 years ago
  2. ad65a2f ipv6: call dst_hold_safe() properly by Wei Wang · 8 years ago
  3. 1cfb71e ipv6: take dst->__refcnt for insertion into fib6 tree by Wei Wang · 8 years ago
  4. 1dbe3252 net: use loopback dev when generating blackhole route by Wei Wang · 8 years ago
  5. 0ddead9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  6. 8397ed3 net: ipv6: Release route when device is unregistering by David Ahern · 8 years ago
  7. 9ae2872 net: add extack arg to lwtunnel build state by David Ahern · 8 years ago
  8. c255bd6 net: lwtunnel: Add extack to encap attr validation by David Ahern · 8 years ago
  9. 18c3a61 net: ipv6: RTM_GETROUTE: return matched fib result when requested by Roopa Prabhu · 8 years ago
  10. d5d531c net: ipv6: Add extack messages for route add failures by David Ahern · 8 years ago
  11. 333c430 net: ipv6: Plumb extack through route add functions by David Ahern · 8 years ago
  12. 242d3a4 ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notf by WANG Cong · 8 years ago
  13. 2f46093 ipv6: initialize route null entry in addrconf_init() by WANG Cong · 8 years ago
  14. fb79670 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  15. 557c44b net: ipv6: RTF_PCPU should not be settable from userspace by David Ahern · 8 years ago
  16. c21ef3e net: rtnetlink: plumb extended ack to doit function by David Ahern · 8 years ago
  17. fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 8 years ago
  18. 4ee3973 net: ipv6: set route type for anycast routes by David Ahern · 8 years ago
  19. 5be083c net: ipv6: Remove redundant RTA_OIF in multipath routes by David Ahern · 8 years ago
  20. 9d6acb3 ipv6: ignore null_entry in inet6_rtm_getroute() too by WANG Cong · 8 years ago
  21. e333003 ipv6: check for ip6_null_entry in __ip6_del_rt_siblings() by WANG Cong · 8 years ago
  22. 3b45a41 net: route: add missing nla_policy entry for RTA_MARK attribute by Liping Zhang · 8 years ago
  23. 0dec879 net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TP by Julian Anastasov · 8 years ago
  24. 63fca65 net: add confirm_neigh method to dst_ops by Julian Anastasov · 8 years ago
  25. 7d4d506 net: ipv6: Use compressed IPv6 addresses showing route replace error by David Ahern · 8 years ago
  26. 16a16cd net: ipv6: Change notifications for multipath delete to RTA_MULTIPATH by David Ahern · 8 years ago
  27. 3b1137f net: ipv6: Change notifications for multipath add to RTA_MULTIPATH by David Ahern · 8 years ago
  28. beb1afac5 net: ipv6: Add support to dump multipath routes via RTA_MULTIPATH attribute by David Ahern · 8 years ago
  29. 0ae8133 net: ipv6: Allow shorthand delete of all nexthops in multipath route by David Ahern · 8 years ago
  30. 94b5e0f net: ipv6: Set protocol to kernel for local routes by David Ahern · 8 years ago
  31. 30357d7 lwtunnel: remove device arg to lwtunnel_build_state by David Ahern · 8 years ago
  32. 4e8f2fc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  33. 1f17e2f net: ipv6: ignore null_entry on route dumps by David Ahern · 8 years ago
  34. 3b7b2b0 net: ipv6: remove skb_reserve in getroute by David Ahern · 8 years ago
  35. a1a22c1 net: ipv6: Keep nexthop of multipath route on admin down by David Ahern · 8 years ago
  36. 9ed5959 lwtunnel: fix autoload of lwt modules by David Ahern · 8 years ago
  37. f8cfe2c net: ipv6: remove prefix arg to rt6_fill_node by David Ahern · 8 years ago
  38. fd61c6b net: ipv6: remove nowait arg to rt6_fill_node by David Ahern · 8 years ago
  39. ea7a808 net: lwtunnel: Handle lwtunnel_fill_encap failure by David Ahern · 8 years ago
  40. 67c408c ipv6: fix typos by Alexander Alemayhu · 8 years ago
  41. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  42. c2ed188 net: ipv6: check route protocol when deleting routes by Mantas M · 8 years ago
  43. 96d5822 ipv6: Allow IPv4-mapped address as next-hop by Erik Nordmark · 8 years ago
  44. adc176c ipv6 addrconf: Implemented enhanced DAD (RFC7527) by Erik Nordmark · 8 years ago
  45. bb598c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  46. fb56be8 net-ipv6: on device mtu change do not add mtu to mtu-less routes by Maciej Żenczykowski · 8 years ago
  47. e2d118a net: inet: Support UID-based routing in IP protocols. by Lorenzo Colitti · 8 years ago
  48. 622ec2c net: core: add UID to flows, rules, and routes by Lorenzo Colitti · 8 years ago
  49. 19bda36 ipv6: add mtu lock check in __ip6_rt_update_pmtu by Xin Long · 8 years ago
  50. d5d32e4 net: ipv6: Do not consider link state for nexthop validation by David Ahern · 8 years ago
  51. 830218c net: ipv6: Fix processing of RAs in presence of VRF by David Ahern · 8 years ago
  52. b50afd2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  53. 2cf7507 ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_route by Nikolay Aleksandrov · 8 years ago
  54. d6989d4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  55. a435a07 net: ipv6: fallback to full lookup if table lookup is unsuitable by Vincent Bernat · 8 years ago
  56. d409b84 ipv6: Export p6_route_input_lookup symbol by Mahesh Bandewar · 8 years ago
  57. e0d56fd net: l3mdev: remove redundant calls by David Ahern · 8 years ago
  58. 4c1feac net: vrf: Flip IPv6 output path from FIB lookup hook to out hook by David Ahern · 8 years ago
  59. 5f02ce24 net: l3mdev: Allow the l3mdev to be a loopback by David Ahern · 8 years ago
  60. 14972cb net: lwtunnel: Handle fragmentation by Roopa Prabhu · 8 years ago
  61. ee58b57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  62. 48f1dcb ipv6: enforce egress device match in per table nexthop lookups by Paolo Abeni · 9 years ago
  63. a2e2ff5 net: ipv6: Move ip6_route_get_saddr to inline by David Ahern · 9 years ago
  64. f997c55 ipv6: introduce neighbour discovery ops by Alexander Aring · 9 years ago
  65. 9ff7438 net: vrf: Handle ipv6 multicast and link-local addresses by David Ahern · 9 years ago
  66. 38b7097 ipv6: use TOS marks from sockets for routing decision by Hannes Frederic Sowa · 9 years ago
  67. 909b27f7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  68. 626abd5 net/route: enforce hoplimit max value by Paolo Abeni · 9 years ago
  69. 4a65896 net: l3mdev: Move get_saddr and rt6_dst by David Ahern · 9 years ago
  70. 8c14586 net: ipv6: Use passed in table for nexthop lookups by David Ahern · 9 years ago
  71. 33c162a ipv6: datagram: Update dst cache of a connected datagram sk during pmtu update by Martin KaFai Lau · 9 years ago
  72. 9ab179d net: vrf: Fix dst reference counting by David Ahern · 9 years ago
  73. 6f21c96 ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail() by Paolo Abeni · 9 years ago
  74. 32bc201 ipv6: allow routes to be configured with expire values by Xin Long · 9 years ago
  75. f188b95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  76. 304d888 Revert "ipv6: ndisc: inherit metadata dst when creating ndisc requests" by Nicolas Dichtel · 9 years ago
  77. b811580 net: IPv6 fib lookup tracepoint by David Ahern · 9 years ago
  78. 02bcf4e ipv6: Check rt->dst.from for the DST_NOCACHE route by Martin KaFai Lau · 9 years ago
  79. 5973fb1 ipv6: Check expire on DST_NOCACHE route by Martin KaFai Lau · 9 years ago
  80. 0d3f6d2 ipv6: Avoid creating RTF_CACHE from a rt that is not managed by fib6 tree by Martin KaFai Lau · 9 years ago
  81. 73186df Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  82. ec13ad1 ipv6: fix crash on ICMPv6 redirects with prohibited/blackholed source by Matthias Schiffer · 9 years ago
  83. ba3e208 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  84. d46a9d6 net: ipv6: Dont add RT6_LOOKUP_F_IFACE flag if saddr set by David Ahern · 9 years ago
  85. f1900fb net: Really fix vti6 with oif in dst lookups by David Ahern · 9 years ago
  86. 26440c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  87. 0a1f596 ipv6: Initialize rt6_info properly in ip6_blackhole_route() by Martin KaFai Lau · 9 years ago
  88. ebfa45f ipv6: Move common init code for rt6_info to a new function rt6_info_init() by Martin KaFai Lau · 9 years ago
  89. ca25449 net: Add VRF support to IPv6 stack by David Ahern · 9 years ago
  90. e332bc6 ipv6: Don't call with rt6_uncached_list_flush_dev by Eric W. Biederman · 9 years ago
  91. 8c5b83f ipv6 route: use err pointers instead of returning pointer by reference by Roopa Prabhu · 9 years ago
  92. ede2059 dst: Pass net into dst->output by Eric W. Biederman · 9 years ago
  93. 9f8955c ipv6: Merge __ip6_local_out and __ip6_local_out_sk by Eric W. Biederman · 9 years ago
  94. 4ebdfba7 dst: Pass a sk into .local_out by Eric W. Biederman · 9 years ago
  95. f6d3125 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  96. 741a11d net: ipv6: Add RT6_LOOKUP_F_IFACE flag if oif is set by David Ahern · 9 years ago
  97. 17fb0b2 net: Remove redundant oif checks in rt6_device_match by David Ahern · 9 years ago
  98. 4963ed4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  99. 38cf595 ipv6: remove unused neigh parameter from ndisc functions by Jiri Benc · 9 years ago
  100. 644d0e6 ipv6 Use get_hash_from_flowi6 for rt6 hash by Tom Herbert · 9 years ago