aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_trie.c
Commit message (Expand)AuthorAge
* fib_trie: Various clean-ups for handling slenAlexander Duyck2015-01-25
* fib_trie: Move fib_find_alias to file where it is usedAlexander Duyck2015-01-25
* fib_trie: Use empty_children instead of counting empty nodes in stats collectionAlexander Duyck2015-01-25
* fib_trie: Add collapse() and should_collapse() to resizeAlexander Duyck2015-01-25
* fib_trie: Fall back to slen update on inflate/halve failureAlexander Duyck2015-01-25
* fib_trie: Fix RCU bug and merge similar bits of inflate/halveAlexander Duyck2015-01-25
* fib_trie: Use index & (~0ul << n->bits) instead of index >> n->bitsAlexander Duyck2015-01-25
* fib_trie: Add tracking value for suffix lengthAlexander Duyck2014-12-31
* fib_trie: Remove checks for index >= tnode_child_length from tnode_get_childAlexander Duyck2014-12-31
* fib_trie: inflate/halve nodes in a more RCU friendly wayAlexander Duyck2014-12-31
* fib_trie: Push tnode flushing down to inflate/halveAlexander Duyck2014-12-31
* fib_trie: Push assignment of child to parent down into inflate/halveAlexander Duyck2014-12-31
* fib_trie: Add functions should_inflate and should_halveAlexander Duyck2014-12-31
* fib_trie: Move resize to after inflate/halveAlexander Duyck2014-12-31
* fib_trie: Push rcu_read_lock/unlock to callersAlexander Duyck2014-12-31
* fib_trie: Use unsigned long for anything dealing with a shift by bitsAlexander Duyck2014-12-31
* fib_trie: Update meaning of pos to represent unchecked bitsAlexander Duyck2014-12-31
* fib_trie: Optimize fib_table_insertAlexander Duyck2014-12-31
* fib_trie: Optimize fib_find_nodeAlexander Duyck2014-12-31
* fib_trie: Optimize fib_table_lookup to avoid wasting time on loops/variablesAlexander Duyck2014-12-31
* fib_trie: Merge leaf into tnodeAlexander Duyck2014-12-31
* fib_trie: Merge tnode_free and leaf_free into node_freeAlexander Duyck2014-12-31
* fib_trie: Make leaf and tnode more uniformAlexander Duyck2014-12-31
* fib_trie: Update usage stats to be percpu instead of global variablesAlexander Duyck2014-12-31
* fib_trie: Fix trie balancing issue if new node pushes down existing nodeAlexander Duyck2014-12-12
* list: fix order of arguments for hlist_add_after(_rcu)Ken Helias2014-08-06
* seq_file: remove "%n" usage from seq_file usersTetsuo Handa2013-11-14
* fib_trie: only calc for the un-first nodebaker.zhang2013-10-10
* fib_trie: avoid a redundant bit judgement in inflatebaker.zhang2013-10-02
* fib_trie: remove potential out of bound accessEric Dumazet2013-08-05
* fib_trie: potential out of bounds access in trie_show_stats()Jerry Snitselaar2013-07-24
* fib_trie: no need to delay vfree()Al Viro2013-05-06
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-27
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-18
* net: proc: change proc_net_fops_create to proc_createGao feng2013-02-18
* netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-10
* ipv4/route: arg delay is useless in rt_cache_flush()Nicolas Dichtel2012-09-07
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-22
|\
| * net: fib: fix incorrect call_rcu_bh()Eric Dumazet2012-08-08
* | net: ipv4: fib_trie: Don't unnecessarily search for already found fib leafIgor Maravic2012-08-14
* | fib: use __fls() on non null argumentEric Dumazet2012-08-07
|/
* ipv4: clean up put_childLin Ming2012-07-30
* ipv4: fix debug info in tnode_newLin Ming2012-07-30
* ipv4: Remove tb_peers from fib_table.David S. Miller2012-07-12
* inet: Add inetpeer tree roots to the FIB tables.David S. Miller2012-06-11
* net: Remove casts to same typeJoe Perches2012-06-04
* ipv4: Do not use dead fib_info entries.David S. Miller2012-05-10
* Remove all #inclusions of asm/system.hDavid Howells2012-03-28
* net: Convert printks to pr_<level>Joe Perches2012-03-12
* net: reintroduce missing rcu_assign_pointer() callsEric Dumazet2012-01-12