summaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_trie.c
AgeCommit message (Expand)Author
2014-12-31fib_trie: Add tracking value for suffix lengthAlexander Duyck
2014-12-31fib_trie: Remove checks for index >= tnode_child_length from tnode_get_childAlexander Duyck
2014-12-31fib_trie: inflate/halve nodes in a more RCU friendly wayAlexander Duyck
2014-12-31fib_trie: Push tnode flushing down to inflate/halveAlexander Duyck
2014-12-31fib_trie: Push assignment of child to parent down into inflate/halveAlexander Duyck
2014-12-31fib_trie: Add functions should_inflate and should_halveAlexander Duyck
2014-12-31fib_trie: Move resize to after inflate/halveAlexander Duyck
2014-12-31fib_trie: Push rcu_read_lock/unlock to callersAlexander Duyck
2014-12-31fib_trie: Use unsigned long for anything dealing with a shift by bitsAlexander Duyck
2014-12-31fib_trie: Update meaning of pos to represent unchecked bitsAlexander Duyck
2014-12-31fib_trie: Optimize fib_table_insertAlexander Duyck
2014-12-31fib_trie: Optimize fib_find_nodeAlexander Duyck
2014-12-31fib_trie: Optimize fib_table_lookup to avoid wasting time on loops/variablesAlexander Duyck
2014-12-31fib_trie: Merge leaf into tnodeAlexander Duyck
2014-12-31fib_trie: Merge tnode_free and leaf_free into node_freeAlexander Duyck
2014-12-31fib_trie: Make leaf and tnode more uniformAlexander Duyck
2014-12-31fib_trie: Update usage stats to be percpu instead of global variablesAlexander Duyck
2014-12-12fib_trie: Fix trie balancing issue if new node pushes down existing nodeAlexander Duyck
2014-08-06list: fix order of arguments for hlist_add_after(_rcu)Ken Helias
2013-11-15seq_file: remove "%n" usage from seq_file usersTetsuo Handa
2013-10-10fib_trie: only calc for the un-first nodebaker.zhang
2013-10-02fib_trie: avoid a redundant bit judgement in inflatebaker.zhang
2013-08-05fib_trie: remove potential out of bound accessEric Dumazet
2013-07-24fib_trie: potential out of bounds access in trie_show_stats()Jerry Snitselaar
2013-05-06fib_trie: no need to delay vfree()Al Viro
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman
2012-09-07ipv4/route: arg delay is useless in rt_cache_flush()Nicolas Dichtel
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-08-14net: ipv4: fib_trie: Don't unnecessarily search for already found fib leafIgor Maravic
2012-08-08net: fib: fix incorrect call_rcu_bh()Eric Dumazet
2012-08-07fib: use __fls() on non null argumentEric Dumazet
2012-07-29ipv4: clean up put_childLin Ming
2012-07-29ipv4: fix debug info in tnode_newLin Ming
2012-07-12ipv4: Remove tb_peers from fib_table.David S. Miller
2012-06-11inet: Add inetpeer tree roots to the FIB tables.David S. Miller
2012-06-04net: Remove casts to same typeJoe Perches
2012-05-10ipv4: Do not use dead fib_info entries.David S. Miller
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-11net: Convert printks to pr_<level>Joe Perches
2012-01-12net: reintroduce missing rcu_assign_pointer() callsEric Dumazet
2011-12-04net: ipv4: export fib_lookup and fib_table_lookupFlorian Westphal
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger
2011-07-18ipv4: save cpu cycles from check_leaf()Eric Dumazet
2011-05-22Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2011-05-07net,rcu: convert call_rcu(__leaf_info_free_rcu) to kfree_rcu()Lai Jiangshan