aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_trie.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-09-28[IPV4] fib_trie.c: trivial annotationsAl Viro1-6/+6
2006-09-22[IPv4]: Convert FIB dumping to use new netlink apiThomas Graf1-1/+1
2006-09-22[IPv4]: FIB configuration using struct fib_configThomas Graf1-44/+32
2006-09-22[IPV4]: Increase number of possible routing tables to 2^32Patrick McHardy1-13/+13
2006-09-22[NET]: Use u32 for routing table IDsPatrick McHardy1-3/+3
2006-09-19[IPV4] fib_trie: missing ntohl() when calling fib_semantic_match()Al Viro1-4/+4
2006-07-12[IPV4]: Fix error handling for fib_insert_node callHerbert Xu1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-04-09[FIB_TRIE]: Fix leaf freeing.Robert Olsson1-7/+7
2006-03-20[IPV4]: fib_trie stats fixRobert Olsson1-6/+8
2006-03-20[IPV4]: fib_trie initialzation fixRobert Olsson1-2/+10
2006-01-03[IPV4] fib_trie: build fixStephen Hemminger1-0/+1
2006-01-03[IPV4] fib_trie: Add credits.Robert Olsson1-0/+7
2005-11-20[FIB_TRIE]: Don't show local table in /proc/net/route outputPatrick McHardy1-0/+3
2005-10-26[IPV4]: Kill redundant rcu_dereference on fa_infoHerbert Xu1-1/+1
2005-10-04[IPV4]: fib_trie root-node expansionRobert Olsson1-2/+21
2005-09-21[FIB_TRIE]: message cleanupStephen Hemminger1-12/+3
2005-09-19[IPV4]: fib_trie RCU refinementsRobert Olsson1-11/+10
2005-09-19[IPV4]: fib_trie tnode stats refinementsRobert Olsson1-6/+7
2005-09-09[IPV4] fib_trie: fix proc interfaceStephen Hemminger1-419/+385
2005-08-29[NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointersEric Dumazet1-1/+1
2005-08-29[IPV4]: Convert FIB Trie to RCU.Robert Olsson1-187/+202
2005-08-29[IPV4]: FIB trie cleanupStephen Hemminger1-69/+31
2005-08-29[IPV4]: fib_trie: Use constStephen Hemmigner1-5/+2
2005-08-29[IPV4]: fib_trie: Use ERR_PTR to handle errno returnRobert Olsson1-62/+57
2005-08-29[IPV4]: FIB Trie cleanups.Olof Johansson1-645/+592
2005-08-23[FIB_TRIE]: Don't ignore negative results from fib_semantic_matchPatrick McHardy1-7/+7
2005-07-19[IPV4]: Fix up lots of little whitespace indentation stuff in fib_trie.Stephen Hemminger1-385/+387
2005-07-05[IPV4]: More broken memory allocation fixes for fib_trieRobert Olsson1-32/+145
2005-07-05[IPV4]: Handle large allocations in fib_triePatrick McHardy1-2/+23
2005-06-28[IPV4]: Broken memory allocation in fib_trieRobert Olsson1-17/+39
2005-06-21[IPV4]: Fix fib_trie.c's args to fib_dump_info().David S. Miller1-1/+1
2005-06-21[IPV4]: Add LC-Trie FIB lookup algorithm.Robert Olsson1-0/+2454