1. 6fad361 IPv6: Extend 'fib_notify_on_flag_change' sysctl by Amit Cohen · 3 years, 11 months ago
  2. 0c5fcf9 IPv6: Add "offload failed" indication to routes by Amit Cohen · 3 years, 11 months ago
  3. 9c97921 net: fix building errors on powerpc when CONFIG_RETPOLINE is not set by Brian Vazquez · 3 years, 11 months ago
  4. bbd807d net: indirect call helpers for ipv4/ipv6 dst_check functions by Brian Vazquez · 4 years ago
  5. f67fbea net: use indirect call helpers for dst_mtu by Brian Vazquez · 4 years ago
  6. 907eea4 net: ipv6: Emit notification when fib hardware flags are changed by Amit Cohen · 4 years ago
  7. 6b2e04b net: allow user to set metric on default route learned via Router Advertisement by Praveen Chaudhary · 4 years ago
  8. 6b13d8f IPv6: RTM_GETROUTE: Add RTA_ENCAP to result by Oliver Herms · 4 years, 1 month ago
  9. bbea126 nexthop: Remove in-kernel route notifications when nexthop changes by Ido Schimmel · 4 years, 2 months ago
  10. 2295cdd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 2 months ago
  11. 4a65dff net: ipv6: Discard next-hop MTU less than minimum link MTU by Georg Kohmann · 4 years, 3 months ago
  12. 3ab0a7a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 3 months ago
  13. 91b2c9a ipv6: route: convert comma to semicolon by Xu Wang · 4 years, 3 months ago
  14. 2291267 ipv6: remove redundant assignment to variable err by Colin Ian King · 4 years, 4 months ago
  15. 2e7199b Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 5 months ago
  16. bd0b33b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 5 months ago
  17. 706ec91 ipv6: Fix nexthop refcnt leak when creating ipv6 route info by Xiyu Yang · 4 years, 5 months ago
  18. 14fc6bd6 bpf: Refactor bpf_iter_reg to have separate seq_info member by Yonghong Song · 4 years, 5 months ago
  19. 951cf36 bpf: net: Use precomputed btf_id for bpf iterators by Yonghong Song · 4 years, 5 months ago
  20. 71930d6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
  21. aea23c32 ipv6: Fix use of anycast address with loopback by David Ahern · 4 years, 6 months ago
  22. 34fe5a1 ipv6: fib6_select_path can not use out path for nexthop objects by David Ahern · 4 years, 6 months ago
  23. 55cced4 ipv6: fib6: avoid indirect calls from fib6_rule_lookup by Brian Vazquez · 4 years, 6 months ago
  24. 38428d6 nexthop: support for fdb ecmp nexthops by Roopa Prabhu · 4 years, 7 months ago
  25. 7c1552da ipv6: lift copy_from_user out of ipv6_route_ioctl by Christoph Hellwig · 4 years, 7 months ago
  26. da07f52 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
  27. d00f26b Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 8 months ago
  28. 3c32cc1 bpf: Enable bpf_iter targets registering ctx argument types by Yonghong Song · 4 years, 8 months ago
  29. ab2ee4f bpf: Change func bpf_iter_unreg_target() signature by Yonghong Song · 4 years, 8 months ago
  30. 15172a4 bpf: net: Refactor bpf_iter target registration by Yonghong Song · 4 years, 8 months ago
  31. 138d0be net: bpf: Add netlink and ipv6_route bpf_iter targets by Yonghong Song · 4 years, 8 months ago
  32. d8882935 ipv6: use DST_NOCOUNT in ip6_rt_pcpu_alloc() by Eric Dumazet · 4 years, 8 months ago
  33. cf86a08 net/dst: use a smaller percpu_counter batch for dst entries accounting by Eric Dumazet · 4 years, 8 months ago
  34. 09454fd Revert "ipv6: add mtu lock check in __ip6_rt_update_pmtu" by Maciej Żenczykowski · 4 years, 8 months ago
  35. 3793faa Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
  36. 115506f Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 8 months ago
  37. 8f34e53 ipv6: Use global sernum for dst validation with nexthop objects by David Ahern · 4 years, 8 months ago
  38. 4f80116 net: ipv4: add sysctl for nexthop api compatibility mode by Roopa Prabhu · 4 years, 8 months ago
  39. 11dd74b net: ipv6: new arg skip_notify to ip6_rt_del by Roopa Prabhu · 4 years, 8 months ago
  40. 3292739 sysctl: pass kernel pointers to ->proc_handler by Christoph Hellwig · 4 years, 8 months ago
  41. faee676 net: add net available in build_state by Alexander Aring · 4 years, 9 months ago
  42. af13b3c Remove DST_HOST by David Laight · 4 years, 9 months ago
  43. a8eceea inet: Use fallthrough; by Joe Perches · 4 years, 10 months ago
  44. afecdb3 ipv6: Fix nlmsg_flags when splitting a multipath route by Benjamin Poirier · 4 years, 11 months ago
  45. bb3c4ab ipv6: Add "offload" and "trap" indications to routes by Ido Schimmel · 5 years ago
  46. 31d518f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  47. caafb25 ipv6: Remove old route notifications and convert listeners by Ido Schimmel · 5 years ago
  48. 0284696 ipv6: Handle multipath route deletion notification by Ido Schimmel · 5 years ago
  49. 0ee0f47 ipv6: Notify multipath route if should be offloaded by Ido Schimmel · 5 years ago
  50. bd085ef net: add bool confirm_neigh parameter for dst_ops.update_pmtu by Hangbin Liu · 5 years ago
  51. a9f852e Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 5 years ago
  52. b9b33e7 ipv6: keep track of routes using src by Paolo Abeni · 5 years ago
  53. 004b394 ipv6/route: return if there is no fib_nh_gw_family by Hangbin Liu · 5 years ago
  54. 14684b9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  55. 1bef4c2 ipv6: fixes rt6_probe() and fib6_nh->last_probe init by Eric Dumazet · 5 years ago
  56. 54074f1 icmp: remove duplicate code by Matteo Croce · 5 years ago
  57. b6b556a ipv6: use jhash2() in rt6_exception_hash() by Eric Dumazet · 5 years ago
  58. aa2eaa8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  59. cbfd689 ipv6: Don't use dst gateway directly in ip6_confirm_neigh() by Stefano Brivio · 5 years ago
  60. 8652f17 ipv6: addrconf_f6i_alloc - fix non-null pointer check to !IS_ERR() by Maciej Żenczykowski · 5 years ago
  61. 7bdf4de net: Properly update v4 routes with v6 nexthop by Donald Sharp · 5 years ago
  62. 4255ff0 ipv6: Fix RTA_MULTIPATH with nexthop objects by David Ahern · 5 years ago
  63. d55a2e3 net-ipv6: fix excessive RTF_ADDRCONF flag on ::1/128 local route (and others) by Maciej Żenczykowski · 5 years ago
  64. 13dfb3f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  65. 43a4b60 ipv6: have a single rcu unlock point in __ip6_rt_update_pmtu by David Ahern · 5 years ago
  66. cff6a32 ipv6: Fix unbalanced rcu locking in rt6_update_exception_stamp_rt by David Ahern · 5 years ago
  67. 5f4fc6d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 5 years ago
  68. eec4844 proc/sysctl: add shared variables for range check by Matteo Croce · 5 years ago
  69. 49d05fe ipv6: rt6_check should return NULL if 'from' is NULL by David Ahern · 5 years ago
  70. d8f74f0 ipv6: Support multipath hashing on inner IP pkts by Stephen Suryaputra · 5 years ago
  71. 8d7017f blackhole_netdev: use blackhole_netdev to invalidate dst entries by Mahesh Bandewar · 5 years ago
  72. d96ff26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  73. b2c709c ipv6: Convert gateway validation to use fib6_info by David Ahern · 6 years ago
  74. 2c6b55f ipv6: fix neighbour resolution with raw socket by Nicolas Dichtel · 6 years ago
  75. 3b52569 ipv6: fix suspicious RCU usage in rt6_dump_route() by Eric Dumazet · 6 years ago
  76. b8e8a86 net/ipv6: Fix misuse of proc_dointvec "skip_notify_on_dev_down" by Eiichi Tsukata · 6 years ago
  77. 1e47b48 ipv6: Dump route exceptions if requested by Stefano Brivio · 6 years ago
  78. bf9a8a061 ipv6/route: Change return code of rt6_dump_route() for partial node dumps by Stefano Brivio · 6 years ago
  79. 3401bfb ipv6/route: Don't match on fc_nh_id if not set in ip6_route_del() by Stefano Brivio · 6 years ago
  80. 7d9e5f4 ipv6: convert major tx path to use RT6_LOOKUP_F_DST_NOREF by Wei Wang · 6 years ago
  81. 67f415d ipv6: convert rx data path to not take refcnt on dst by Wei Wang · 6 years ago
  82. 7410921 ipv6: initialize rt6->rt6i_uncached in all pre-allocated dst entries by Wei Wang · 6 years ago
  83. 0e09edc ipv6: introduce RT6_LOOKUP_F_DST_NOREF flag in ip6_pol_route() by Wei Wang · 6 years ago
  84. 9eee3b4 ipv6: Error when route does not have any valid nexthops by Ido Schimmel · 6 years ago
  85. 92ad632 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  86. c7036d9 ipv6: Default fib6_type to RTN_UNICAST when not set by David Ahern · 6 years ago
  87. 2881fd6 ipv6: Add IPv6 multipath notification for route delete by Ido Schimmel · 6 years ago
  88. ebee3ca ipv6: Add IPv6 multipath notifications for add / replace by Ido Schimmel · 6 years ago
  89. 5b98324 ipv6: Allow routes to use nexthop objects by David Ahern · 6 years ago
  90. 2d44234 ipv6: Handle all fib6_nh in a nexthop in mtu updates by David Ahern · 6 years ago
  91. 49d5b8e ipv6: Handle all fib6_nh in a nexthop in rt6_do_redirect by David Ahern · 6 years ago
  92. c55c898 ipv6: Handle all fib6_nh in a nexthop in __ip6_route_redirect by David Ahern · 6 years ago
  93. e659ba3 ipv6: Handle all fib6_nh in a nexthop in exception handling by David Ahern · 6 years ago
  94. 2c170e0 ipv6: Handle all fib6_nh in a nexthop in fib6_info_uses_dev by David Ahern · 6 years ago
  95. a1b7a1f ipv6: Handle all fib6_nh in a nexthop in rt6_nlmsg_size by David Ahern · 6 years ago
  96. 17a5984 ipv6: Handle all fib6_nh in a nexthop in __find_rr_leaf by David Ahern · 6 years ago
  97. 962b680 ipv6: Handle all fib6_nh in a nexthop in rt6_device_match by David Ahern · 6 years ago
  98. a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  99. 4daa95a ipv6: fix spelling mistake: "wtih" -> "with" by Colin Ian King · 6 years ago
  100. f88d8ea ipv6: Plumb support for nexthop object in a fib6_info by David Ahern · 6 years ago