1. dccd9ecc ipv4: Do not use dead fib_info entries. by David S. Miller · 12 years ago
  2. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  3. 058bd4d net: Convert printks to pr_<level> by Joe Perches · 12 years ago
  4. cf778b0 net: reintroduce missing rcu_assign_pointer() calls by Eric Dumazet · 13 years ago
  5. 6fc0143 net: ipv4: export fib_lookup and fib_table_lookup by Florian Westphal · 13 years ago
  6. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  7. a9b3cd7 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER by Stephen Hemminger · 13 years ago
  8. 5c74501 ipv4: save cpu cycles from check_leaf() by Eric Dumazet · 13 years ago
  9. 70c7160 Add appropriate <linux/prefetch.h> include for prefetch users by Paul Gortmaker · 13 years ago
  10. 06f4e92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  11. bceb0f4 net,rcu: convert call_rcu(__leaf_info_free_rcu) to kfree_rcu() by Lai Jiangshan · 13 years ago
  12. 7143b7d4 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  13. 7cfd260 ipv4: don't spam dmesg with "Using LC-trie" messages by Alexey Dobriyan · 13 years ago
  14. 21d8c49 ipv4: Call fib_select_default() only when actually necessary. by David S. Miller · 13 years ago
  15. 1c01a80 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  16. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  17. 0a5c047 fib: add __rcu annotations by Eric Dumazet · 13 years ago
  18. 1fbc784 ipv4: do not ignore route errors by Julian Anastasov · 13 years ago
  19. 37e826c ipv4: Fix nexthop caching wrt. scoping. by David S. Miller · 13 years ago
  20. 74cb3c1 ipv4: match prefsrc when deleting routes by Julian Anastasov · 13 years ago
  21. 22bd5b9 ipv4: Pass ipv4 flow objects into fib_lookup() paths. by David S. Miller · 13 years ago
  22. 1d28f42 net: Put flowi_* prefix on AF independent members of struct flowi by David S. Miller · 13 years ago
  23. 3be0686 ipv4: Inline fib_semantic_match into check_leaf by David S. Miller · 13 years ago
  24. 3b00456 ipv4: Avoid use of signed integers in fib_trie code. by David S. Miller · 13 years ago
  25. b299e4f ipv4: Fix fib_trie build in some configurations. by David S. Miller · 13 years ago
  26. 5348ba8 ipv4: Update some fib_hash centric interface names. by David S. Miller · 13 years ago
  27. 0c838ff ipv4: Consolidate all default route selection implementations. by David S. Miller · 13 years ago
  28. 5b47044 ipv4: Remember FIB alias list head and table in lookup results. by David S. Miller · 13 years ago
  29. 7a1c8e5 net: allow GFP_HIGHMEM in __vmalloc() by Eric Dumazet · 14 years ago
  30. 4aa2c46 fib: Fix fib zone and its hash leak on namespace stop by Pavel Emelyanov · 14 years ago
  31. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  32. 9b0c290 fib: introduce fib_alias_accessed() helper by Eric Dumazet · 14 years ago
  33. 631dd1a Update broken web addresses in the kernel. by Justin P. Mattock · 14 years ago
  34. 874ffa8 fib_trie: use fls() instead of open coded loop by Eric Dumazet · 14 years ago
  35. ebc0ffa fib: RCU conversion of fib_lookup() by Eric Dumazet · 14 years ago
  36. a034ee3 fib: cleanups by Eric Dumazet · 14 years ago
  37. f6b085b ipv4: Suppress lockdep-RCU false positive in FIB trie (3) by Jarek Poplawski · 14 years ago
  38. 3fa21e0 net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  39. 4eaa0e3 fib: suppress lockdep-RCU false positive in FIB trie. by Eric Dumazet · 14 years ago
  40. 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
  41. 634a4b2 net: suppress lockdep-RCU false positive in FIB trie. by Paul E. McKenney · 14 years ago
  42. 16c6cf8 ipv4: fib table algorithm performance improvement by Stephen Hemminger · 15 years ago
  43. 80b71b8 fib_trie: resize rework by Jens Låås · 15 years ago
  44. 36cbd3d net: mark read-only arrays as const by Jan Engelhardt · 15 years ago
  45. b902e57 ipv4: fib_trie: Use tnode_get_child_rcu() and node_parent_rcu() in lookups by Jarek Poplawski · 15 years ago
  46. be916cd ipv4: Fix inflate_threshold_root automatically by Jarek Poplawski · 15 years ago
  47. c305947 ipv4: Use synchronize_rcu() during trie_rebalance() by Jarek Poplawski · 15 years ago
  48. 345aa03 ipv4: Fix fib_trie rebalancing, part 4 (root thresholds) by Jarek Poplawski · 15 years ago
  49. 008440e ipv4: Fix fib_trie rebalancing, part 3 by Jarek Poplawski · 15 years ago
  50. 7b85576 ipv4: Fix fib_trie rebalancing, part 2 by Jarek Poplawski · 15 years ago
  51. e0f7cb8 ipv4: Fix fib_trie rebalancing by Jarek Poplawski · 15 years ago
  52. c649c0e3 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  53. 3ed18d7 ipv4: Fix oops with FIB_TRIE by Robert Olsson · 15 years ago
  54. e204a34 ipv4: cleanup - remove two unused parameters from fib_semantic_match(). by Rami Rosen · 15 years ago
  55. 673d57e net: replace NIPQUAD() in net/ipv4/ net/ipv6/ by Harvey Harrison · 16 years ago
  56. b6fcbdb proc: consolidate per-net single-release callers by Pavel Emelyanov · 16 years ago
  57. de05c55 proc: consolidate per-net single_open callers by Pavel Emelyanov · 16 years ago
  58. 2aec609 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  59. 2e65557 ipv4: fib_trie: Fix lookup error return by Ben Hutchings · 16 years ago
  60. 76e6ebf netns: add namespace parameter to rt_cache_flush by Denis V. Lunev · 16 years ago
  61. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  62. 5e659e4 [NET]: Fix heavy stack usage in seq_file output routines. by Pavel Emelyanov · 16 years ago
  63. a7d632b [IPV4]: Use NIPQUAD_FMT to format ipv4 addresses. by YOSHIFUJI Hideaki · 16 years ago
  64. 387a548 ipv4: fib_trie leaf free optimization by Stephen Hemminger · 16 years ago
  65. ef3660c ipv4: fib_trie remove unused argument by Stephen Hemminger · 16 years ago
  66. 15be75c IPV4: fib_trie use vmalloc for large tnodes by Stephen Hemminger · 16 years ago
  67. 1218854 [NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  68. 06802a8 Merge branch 'master' of ../net-2.6/ by David S. Miller · 16 years ago
  69. 3d3b2d2 fib_trie: print information on all routing tables by Stephen Hemminger · 16 years ago
  70. 6440cc9 [IPV4] fib_trie: fix warning from rcu_assign_poinger by Stephen Hemminger · 16 years ago
  71. 8315f5d fib_trie: /proc/net/route performance improvement by Stephen Hemminger · 16 years ago
  72. ec28cf7 fib_trie: handle empty tree by Stephen Hemminger · 16 years ago
  73. b9c4d82 [IPV4]: Formatting fix for /proc/net/fib_trie. by Denis V. Lunev · 16 years ago
  74. 71d67e6 [IPV4] fib_trie: rescan if key is lost during dump by Stephen Hemminger · 16 years ago
  75. 936f6f8 [IPV4] fib_trie: apply fixes from fib_hash by Julian Anastasov · 16 years ago
  76. ac97f75 [IPV4] fib_trie: remove unneeded NULL check by Stephen Hemminger · 16 years ago
  77. f638a2f [IPV4] fib_trie: More whitespace cleanup. by Stephen Hemminger · 16 years ago
  78. d5ce8a0 [IPV4] fib_trie: avoid rescan on dump by Stephen Hemminger · 16 years ago
  79. 9195bef [IPV4] fib_trie: avoid extra search on delete by Stephen Hemminger · 16 years ago
  80. a88ee22 [IPV4] fib_trie: dump table in sorted order by Stephen Hemminger · 16 years ago
  81. 82cfbb0 [IPV4] fib_trie: iterator recode by Stephen Hemminger · 16 years ago
  82. 64347f7 [IPV4] fib_trie: dump message multiple part flag by Stephen Hemminger · 16 years ago
  83. 1328042 [IPV4] fib_trie: use hash list by Stephen Hemminger · 16 years ago
  84. 9367229 [IPV4] fib_trie: compute size when needed by Stephen Hemminger · 16 years ago
  85. a07f5f5 [IPV4] fib_trie: style cleanup by Stephen Hemminger · 16 years ago
  86. bc3c8c1 [IPV4] fib_trie: put leaf nodes in a slab cache by Stephen Hemminger · 16 years ago
  87. b59cfbf [FIB]: Fix rcu_dereference() abuses in fib_trie.c by Eric Dumazet · 16 years ago
  88. 7f9b805 [IPV4]: fib hash|trie initialization by Stephen Hemminger · 17 years ago
  89. d717a9a [IPV4] fib_trie: size and statistics by Stephen Hemminger · 17 years ago
  90. 28d36e3 [FIB]: Avoid using static variables without proper locking by Eric Dumazet · 17 years ago
  91. 8d96544 [FIB]: full_children & empty_children should be uint, not ushort by Eric Dumazet · 17 years ago
  92. 4dde461 [IPV4] fib_trie: removes a memset() call in tnode_new() by Eric Dumazet · 17 years ago
  93. 112d8cf [FIB]: Reduce text size of net/ipv4/fib_trie.o by Eric Dumazet · 17 years ago
  94. c95aaf9 [IPV4] fib_trie: Fix sparse warnings. by Stephen Hemminger · 17 years ago
  95. 66a2f7f [IPV4] fib_trie: Add statistics. by Stephen Hemminger · 17 years ago
  96. fea86ad [IPV4] fib_trie: fib_insert_node cleanup by Stephen Hemminger · 17 years ago
  97. 187b518 [IPV4] fib_trie: Use %u for unsigned printfs. by Stephen Hemminger · 17 years ago
  98. 93e4308 [IPV4] fib_trie: Get rid of unused revision element. by Stephen Hemminger · 17 years ago
  99. c28a1cf [IPV4] fib_trie: Get rid of trie_init(). by Stephen Hemminger · 17 years ago
  100. 1c340b2 [NETNS]: Show routing information from correct namespace (fib_trie.c) by Denis V. Lunev · 17 years ago