[NET] IPV4: Fix whitespace errors.
[safe/jmp/linux-2.6] / net / ipv4 / fib_trie.c
2007-02-11 YOSHIFUJI Hideaki[NET] IPV4: Fix whitespace errors.
2007-01-27 Robert Olsson[IPV4]: Fix single-entry /proc/net/fib_trie output.
2007-01-24 Eric W. Biederman[IPV4]: Fix the fib trie iterator to work with a single...
2006-12-07 Christoph Lameter[PATCH] slab: remove kmem_cache_t
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_KERNEL
2006-09-29 Al Viro[IPV4] fib_trie.c: trivial annotations
2006-09-22 Thomas Graf[IPv4]: Convert FIB dumping to use new netlink api
2006-09-22 Thomas Graf[IPv4]: FIB configuration using struct fib_config
2006-09-22 Patrick McHardy[IPV4]: Increase number of possible routing tables...
2006-09-22 Patrick McHardy[NET]: Use u32 for routing table IDs
2006-09-19 Al Viro[IPV4] fib_trie: missing ntohl() when calling fib_seman...
2006-07-12 Herbert Xu[IPV4]: Fix error handling for fib_insert_node call
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-04-10 Robert Olsson[FIB_TRIE]: Fix leaf freeing.
2006-03-21 Robert Olsson[IPV4]: fib_trie stats fix
2006-03-21 Robert Olsson[IPV4]: fib_trie initialzation fix
2006-01-03 Stephen Hemminger[IPV4] fib_trie: build fix
2006-01-03 Robert Olsson[IPV4] fib_trie: Add credits.
2005-11-21 Patrick McHardy[FIB_TRIE]: Don't show local table in /proc/net/route...
2005-10-26 Herbert Xu[IPV4]: Kill redundant rcu_dereference on fa_info
2005-10-04 Robert Olsson[IPV4]: fib_trie root-node expansion
2005-09-21 Stephen Hemminger[FIB_TRIE]: message cleanup
2005-09-19 Robert Olsson[IPV4]: fib_trie RCU refinements
2005-09-19 Robert Olsson[IPV4]: fib_trie tnode stats refinements
2005-09-09 Stephen Hemminger[IPV4] fib_trie: fix proc interface
2005-08-29 Eric Dumazet[NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_...
2005-08-29 Robert Olsson[IPV4]: Convert FIB Trie to RCU.
2005-08-29 Stephen Hemminger[IPV4]: FIB trie cleanup
2005-08-29 Stephen Hemmigner[IPV4]: fib_trie: Use const
2005-08-29 Robert Olsson[IPV4]: fib_trie: Use ERR_PTR to handle errno return
2005-08-29 Olof Johansson[IPV4]: FIB Trie cleanups.
2005-08-24 Patrick McHardy[FIB_TRIE]: Don't ignore negative results from fib_sema...
2005-07-19 Stephen Hemminger[IPV4]: Fix up lots of little whitespace indentation...
2005-07-05 Robert Olsson[IPV4]: More broken memory allocation fixes for fib_trie
2005-07-05 Patrick McHardy[IPV4]: Handle large allocations in fib_trie
2005-06-28 Robert Olsson[IPV4]: Broken memory allocation in fib_trie
2005-06-21 David S. Miller[IPV4]: Fix fib_trie.c's args to fib_dump_info().
2005-06-21 Robert Olsson[IPV4]: Add LC-Trie FIB lookup algorithm.