summaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_trie.c
Commit message (Expand)AuthorAgeFilesLines
* [IPV4]: fib hash|trie initializationStephen Hemminger2008-01-291-8/+8
* [IPV4] fib_trie: size and statisticsStephen Hemminger2008-01-291-35/+20Star
* [FIB]: Avoid using static variables without proper lockingEric Dumazet2008-01-291-10/+12
* [FIB]: full_children & empty_children should be uint, not ushortEric Dumazet2008-01-291-13/+12Star
* [IPV4] fib_trie: removes a memset() call in tnode_new()Eric Dumazet2008-01-291-1/+0Star
* [FIB]: Reduce text size of net/ipv4/fib_trie.oEric Dumazet2008-01-291-2/+2
* [IPV4] fib_trie: Fix sparse warnings.Stephen Hemminger2008-01-291-3/+4
* [IPV4] fib_trie: Add statistics.Stephen Hemminger2008-01-291-12/+19
* [IPV4] fib_trie: fib_insert_node cleanupStephen Hemminger2008-01-291-17/+11Star
* [IPV4] fib_trie: Use %u for unsigned printfs.Stephen Hemminger2008-01-291-7/+7
* [IPV4] fib_trie: Get rid of unused revision element.Stephen Hemminger2008-01-291-10/+4Star
* [IPV4] fib_trie: Get rid of trie_init().Stephen Hemminger2008-01-291-16/+1Star
* [NETNS]: Show routing information from correct namespace (fib_trie.c)Denis V. Lunev2008-01-291-12/+32
* [NETNS]: Add netns parameter to fib_get_table/fib_new_table.Denis V. Lunev2008-01-291-4/+4
* [NETNS]: Refactor fib initialization so it can handle multiple namespaces.Denis V. Lunev2008-01-291-5/+1Star
* [NETNS]: Add namespace to API for routing /proc entries creation.Denis V. Lunev2008-01-291-10/+11
* [IPV4]: Thresholds in fib_trie.c are used as consts, so make them const.Denis V. Lunev2008-01-281-4/+4
* [IPV4]: last default route is a fib table propertyDenis V. Lunev2008-01-281-9/+9
* [IPV4]: Unify assignment of fi to fib_resultDenis V. Lunev2008-01-281-15/+4Star
* [IPV4]: no need pass pointer to a default into fib_detect_deathDenis V. Lunev2008-01-281-2/+2
* [IPV4]: Move trie_local and trie_main into the proc iterator.Eric W. Biederman2008-01-281-13/+34
* [IPV4] fib_trie: fix duplicated route issueJoonwoo Park2008-01-211-0/+3
* remove asm/bitops.h includesJiri Slaby2007-10-191-1/+1
* [NET]: Make core networking code use seq_open_privatePavel Emelyanov2007-10-111-38/+4Star
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-111-8/+9
* [IPV4] fib_trie: macro cleanupStephen Hemminger2007-10-111-7/+11
* [IPV4] fib_trie: cleanupStephen Hemminger2007-10-111-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-251-2/+4
* [IPV4]: fib_trie root node settingsRobert Olsson2007-04-261-2/+2
* [IPV4]: fib_trie resize breakRobert Olsson2007-04-261-3/+23
* [NET]: make seq_operations constStephen Hemminger2007-04-261-2/+2
* [IPV4]: cleanupStephen Hemminger2007-04-261-9/+8Star
* [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/+0Star
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0Star
* [PATCH] mark struct file_operations const 7Arjan van de Ven2007-02-121-3/+3
* [NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-49/+49
* [IPV4]: Fix single-entry /proc/net/fib_trie output.Robert Olsson2007-01-271-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-291-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/+32Star
* [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/+0Star