aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_trie.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-11inet: Add inetpeer tree roots to the FIB tables.David S. Miller1-0/+3
2012-06-04net: Remove casts to same typeJoe Perches1-7/+6
2012-05-10ipv4: Do not use dead fib_info entries.David S. Miller1-0/+2
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-11net: Convert printks to pr_<level>Joe Perches1-3/+2
2012-01-12net: reintroduce missing rcu_assign_pointer() callsEric Dumazet1-5/+5
2011-12-04net: ipv4: export fib_lookup and fib_table_lookupFlorian Westphal1-0/+1
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger1-6/+6
2011-07-18ipv4: save cpu cycles from check_leaf()Eric Dumazet1-6/+6
2011-05-22Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker1-0/+1
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-45/+65
2011-05-07net,rcu: convert call_rcu(__leaf_info_free_rcu) to kfree_rcu()Lai Jiangshan1-6/+1
2011-05-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+0
2011-05-01ipv4: don't spam dmesg with "Using LC-trie" messagesAlexey Dobriyan1-3/+0
2011-04-14ipv4: Call fib_select_default() only when actually necessary.David S. Miller1-0/+7
2011-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-31fib: add __rcu annotationsEric Dumazet1-45/+58
2011-03-25ipv4: do not ignore route errorsJulian Anastasov1-2/+2
2011-03-24ipv4: Fix nexthop caching wrt. scoping.David S. Miller1-8/+4
2011-03-22ipv4: match prefsrc when deleting routesJulian Anastasov1-0/+2
2011-03-12ipv4: Pass ipv4 flow objects into fib_lookup() paths.David S. Miller1-6/+6
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller1-1/+1
2011-03-07ipv4: Inline fib_semantic_match into check_leafDavid S. Miller1-8/+43
2011-02-17ipv4: Avoid use of signed integers in fib_trie code.David S. Miller1-5/+5
2011-02-02ipv4: Fix fib_trie build in some configurations.David S. Miller1-60/+60
2011-02-01ipv4: Update some fib_hash centric interface names.David S. Miller1-3/+2
2011-01-31ipv4: Consolidate all default route selection implementations.David S. Miller1-74/+0
2011-01-31ipv4: Remember FIB alias list head and table in lookup results.David S. Miller1-4/+4
2010-11-21net: allow GFP_HIGHMEM in __vmalloc()Eric Dumazet1-1/+1
2010-10-28fib: Fix fib zone and its hash leak on namespace stopPavel Emelyanov1-0/+5
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-10-21fib: introduce fib_alias_accessed() helperEric Dumazet1-1/+2
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock1-1/+1
2010-10-16fib_trie: use fls() instead of open coded loopEric Dumazet1-12/+4
2010-10-05fib: RCU conversion of fib_lookup()Eric Dumazet1-5/+5
2010-09-10fib: cleanupsEric Dumazet1-32/+23
2010-09-08ipv4: Suppress lockdep-RCU false positive in FIB trie (3)Jarek Poplawski1-2/+6
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches1-2/+0
2010-04-14fib: suppress lockdep-RCU false positive in FIB trie.Eric Dumazet1-1/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-21net: suppress lockdep-RCU false positive in FIB trie.Paul E. McKenney1-1/+3
2009-10-05ipv4: fib table algorithm performance improvementStephen Hemminger1-16/+10
2009-08-28fib_trie: resize reworkJens Låås1-72/+23
2009-08-05net: mark read-only arrays as constJan Engelhardt1-1/+1
2009-07-20ipv4: fib_trie: Use tnode_get_child_rcu() and node_parent_rcu() in lookupsJarek Poplawski1-3/+3
2009-07-20ipv4: Fix inflate_threshold_root automaticallyJarek Poplawski1-7/+22
2009-07-20ipv4: Use synchronize_rcu() during trie_rebalance()Jarek Poplawski1-0/+15
2009-07-08ipv4: Fix fib_trie rebalancing, part 4 (root thresholds)Jarek Poplawski1-2/+2