summaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_trie.c
Commit message (Expand)AuthorAgeFilesLines
* remove asm/bitops.h includesJiri Slaby2007-10-191-1/+1
* [NET]: Make core networking code use seq_open_privatePavel Emelyanov2007-10-101-38/+4
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-101-8/+9
* [IPV4] fib_trie: macro cleanupStephen Hemminger2007-10-101-7/+11
* [IPV4] fib_trie: cleanupStephen Hemminger2007-10-101-32/+36
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* [RTNETLINK]: Fix sending netlink message when replace route.Milan Kocian2007-05-241-2/+4
* [IPV4]: fib_trie root node settingsRobert Olsson2007-04-251-2/+2
* [IPV4]: fib_trie resize breakRobert Olsson2007-04-251-3/+23
* [NET]: make seq_operations constStephen Hemminger2007-04-251-2/+2
* [IPV4]: cleanupStephen Hemminger2007-04-251-9/+8
* [IPV4] fib_trie: Document locking.Robert Olsson2007-03-261-0/+9
* [IPV4]: Do not disable preemption in trie_leaf_remove().Robert Olsson2007-03-161-2/+0
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [PATCH] mark struct file_operations const 7Arjan van de Ven2007-02-121-3/+3
* [NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-49/+49
* [IPV4]: Fix single-entry /proc/net/fib_trie output.Robert Olsson2007-01-261-6/+7
* [IPV4]: Fix the fib trie iterator to work with a single entry routing tablesEric W. Biederman2007-01-241-5/+16
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-1/+1
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-2/+2
* [IPV4] fib_trie.c: trivial annotationsAl Viro2006-09-281-6/+6
* [IPv4]: Convert FIB dumping to use new netlink apiThomas Graf2006-09-221-1/+1
* [IPv4]: FIB configuration using struct fib_configThomas Graf2006-09-221-44/+32
* [IPV4]: Increase number of possible routing tables to 2^32Patrick McHardy2006-09-221-13/+13
* [NET]: Use u32 for routing table IDsPatrick McHardy2006-09-221-3/+3
* [IPV4] fib_trie: missing ntohl() when calling fib_semantic_match()Al Viro2006-09-191-4/+4
* [IPV4]: Fix error handling for fib_insert_node callHerbert Xu2006-07-121-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [FIB_TRIE]: Fix leaf freeing.Robert Olsson2006-04-091-7/+7
* [IPV4]: fib_trie stats fixRobert Olsson2006-03-201-6/+8
* [IPV4]: fib_trie initialzation fixRobert Olsson2006-03-201-2/+10
* [IPV4] fib_trie: build fixStephen Hemminger2006-01-031-0/+1
* [IPV4] fib_trie: Add credits.Robert Olsson2006-01-031-0/+7
* [FIB_TRIE]: Don't show local table in /proc/net/route outputPatrick McHardy2005-11-201-0/+3
* [IPV4]: Kill redundant rcu_dereference on fa_infoHerbert Xu2005-10-261-1/+1
* [IPV4]: fib_trie root-node expansionRobert Olsson2005-10-041-2/+21
* [FIB_TRIE]: message cleanupStephen Hemminger2005-09-211-12/+3
* [IPV4]: fib_trie RCU refinementsRobert Olsson2005-09-191-11/+10
* [IPV4]: fib_trie tnode stats refinementsRobert Olsson2005-09-191-6/+7
* [IPV4] fib_trie: fix proc interfaceStephen Hemminger2005-09-091-419/+385
* [NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointersEric Dumazet2005-08-291-1/+1
* [IPV4]: Convert FIB Trie to RCU.Robert Olsson2005-08-291-187/+202
* [IPV4]: FIB trie cleanupStephen Hemminger2005-08-291-69/+31
* [IPV4]: fib_trie: Use constStephen Hemmigner2005-08-291-5/+2
* [IPV4]: fib_trie: Use ERR_PTR to handle errno returnRobert Olsson2005-08-291-62/+57
* [IPV4]: FIB Trie cleanups.Olof Johansson2005-08-291-645/+592
* [FIB_TRIE]: Don't ignore negative results from fib_semantic_matchPatrick McHardy2005-08-231-7/+7
* [IPV4]: Fix up lots of little whitespace indentation stuff in fib_trie.Stephen Hemminger2005-07-191-385/+387
* [IPV4]: More broken memory allocation fixes for fib_trieRobert Olsson2005-07-051-32/+145
* [IPV4]: Handle large allocations in fib_triePatrick McHardy2005-07-051-2/+23