1. 8d59c3a net: ipv4: update fnhe_pmtu when first hop's MTU changes by Sabrina Dubroca · 6 years ago
  2. e364f1a ipv4: remove BUG_ON() from fib_compute_spec_dst by Lorenzo Bianconi · 6 years ago
  3. f08ca4c net/ipv4: Set oif in fib_compute_spec_dst by David Ahern · 6 years ago
  4. e4f6698 ipv4: Fix use-after-free when flushing FIB tables by Ido Schimmel · 7 years ago
  5. 0c47f11 ipv4: initialize fib_trie prior to register_netdev_notifier call. by Mahesh Bandewar · 7 years ago
  6. 6864761 net: Improve handling of failures on link and route dumps by David Ahern · 7 years ago
  7. 62e85fe ipv4: provide stronger user input validation in nl_fib_input() by Eric Dumazet · 7 years ago
  8. e9db042 lwtunnel: fix autoload of lwt modules by David Ahern · 7 years ago
  9. efc455f ipv4: Do not allow MAIN to be alias for new LOCAL w/ custom rules by Alexander Duyck · 7 years ago
  10. 3b70933 ipv4: Restore fib_trie_flush_external function and fix call ordering by Alexander Duyck · 8 years ago
  11. 347e3b2 switchdev: remove FIB offload infrastructure by Jiri Pirko · 8 years ago
  12. b90eb75 fib: introduce FIB notification infrastructure by Jiri Pirko · 8 years ago
  13. b20b378 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  14. 5a56a0b net: Don't delete routes in different VRFs by Mark Tomlinson · 8 years ago
  15. 631fee7 net: Remove fib_local variable by David Ahern · 8 years ago
  16. b3b4663 net: vrf: Create FIB tables on link create by David Ahern · 8 years ago
  17. 391a203 ipv4/fib: don't warn when primary address is missing if in_dev is dead by Paolo Abeni · 8 years ago
  18. 4cfc86f ipv4: initialize flowi4_flags before calling fib_lookup() by Lance Richardson · 8 years ago
  19. fbd40ea ipv4: Don't do expensive useless work during inetdev destroy. by David S. Miller · 8 years ago
  20. 7f49e7a net: Flush local routes when device changes vrf association by David Ahern · 9 years ago
  21. 73186df Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  22. 4f823de ipv4: fix to not remove local route on link down by Julian Anastasov · 9 years ago
  23. 7b13118 ipv4: implement support for NOPREFIXROUTE ifa flag for ipv4 address by Paolo Abeni · 9 years ago
  24. f6d3125 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  25. b84f787 net: Initialize flow flags in input path by David Ahern · 9 years ago
  26. 3236b00 net: Replace vrf_dev_table and friends by David Ahern · 9 years ago
  27. 385add9 net: Replace vrf_master_ifindex{, _rcu} with l3mdev equivalents by David Ahern · 9 years ago
  28. 9b8ff51 net: Make table id type u32 by David Ahern · 9 years ago
  29. f6d3c19 net: FIB tracepoints by David Ahern · 9 years ago
  30. 021dd3b net: Add routes to the table associated with the device by David Ahern · 9 years ago
  31. 30bbaa1 net: Fix up inet_addr_type checks by David Ahern · 9 years ago
  32. 15be405e net: Add inet_addr lookup by table by David Ahern · 9 years ago
  33. cd2fbe1 net: Use VRF device index for lookups on RX by David Ahern · 9 years ago
  34. 1b7179d route: Extend flow representation with tunnel key by Thomas Graf · 9 years ago
  35. 571e722 ipv4: support for fib route lwtunnel encap attributes by Roopa Prabhu · 9 years ago
  36. 0eeb075 net: ipv4 sysctl option to ignore routes when nexthop link is down by Andy Gospodarek · 9 years ago
  37. 8a3d031 net: track link-status of ipv4 nexthops by Andy Gospodarek · 9 years ago
  38. c85d697 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  39. 51456b2 ipv4: coding style: comparison for equality with NULL by Ian Morris · 9 years ago
  40. 419df12 net: move fib_rules_unregister() under rtnl lock by WANG Cong · 9 years ago
  41. 6e47d6c fib_trie: Cleanup ip_fib_net_exit code path by Alexander Duyck · 9 years ago
  42. ad88d05 fib_trie: Fix warning on fib4_rules_exit by Alexander Duyck · 9 years ago
  43. 3c9e9f7 fib_trie: Avoid NULL pointer if local table is not allocated by Alexander Duyck · 9 years ago
  44. 61f0d86 fib_trie: Fix uninitialized variable warning by Alexander Duyck · 9 years ago
  45. 6dede75 fib_trie: call fib_table_flush_external under RTNL by Sabrina Dubroca · 9 years ago
  46. 0ddcf43 ipv4: FIB Local/MAIN table collapse by Alexander Duyck · 9 years ago
  47. 104616e switchdev: don't support custom ip rules, for now by Scott Feldman · 9 years ago
  48. a7e5353 fib_trie: Make fib_table rcu safe by Alexander Duyck · 9 years ago
  49. 345e9b5 fib_trie: Push rcu_read_lock/unlock to callers by Alexander Duyck · 9 years ago
  50. 8274a97 fib_trie: Update usage stats to be percpu instead of global variables by Alexander Duyck · 9 years ago
  51. 1dced6a ipv4: Restore accept_local behaviour in fib_validate_source() by Sébastien Barré · 10 years ago
  52. 6a66271 ipv4, fib: pass LOOPBACK_IFINDEX instead of 0 to flowi4_iif by Cong Wang · 10 years ago
  53. 0b8c7f6 ipv4: remove ip_rt_dump from route.c by Li RongQing · 10 years ago
  54. a0065f2 fib_frontend: fix possible NULL pointer dereference by Oliver Hartkopp · 10 years ago
  55. 77dfca7 fib_trie: remove duplicated rcu lock by baker.zhang · 11 years ago
  56. 3a36515 netlink: fix splat in skb_clone with large messages by Pablo Neira · 11 years ago
  57. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 11 years ago
  58. 573ce26 net-next: replace obsolete NLMSG_* with type safe nlmsg_* by Hong zhi guo · 11 years ago
  59. 661d296 rtnetlink: Remove passing of attributes into rtnl_doit functions by Thomas Graf · 11 years ago
  60. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  61. 28a2828 ipv4: fib: fix a comment. by Rami Rosen · 11 years ago
  62. b51642f net: Enable a userns root rtnl calls that are safe for unprivilged users by Eric W. Biederman · 12 years ago
  63. 52e804c net: Allow userns root to control ipv4 by Eric W. Biederman · 12 years ago
  64. dfc47ef net: Push capable(CAP_NET_ADMIN) into the rtnl methods by Eric W. Biederman · 12 years ago
  65. e81da0e ipv4: fix sending of redirects by Julian Anastasov · 12 years ago
  66. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  67. 9f00d97 netlink: hide struct module parameter in netlink_kernel_create by Pablo Neira Ayuso · 12 years ago
  68. 4ccfe6d ipv4/route: arg delay is useless in rt_cache_flush() by Nicolas Dichtel · 12 years ago
  69. 748e2d9 net: reinstate rtnl in call_netdevice_notifiers() by Eric Dumazet · 12 years ago
  70. 0115e8e net: remove delay at device dismantle by Eric Dumazet · 12 years ago
  71. 1fb9489 net: Loopback ifindex is constant now by Pavel Emelyanov · 12 years ago
  72. caacf05 ipv4: Properly purge netdev references on uncached routes. by David S. Miller · 12 years ago
  73. 8fe5cb8 ipv4: Remove redundant assignment by Lin Ming · 12 years ago
  74. 89aef89 ipv4: Delete routing cache. by David S. Miller · 12 years ago
  75. 0cc535a ipv4: fix address selection in fib_compute_spec_dst by Julian Anastasov · 12 years ago
  76. 85b91b0 ipv4: Don't store a rule pointer in fib_result. by David S. Miller · 12 years ago
  77. f4530fa ipv4: Avoid overhead when no custom FIB rules are installed. by David S. Miller · 12 years ago
  78. a31f2d1 netlink: add netlink_kernel_cfg parameter to netlink_kernel_create by Pablo Neira Ayuso · 12 years ago
  79. 7a9bc9b ipv4: Elide fib_validate_source() completely when possible. by David S. Miller · 12 years ago
  80. 9e56e38 ipv4: Adjust in_dev handling in fib_validate_source() by David S. Miller · 12 years ago
  81. a207a4b ipv4: Fix bugs in fib_compute_spec_dst(). by David S. Miller · 12 years ago
  82. 41347dc ipv4: Kill rt->rt_spec_dst, no longer used. by David S. Miller · 12 years ago
  83. 35ebf65 ipv4: Create and use fib_compute_spec_dst() helper. by David S. Miller · 12 years ago
  84. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  85. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  86. 058bd4d net: Convert printks to pr_<level> by Joe Perches · 12 years ago
  87. c7ac867 rtnetlink: Compute and store minimum ifinfo dump size by Greg Rose · 13 years ago
  88. 990078a Disable rp_filter for IPsec packets by Michael Smith · 13 years ago
  89. 5c04c81 fib_validate_source(): pass sk_buff instead of mark by Michael Smith · 13 years ago
  90. e2666f8 fib: add rtnl locking in ip_fib_net_exit by Eric Dumazet · 13 years ago
  91. 436c3b6 ipv4: Invalidate nexthop cache nh_saddr more correctly. by David S. Miller · 13 years ago
  92. e6abbaa ipv4: fix route deletion for IPs on many subnets by Julian Anastasov · 13 years ago
  93. 9ade228 ipv4: Use flowi4 in FIB layer. by David S. Miller · 13 years ago
  94. 22bd5b9 ipv4: Pass ipv4 flow objects into fib_lookup() paths. by David S. Miller · 13 years ago
  95. 1d28f42 net: Put flowi_* prefix on AF independent members of struct flowi by David S. Miller · 13 years ago
  96. cc7e17e ipv4: Optimize flow initialization in fib_validate_source(). by David S. Miller · 13 years ago
  97. 1fc050a ipv4: Cache source address in nexthop entries. by David S. Miller · 13 years ago
  98. 9435eb1 ipv4: Implement __ip_dev_find using new interface address hash. by David S. Miller · 13 years ago
  99. 5348ba8 ipv4: Update some fib_hash centric interface names. by David S. Miller · 13 years ago
  100. 0c838ff ipv4: Consolidate all default route selection implementations. by David S. Miller · 13 years ago