1. 363887a ipv4: Support multipath hashing on inner IP pkts for GRE tunnel by Stephen Suryaputra · 6 years ago
  2. a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  3. 1e1d926 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  4. 0a90478 ipv4: not do cache for local delivery if bc_forwarding is enabled by Xin Long · 6 years ago
  5. dcb1ecb ipv4: Prepare for fib6_nh from a nexthop object by David Ahern · 6 years ago
  6. 5481d73 ipv4: Use accessors for fib_info nexthop data by David Ahern · 6 years ago
  7. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  8. a5995e7 ipv4: Move exception bucket to nh_common by David Ahern · 6 years ago
  9. 87063a1f ipv4: Pass fib_nh_common to rt_cache_route by David Ahern · 6 years ago
  10. 0f457a3 ipv4: Move cached routes to fib_nh_common by David Ahern · 6 years ago
  11. 8cb0817 netlink: make validation more configurable for future strictness by Johannes Berg · 6 years ago
  12. 8b44836 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  13. 20ff83f ipv4: add sanity checks in ipv4_link_failure() by Eric Dumazet · 6 years ago
  14. 6b0a7f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  15. c543cb4 ipv4: ensure rcu_read_lock() in ipv4_link_failure() by Eric Dumazet · 6 years ago
  16. ed0de45 ipv4: recompile ip options in ipv4_link_failure by Stephen Suryaputra · 6 years ago
  17. 6de9c05 ipv4: Handle ipv6 gateway in ipv4_confirm_neigh by David Ahern · 6 years ago
  18. 5c9f7c1 ipv4: Add helpers for neigh lookup for nexthop by David Ahern · 6 years ago
  19. 0f5f7d7 ipv4: Add support to rtable for ipv6 gateway by David Ahern · 6 years ago
  20. 1550c17 ipv4: Prepare rtable for IPv6 gateway by David Ahern · 6 years ago
  21. bdf0046 net: Replace nhc_has_gw with nhc_gw_family by David Ahern · 6 years ago
  22. eba618a ipv4: Add fib_nh_common to fib_result by David Ahern · 6 years ago
  23. b75ed8b ipv4: Rename fib_nh entries by David Ahern · 6 years ago
  24. df45370 inet: switch IP ID generator to siphash by Eric Dumazet · 6 years ago
  25. 02afc7a net: dst: remove gc leftovers by Julian Wiedmann · 6 years ago
  26. ee60ad2 route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a race by Xin Long · 6 years ago
  27. 22c7476 ipv4/route: fail early when inet dev is missing by Paolo Abeni · 6 years ago
  28. 9eb3591 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  29. 2a8e499 net: ipv4: Fix NULL pointer dereference in route lookup by Ido Schimmel · 6 years ago
  30. 5e1a99e ipv4: Add ICMPv6 support when parse route ipproto by Hangbin Liu · 6 years ago
  31. 24ba144 route: Add multipath_hash in flowi_common to make user-define hash by wenxu · 6 years ago
  32. 3313da8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  33. c09551c6 net: ipv4: use a dedicated counter for icmp_v4 redirect packets by Lorenzo Bianconi · 6 years ago
  34. 1d2f4eb ipv4/igmp: Don't drop IGMP pkt with zeros src addr by Edward Chron · 6 years ago
  35. a00302b6 net: ipv4: route: perform strict checks also for doit handlers by Jakub Kicinski · 6 years ago
  36. 21f9477 net: ipv4: Set skb->dev for output route resolution by Ido Schimmel · 6 years ago
  37. b2c8510 ipv4: Don't try to print ASCII of link level header in martian dumps. by David S. Miller · 6 years ago
  38. d864991 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  39. 28d35bc net: ipv4: don't let PMTU updates increase route MTU by Sabrina Dubroca · 6 years ago
  40. 1620a33 net: Move free of dst_metrics to helper by David Ahern · 6 years ago
  41. e1255ed net: common metrics init helper for dst_entry by David Ahern · 6 years ago
  42. e8e3fbe net: inet_rtm_getroute() - use new style struct initializer instead of memset by Maciej Żenczykowski · 6 years ago
  43. e351bb6 net: ip_rt_get_source() - use new style struct initializer instead of memset by Maciej Żenczykowski · 6 years ago
  44. 1042caa net-ipv4: remove 2 always zero parameters from ipv4_redirect() by Maciej Żenczykowski · 6 years ago
  45. d888f39 net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu() by Maciej Żenczykowski · 6 years ago
  46. 5cbf777 route: add support for directed broadcast forwarding by Xin Long · 6 years ago
  47. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  48. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  49. 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  50. cf626b0 Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  51. 90fed9c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  52. 404eb77 ipv4: support sport, dport and ip_proto in RTM_GETROUTE by Roopa Prabhu · 7 years ago
  53. 50d889b net/ipv4: Add helper to return path MTU based on fib result by David Ahern · 7 years ago
  54. 5a847a6 net/ipv4: Initialize proto and ports in flow struct by David Ahern · 7 years ago
  55. 3f3942a proc: introduce proc_create_single{,_data} by Christoph Hellwig · 7 years ago
  56. 0e8411e4 ipv4: reset fnhe_mtu_locked after cache route flushed by Hangbin Liu · 7 years ago
  57. 94720e3 ipv4: fix fnhe usage by non-cached routes by Julian Anastasov · 7 years ago
  58. c18bb39 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  59. d0ea2b1 ipv4: fix uninit-value in ip_route_output_key_hash_rcu() by Eric Dumazet · 7 years ago
  60. 514c603 headers: untangle kmemleak.h from mm.h by Randy Dunlap · 7 years ago
  61. 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
  62. d644406 net: Use octal not symbolic permissions by Joe Perches · 7 years ago
  63. 03fe2de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  64. d52e5a7 ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtu by Sabrina Dubroca · 7 years ago
  65. d2ddf628 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 7 years ago
  66. 0f3e9c9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  67. ec7127a net/ipv4: Simplify fib_multipath_hash with optional flow keys by David Ahern · 7 years ago
  68. 6f74b6c net: Align ip_multipath_l3_keys and ip6_multipath_l3_keys by David Ahern · 7 years ago
  69. 7efc0b6 net/ipv4: Pass net to fib_multipath_hash instead of fib_info by David Ahern · 7 years ago
  70. e2c0dc1 vrf: check forwarding on the original netdevice when generating ICMP dest unreachable by Stephen Suryaputra · 7 years ago
  71. 773daa3 net: ipv4: avoid unused variable warning for sysctl by Arnd Bergmann · 7 years ago
  72. e37b1e9 ipv6: route: dissect flow in input path if fib rules need it by Roopa Prabhu · 7 years ago
  73. c7272c2 net: ipv4: don't allow setting net.ipv4.route.min_pmtu below 68 by Sabrina Dubroca · 7 years ago
  74. f74290f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  75. 1fe4b11 net: ipv4: Set addr_type in hash_keys for forwarded case by David Ahern · 7 years ago
  76. 510c321 xfrm: reuse uncached_list to track xdsts by Xin Long · 7 years ago
  77. 68e813a net/ipv4: Remove fib table id from rtable by David Ahern · 7 years ago
  78. 9942895 net: Move ipv4 set_lwt_redirect helper to lwtunnel by David Ahern · 7 years ago
  79. 8c2ceab net/ipv4: Unexport fib_multipath_hash and fib_select_path by David Ahern · 7 years ago
  80. f84c682 net: Convert pernet_subsys, registered from inet_init() by Kirill Tkhai · 7 years ago
  81. c02b374 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  82. 96890d6 net: delete /proc THIS_MODULE references by Alexey Dobriyan · 7 years ago
  83. 6503a30 net: ipv4: Make "ip route get" match iif lo rules again. by Lorenzo Colitti · 7 years ago
  84. 0f6c480 xfrm: Move dst->path into struct xfrm_dst by David Miller · 7 years ago
  85. cebe84c route: also update fnhe_genid when updating a route cache by Xin Long · 7 years ago
  86. e39d524 route: update fnhe_expires for redirect when the fnhe exists by Xin Long · 7 years ago
  87. 5bbcc0f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  88. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  89. 164a5e7 ipv4: ipv4_default_advmss() should use route mtu by Eric Dumazet · 7 years ago
  90. d93fa2b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  91. 6c0e728 ipv4: Fix traffic triggered IPsec connections. by Steffen Klassert · 7 years ago
  92. 1bcdca3 net/ipv4: Remove unused variable in route.c by Tim Hansen · 7 years ago
  93. bc044e8 udp: perform source validation for mcast early demux by Paolo Abeni · 7 years ago
  94. e2a7c34 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  95. bc3aae2 net: check and errout if res->fi is NULL when RTM_F_FIB_MATCH is set by Roopa Prabhu · 7 years ago
  96. 9620fef ipv4: convert dst_metrics.refcnt from atomic_t to refcount_t by Eric Dumazet · 7 years ago
  97. c780a04 ipv4: better IP_MAX_MTU enforcement by Eric Dumazet · 7 years ago
  98. 463910e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  99. 394f51a ipv4: route: set ipv4 RTM_GETROUTE to not use rtnl by Florian Westphal · 7 years ago
  100. 2c87d63 ipv4: route: fix inet_rtm_getroute induced crash by Florian Westphal · 7 years ago