1. 1135fad Namespaceify mtu_expires sysctl by xu xin · 3 years ago
  2. 1de6b15a Namespaceify min_pmtu sysctl by xu xin · 3 years ago
  3. 9038c32 net: dst: add net device refcount tracking to dst_entry by Eric Dumazet · 3 years, 1 month ago
  4. 49ecc2e9 net: align static siphash keys by Eric Dumazet · 3 years, 1 month ago
  5. ffa66f1 net/ipv4/route.c: remove superfluous header files from route.c by Mianhan Liu · 3 years, 3 months ago
  6. 92548b0 ipv4: fix endianness issue in inet_rtm_getroute_build_skb() by Eric Dumazet · 3 years, 4 months ago
  7. 67d6d68 ipv4: make exception cache less predictible by Eric Dumazet · 3 years, 4 months ago
  8. 97c78d0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 4 months ago
  9. 6457378 ipv4: use siphash instead of Jenkins in fnhe_hashfun() by Eric Dumazet · 3 years, 4 months ago
  10. 1160dfa net: Remove redundant if statements by Yajun Deng · 3 years, 5 months ago
  11. 0547ffe net: Keep vertical alignment by Yajun Deng · 3 years, 5 months ago
  12. ac6627a net: ipv4: Consolidate ipv4_mtu and ip_dst_mtu_maybe_forward by Vadim Fedorenko · 3 years, 5 months ago
  13. b6df007 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 6 months ago
  14. fade564 net: lwtunnel: handle MTU calculation in forwading by Vadim Fedorenko · 3 years, 6 months ago
  15. adc2e56 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 6 months ago
  16. b87b04f ipv4: Fix device used for dst_alloc with local routes by David Ahern · 3 years, 7 months ago
  17. 4253b49 ipv4: Add custom multipath hash policy by Ido Schimmel · 3 years, 8 months ago
  18. 2e68ea9 ipv4: Calculate multipath hash inside switch statement by Ido Schimmel · 3 years, 8 months ago
  19. efd13b7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 9 months ago
  20. aa6dd21 inet: use bigger hash table for IP ID generation by Eric Dumazet · 3 years, 9 months ago
  21. f105f26 net: ipv4: route.c: simplify procfs code by Yejune Deng · 3 years, 10 months ago
  22. 6ad0860 net: ipv4: route.c: Fix indentation of multi line comment. by Shubhankar Kuranagatti · 3 years, 10 months ago
  23. 6b9c8f4 net: ipv4: route.c: fix space before tab by Shubhankar Kuranagatti · 3 years, 10 months ago
  24. c4c877b net: Consolidate common blackhole dst ops by Daniel Borkmann · 3 years, 10 months ago
  25. 36c5100 IPv4: Add "offload failed" indication to routes by Amit Cohen · 3 years, 11 months ago
  26. 9c97921 net: fix building errors on powerpc when CONFIG_RETPOLINE is not set by Brian Vazquez · 3 years, 11 months ago
  27. bbd807d net: indirect call helpers for ipv4/ipv6 dst_check functions by Brian Vazquez · 4 years ago
  28. f67fbea net: use indirect call helpers for dst_mtu by Brian Vazquez · 4 years ago
  29. 55fd59b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
  30. 1ebf179 ipv4: Fix tos mask in inet_rtm_getroute() by Guillaume Nault · 4 years, 1 month ago
  31. ae8cb93 IPv4: RTM_GETROUTE: Add RTA_ENCAP to result by Oliver Herms · 4 years, 2 months ago
  32. 62679a8 net: evaluate net.ipvX.conf.all.disable_policy and disable_xfrm by Vincent Bernat · 4 years, 2 months ago
  33. 2295cdd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 2 months ago
  34. 874fb9e ipv4: Restore flowi4_oif update before call to xfrm_lookup_route by David Ahern · 4 years, 3 months ago
  35. 3ab0a7a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 3 months ago
  36. 2fbc6e8 ipv4: Update exception handling for multipath routes via same device by David Ahern · 4 years, 4 months ago
  37. 1869e22 ipv4: Initialize flowi4_multipath_hash in data path by David Ahern · 4 years, 4 months ago
  38. 5af6889 net: clean up codestyle by Miaohe Lin · 4 years, 4 months ago
  39. 343d8c6 net: clean up codestyle for net/ipv4 by Miaohe Lin · 4 years, 4 months ago
  40. 8b4510d net: gain ipv4 mtu when mtu is not locked by Miaohe Lin · 4 years, 4 months ago
  41. df23bb1 ipv4: route: Ignore output interface in FIB lookup for PMTU route by Stefano Brivio · 4 years, 5 months ago
  42. 2ce578c net: ipv4: Fix wrong type conversion from hint to rt in ip_route_use_hint() by Miaohe Lin · 4 years, 6 months ago
  43. 13209a8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 7 months ago
  44. a6211ca net: revert "net: get rid of an signed integer overflow in ip_idents_reserve()" by Yuqi Jin · 4 years, 8 months ago
  45. da07f52 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
  46. 5764443 net: ipv4: really enforce backoff for redirects by Paolo Abeni · 4 years, 8 months ago
  47. 3292739 sysctl: pass kernel pointers to ->proc_handler by Christoph Hellwig · 4 years, 8 months ago
  48. af13b3c Remove DST_HOST by David Laight · 4 years, 9 months ago
  49. 571912c net: UDP tunnel encapsulation module for tunnelling different protocols like MPLS, IP, NSH etc. by Martin Varghese · 4 years, 10 months ago
  50. 97a3253 proc: convert everything to "struct proc_ops" by Alexey Dobriyan · 5 years ago
  51. 4d8773b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  52. a3ea867 rt_cpu_seq_next should increase position index by Vasily Averin · 5 years ago
  53. 90b93f1 ipv4: Add "offload" and "trap" indications to routes by Ido Schimmel · 5 years ago
  54. 1e301fd ipv4: Encapsulate function arguments in a struct by Ido Schimmel · 5 years ago
  55. bd085ef net: add bool confirm_neigh parameter for dst_ops.update_pmtu by Hangbin Liu · 5 years ago
  56. 02b2494 ipv4: use dst hint for ipv4 list receive by Paolo Abeni · 5 years ago
  57. 54074f1 icmp: remove duplicate code by Matteo Croce · 5 years ago
  58. 5018c59 ipv4: fix race condition between route lookup and invalidation by Wei Wang · 5 years ago
  59. 595e065 ipv4: Return -ENETUNREACH if we can't create route but saddr is valid by Stefano Brivio · 5 years ago
  60. b406472 net: ipv4: avoid mixed n_redirects and rate_tokens usage by Paolo Abeni · 5 years ago
  61. 77d5bc7 ipv4: Revert removal of rt_uses_gateway by David Ahern · 5 years ago
  62. e93fb3e net: route dump netlink NLM_F_MULTI flag missing by John Fastabend · 5 years ago
  63. af144a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 5 years ago
  64. 828b2b4 ipv4: Multipath hashing on inner L3 needs to consider inner IPv6 pkts by Stephen Suryaputra · 5 years ago
  65. 537de0c ipv4: Fix NULL pointer dereference in ipv4_neigh_lookup() by Ido Schimmel · 5 years ago
  66. 8d7017f blackhole_netdev: use blackhole_netdev to invalidate dst entries by Mahesh Bandewar · 5 years ago
  67. 5cdda5f ipv4: enable route flushing in network namespaces by Christian Brauner · 6 years ago
  68. d96ff26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  69. 5b18f12 ipv4: reset rt_iif for recirculated mcast/bcast out pkts by Stephen Suryaputra · 6 years ago
  70. 93ed54b ipv4: fix suspicious RCU usage in fib_dump_info_fnhe() by Eric Dumazet · 6 years ago
  71. ee28906 ipv4: Dump route exceptions if requested by Stefano Brivio · 6 years ago
  72. d948974 ipv4/route: Allow NULL flowinfo in rt_fill_info() by Stefano Brivio · 6 years ago
  73. 363887a ipv4: Support multipath hashing on inner IP pkts for GRE tunnel by Stephen Suryaputra · 6 years ago
  74. a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  75. 1e1d926 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  76. 0a90478 ipv4: not do cache for local delivery if bc_forwarding is enabled by Xin Long · 6 years ago
  77. dcb1ecb ipv4: Prepare for fib6_nh from a nexthop object by David Ahern · 6 years ago
  78. 5481d73 ipv4: Use accessors for fib_info nexthop data by David Ahern · 6 years ago
  79. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  80. a5995e7 ipv4: Move exception bucket to nh_common by David Ahern · 6 years ago
  81. 87063a1f ipv4: Pass fib_nh_common to rt_cache_route by David Ahern · 6 years ago
  82. 0f457a3 ipv4: Move cached routes to fib_nh_common by David Ahern · 6 years ago
  83. 8cb0817 netlink: make validation more configurable for future strictness by Johannes Berg · 6 years ago
  84. 8b44836 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  85. 20ff83f ipv4: add sanity checks in ipv4_link_failure() by Eric Dumazet · 6 years ago
  86. 6b0a7f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  87. c543cb4 ipv4: ensure rcu_read_lock() in ipv4_link_failure() by Eric Dumazet · 6 years ago
  88. ed0de45 ipv4: recompile ip options in ipv4_link_failure by Stephen Suryaputra · 6 years ago
  89. 6de9c05 ipv4: Handle ipv6 gateway in ipv4_confirm_neigh by David Ahern · 6 years ago
  90. 5c9f7c1 ipv4: Add helpers for neigh lookup for nexthop by David Ahern · 6 years ago
  91. 0f5f7d7 ipv4: Add support to rtable for ipv6 gateway by David Ahern · 6 years ago
  92. 1550c17 ipv4: Prepare rtable for IPv6 gateway by David Ahern · 6 years ago
  93. bdf0046 net: Replace nhc_has_gw with nhc_gw_family by David Ahern · 6 years ago
  94. eba618a ipv4: Add fib_nh_common to fib_result by David Ahern · 6 years ago
  95. b75ed8b ipv4: Rename fib_nh entries by David Ahern · 6 years ago
  96. df45370 inet: switch IP ID generator to siphash by Eric Dumazet · 6 years ago
  97. 02afc7a net: dst: remove gc leftovers by Julian Wiedmann · 6 years ago
  98. ee60ad2 route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a race by Xin Long · 6 years ago
  99. 22c7476 ipv4/route: fail early when inet dev is missing by Paolo Abeni · 6 years ago
  100. 9eb3591 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago