summaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_trie.c
Commit message (Expand)AuthorAgeFilesLines
* ipv4: Inline fib_semantic_match into check_leafDavid S. Miller2011-03-071-8/+43
* ipv4: Avoid use of signed integers in fib_trie code.David S. Miller2011-02-171-5/+5
* ipv4: Fix fib_trie build in some configurations.David S. Miller2011-02-021-60/+60
* ipv4: Update some fib_hash centric interface names.David S. Miller2011-02-011-3/+2
* ipv4: Consolidate all default route selection implementations.David S. Miller2011-01-311-74/+0
* ipv4: Remember FIB alias list head and table in lookup results.David S. Miller2011-01-311-4/+4
* net: allow GFP_HIGHMEM in __vmalloc()Eric Dumazet2010-11-211-1/+1
* fib: Fix fib zone and its hash leak on namespace stopPavel Emelyanov2010-10-281-0/+5
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-1/+1
|\
| * Update broken web addresses in the kernel.Justin P. Mattock2010-10-181-1/+1
* | fib: introduce fib_alias_accessed() helperEric Dumazet2010-10-211-1/+2
* | fib_trie: use fls() instead of open coded loopEric Dumazet2010-10-161-12/+4
* | fib: RCU conversion of fib_lookup()Eric Dumazet2010-10-051-5/+5
* | fib: cleanupsEric Dumazet2010-09-101-32/+23
* | ipv4: Suppress lockdep-RCU false positive in FIB trie (3)Jarek Poplawski2010-09-081-2/+6
|/
* net: Remove unnecessary returns from void function()sJoe Perches2010-05-171-2/+0
* fib: suppress lockdep-RCU false positive in FIB trie.Eric Dumazet2010-04-141-1/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* net: suppress lockdep-RCU false positive in FIB trie.Paul E. McKenney2010-03-211-1/+3
* ipv4: fib table algorithm performance improvementStephen Hemminger2009-10-051-16/+10
* fib_trie: resize reworkJens Låås2009-08-281-72/+23
* net: mark read-only arrays as constJan Engelhardt2009-08-051-1/+1
* ipv4: fib_trie: Use tnode_get_child_rcu() and node_parent_rcu() in lookupsJarek Poplawski2009-07-201-3/+3
* ipv4: Fix inflate_threshold_root automaticallyJarek Poplawski2009-07-201-7/+22
* ipv4: Use synchronize_rcu() during trie_rebalance()Jarek Poplawski2009-07-201-0/+15
* ipv4: Fix fib_trie rebalancing, part 4 (root thresholds)Jarek Poplawski2009-07-081-2/+2
* ipv4: Fix fib_trie rebalancing, part 3Jarek Poplawski2009-06-301-0/+3
* ipv4: Fix fib_trie rebalancing, part 2Jarek Poplawski2009-06-181-14/+10
* ipv4: Fix fib_trie rebalancingJarek Poplawski2009-06-151-10/+37
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-05-251-1/+5
|\
| * ipv4: Fix oops with FIB_TRIERobert Olsson2009-05-211-1/+5
* | ipv4: cleanup - remove two unused parameters from fib_semantic_match().Rami Rosen2009-05-181-2/+1
|/
* net: replace NIPQUAD() in net/ipv4/ net/ipv6/Harvey Harrison2008-10-311-3/+3
* proc: consolidate per-net single-release callersPavel Emelyanov2008-07-181-8/+1
* proc: consolidate per-net single_open callersPavel Emelyanov2008-07-181-12/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-07-141-11/+6
|\
| * ipv4: fib_trie: Fix lookup error returnBen Hutchings2008-07-101-11/+6
* | netns: add namespace parameter to rt_cache_flushDenis V. Lunev2008-07-051-3/+3
* | net: remove CVS keywordsAdrian Bunk2008-06-111-2/+0
|/
* [NET]: Fix heavy stack usage in seq_file output routines.Pavel Emelyanov2008-04-241-8/+10
* [IPV4]: Use NIPQUAD_FMT to format ipv4 addresses.YOSHIFUJI Hideaki2008-04-141-2/+2
* ipv4: fib_trie leaf free optimizationStephen Hemminger2008-04-101-8/+11
* ipv4: fib_trie remove unused argumentStephen Hemminger2008-04-101-4/+4
* IPV4: fib_trie use vmalloc for large tnodesStephen Hemminger2008-04-101-10/+15
* [NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-7/+6
* Merge branch 'master' of ../net-2.6/David S. Miller2008-03-231-2/+5
|\
| * [IPV4] fib_trie: fix warning from rcu_assign_poingerStephen Hemminger2008-03-221-2/+5
* | fib_trie: print information on all routing tablesStephen Hemminger2008-03-231-84/+95
|/
* fib_trie: /proc/net/route performance improvementStephen Hemminger2008-02-121-11/+82
* fib_trie: handle empty treeStephen Hemminger2008-02-121-4/+2