aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_trie.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-28[IPV4] fib_trie: removes a memset() call in tnode_new()Eric Dumazet1-1/+0
2008-01-28[FIB]: Reduce text size of net/ipv4/fib_trie.oEric Dumazet1-2/+2
2008-01-28[IPV4] fib_trie: Fix sparse warnings.Stephen Hemminger1-3/+4
2008-01-28[IPV4] fib_trie: Add statistics.Stephen Hemminger1-12/+19
2008-01-28[IPV4] fib_trie: fib_insert_node cleanupStephen Hemminger1-17/+11
2008-01-28[IPV4] fib_trie: Use %u for unsigned printfs.Stephen Hemminger1-7/+7
2008-01-28[IPV4] fib_trie: Get rid of unused revision element.Stephen Hemminger1-10/+4
2008-01-28[IPV4] fib_trie: Get rid of trie_init().Stephen Hemminger1-16/+1
2008-01-28[NETNS]: Show routing information from correct namespace (fib_trie.c)Denis V. Lunev1-12/+32
2008-01-28[NETNS]: Add netns parameter to fib_get_table/fib_new_table.Denis V. Lunev1-4/+4
2008-01-28[NETNS]: Refactor fib initialization so it can handle multiple namespaces.Denis V. Lunev1-5/+1
2008-01-28[NETNS]: Add namespace to API for routing /proc entries creation.Denis V. Lunev1-10/+11
2008-01-28[IPV4]: Thresholds in fib_trie.c are used as consts, so make them const.Denis V. Lunev1-4/+4
2008-01-28[IPV4]: last default route is a fib table propertyDenis V. Lunev1-9/+9
2008-01-28[IPV4]: Unify assignment of fi to fib_resultDenis V. Lunev1-15/+4
2008-01-28[IPV4]: no need pass pointer to a default into fib_detect_deathDenis V. Lunev1-2/+2
2008-01-28[IPV4]: Move trie_local and trie_main into the proc iterator.Eric W. Biederman1-13/+34
2008-01-20[IPV4] fib_trie: fix duplicated route issueJoonwoo Park1-0/+3
2007-10-19remove asm/bitops.h includesJiri Slaby1-1/+1
2007-10-10[NET]: Make core networking code use seq_open_privatePavel Emelyanov1-38/+4
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman1-8/+9
2007-10-10[IPV4] fib_trie: macro cleanupStephen Hemminger1-7/+11
2007-10-10[IPV4] fib_trie: cleanupStephen Hemminger1-32/+36
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-05-24[RTNETLINK]: Fix sending netlink message when replace route.Milan Kocian1-2/+4
2007-04-25[IPV4]: fib_trie root node settingsRobert Olsson1-2/+2
2007-04-25[IPV4]: fib_trie resize breakRobert Olsson1-3/+23
2007-04-25[NET]: make seq_operations constStephen Hemminger1-2/+2
2007-04-25[IPV4]: cleanupStephen Hemminger1-9/+8
2007-03-26[IPV4] fib_trie: Document locking.Robert Olsson1-0/+9
2007-03-16[IPV4]: Do not disable preemption in trie_leaf_remove().Robert Olsson1-2/+0
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-12[PATCH] mark struct file_operations const 7Arjan van de Ven1-3/+3
2007-02-10[NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki1-49/+49
2007-01-26[IPV4]: Fix single-entry /proc/net/fib_trie output.Robert Olsson1-6/+7
2007-01-24[IPV4]: Fix the fib trie iterator to work with a single entry routing tablesEric W. Biederman1-5/+16
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-1/+1
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-2/+2
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