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