1. 6126891 memcg: enable accounting for IP address and routing-related objects by Vasily Averin · 3 years, 5 months ago
  2. 648106c IPv4: Extend 'fib_notify_on_flag_change' sysctl by Amit Cohen · 3 years, 11 months ago
  3. 36c5100 IPv4: Add "offload failed" indication to routes by Amit Cohen · 3 years, 11 months ago
  4. 680aea0 net: ipv4: Emit notification when fib hardware flags are changed by Amit Cohen · 4 years ago
  5. bbea126 nexthop: Remove in-kernel route notifications when nexthop changes by Ido Schimmel · 4 years, 2 months ago
  6. 7f6f32b ipv4: Silence suspicious RCU usage warning by Ido Schimmel · 4 years, 4 months ago
  7. bd0b33b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 5 months ago
  8. 83f3522 ipv4: Silence suspicious RCU usage warning by Ido Schimmel · 4 years, 5 months ago
  9. 7a6498e Replace HTTP links with HTTPS ones: IPv* by Alexander A. Klimov · 4 years, 6 months ago
  10. af7888a ipv4: Refactor nhc evaluation in fib_table_lookup by David Ahern · 4 years, 7 months ago
  11. 5a470b1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 9 months ago
  12. faee676 net: add net available in build_state by Alexander Aring · 4 years, 9 months ago
  13. fbe4e0c ipv4: fix a RCU-list lock in fib_triestat_seq_show by Qian Cai · 4 years, 9 months ago
  14. 807ea87 net: remove unused macro from fib_trie.c by Li RongQing · 4 years, 10 months ago
  15. b3f7e3f Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  16. 90b93f1 ipv4: Add "offload" and "trap" indications to routes by Ido Schimmel · 5 years ago
  17. 1e301fd ipv4: Encapsulate function arguments in a struct by Ido Schimmel · 5 years ago
  18. 6324d0f ipv4: Replace route in list before notifying by Ido Schimmel · 5 years ago
  19. 9827c06 ipv4: Detect rollover in specific fib table dump by David Ahern · 5 years ago
  20. 446f739 ipv4: Remove old route notifications and convert listeners by Ido Schimmel · 5 years ago
  21. 20d1565 ipv4: Only Replay routes of interest to new listeners by Ido Schimmel · 5 years ago
  22. 525bc34 ipv4: Handle route deletion notification during flush by Ido Schimmel · 5 years ago
  23. f613b6e ipv4: Handle route deletion notification by Ido Schimmel · 5 years ago
  24. a8674f7 ipv4: Notify newly added route if should be offloaded by Ido Schimmel · 5 years ago
  25. ee3936d ipv4: Notify route if replacing currently offloaded one by Ido Schimmel · 5 years ago
  26. b5fc043 ipv4: Extend FIB alias find function by Ido Schimmel · 5 years ago
  27. a6c76c1 ipv4: Notify route after insertion to the routing table by Ido Schimmel · 5 years ago
  28. b7a5955 net: fib_notifier: propagate extack down to the notifier block callback by Jiri Pirko · 5 years ago
  29. 55c894f net: fib_notifier: propagate possible error during fib notifier registration by Jiri Pirko · 5 years ago
  30. 7c550da net: fib_notifier: make FIB notifier per-netns by Jiri Pirko · 5 years ago
  31. e93fb3e net: route dump netlink NLM_F_MULTI flag missing by John Fastabend · 5 years ago
  32. 885b8b4 ipv4: Fix off-by-one in route dump counter without netlink strict checking by Stefano Brivio · 6 years ago
  33. ee28906 ipv4: Dump route exceptions if requested by Stefano Brivio · 6 years ago
  34. 25cec75 net/ipv4: fib_trie: Avoid cryptic ternary expressions by Matthias Kaehlcke · 6 years ago
  35. a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  36. 4c7e808 ipv4: Plumb support for nexthop object in a fib_info by David Ahern · 6 years ago
  37. dcb1ecb ipv4: Prepare for fib6_nh from a nexthop object by David Ahern · 6 years ago
  38. 5481d73 ipv4: Use accessors for fib_info nexthop data by David Ahern · 6 years ago
  39. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  40. df80152 ipv4: remove redundant assignment to n by Colin Ian King · 6 years ago
  41. 1bff1a0 ipv4: Add function to send route updates by David Ahern · 6 years ago
  42. eba618a ipv4: Add fib_nh_common to fib_result by David Ahern · 6 years ago
  43. 0af7e7c ipv4: Update fib_table_lookup tracepoint to take common nexthop by David Ahern · 6 years ago
  44. b75ed8b ipv4: Rename fib_nh entries by David Ahern · 6 years ago
  45. 331c7a4 ipv4: Move IN_DEV_IGNORE_ROUTES_WITH_LINKDOWN to helper by David Ahern · 6 years ago
  46. 9ab948a ipv4: Allow amount of dirty memory from fib resizing to be controllable by David Ahern · 6 years ago
  47. f97f4dd net: ipv4: Fix memory leak in network namespace dismantle by Ido Schimmel · 6 years ago
  48. 18a8021 net/ipv4: Plumb support for filtering route dumps by David Ahern · 6 years ago
  49. 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  50. 9f32397 net/ipv4: Udate fib_table_lookup tracepoint by David Ahern · 7 years ago
  51. 3617d94 proc: introduce proc_create_net_single by Christoph Hellwig · 7 years ago
  52. c350637 proc: introduce proc_create_net{,_data} by Christoph Hellwig · 7 years ago
  53. c1d7ee6 net/ipv4: Allow notifier to fail route replace by David Ahern · 7 years ago
  54. 6635f31 net/ipv4: Move call_fib_entry_notifiers up for new routes by David Ahern · 7 years ago
  55. d644406 net: Use octal not symbolic permissions by Joe Perches · 7 years ago
  56. 08009a7 net: make kmem caches as __ro_after_init by Alexey Dobriyan · 7 years ago
  57. 96890d6 net: delete /proc THIS_MODULE references by Alexey Dobriyan · 7 years ago
  58. 6c31e5a net: Add extack to fib_notifier_info by David Ahern · 7 years ago
  59. 6eba87c net: ipv4: Change fib notifiers to take a fib_alias by David Ahern · 7 years ago
  60. 5f9ae3d ipv4: do metrics match when looking up and deleting a route by Xin Long · 7 years ago
  61. 04b1d4e net: core: Make the FIB notification chain generic by Ido Schimmel · 7 years ago
  62. 0029c0d net, ipv4: convert fib_info.fib_clntref from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  63. 9ae2872 net: add extack arg to lwtunnel build state by David Ahern · 8 years ago
  64. 7805599 net: ipv4: Add extack message for invalid prefix or length by David Ahern · 8 years ago
  65. ba277e8 net: ipv4: refactor key and length checks by David Ahern · 8 years ago
  66. 6ffd903 net: ipv4: Save trie prefix to fib lookup result by David Ahern · 8 years ago
  67. 6d8422a1 net: ipv4: Plumb extack through route add functions by David Ahern · 8 years ago
  68. f6c5775 net: Improve handling of failures on link and route dumps by David Ahern · 8 years ago
  69. d05f7a7 ipv4: fib: Remove redundant argument by Ido Schimmel · 8 years ago
  70. c024389 ipv4: fib: Move FIB notification code to a separate file by Ido Schimmel · 8 years ago
  71. 5b5e092 lib/vsprintf.c: remove %Z support by Alexey Dobriyan · 8 years ago
  72. 2f3a527 ipv4: fib: Add events for FIB replace and append by Ido Schimmel · 8 years ago
  73. 5b7d616 ipv4: fib: Send notification before deleting FIB alias by Ido Schimmel · 8 years ago
  74. 42d5aa7 ipv4: fib: Send deletion notification with actual FIB alias type by Ido Schimmel · 8 years ago
  75. 58e3bdd ipv4: fib: Only flush FIB aliases belonging to currently flushed table by Ido Schimmel · 8 years ago
  76. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  77. c63d352 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  78. a52ca62 ipv4: Drop suffix update from resize code by Alexander Duyck · 8 years ago
  79. 1a23917 ipv4: Drop leaf from suffix pull/push functions by Alexander Duyck · 8 years ago
  80. c3852ef ipv4: fib: Replay events when registering FIB notifier by Ido Schimmel · 8 years ago
  81. cacaad1 ipv4: fib: Allow for consistent FIB dumping by Ido Schimmel · 8 years ago
  82. d3f706f ipv4: fib: Convert FIB notification chain to be atomic by Ido Schimmel · 8 years ago
  83. 3114cdf ipv4: Fix memory leak in exception case for splitting tries by Alexander Duyck · 8 years ago
  84. 3b70933 ipv4: Restore fib_trie_flush_external function and fix call ordering by Alexander Duyck · 8 years ago
  85. fd0285a fib_trie: Correct /proc/net/route off by one error by Alexander Duyck · 8 years ago
  86. 347e3b2 switchdev: remove FIB offload infrastructure by Jiri Pirko · 8 years ago
  87. b90eb75 fib: introduce FIB notification infrastructure by Jiri Pirko · 8 years ago
  88. b93e1fa ipv4: fix value of ->nlmsg_flags reported in RTM_NEWROUTE events by Guillaume Nault · 8 years ago
  89. 98a384e fib_trie: Fix the description of pos and bits by Xunlei Pang · 8 years ago
  90. 94d9f1c ipv4: panic in leaf_walk_rcu due to stale node pointer by David Forster · 8 years ago
  91. 34229b2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  92. a5829f5 fib_trie: Fix shift by 32 in fib_table_lookup by Alexander Duyck · 9 years ago
  93. 1d5cfdb tree wide: use kvfree() than conditional kfree()/vfree() by Tetsuo Handa · 9 years ago
  94. c2229fe fib_trie: leaf_walk_rcu should not compute key if key is less than pn->key by Alexander Duyck · 9 years ago
  95. 58189ca net: Fix vti use case with oif in dst lookups by David Ahern · 9 years ago
  96. f6d3c19 net: FIB tracepoints by David Ahern · 9 years ago
  97. dc25b25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  98. 613d09b net: Use VRF device index for lookups on TX by David Ahern · 9 years ago
  99. 25b97c0 ipv4: off-by-one in continuation handling in /proc/net/route by Andy Whitcroft · 9 years ago
  100. 1513069 fib_trie: Drop unnecessary calls to leaf_pull_suffix by Alexander Duyck · 9 years ago