1. 64c6272 fib_trie: Various clean-ups for handling slen by Alexander Duyck · 10 years ago
  2. 0252536 fib_trie: Move fib_find_alias to file where it is used by Alexander Duyck · 10 years ago
  3. 30cfe7c fib_trie: Use empty_children instead of counting empty nodes in stats collection by Alexander Duyck · 10 years ago
  4. 95f60ea fib_trie: Add collapse() and should_collapse() to resize by Alexander Duyck · 10 years ago
  5. a80e89d fib_trie: Fall back to slen update on inflate/halve failure by Alexander Duyck · 10 years ago
  6. 69fa57b fib_trie: Fix RCU bug and merge similar bits of inflate/halve by Alexander Duyck · 10 years ago
  7. b383211 fib_trie: Use index & (~0ul << n->bits) instead of index >> n->bits by Alexander Duyck · 10 years ago
  8. 5405afd fib_trie: Add tracking value for suffix length by Alexander Duyck · 10 years ago
  9. 21d1f11 fib_trie: Remove checks for index >= tnode_child_length from tnode_get_child by Alexander Duyck · 10 years ago
  10. 12c081a fib_trie: inflate/halve nodes in a more RCU friendly way by Alexander Duyck · 10 years ago
  11. fc86a93 fib_trie: Push tnode flushing down to inflate/halve by Alexander Duyck · 10 years ago
  12. ff181ed fib_trie: Push assignment of child to parent down into inflate/halve by Alexander Duyck · 10 years ago
  13. f05a481 fib_trie: Add functions should_inflate and should_halve by Alexander Duyck · 10 years ago
  14. cf3637b fib_trie: Move resize to after inflate/halve by Alexander Duyck · 10 years ago
  15. 345e9b5 fib_trie: Push rcu_read_lock/unlock to callers by Alexander Duyck · 10 years ago
  16. 98293e8 fib_trie: Use unsigned long for anything dealing with a shift by bits by Alexander Duyck · 10 years ago
  17. e9b4401 fib_trie: Update meaning of pos to represent unchecked bits by Alexander Duyck · 10 years ago
  18. 836a012 fib_trie: Optimize fib_table_insert by Alexander Duyck · 10 years ago
  19. 939afb0 fib_trie: Optimize fib_find_node by Alexander Duyck · 10 years ago
  20. 9f9e636 fib_trie: Optimize fib_table_lookup to avoid wasting time on loops/variables by Alexander Duyck · 10 years ago
  21. adaf981 fib_trie: Merge leaf into tnode by Alexander Duyck · 10 years ago
  22. 37fd30f fib_trie: Merge tnode_free and leaf_free into node_free by Alexander Duyck · 10 years ago
  23. 64c9b6f fib_trie: Make leaf and tnode more uniform by Alexander Duyck · 10 years ago
  24. 8274a97 fib_trie: Update usage stats to be percpu instead of global variables by Alexander Duyck · 10 years ago
  25. e962f30 fib_trie: Fix trie balancing issue if new node pushes down existing node by Alexander Duyck · 10 years ago
  26. 1d02328 list: fix order of arguments for hlist_add_after(_rcu) by Ken Helias · 10 years ago
  27. 652586d seq_file: remove "%n" usage from seq_file users by Tetsuo Handa · 11 years ago
  28. 4c60f1d fib_trie: only calc for the un-first node by baker.zhang · 11 years ago
  29. bbe34cf fib_trie: avoid a redundant bit judgement in inflate by baker.zhang · 11 years ago
  30. aab515d fib_trie: remove potential out of bound access by Eric Dumazet · 11 years ago
  31. f585a99 fib_trie: potential out of bounds access in trie_show_stats() by Jerry Snitselaar · 11 years ago
  32. 0020356 fib_trie: no need to delay vfree() by Al Viro · 11 years ago
  33. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  34. ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 12 years ago
  35. d4beaa6 net: proc: change proc_net_fops_create to proc_create by Gao feng · 12 years ago
  36. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  37. 4ccfe6d ipv4/route: arg delay is useless in rt_cache_flush() by Nicolas Dichtel · 12 years ago
  38. 1304a73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  39. ad5b310 net: ipv4: fib_trie: Don't unnecessarily search for already found fib leaf by Igor Maravic · 12 years ago
  40. 0c03eca net: fib: fix incorrect call_rcu_bh() by Eric Dumazet · 12 years ago
  41. 79cda75 fib: use __fls() on non null argument by Eric Dumazet · 12 years ago
  42. 61648d9 ipv4: clean up put_child by Lin Ming · 12 years ago
  43. 4ea4bf7 ipv4: fix debug info in tnode_new by Lin Ming · 12 years ago
  44. 391e5c2 ipv4: Remove tb_peers from fib_table. by David S. Miller · 12 years ago
  45. 8e77327 inet: Add inetpeer tree roots to the FIB tables. by David S. Miller · 12 years ago
  46. e319269 net: Remove casts to same type by Joe Perches · 12 years ago
  47. dccd9ecc ipv4: Do not use dead fib_info entries. by David S. Miller · 12 years ago
  48. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  49. 058bd4d net: Convert printks to pr_<level> by Joe Perches · 12 years ago
  50. cf778b0 net: reintroduce missing rcu_assign_pointer() calls by Eric Dumazet · 13 years ago
  51. 6fc0143 net: ipv4: export fib_lookup and fib_table_lookup by Florian Westphal · 13 years ago
  52. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  53. a9b3cd7 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER by Stephen Hemminger · 13 years ago
  54. 5c74501 ipv4: save cpu cycles from check_leaf() by Eric Dumazet · 13 years ago
  55. 70c7160 Add appropriate <linux/prefetch.h> include for prefetch users by Paul Gortmaker · 13 years ago
  56. 06f4e92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  57. bceb0f4 net,rcu: convert call_rcu(__leaf_info_free_rcu) to kfree_rcu() by Lai Jiangshan · 13 years ago
  58. 7143b7d4 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  59. 7cfd260 ipv4: don't spam dmesg with "Using LC-trie" messages by Alexey Dobriyan · 13 years ago
  60. 21d8c49 ipv4: Call fib_select_default() only when actually necessary. by David S. Miller · 13 years ago
  61. 1c01a80 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  62. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  63. 0a5c047 fib: add __rcu annotations by Eric Dumazet · 13 years ago
  64. 1fbc784 ipv4: do not ignore route errors by Julian Anastasov · 13 years ago
  65. 37e826c ipv4: Fix nexthop caching wrt. scoping. by David S. Miller · 13 years ago
  66. 74cb3c1 ipv4: match prefsrc when deleting routes by Julian Anastasov · 13 years ago
  67. 22bd5b9 ipv4: Pass ipv4 flow objects into fib_lookup() paths. by David S. Miller · 14 years ago
  68. 1d28f42 net: Put flowi_* prefix on AF independent members of struct flowi by David S. Miller · 14 years ago
  69. 3be0686 ipv4: Inline fib_semantic_match into check_leaf by David S. Miller · 14 years ago
  70. 3b00456 ipv4: Avoid use of signed integers in fib_trie code. by David S. Miller · 14 years ago
  71. b299e4f ipv4: Fix fib_trie build in some configurations. by David S. Miller · 14 years ago
  72. 5348ba8 ipv4: Update some fib_hash centric interface names. by David S. Miller · 14 years ago
  73. 0c838ff ipv4: Consolidate all default route selection implementations. by David S. Miller · 14 years ago
  74. 5b47044 ipv4: Remember FIB alias list head and table in lookup results. by David S. Miller · 14 years ago
  75. 7a1c8e5 net: allow GFP_HIGHMEM in __vmalloc() by Eric Dumazet · 14 years ago
  76. 4aa2c46 fib: Fix fib zone and its hash leak on namespace stop by Pavel Emelyanov · 14 years ago
  77. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  78. 9b0c290 fib: introduce fib_alias_accessed() helper by Eric Dumazet · 14 years ago
  79. 631dd1a Update broken web addresses in the kernel. by Justin P. Mattock · 14 years ago
  80. 874ffa8 fib_trie: use fls() instead of open coded loop by Eric Dumazet · 14 years ago
  81. ebc0ffa fib: RCU conversion of fib_lookup() by Eric Dumazet · 14 years ago
  82. a034ee3 fib: cleanups by Eric Dumazet · 14 years ago
  83. f6b085b ipv4: Suppress lockdep-RCU false positive in FIB trie (3) by Jarek Poplawski · 14 years ago
  84. 3fa21e0 net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  85. 4eaa0e3 fib: suppress lockdep-RCU false positive in FIB trie. by Eric Dumazet · 14 years ago
  86. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  87. 634a4b2 net: suppress lockdep-RCU false positive in FIB trie. by Paul E. McKenney · 14 years ago
  88. 16c6cf8 ipv4: fib table algorithm performance improvement by Stephen Hemminger · 15 years ago
  89. 80b71b8 fib_trie: resize rework by Jens Låås · 15 years ago
  90. 36cbd3d net: mark read-only arrays as const by Jan Engelhardt · 15 years ago
  91. b902e57 ipv4: fib_trie: Use tnode_get_child_rcu() and node_parent_rcu() in lookups by Jarek Poplawski · 15 years ago
  92. be916cd ipv4: Fix inflate_threshold_root automatically by Jarek Poplawski · 15 years ago
  93. c305947 ipv4: Use synchronize_rcu() during trie_rebalance() by Jarek Poplawski · 15 years ago
  94. 345aa03 ipv4: Fix fib_trie rebalancing, part 4 (root thresholds) by Jarek Poplawski · 15 years ago
  95. 008440e ipv4: Fix fib_trie rebalancing, part 3 by Jarek Poplawski · 15 years ago
  96. 7b85576 ipv4: Fix fib_trie rebalancing, part 2 by Jarek Poplawski · 15 years ago
  97. e0f7cb8 ipv4: Fix fib_trie rebalancing by Jarek Poplawski · 15 years ago
  98. c649c0e3 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  99. 3ed18d7 ipv4: Fix oops with FIB_TRIE by Robert Olsson · 15 years ago
  100. e204a34 ipv4: cleanup - remove two unused parameters from fib_semantic_match(). by Rami Rosen · 15 years ago