aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_trie.c
Commit message (Expand)AuthorAge
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-14
* [PATCH] mark struct file_operations const 7Arjan van de Ven2007-02-12
* [NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-11
* [IPV4]: Fix single-entry /proc/net/fib_trie output.Robert Olsson2007-01-26
* [IPV4]: Fix the fib trie iterator to work with a single entry routing tablesEric W. Biederman2007-01-24
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-07
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-07
* [IPV4] fib_trie.c: trivial annotationsAl Viro2006-09-28
* [IPv4]: Convert FIB dumping to use new netlink apiThomas Graf2006-09-22
* [IPv4]: FIB configuration using struct fib_configThomas Graf2006-09-22
* [IPV4]: Increase number of possible routing tables to 2^32Patrick McHardy2006-09-22
* [NET]: Use u32 for routing table IDsPatrick McHardy2006-09-22
* [IPV4] fib_trie: missing ntohl() when calling fib_semantic_match()Al Viro2006-09-19
* [IPV4]: Fix error handling for fib_insert_node callHerbert Xu2006-07-12
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-30
* [FIB_TRIE]: Fix leaf freeing.Robert Olsson2006-04-10
* [IPV4]: fib_trie stats fixRobert Olsson2006-03-21
* [IPV4]: fib_trie initialzation fixRobert Olsson2006-03-21
* [IPV4] fib_trie: build fixStephen Hemminger2006-01-03
* [IPV4] fib_trie: Add credits.Robert Olsson2006-01-03
* [FIB_TRIE]: Don't show local table in /proc/net/route outputPatrick McHardy2005-11-21
* [IPV4]: Kill redundant rcu_dereference on fa_infoHerbert Xu2005-10-25
* [IPV4]: fib_trie root-node expansionRobert Olsson2005-10-04
* [FIB_TRIE]: message cleanupStephen Hemminger2005-09-21
* [IPV4]: fib_trie RCU refinementsRobert Olsson2005-09-19
* [IPV4]: fib_trie tnode stats refinementsRobert Olsson2005-09-19
* [IPV4] fib_trie: fix proc interfaceStephen Hemminger2005-09-09
* [NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointersEric Dumazet2005-08-29
* [IPV4]: Convert FIB Trie to RCU.Robert Olsson2005-08-29
* [IPV4]: FIB trie cleanupStephen Hemminger2005-08-29
* [IPV4]: fib_trie: Use constStephen Hemmigner2005-08-29
* [IPV4]: fib_trie: Use ERR_PTR to handle errno returnRobert Olsson2005-08-29
* [IPV4]: FIB Trie cleanups.Olof Johansson2005-08-29
* [FIB_TRIE]: Don't ignore negative results from fib_semantic_matchPatrick McHardy2005-08-24
* [IPV4]: Fix up lots of little whitespace indentation stuff in fib_trie.Stephen Hemminger2005-07-19
* [IPV4]: More broken memory allocation fixes for fib_trieRobert Olsson2005-07-05
* [IPV4]: Handle large allocations in fib_triePatrick McHardy2005-07-05
* [IPV4]: Broken memory allocation in fib_trieRobert Olsson2005-06-28
* [IPV4]: Fix fib_trie.c's args to fib_dump_info().David S. Miller2005-06-21
* [IPV4]: Add LC-Trie FIB lookup algorithm.Robert Olsson2005-06-21