1. 4dde461 [IPV4] fib_trie: removes a memset() call in tnode_new() by Eric Dumazet · 17 years ago
  2. 112d8cf [FIB]: Reduce text size of net/ipv4/fib_trie.o by Eric Dumazet · 17 years ago
  3. c95aaf9 [IPV4] fib_trie: Fix sparse warnings. by Stephen Hemminger · 17 years ago
  4. 66a2f7f [IPV4] fib_trie: Add statistics. by Stephen Hemminger · 17 years ago
  5. fea86ad [IPV4] fib_trie: fib_insert_node cleanup by Stephen Hemminger · 17 years ago
  6. 187b518 [IPV4] fib_trie: Use %u for unsigned printfs. by Stephen Hemminger · 17 years ago
  7. 93e4308 [IPV4] fib_trie: Get rid of unused revision element. by Stephen Hemminger · 17 years ago
  8. c28a1cf [IPV4] fib_trie: Get rid of trie_init(). by Stephen Hemminger · 17 years ago
  9. 1c340b2 [NETNS]: Show routing information from correct namespace (fib_trie.c) by Denis V. Lunev · 17 years ago
  10. 8ad4942 [NETNS]: Add netns parameter to fib_get_table/fib_new_table. by Denis V. Lunev · 17 years ago
  11. 7b1a74f [NETNS]: Refactor fib initialization so it can handle multiple namespaces. by Denis V. Lunev · 17 years ago
  12. 61a0265 [NETNS]: Add namespace to API for routing /proc entries creation. by Denis V. Lunev · 17 years ago
  13. f5026fa [IPV4]: Thresholds in fib_trie.c are used as consts, so make them const. by Denis V. Lunev · 17 years ago
  14. 971b893 [IPV4]: last default route is a fib table property by Denis V. Lunev · 17 years ago
  15. a2bbe68 [IPV4]: Unify assignment of fi to fib_result by Denis V. Lunev · 17 years ago
  16. c17860a [IPV4]: no need pass pointer to a default into fib_detect_death by Denis V. Lunev · 17 years ago
  17. 877a9bf [IPV4]: Move trie_local and trie_main into the proc iterator. by Eric W. Biederman · 17 years ago
  18. 6725033 [IPV4] fib_trie: fix duplicated route issue by Joonwoo Park · 17 years ago
  19. 1977f03 remove asm/bitops.h includes by Jiri Slaby · 17 years ago
  20. cf7732e [NET]: Make core networking code use seq_open_private by Pavel Emelyanov · 17 years ago
  21. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  22. ab66b4a [IPV4] fib_trie: macro cleanup by Stephen Hemminger · 17 years ago
  23. 0680191 [IPV4] fib_trie: cleanup by Stephen Hemminger · 17 years ago
  24. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  25. b8f5583 [RTNETLINK]: Fix sending netlink message when replace route. by Milan Kocian · 17 years ago
  26. 965ffea [IPV4]: fib_trie root node settings by Robert Olsson · 17 years ago
  27. 05eee48 [IPV4]: fib_trie resize break by Robert Olsson · 17 years ago
  28. f690808 [NET]: make seq_operations const by Stephen Hemminger · 17 years ago
  29. 132adf5 [IPV4]: cleanup by Stephen Hemminger · 17 years ago
  30. d562f1f [IPV4] fib_trie: Document locking. by Robert Olsson · 17 years ago
  31. d5cc4a7 [IPV4]: Do not disable preemption in trie_leaf_remove(). by Robert Olsson · 17 years ago
  32. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  33. 9a32144 [PATCH] mark struct file_operations const 7 by Arjan van de Ven · 17 years ago
  34. e905a9e [NET] IPV4: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  35. 095b850 [IPV4]: Fix single-entry /proc/net/fib_trie output. by Robert Olsson · 17 years ago
  36. 6640e69 [IPV4]: Fix the fib trie iterator to work with a single entry routing tables by Eric W. Biederman · 17 years ago
  37. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  38. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  39. 32ab5f8 [IPV4] fib_trie.c: trivial annotations by Al Viro · 18 years ago
  40. be403ea [IPv4]: Convert FIB dumping to use new netlink api by Thomas Graf · 18 years ago
  41. 4e902c5 [IPv4]: FIB configuration using struct fib_config by Thomas Graf · 18 years ago
  42. 1af5a8c [IPV4]: Increase number of possible routing tables to 2^32 by Patrick McHardy · 18 years ago
  43. 2dfe55b [NET]: Use u32 for routing table IDs by Patrick McHardy · 18 years ago
  44. 888454c [IPV4] fib_trie: missing ntohl() when calling fib_semantic_match() by Al Viro · 18 years ago
  45. b47b2ec [IPV4]: Fix error handling for fib_insert_node call by Herbert Xu · 18 years ago
  46. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  47. 550e29b [FIB_TRIE]: Fix leaf freeing. by Robert Olsson · 18 years ago
  48. 06ef921 [IPV4]: fib_trie stats fix by Robert Olsson · 18 years ago
  49. 5ddf0eb [IPV4]: fib_trie initialzation fix by Robert Olsson · 18 years ago
  50. cd8787a [IPV4] fib_trie: build fix by Stephen Hemminger · 19 years ago
  51. fd96625 [IPV4] fib_trie: Add credits. by Robert Olsson · 19 years ago
  52. c9e53cb [FIB_TRIE]: Don't show local table in /proc/net/route output by Patrick McHardy · 19 years ago
  53. 1371e37 [IPV4]: Kill redundant rcu_dereference on fa_info by Herbert Xu · 19 years ago
  54. e6308be [IPV4]: fib_trie root-node expansion by Robert Olsson · 19 years ago
  55. 78c6671 [FIB_TRIE]: message cleanup by Stephen Hemminger · 19 years ago
  56. 772cb71 [IPV4]: fib_trie RCU refinements by Robert Olsson · 19 years ago
  57. 1d25cd6 [IPV4]: fib_trie tnode stats refinements by Robert Olsson · 19 years ago
  58. cb7b593 [IPV4] fib_trie: fix proc interface by Stephen Hemminger · 19 years ago
  59. ba89966 [NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointers by Eric Dumazet · 19 years ago
  60. 2373ce1 [IPV4]: Convert FIB Trie to RCU. by Robert Olsson · 19 years ago
  61. 0c7770c [IPV4]: FIB trie cleanup by Stephen Hemminger · 19 years ago
  62. bb435b8 [IPV4]: fib_trie: Use const by Stephen Hemmigner · 19 years ago
  63. 2f80b3c [IPV4]: fib_trie: Use ERR_PTR to handle errno return by Robert Olsson · 19 years ago
  64. 91b9a27 [IPV4]: FIB Trie cleanups. by Olof Johansson · 19 years ago
  65. 06c7427 [FIB_TRIE]: Don't ignore negative results from fib_semantic_match by Patrick McHardy · 19 years ago
  66. c877efb [IPV4]: Fix up lots of little whitespace indentation stuff in fib_trie. by Stephen Hemminger · 19 years ago
  67. 2f36895 [IPV4]: More broken memory allocation fixes for fib_trie by Robert Olsson · 19 years ago
  68. f0e36f8 [IPV4]: Handle large allocations in fib_trie by Patrick McHardy · 19 years ago
  69. f835e47 [IPV4]: Broken memory allocation in fib_trie by Robert Olsson · 19 years ago
  70. 90f6691 [IPV4]: Fix fib_trie.c's args to fib_dump_info(). by David S. Miller · 19 years ago
  71. 19baf83 [IPV4]: Add LC-Trie FIB lookup algorithm. by Robert Olsson · 19 years ago