1. 62cf27e ipv6: Fix traffic triggered IPsec connections. by Steffen Klassert · 7 years ago
  2. 6026e04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  3. 1e2ea8a ipv6: set dst.obsolete when a cached route has expired by Xin Long · 7 years ago
  4. 4e587ea ipv6: fix sparse warning on rt6i_node by Wei Wang · 7 years ago
  5. 3614364 ipv6: Fix may be used uninitialized warning in rt6_check by Steffen Klassert · 7 years ago
  6. b673d6c ipv6: Use multipath hash from flow info if available by Jakub Sitnicki · 7 years ago
  7. 956b453 ipv6: Fold rt6_info_hash_nhsfn() into its only caller by Jakub Sitnicki · 7 years ago
  8. 23aebda ipv6: Compute multipath hash for ICMP errors from offending packet by Jakub Sitnicki · 7 years ago
  9. c5cff85 ipv6: add rcu grace period before freeing fib6_node by Wei Wang · 7 years ago
  10. 4832c30 net: ipv6: put host and anycast routes on device with address by David Ahern · 7 years ago
  11. 401481e ipv6: fix false-postive maybe-uninitialized warning by Arnd Bergmann · 7 years ago
  12. 463910e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  13. e3a22b7 ipv6: route: set ipv6 RTM_GETROUTE to not use rtnl by Florian Westphal · 7 years ago
  14. 121622d ipv6: route: make rtm_getroute not assume rtnl is locked by Florian Westphal · 7 years ago
  15. 12d94a8 ipv6: fix NULL dereference in ip6_route_dev_notify() by Eric Dumazet · 7 years ago
  16. fe40079 ipv6: fib: Provide offload indication using nexthop flags by Ido Schimmel · 7 years ago
  17. e5645f5 ipv6: release rt6->rt6i_idev properly during ifdown by Wei Wang · 7 years ago
  18. b97bac6 rtnetlink: make rtnl_register accept a flags parameter by Florian Westphal · 7 years ago
  19. 3118e6e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  20. feca7d8 net: ipv6: avoid overhead when no custom FIB rules are installed by Vincent Bernat · 7 years ago
  21. 61e4d01 ipv6: fib: Add offload indication to routes by Ido Schimmel · 7 years ago
  22. b91d532 ipv6: set rt6i_protocol properly in the route when it is installed by Xin Long · 7 years ago
  23. f06b754 net: ipv6: Compare lwstate in detecting duplicate nexthops by David Ahern · 8 years ago
  24. b079115 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  25. 76da070 ipv6: only call ip6_route_dev_notify() once for NETDEV_UNREGISTER by WANG Cong · 8 years ago
  26. a4c2fd7 net: remove DST_NOCACHE flag by Wei Wang · 8 years ago
  27. b2a9c0e net: remove DST_NOGC flag by Wei Wang · 8 years ago
  28. db91664 ipv6: get rid of icmp6 dst garbage collector by Wei Wang · 8 years ago
  29. 587fea7 ipv6: mark DST_NOGC and remove the operation of dst_free() by Wei Wang · 8 years ago
  30. ad65a2f ipv6: call dst_hold_safe() properly by Wei Wang · 8 years ago
  31. 1cfb71e ipv6: take dst->__refcnt for insertion into fib6 tree by Wei Wang · 8 years ago
  32. 1dbe3252 net: use loopback dev when generating blackhole route by Wei Wang · 8 years ago
  33. 0ddead9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  34. 8397ed3 net: ipv6: Release route when device is unregistering by David Ahern · 8 years ago
  35. 9ae2872 net: add extack arg to lwtunnel build state by David Ahern · 8 years ago
  36. c255bd6 net: lwtunnel: Add extack to encap attr validation by David Ahern · 8 years ago
  37. 18c3a61 net: ipv6: RTM_GETROUTE: return matched fib result when requested by Roopa Prabhu · 8 years ago
  38. d5d531c net: ipv6: Add extack messages for route add failures by David Ahern · 8 years ago
  39. 333c430 net: ipv6: Plumb extack through route add functions by David Ahern · 8 years ago
  40. 242d3a4 ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notf by WANG Cong · 8 years ago
  41. 2f46093 ipv6: initialize route null entry in addrconf_init() by WANG Cong · 8 years ago
  42. fb79670 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  43. 557c44b net: ipv6: RTF_PCPU should not be settable from userspace by David Ahern · 8 years ago
  44. c21ef3e net: rtnetlink: plumb extended ack to doit function by David Ahern · 8 years ago
  45. fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 8 years ago
  46. 4ee3973 net: ipv6: set route type for anycast routes by David Ahern · 8 years ago
  47. 5be083c net: ipv6: Remove redundant RTA_OIF in multipath routes by David Ahern · 8 years ago
  48. 9d6acb3 ipv6: ignore null_entry in inet6_rtm_getroute() too by WANG Cong · 8 years ago
  49. e333003 ipv6: check for ip6_null_entry in __ip6_del_rt_siblings() by WANG Cong · 8 years ago
  50. 3b45a41 net: route: add missing nla_policy entry for RTA_MARK attribute by Liping Zhang · 8 years ago
  51. 0dec879 net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TP by Julian Anastasov · 8 years ago
  52. 63fca65 net: add confirm_neigh method to dst_ops by Julian Anastasov · 8 years ago
  53. 7d4d506 net: ipv6: Use compressed IPv6 addresses showing route replace error by David Ahern · 8 years ago
  54. 16a16cd net: ipv6: Change notifications for multipath delete to RTA_MULTIPATH by David Ahern · 8 years ago
  55. 3b1137f net: ipv6: Change notifications for multipath add to RTA_MULTIPATH by David Ahern · 8 years ago
  56. beb1afac5 net: ipv6: Add support to dump multipath routes via RTA_MULTIPATH attribute by David Ahern · 8 years ago
  57. 0ae8133 net: ipv6: Allow shorthand delete of all nexthops in multipath route by David Ahern · 8 years ago
  58. 94b5e0f net: ipv6: Set protocol to kernel for local routes by David Ahern · 8 years ago
  59. 30357d7 lwtunnel: remove device arg to lwtunnel_build_state by David Ahern · 8 years ago
  60. 4e8f2fc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  61. 1f17e2f net: ipv6: ignore null_entry on route dumps by David Ahern · 8 years ago
  62. 3b7b2b0 net: ipv6: remove skb_reserve in getroute by David Ahern · 8 years ago
  63. a1a22c1 net: ipv6: Keep nexthop of multipath route on admin down by David Ahern · 8 years ago
  64. 9ed5959 lwtunnel: fix autoload of lwt modules by David Ahern · 8 years ago
  65. f8cfe2c net: ipv6: remove prefix arg to rt6_fill_node by David Ahern · 8 years ago
  66. fd61c6b net: ipv6: remove nowait arg to rt6_fill_node by David Ahern · 8 years ago
  67. ea7a808 net: lwtunnel: Handle lwtunnel_fill_encap failure by David Ahern · 8 years ago
  68. 67c408c ipv6: fix typos by Alexander Alemayhu · 8 years ago
  69. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  70. c2ed188 net: ipv6: check route protocol when deleting routes by Mantas M · 8 years ago
  71. 96d5822 ipv6: Allow IPv4-mapped address as next-hop by Erik Nordmark · 8 years ago
  72. adc176c ipv6 addrconf: Implemented enhanced DAD (RFC7527) by Erik Nordmark · 8 years ago
  73. bb598c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  74. fb56be8 net-ipv6: on device mtu change do not add mtu to mtu-less routes by Maciej Żenczykowski · 8 years ago
  75. e2d118a net: inet: Support UID-based routing in IP protocols. by Lorenzo Colitti · 8 years ago
  76. 622ec2c net: core: add UID to flows, rules, and routes by Lorenzo Colitti · 8 years ago
  77. 19bda36 ipv6: add mtu lock check in __ip6_rt_update_pmtu by Xin Long · 8 years ago
  78. d5d32e4 net: ipv6: Do not consider link state for nexthop validation by David Ahern · 8 years ago
  79. 830218c net: ipv6: Fix processing of RAs in presence of VRF by David Ahern · 8 years ago
  80. b50afd2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  81. 2cf7507 ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_route by Nikolay Aleksandrov · 8 years ago
  82. d6989d4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  83. a435a07 net: ipv6: fallback to full lookup if table lookup is unsuitable by Vincent Bernat · 8 years ago
  84. d409b84 ipv6: Export p6_route_input_lookup symbol by Mahesh Bandewar · 8 years ago
  85. e0d56fd net: l3mdev: remove redundant calls by David Ahern · 8 years ago
  86. 4c1feac net: vrf: Flip IPv6 output path from FIB lookup hook to out hook by David Ahern · 8 years ago
  87. 5f02ce24 net: l3mdev: Allow the l3mdev to be a loopback by David Ahern · 8 years ago
  88. 14972cb net: lwtunnel: Handle fragmentation by Roopa Prabhu · 8 years ago
  89. ee58b57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  90. 48f1dcb ipv6: enforce egress device match in per table nexthop lookups by Paolo Abeni · 9 years ago
  91. a2e2ff5 net: ipv6: Move ip6_route_get_saddr to inline by David Ahern · 9 years ago
  92. f997c55 ipv6: introduce neighbour discovery ops by Alexander Aring · 9 years ago
  93. 9ff7438 net: vrf: Handle ipv6 multicast and link-local addresses by David Ahern · 9 years ago
  94. 38b7097 ipv6: use TOS marks from sockets for routing decision by Hannes Frederic Sowa · 9 years ago
  95. 909b27f7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  96. 626abd5 net/route: enforce hoplimit max value by Paolo Abeni · 9 years ago
  97. 4a65896 net: l3mdev: Move get_saddr and rt6_dst by David Ahern · 9 years ago
  98. 8c14586 net: ipv6: Use passed in table for nexthop lookups by David Ahern · 9 years ago
  99. 33c162a ipv6: datagram: Update dst cache of a connected datagram sk during pmtu update by Martin KaFai Lau · 9 years ago
  100. 9ab179d net: vrf: Fix dst reference counting by David Ahern · 9 years ago