1. 2bcbbd5 Merge 4.9.97 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  2. e2956fc ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policy by Eric Dumazet · 6 years ago
  3. 8683408 Merge 4.9.94 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  4. eb3dd0f net/ipv6: Fix route leaking between VRFs by David Ahern · 6 years ago
  5. b324a70 Merge 4.9.86 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  6. 3cf31f5 ipv6: icmp6: Allow icmp messages to be looped back by Brendan McGrath · 7 years ago
  7. c1a2864 Merge 4.9.66 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  8. 41e4fbd ipv6: only call ip6_route_dev_notify() once for NETDEV_UNREGISTER by WANG Cong · 7 years ago
  9. 9452b2c Merge 4.9.51 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  10. 7829684 ipv6: Fix may be used uninitialized warning in rt6_check by Steffen Klassert · 7 years ago
  11. 43c792a ipv6: fix sparse warning on rt6i_node by Wei Wang · 7 years ago
  12. 7f8f23f ipv6: add rcu grace period before freeing fib6_node by Wei Wang · 7 years ago
  13. 14accea Merge 4.9.39 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  14. 0bc26d1 net: ipv6: Compare lwstate in detecting duplicate nexthops by David Ahern · 7 years ago
  15. a745b34 Merge 4.9.28 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  16. 8795ee7 ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notf by WANG Cong · 7 years ago
  17. ecbd3ed ipv6: initialize route null entry in addrconf_init() by WANG Cong · 7 years ago
  18. e88bb96 Merge 4.9.26 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  19. 94e5670 net: ipv6: RTF_PCPU should not be settable from userspace by David Ahern · 7 years ago
  20. a2659b2 Merge 4.9.24 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  21. c67c2be net: ipv6: check route protocol when deleting routes by Mantas M · 8 years ago
  22. e37704d Merge tag 'v4.9.8' into android-4.9 by Dmitry Shmidt · 7 years ago
  23. e9db042 lwtunnel: fix autoload of lwt modules by David Ahern · 7 years ago
  24. 6980c52 net: lwtunnel: Handle lwtunnel_fill_encap failure by David Ahern · 7 years ago
  25. be65fb0 ANDROID: net: ipv6: remove unused variable ifindex in by Amit Pundir · 7 years ago
  26. 5044292 UPSTREAM: net: inet: Support UID-based routing in IP protocols. by Lorenzo Colitti · 8 years ago
  27. 2ec93fe UPSTREAM: net: core: add UID to flows, rules, and routes by Lorenzo Colitti · 8 years ago
  28. 6b1064d ANDROID: net: ipv6: autoconf routes into per-device tables by Lorenzo Colitti · 10 years ago
  29. fb56be8 net-ipv6: on device mtu change do not add mtu to mtu-less routes by Maciej Żenczykowski · 8 years ago
  30. 19bda36 ipv6: add mtu lock check in __ip6_rt_update_pmtu by Xin Long · 8 years ago
  31. d5d32e4 net: ipv6: Do not consider link state for nexthop validation by David Ahern · 8 years ago
  32. 830218c net: ipv6: Fix processing of RAs in presence of VRF by David Ahern · 8 years ago
  33. b50afd2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  34. 2cf7507 ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_route by Nikolay Aleksandrov · 8 years ago
  35. d6989d4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  36. a435a07 net: ipv6: fallback to full lookup if table lookup is unsuitable by Vincent Bernat · 8 years ago
  37. d409b84 ipv6: Export p6_route_input_lookup symbol by Mahesh Bandewar · 8 years ago
  38. e0d56fd net: l3mdev: remove redundant calls by David Ahern · 8 years ago
  39. 4c1feac net: vrf: Flip IPv6 output path from FIB lookup hook to out hook by David Ahern · 8 years ago
  40. 5f02ce24 net: l3mdev: Allow the l3mdev to be a loopback by David Ahern · 8 years ago
  41. 14972cb net: lwtunnel: Handle fragmentation by Roopa Prabhu · 8 years ago
  42. ee58b57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  43. 48f1dcb ipv6: enforce egress device match in per table nexthop lookups by Paolo Abeni · 8 years ago
  44. a2e2ff5 net: ipv6: Move ip6_route_get_saddr to inline by David Ahern · 8 years ago
  45. f997c55 ipv6: introduce neighbour discovery ops by Alexander Aring · 8 years ago
  46. 9ff7438 net: vrf: Handle ipv6 multicast and link-local addresses by David Ahern · 8 years ago
  47. 38b7097 ipv6: use TOS marks from sockets for routing decision by Hannes Frederic Sowa · 8 years ago
  48. 909b27f7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  49. 626abd5 net/route: enforce hoplimit max value by Paolo Abeni · 8 years ago
  50. 4a65896 net: l3mdev: Move get_saddr and rt6_dst by David Ahern · 8 years ago
  51. 8c14586 net: ipv6: Use passed in table for nexthop lookups by David Ahern · 8 years ago
  52. 33c162a ipv6: datagram: Update dst cache of a connected datagram sk during pmtu update by Martin KaFai Lau · 8 years ago
  53. 9ab179d net: vrf: Fix dst reference counting by David Ahern · 8 years ago
  54. 6f21c96 ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail() by Paolo Abeni · 8 years ago
  55. 32bc201 ipv6: allow routes to be configured with expire values by Xin Long · 9 years ago
  56. f188b95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  57. 304d888 Revert "ipv6: ndisc: inherit metadata dst when creating ndisc requests" by Nicolas Dichtel · 9 years ago
  58. b811580 net: IPv6 fib lookup tracepoint by David Ahern · 9 years ago
  59. 02bcf4e ipv6: Check rt->dst.from for the DST_NOCACHE route by Martin KaFai Lau · 9 years ago
  60. 5973fb1 ipv6: Check expire on DST_NOCACHE route by Martin KaFai Lau · 9 years ago
  61. 0d3f6d2 ipv6: Avoid creating RTF_CACHE from a rt that is not managed by fib6 tree by Martin KaFai Lau · 9 years ago
  62. 73186df Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  63. ec13ad1 ipv6: fix crash on ICMPv6 redirects with prohibited/blackholed source by Matthias Schiffer · 9 years ago
  64. ba3e208 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  65. d46a9d6 net: ipv6: Dont add RT6_LOOKUP_F_IFACE flag if saddr set by David Ahern · 9 years ago
  66. f1900fb net: Really fix vti6 with oif in dst lookups by David Ahern · 9 years ago
  67. 26440c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  68. 0a1f596 ipv6: Initialize rt6_info properly in ip6_blackhole_route() by Martin KaFai Lau · 9 years ago
  69. ebfa45f ipv6: Move common init code for rt6_info to a new function rt6_info_init() by Martin KaFai Lau · 9 years ago
  70. ca25449 net: Add VRF support to IPv6 stack by David Ahern · 9 years ago
  71. e332bc6 ipv6: Don't call with rt6_uncached_list_flush_dev by Eric W. Biederman · 9 years ago
  72. 8c5b83f ipv6 route: use err pointers instead of returning pointer by reference by Roopa Prabhu · 9 years ago
  73. ede2059 dst: Pass net into dst->output by Eric W. Biederman · 9 years ago
  74. 9f8955c ipv6: Merge __ip6_local_out and __ip6_local_out_sk by Eric W. Biederman · 9 years ago
  75. 4ebdfba7 dst: Pass a sk into .local_out by Eric W. Biederman · 9 years ago
  76. f6d3125 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  77. 741a11d net: ipv6: Add RT6_LOOKUP_F_IFACE flag if oif is set by David Ahern · 9 years ago
  78. 17fb0b2 net: Remove redundant oif checks in rt6_device_match by David Ahern · 9 years ago
  79. 4963ed4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  80. 38cf595 ipv6: remove unused neigh parameter from ndisc functions by Jiri Benc · 9 years ago
  81. 644d0e6 ipv6 Use get_hash_from_flowi6 for rt6 hash by Tom Herbert · 9 years ago
  82. 0315e38 net: Fix behaviour of unreachable, blackhole and prohibit routes by Nikola Forró · 9 years ago
  83. 37a1d36 ipv6: include NLM_F_REPLACE in route replace notifications by Roopa Prabhu · 9 years ago
  84. 8e3d5be ipv6: Avoid double dst_free by Martin KaFai Lau · 9 years ago
  85. 52fe51f ipv6: fix ifnullfree.cocci warnings by Wu Fengguang · 9 years ago
  86. 6b9ea5a ipv6: fix multipath route replace error recovery by Roopa Prabhu · 9 years ago
  87. c3a8d94 tcp: use dctcp if enabled on the route to the initiator by Daniel Borkmann · 9 years ago
  88. b8d3e41 fib, fib6: reject invalid feature bits by Daniel Borkmann · 9 years ago
  89. 1bb1480 net: fib6: reduce identation in ip6_convert_metrics by Daniel Borkmann · 9 years ago
  90. 46fa062 ip_tunnels: convert the mode field of ip_tunnel_info to flags by Jiri Benc · 9 years ago
  91. 127eb7c lwt: Add cfg argument to build_state by Tom Herbert · 9 years ago
  92. dc25b25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  93. 904af04 ipv6: route: extend flow representation with tunnel key by Jiri Benc · 9 years ago
  94. ab45060 ipv6: ndisc: inherit metadata dst when creating ndisc requests by Jiri Benc · 9 years ago
  95. 06e9d04 ipv6: drop metadata dst in ip6_route_input by Jiri Benc · 9 years ago
  96. 61adedf route: move lwtunnel state to dst_entry by Jiri Benc · 9 years ago
  97. 2536862 lwt: Add support to redirect dst.input by Tom Herbert · 9 years ago
  98. 9c7370a ipv6: Fix a potential deadlock when creating pcpu rt by Martin KaFai Lau · 9 years ago
  99. a73e419 ipv6: Add rt6_make_pcpu_route() by Martin KaFai Lau · 9 years ago
  100. ad70686 ipv6: Remove un-used argument from ip6_dst_alloc() by Martin KaFai Lau · 9 years ago