aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_trie.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-31fib_trie: Push assignment of child to parent down into inflate/halveAlexander Duyck1-83/+66
2014-12-31fib_trie: Add functions should_inflate and should_halveAlexander Duyck1-86/+89
2014-12-31fib_trie: Move resize to after inflate/halveAlexander Duyck1-157/+154
2014-12-31fib_trie: Push rcu_read_lock/unlock to callersAlexander Duyck1-77/+60
2014-12-31fib_trie: Use unsigned long for anything dealing with a shift by bitsAlexander Duyck1-27/+26
2014-12-31fib_trie: Update meaning of pos to represent unchecked bitsAlexander Duyck1-113/+81
2014-12-31fib_trie: Optimize fib_table_insertAlexander Duyck1-125/+71
2014-12-31fib_trie: Optimize fib_find_nodeAlexander Duyck1-15/+21
2014-12-31fib_trie: Optimize fib_table_lookup to avoid wasting time on loops/variablesAlexander Duyck1-157/+93
2014-12-31fib_trie: Merge leaf into tnodeAlexander Duyck1-182/+140
2014-12-31fib_trie: Merge tnode_free and leaf_free into node_freeAlexander Duyck1-50/+40
2014-12-31fib_trie: Make leaf and tnode more uniformAlexander Duyck1-110/+82
2014-12-31fib_trie: Update usage stats to be percpu instead of global variablesAlexander Duyck1-20/+48
2014-12-12fib_trie: Fix trie balancing issue if new node pushes down existing nodeAlexander Duyck1-1/+2
2014-08-06list: fix order of arguments for hlist_add_after(_rcu)Ken Helias1-1/+1
2013-11-15seq_file: remove "%n" usage from seq_file usersTetsuo Handa1-6/+7
2013-10-10fib_trie: only calc for the un-first nodebaker.zhang1-5/+1
2013-10-02fib_trie: avoid a redundant bit judgement in inflatebaker.zhang1-6/+3
2013-08-05fib_trie: remove potential out of bound accessEric Dumazet1-4/+1
2013-07-24fib_trie: potential out of bounds access in trie_show_stats()Jerry Snitselaar1-1/+1
2013-05-06fib_trie: no need to delay vfree()Al Viro1-11/+2
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-21/+12
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng1-5/+5
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng1-4/+4
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-1/+1
2012-09-07ipv4/route: arg delay is useless in rt_cache_flush()Nicolas Dichtel1-3/+3
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-08-14net: ipv4: fib_trie: Don't unnecessarily search for already found fib leafIgor Maravic1-4/+6
2012-08-08net: fib: fix incorrect call_rcu_bh()Eric Dumazet1-1/+1
2012-08-07fib: use __fls() on non null argumentEric Dumazet1-1/+2
2012-07-29ipv4: clean up put_childLin Ming1-26/+25
2012-07-29ipv4: fix debug info in tnode_newLin Ming1-1/+1
2012-07-12ipv4: Remove tb_peers from fib_table.David S. Miller1-3/+0
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