1. 3f3942a proc: introduce proc_create_single{,_data} by Christoph Hellwig · 6 years ago
  2. 0e8411e ipv4: reset fnhe_mtu_locked after cache route flushed by Hangbin Liu · 6 years ago
  3. 94720e3 ipv4: fix fnhe usage by non-cached routes by Julian Anastasov · 6 years ago
  4. c18bb39 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  5. d0ea2b1 ipv4: fix uninit-value in ip_route_output_key_hash_rcu() by Eric Dumazet · 6 years ago
  6. 514c603 headers: untangle kmemleak.h from mm.h by Randy Dunlap · 6 years ago
  7. 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 6 years ago
  8. d644406 net: Use octal not symbolic permissions by Joe Perches · 6 years ago
  9. 03fe2de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  10. d52e5a7 ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtu by Sabrina Dubroca · 6 years ago
  11. d2ddf628 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 6 years ago
  12. 0f3e9c9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  13. ec7127a net/ipv4: Simplify fib_multipath_hash with optional flow keys by David Ahern · 6 years ago
  14. 6f74b6c net: Align ip_multipath_l3_keys and ip6_multipath_l3_keys by David Ahern · 6 years ago
  15. 7efc0b6 net/ipv4: Pass net to fib_multipath_hash instead of fib_info by David Ahern · 6 years ago
  16. e2c0dc1 vrf: check forwarding on the original netdevice when generating ICMP dest unreachable by Stephen Suryaputra · 6 years ago
  17. 773daa3 net: ipv4: avoid unused variable warning for sysctl by Arnd Bergmann · 6 years ago
  18. e37b1e9 ipv6: route: dissect flow in input path if fib rules need it by Roopa Prabhu · 6 years ago
  19. c7272c2 net: ipv4: don't allow setting net.ipv4.route.min_pmtu below 68 by Sabrina Dubroca · 6 years ago
  20. f74290f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  21. 1fe4b11 net: ipv4: Set addr_type in hash_keys for forwarded case by David Ahern · 6 years ago
  22. 510c321 xfrm: reuse uncached_list to track xdsts by Xin Long · 6 years ago
  23. 68e813a net/ipv4: Remove fib table id from rtable by David Ahern · 6 years ago
  24. 9942895 net: Move ipv4 set_lwt_redirect helper to lwtunnel by David Ahern · 6 years ago
  25. 8c2ceab net/ipv4: Unexport fib_multipath_hash and fib_select_path by David Ahern · 6 years ago
  26. f84c682 net: Convert pernet_subsys, registered from inet_init() by Kirill Tkhai · 6 years ago
  27. c02b374 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  28. 96890d6 net: delete /proc THIS_MODULE references by Alexey Dobriyan · 6 years ago
  29. 6503a30 net: ipv4: Make "ip route get" match iif lo rules again. by Lorenzo Colitti · 6 years ago
  30. 0f6c480 xfrm: Move dst->path into struct xfrm_dst by David Miller · 7 years ago
  31. cebe84c route: also update fnhe_genid when updating a route cache by Xin Long · 7 years ago
  32. e39d524 route: update fnhe_expires for redirect when the fnhe exists by Xin Long · 7 years ago
  33. 5bbcc0f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  34. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  35. 164a5e7 ipv4: ipv4_default_advmss() should use route mtu by Eric Dumazet · 7 years ago
  36. d93fa2b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  37. 6c0e728 ipv4: Fix traffic triggered IPsec connections. by Steffen Klassert · 7 years ago
  38. 1bcdca3 net/ipv4: Remove unused variable in route.c by Tim Hansen · 7 years ago
  39. bc044e8 udp: perform source validation for mcast early demux by Paolo Abeni · 7 years ago
  40. e2a7c34 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  41. bc3aae2 net: check and errout if res->fi is NULL when RTM_F_FIB_MATCH is set by Roopa Prabhu · 7 years ago
  42. 9620fef ipv4: convert dst_metrics.refcnt from atomic_t to refcount_t by Eric Dumazet · 7 years ago
  43. c780a04 ipv4: better IP_MAX_MTU enforcement by Eric Dumazet · 7 years ago
  44. 463910e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  45. 394f51a ipv4: route: set ipv4 RTM_GETROUTE to not use rtnl by Florian Westphal · 7 years ago
  46. 2c87d63 ipv4: route: fix inet_rtm_getroute induced crash by Florian Westphal · 7 years ago
  47. 9438c87 net: ipv4: remove unnecessary check on orig_oif by David Ahern · 7 years ago
  48. 839da4d net: ipv4: set orig_oif based on fib result for local traffic by David Ahern · 7 years ago
  49. b97bac6 rtnetlink: make rtnl_register accept a flags parameter by Florian Westphal · 7 years ago
  50. 52f6c58 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 7 years ago
  51. 7aed9f7 net/route: use get_random_int for random counter by Jason A. Donenfeld · 7 years ago
  52. a4c2fd7 net: remove DST_NOCACHE flag by Wei Wang · 7 years ago
  53. b2a9c0e net: remove DST_NOGC flag by Wei Wang · 7 years ago
  54. b838d5e ipv4: mark DST_NOGC and remove the operation of dst_free() by Wei Wang · 7 years ago
  55. 9df16ef ipv4: call dst_hold_safe() properly by Wei Wang · 7 years ago
  56. 95c47f9 ipv4: call dst_dev_put() properly by Wei Wang · 7 years ago
  57. 0830106 ipv4: take dst->__refcnt when caching dst in fib by Wei Wang · 7 years ago
  58. 1dbe325 net: use loopback dev when generating blackhole route by Wei Wang · 7 years ago
  59. ba52d61 ipv4: route: restore skb_dst_set in inet_rtm_getroute by Roopa Prabhu · 7 years ago
  60. 34aa83c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  61. 3fb07da ipv4: add reference counting to metrics by Eric Dumazet · 7 years ago
  62. b617981 net: ipv4: RTM_GETROUTE: return matched fib result when requested by Roopa Prabhu · 7 years ago
  63. 3765d35 net: ipv4: Convert inet_rtm_getroute to rcu versions of route lookup by David Ahern · 7 years ago
  64. d3166e0 net: ipv4: Remove event arg to rt_fill_info by David Ahern · 7 years ago
  65. 5510cdf net: ipv4: refactor ip_route_input_noref by David Ahern · 7 years ago
  66. 3abd1ade net: ipv4: refactor __ip_route_output_key_hash by David Ahern · 7 years ago
  67. b1513c3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  68. b7c8487 ipv4: Avoid caching l3mdev dst on mismatched local route by Robert Shearman · 7 years ago
  69. c21ef3e net: rtnetlink: plumb extended ack to doit function by David Ahern · 7 years ago
  70. fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 7 years ago
  71. 7ed14d9 net: ipv4: Refine the ipv4_default_advmss by Gao Feng · 7 years ago
  72. bbadb9a net: ipv4: fix multipath RTM_GETROUTE behavior when iif is given by Florian Larysch · 7 years ago
  73. a880179 net: ipv4: fix multipath RTM_GETROUTE behavior when iif is given by Florian Larysch · 7 years ago
  74. bf4e0a3 net: ipv4: add support for ECMP hash policy choice by Nikolay Aleksandrov · 7 years ago
  75. 6e28099 ipv4: mask tos for input route by Julian Anastasov · 7 years ago
  76. 8bcfd09 ipv4: add missing initialization for flowi4_uid by Julian Anastasov · 7 years ago
  77. 63fca65 net: add confirm_neigh method to dst_ops by Julian Anastasov · 7 years ago
  78. 580bdf5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  79. 8a430ed net: ipv4: fix table id in getroute response by David Ahern · 7 years ago
  80. eafea73 net: ipv4: remove disable of bottom half in inet_rtm_getroute by David Ahern · 8 years ago
  81. dc33da5 net: ipv4: Remove flow arg from ip_mkroute_input by David Ahern · 8 years ago
  82. 9f09eae net: ipmr: Remove nowait arg to ipmr_get_route by David Ahern · 8 years ago
  83. 0c8d803 net: ipv4: Simplify rt_fill_info by David Ahern · 8 years ago
  84. f5a0aab net: ipv4: dst for local input routes should use l3mdev if relevant by David Ahern · 8 years ago
  85. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  86. 7d99569 net: ipv4: Don't crash if passing a null sk to ip_do_redirect. by Lorenzo Colitti · 8 years ago
  87. efd8570 route: Set lwtstate for local traffic and cached input dsts by Thomas Graf · 8 years ago
  88. 11b3d9c5 route: Set orig_output when redirecting to lwt on locally generated traffic by Thomas Graf · 8 years ago
  89. d109e61 net: ipv4: Don't crash if passing a null sk to ip_rt_update_pmtu. by Lorenzo Colitti · 8 years ago
  90. bb598c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  91. 969447f ipv4: use new_gw for redirect neigh lookup by Stephen Suryaputra Lin · 8 years ago
  92. e2d118a net: inet: Support UID-based routing in IP protocols. by Lorenzo Colitti · 8 years ago
  93. 622ec2c net: core: add UID to flows, rules, and routes by Lorenzo Colitti · 8 years ago
  94. e58e415 net: Enable support for VRF with ipv4 multicast by David Ahern · 8 years ago
  95. 6104e11 net: ipv4: Do not drop to make_route if oif is l3mdev by David Ahern · 8 years ago
  96. b50afd2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  97. 2cf7507 ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_route by Nikolay Aleksandrov · 8 years ago
  98. d6989d4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  99. adb0311 net: get rid of an signed integer overflow in ip_idents_reserve() by Eric Dumazet · 8 years ago
  100. e0d56fd net: l3mdev: remove redundant calls by David Ahern · 8 years ago