1. 2881fd6 ipv6: Add IPv6 multipath notification for route delete by Ido Schimmel · 6 years ago
  2. ebee3ca ipv6: Add IPv6 multipath notifications for add / replace by Ido Schimmel · 6 years ago
  3. 5b98324 ipv6: Allow routes to use nexthop objects by David Ahern · 6 years ago
  4. 2d44234 ipv6: Handle all fib6_nh in a nexthop in mtu updates by David Ahern · 6 years ago
  5. 49d5b8e ipv6: Handle all fib6_nh in a nexthop in rt6_do_redirect by David Ahern · 6 years ago
  6. c55c898 ipv6: Handle all fib6_nh in a nexthop in __ip6_route_redirect by David Ahern · 6 years ago
  7. e659ba3 ipv6: Handle all fib6_nh in a nexthop in exception handling by David Ahern · 6 years ago
  8. 2c170e0 ipv6: Handle all fib6_nh in a nexthop in fib6_info_uses_dev by David Ahern · 6 years ago
  9. a1b7a1f ipv6: Handle all fib6_nh in a nexthop in rt6_nlmsg_size by David Ahern · 6 years ago
  10. 17a5984 ipv6: Handle all fib6_nh in a nexthop in __find_rr_leaf by David Ahern · 6 years ago
  11. 962b680 ipv6: Handle all fib6_nh in a nexthop in rt6_device_match by David Ahern · 6 years ago
  12. a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  13. 4daa95a ipv6: fix spelling mistake: "wtih" -> "with" by Colin Ian King · 6 years ago
  14. f88d8ea ipv6: Plumb support for nexthop object in a fib6_info by David Ahern · 6 years ago
  15. 7dd7316 ipv6: Always allocate pcpu memory in a fib6_nh by David Ahern · 6 years ago
  16. c353071 ipv6: use this_cpu_read() in rt6_get_pcpu_route() by Eric Dumazet · 6 years ago
  17. b4b12b0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  18. 2f4c533 Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  19. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  20. 0fa6efc ipv6: Refactor ip6_route_del for cached routes by David Ahern · 6 years ago
  21. 1cf844c ipv6: Make fib6_nh optional at the end of fib6_info by David Ahern · 6 years ago
  22. cc5c073 ipv6: Move exception bucket to fib6_nh by David Ahern · 6 years ago
  23. c0b220c ipv6: Refactor exception functions by David Ahern · 6 years ago
  24. f40b6ae ipv6: Move pcpu cached routes to fib6_nh by David Ahern · 6 years ago
  25. 31680ac ipv6: Fix redirect with VRF by David Ahern · 6 years ago
  26. 7542565 net: Set strict_start_type for routes and rules by David Ahern · 6 years ago
  27. 19a3b7e ipv6: export function to send route updates by David Ahern · 6 years ago
  28. 510e2ce ipv6: fix src addr routing with the exception table by Wei Wang · 6 years ago
  29. 61fb0d0 ipv6: prevent possible fib6 leaks by Eric Dumazet · 6 years ago
  30. ff24e49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  31. 886b7a5 ipv6: A few fixes on dereferencing rt->from by Martin KaFai Lau · 6 years ago
  32. 0e23387 ipv6: fix races in ip6_dst_destroy() by Eric Dumazet · 6 years ago
  33. 1d3fd8a vrf: Use orig netdev to count Ip6InNoRoutes and a fresh route lookup when sending dest unreach by Stephen Suryaputra · 6 years ago
  34. 8cb0817 netlink: make validation more configurable for future strictness by Johannes Berg · 6 years ago
  35. ae0be8d netlink: make nla_nest_start() add NLA_F_NESTED flag by Michal Kubecek · 6 years ago
  36. ecc5663 net: Change nhc_flags to unsigned char by David Ahern · 6 years ago
  37. f05713e ipv6: convert fib6_ref to refcount_t by Eric Dumazet · 6 years ago
  38. 3c618c1 net: Rename net/nexthop.h net/rtnh.h by David Ahern · 6 years ago
  39. 7d21fec ipv6: Add fib6_type and fib6_flags to fib6_result by David Ahern · 6 years ago
  40. effda4d ipv6: Pass fib6_result to fib lookups by David Ahern · 6 years ago
  41. 8ff2e5b ipv6: Pass fib6_result to fib6_table_lookup tracepoint by David Ahern · 6 years ago
  42. b7bc4b6 ipv6: Pass fib6_result to rt6_select and find_rr_leaf by David Ahern · 6 years ago
  43. 75ef738 ipv6: Pass fib6_result to rt6_device_match by David Ahern · 6 years ago
  44. b748f26 ipv6: Pass fib6_result to ip6_mtu_from_fib6 and fib6_mtu by David Ahern · 6 years ago
  45. 5012f0a ipv6: Pass fib6_result to rt6_insert_exception by David Ahern · 6 years ago
  46. 0d16158 ipv6: Pass fib6_result to ip6_rt_get_dev_rcu and ip6_rt_copy_init by David Ahern · 6 years ago
  47. db3fede ipv6: Pass fib6_result to pcpu route functions by David Ahern · 6 years ago
  48. 9b6b35a ipv6: Pass fib6_result to ip6_create_rt_rcu by David Ahern · 6 years ago
  49. 85bd05d ipv6: Pass fib6_result to ip6_rt_cache_alloc by David Ahern · 6 years ago
  50. 7e4b512 ipv6: Pass fib6_result to rt6_find_cached_rt by David Ahern · 6 years ago
  51. b1d4099 ipv6: Rename fib6_multipath_select and pass fib6_result by David Ahern · 6 years ago
  52. 6b0a7f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  53. 9c69a13 route: Avoid crash from dereferencing NULL rt->from by Jonathan Lemon · 6 years ago
  54. 1deeb64 ipv6: Remove flowi6_oif compare from __ip6_route_redirect by David Ahern · 6 years ago
  55. 0b34eb0 ipv6: Refactor __ip6_route_redirect by David Ahern · 6 years ago
  56. 0c59d00 ipv6: Refactor rt6_device_match by David Ahern · 6 years ago
  57. d83009d ipv6: Move fib6_multipath_select down in ip6_pol_route by David Ahern · 6 years ago
  58. af52a52 ipv6: Be smarter with null_entry handling in ip6_pol_route_lookup by David Ahern · 6 years ago
  59. 30c15f0 ipv6: Refactor find_rr_leaf by David Ahern · 6 years ago
  60. 28679ed ipv6: Refactor find_match by David Ahern · 6 years ago
  61. 702cea5 ipv6: Pass fib6_nh and flags to rt6_score_route by David Ahern · 6 years ago
  62. cc3a86c ipv6: Change rt6_probe to take a fib6_nh by David Ahern · 6 years ago
  63. 6e1809a ipv6: Remove rt6_check_dev by David Ahern · 6 years ago
  64. 1ba9a89 ipv6: Only call rt6_check_neigh for nexthop with gateway by David Ahern · 6 years ago
  65. bdf0046 net: Replace nhc_has_gw with nhc_gw_family by David Ahern · 6 years ago
  66. c0a7207 ipv6: Flip to fib_nexthop_info by David Ahern · 6 years ago
  67. 979e276 net: Use common nexthop init and release helpers by David Ahern · 6 years ago
  68. f174173 net: Add fib_nh_common and update fib_nh and fib6_nh by David Ahern · 6 years ago
  69. ad1601a ipv6: Rename fib6_nh entries by David Ahern · 6 years ago
  70. 572bf4d ipv6: Change rt6_add_nexthop and rt6_nexthop_info to take fib6_nh by David Ahern · 6 years ago
  71. 6d3d07b ipv6: Refactor fib6_ignore_linkdown by David Ahern · 6 years ago
  72. 2b2450c ipv6: Move gateway checks to a fib6_nh setting by David Ahern · 6 years ago
  73. dac7d0f ipv6: Create cleanup helper for fib6_nh by David Ahern · 6 years ago
  74. 83c44251 ipv6: Create init helper for fib6_nh by David Ahern · 6 years ago
  75. 356d71e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  76. 10585b4 ipv6: Remove fallback argument from ip6_hold_safe by David Ahern · 6 years ago
  77. c7a1ce3 ipv6: Change addrconf_f6i_alloc to use ip6_route_info_create by David Ahern · 6 years ago
  78. 67f6951 ipv6: Move setting default metric for routes by David Ahern · 6 years ago
  79. 1c87e79 ipv6: make ip6_create_rt_rcu return ip6_null_entry instead of NULL by Xin Long · 6 years ago
  80. 9eb3591 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  81. 5e1a99e ipv4: Add ICMPv6 support when parse route ipproto by Hangbin Liu · 6 years ago
  82. e381854 ipv6: Return error for RTA_VIA attribute by David Ahern · 6 years ago
  83. 70f3522 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  84. 97f0082 net: Set rtm_table to RT_TABLE_COMPAT for ipv6 for tables > 255 by Kalash Nainwal · 6 years ago
  85. f5b51fe ipv6: route: purge exception on removal by Paolo Abeni · 6 years ago
  86. bf1dc8b ipv6: route: enforce RCU protection in ip6_route_check_nh_onlink() by Paolo Abeni · 6 years ago
  87. 193f368 ipv6: route: enforce RCU protection in rt6_update_exception_stamp_rt() by Paolo Abeni · 6 years ago
  88. 1490ed2 net/ipv6: prefer rcu_access_pointer() over rcu_dereference() by Paolo Abeni · 6 years ago
  89. fa7f3a8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  90. 0eff0a2 net: ipv6: route: perform strict checks also for doit handlers by Jakub Kicinski · 6 years ago
  91. a5a82d8 ipv6: route: place a warning with duplicated string with correct extack by Jakub Kicinski · 6 years ago
  92. 7adf324 ipv6: route: Fix return value of ip6_neigh_lookup() on neigh_create() error by Stefano Brivio · 6 years ago
  93. f0fb9b2 ipv6/route: Add a missing check on proc_dointvec by Aditya Pakki · 6 years ago
  94. f2be6d71 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  95. 7ddacfa ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRF by David Ahern · 6 years ago
  96. 761f602 ipv6: fix a dst leak when removing its exception by Xin Long · 6 years ago
  97. d7e774f net: Add extack argument to ip_fib_metrics_init by David Ahern · 6 years ago
  98. 4ed591c net/ipv6: Allow onlink routes to have a device mismatch if it is the default route by David Ahern · 6 years ago
  99. 2e2d6f0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  100. 13e3890 net/ipv6: Plumb support for filtering route dumps by David Ahern · 6 years ago