1. bff7432 net: ipv4: Fix memory leak in network namespace dismantle by Ido Schimmel · 5 years ago
  2. 6864761 net: Improve handling of failures on link and route dumps by David Ahern · 7 years ago
  3. a52ca62 ipv4: Drop suffix update from resize code by Alexander Duyck · 7 years ago
  4. 1a23917 ipv4: Drop leaf from suffix pull/push functions by Alexander Duyck · 7 years ago
  5. 3114cdf ipv4: Fix memory leak in exception case for splitting tries by Alexander Duyck · 8 years ago
  6. 3b70933 ipv4: Restore fib_trie_flush_external function and fix call ordering by Alexander Duyck · 8 years ago
  7. fd0285a fib_trie: Correct /proc/net/route off by one error by Alexander Duyck · 8 years ago
  8. 347e3b2 switchdev: remove FIB offload infrastructure by Jiri Pirko · 8 years ago
  9. b90eb75 fib: introduce FIB notification infrastructure by Jiri Pirko · 8 years ago
  10. b93e1fa ipv4: fix value of ->nlmsg_flags reported in RTM_NEWROUTE events by Guillaume Nault · 8 years ago
  11. 98a384e fib_trie: Fix the description of pos and bits by Xunlei Pang · 8 years ago
  12. 94d9f1c ipv4: panic in leaf_walk_rcu due to stale node pointer by David Forster · 8 years ago
  13. 34229b2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  14. a5829f5 fib_trie: Fix shift by 32 in fib_table_lookup by Alexander Duyck · 8 years ago
  15. 1d5cfdb tree wide: use kvfree() than conditional kfree()/vfree() by Tetsuo Handa · 8 years ago
  16. c2229fe fib_trie: leaf_walk_rcu should not compute key if key is less than pn->key by Alexander Duyck · 9 years ago
  17. 58189ca net: Fix vti use case with oif in dst lookups by David Ahern · 9 years ago
  18. f6d3c19 net: FIB tracepoints by David Ahern · 9 years ago
  19. dc25b25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  20. 613d09b net: Use VRF device index for lookups on TX by David Ahern · 9 years ago
  21. 25b97c0 ipv4: off-by-one in continuation handling in /proc/net/route by Andy Whitcroft · 9 years ago
  22. 1513069 fib_trie: Drop unnecessary calls to leaf_pull_suffix by Alexander Duyck · 9 years ago
  23. 2392deb ipv4: consider TOS in fib_select_default by Julian Anastasov · 9 years ago
  24. 0eeb075 net: ipv4 sysctl option to ignore routes when nexthop link is down by Andy Gospodarek · 9 years ago
  25. a2bb6d7 ipv4: include NLM_F_APPEND flag in append route notifications by Roopa Prabhu · 9 years ago
  26. f38b24c fib_trie: coding style: Use pointer after check by Firo Yang · 9 years ago
  27. ffa915d ipv4: Fix fib_trie.c build, missing linux/vmalloc.h include. by David S. Miller · 9 years ago
  28. 36583eb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  29. d4e64c2 ipv4: fill in table id when replacing a route by Michal Kubeček · 9 years ago
  30. eea3994 rename RTNH_F_EXTERNAL to RTNH_F_OFFLOAD by Roopa Prabhu · 9 years ago
  31. ebb9a03 switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/ by Jiri Pirko · 9 years ago
  32. 00db412 ipv4: coding style: comparison for inequality with NULL by Ian Morris · 9 years ago
  33. 51456b2 ipv4: coding style: comparison for equality with NULL by Ian Morris · 9 years ago
  34. b6f15f8 fib_trie: Fix regression in handling of inflate/halve failure by Alexander Duyck · 9 years ago
  35. 0b65bd9 fib_trie: Provide a deterministic order for fib_alias w/ tables merged by Alexander Duyck · 9 years ago
  36. 654eff4 fib_trie: Only display main table in /proc/net/route by Alexander Duyck · 9 years ago
  37. 0ddcf43 ipv4: FIB Local/MAIN table collapse by Alexander Duyck · 9 years ago
  38. ddb4b9a fib_trie: Address possible NULL pointer dereference in resize by Alexander Duyck · 9 years ago
  39. 3ec320d fib_trie: Correctly handle case of key == 0 in leaf_walk_rcu by Alexander Duyck · 9 years ago
  40. f8f2147 switchdev: add netlink flags to IPv4 FIB add op by Scott Feldman · 9 years ago
  41. 88bae71 fib_trie: Add key vector to root, return parent key_vector in resize by Alexander Duyck · 9 years ago
  42. f23e59f fib_trie: Move parent from key_vector to tnode by Alexander Duyck · 9 years ago
  43. 6e22d17 fib_trie: Pull empty_children and full_children into tnode by Alexander Duyck · 9 years ago
  44. 56ca2ad fib_trie: Move rcu from key_vector to tnode, add accessors. by Alexander Duyck · 9 years ago
  45. dc35dbe fib_trie: Add tnode struct as a container for fields not needed in key_vector by Alexander Duyck · 9 years ago
  46. 2e1ac88 fib_trie: Rename tnode_child_length to child_length by Alexander Duyck · 9 years ago
  47. 754baf8 fib_trie: replace tnode_get_child functions with get_child macros by Alexander Duyck · 9 years ago
  48. 35c6eda fib_trie: Rename tnode to key_vector by Alexander Duyck · 9 years ago
  49. 8d8e810 fib_trie: Return pointer to tnode pointer in resize/inflate/halve by Alexander Duyck · 9 years ago
  50. 72be726 fib_trie: Minor cleanups to fib_table_flush_external by Alexander Duyck · 9 years ago
  51. 23375a0 ipv4: Fix unused variable warnings in fib_table_flush_external. by David S. Miller · 9 years ago
  52. 8e05fd7 fib: hook IPv4 fib for hardware offload by Scott Feldman · 9 years ago
  53. 104616e switchdev: don't support custom ip rules, for now by Scott Feldman · 9 years ago
  54. 1de3d87 fib_trie: Prevent allocating tnode if bits is too big for size_t by Alexander Duyck · 9 years ago
  55. 71e8b67 fib_trie: Update last spot w/ idx >> n->bits code and explanation by Alexander Duyck · 9 years ago
  56. a7e5353 fib_trie: Make fib_table rcu safe by Alexander Duyck · 9 years ago
  57. 41b489f fib_trie: move leaf and tnode to occupy the same spot in the key vector by Alexander Duyck · 9 years ago
  58. d5d6487 fib_trie: Update insert and delete to make use of tp from find_node by Alexander Duyck · 9 years ago
  59. d4a975e fib_trie: Fib find node should return parent by Alexander Duyck · 9 years ago
  60. 8be33e9 fib_trie: Fib walk rcu should take a tnode and key instead of a trie and a leaf by Alexander Duyck · 9 years ago
  61. 7289e6d fib_trie: Only resize tnodes once instead of on each leaf removal in fib_table_flush by Alexander Duyck · 9 years ago
  62. 79e5ad2 fib_trie: Remove leaf_info by Alexander Duyck · 9 years ago
  63. 9b6ebad fib_trie: Add slen to fib alias by Alexander Duyck · 9 years ago
  64. 5786ec6 fib_trie: Replace plen with slen in leaf_info by Alexander Duyck · 9 years ago
  65. 56315f9 fib_trie: Convert fib_alias to hlist from list by Alexander Duyck · 9 years ago
  66. 64c6272 fib_trie: Various clean-ups for handling slen by Alexander Duyck · 9 years ago
  67. 0252536 fib_trie: Move fib_find_alias to file where it is used by Alexander Duyck · 9 years ago
  68. 30cfe7c fib_trie: Use empty_children instead of counting empty nodes in stats collection by Alexander Duyck · 9 years ago
  69. 95f60ea fib_trie: Add collapse() and should_collapse() to resize by Alexander Duyck · 9 years ago
  70. a80e89d fib_trie: Fall back to slen update on inflate/halve failure by Alexander Duyck · 9 years ago
  71. 69fa57b fib_trie: Fix RCU bug and merge similar bits of inflate/halve by Alexander Duyck · 9 years ago
  72. b383211 fib_trie: Use index & (~0ul << n->bits) instead of index >> n->bits by Alexander Duyck · 9 years ago
  73. 5405afd fib_trie: Add tracking value for suffix length by Alexander Duyck · 9 years ago
  74. 21d1f11 fib_trie: Remove checks for index >= tnode_child_length from tnode_get_child by Alexander Duyck · 9 years ago
  75. 12c081a fib_trie: inflate/halve nodes in a more RCU friendly way by Alexander Duyck · 9 years ago
  76. fc86a93 fib_trie: Push tnode flushing down to inflate/halve by Alexander Duyck · 9 years ago
  77. ff181ed fib_trie: Push assignment of child to parent down into inflate/halve by Alexander Duyck · 9 years ago
  78. f05a481 fib_trie: Add functions should_inflate and should_halve by Alexander Duyck · 9 years ago
  79. cf3637b fib_trie: Move resize to after inflate/halve by Alexander Duyck · 9 years ago
  80. 345e9b5 fib_trie: Push rcu_read_lock/unlock to callers by Alexander Duyck · 9 years ago
  81. 98293e8 fib_trie: Use unsigned long for anything dealing with a shift by bits by Alexander Duyck · 9 years ago
  82. e9b4401 fib_trie: Update meaning of pos to represent unchecked bits by Alexander Duyck · 9 years ago
  83. 836a012 fib_trie: Optimize fib_table_insert by Alexander Duyck · 9 years ago
  84. 939afb0 fib_trie: Optimize fib_find_node by Alexander Duyck · 9 years ago
  85. 9f9e636 fib_trie: Optimize fib_table_lookup to avoid wasting time on loops/variables by Alexander Duyck · 9 years ago
  86. adaf981 fib_trie: Merge leaf into tnode by Alexander Duyck · 9 years ago
  87. 37fd30f fib_trie: Merge tnode_free and leaf_free into node_free by Alexander Duyck · 9 years ago
  88. 64c9b6f fib_trie: Make leaf and tnode more uniform by Alexander Duyck · 9 years ago
  89. 8274a97 fib_trie: Update usage stats to be percpu instead of global variables by Alexander Duyck · 9 years ago
  90. e962f30 fib_trie: Fix trie balancing issue if new node pushes down existing node by Alexander Duyck · 9 years ago
  91. 1d02328 list: fix order of arguments for hlist_add_after(_rcu) by Ken Helias · 10 years ago
  92. 652586d seq_file: remove "%n" usage from seq_file users by Tetsuo Handa · 11 years ago
  93. 4c60f1d fib_trie: only calc for the un-first node by baker.zhang · 11 years ago
  94. bbe34cf fib_trie: avoid a redundant bit judgement in inflate by baker.zhang · 11 years ago
  95. aab515d fib_trie: remove potential out of bound access by Eric Dumazet · 11 years ago
  96. f585a99 fib_trie: potential out of bounds access in trie_show_stats() by Jerry Snitselaar · 11 years ago
  97. 0020356 fib_trie: no need to delay vfree() by Al Viro · 11 years ago
  98. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  99. ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 11 years ago
  100. d4beaa6 net: proc: change proc_net_fops_create to proc_create by Gao feng · 11 years ago