aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/fib_trie.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-12fib_trie: Fix trie balancing issue if new node pushes down existing nodeGravatar Alexander Duyck 1-1/+2
2014-08-06list: fix order of arguments for hlist_add_after(_rcu)Gravatar Ken Helias 1-1/+1
2013-11-15seq_file: remove "%n" usage from seq_file usersGravatar Tetsuo Handa 1-6/+7
2013-10-10fib_trie: only calc for the un-first nodeGravatar baker.zhang 1-5/+1
2013-10-02fib_trie: avoid a redundant bit judgement in inflateGravatar baker.zhang 1-6/+3
2013-08-05fib_trie: remove potential out of bound accessGravatar Eric Dumazet 1-4/+1
2013-07-24fib_trie: potential out of bounds access in trie_show_stats()Gravatar Jerry Snitselaar 1-1/+1
2013-05-06fib_trie: no need to delay vfree()Gravatar Al Viro 1-11/+2
2013-02-27hlist: drop the node parameter from iteratorsGravatar Sasha Levin 1-21/+12
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGravatar Gao feng 1-5/+5
2013-02-18net: proc: change proc_net_fops_create to proc_createGravatar Gao feng 1-4/+4
2012-09-10netlink: Rename pid to portid to avoid confusionGravatar Eric W. Biederman 1-1/+1
2012-09-07ipv4/route: arg delay is useless in rt_cache_flush()Gravatar Nicolas Dichtel 1-3/+3
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2012-08-14net: ipv4: fib_trie: Don't unnecessarily search for already found fib leafGravatar Igor Maravic 1-4/+6
2012-08-08net: fib: fix incorrect call_rcu_bh()Gravatar Eric Dumazet 1-1/+1
2012-08-07fib: use __fls() on non null argumentGravatar Eric Dumazet 1-1/+2
2012-07-29ipv4: clean up put_childGravatar Lin Ming 1-26/+25
2012-07-29ipv4: fix debug info in tnode_newGravatar Lin Ming 1-1/+1
2012-07-12ipv4: Remove tb_peers from fib_table.Gravatar David S. Miller 1-3/+0
2012-06-11inet: Add inetpeer tree roots to the FIB tables.Gravatar David S. Miller 1-0/+3
2012-06-04net: Remove casts to same typeGravatar Joe Perches 1-7/+6
2012-05-10ipv4: Do not use dead fib_info entries.Gravatar David S. Miller 1-0/+2
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2012-03-11net: Convert printks to pr_<level>Gravatar Joe Perches 1-3/+2
2012-01-12net: reintroduce missing rcu_assign_pointer() callsGravatar Eric Dumazet 1-5/+5
2011-12-04net: ipv4: export fib_lookup and fib_table_lookupGravatar Florian Westphal 1-0/+1
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesGravatar Paul Gortmaker 1-0/+1
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERGravatar Stephen Hemminger 1-6/+6
2011-07-18ipv4: save cpu cycles from check_leaf()Gravatar Eric Dumazet 1-6/+6
2011-05-22Add appropriate <linux/prefetch.h> include for prefetch usersGravatar Paul Gortmaker 1-0/+1
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 1-45/+65
2011-05-07net,rcu: convert call_rcu(__leaf_info_free_rcu) to kfree_rcu()Gravatar Lai Jiangshan 1-6/+1
2011-05-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-3/+0
2011-05-01ipv4: don't spam dmesg with "Using LC-trie" messagesGravatar Alexey Dobriyan 1-3/+0
2011-04-14ipv4: Call fib_select_default() only when actually necessary.Gravatar David S. Miller 1-0/+7
2011-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-1/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-03-31fib: add __rcu annotationsGravatar Eric Dumazet 1-45/+58
2011-03-25ipv4: do not ignore route errorsGravatar Julian Anastasov 1-2/+2
2011-03-24ipv4: Fix nexthop caching wrt. scoping.Gravatar David S. Miller 1-8/+4
2011-03-22ipv4: match prefsrc when deleting routesGravatar Julian Anastasov 1-0/+2
2011-03-12ipv4: Pass ipv4 flow objects into fib_lookup() paths.Gravatar David S. Miller 1-6/+6
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiGravatar David S. Miller 1-1/+1
2011-03-07ipv4: Inline fib_semantic_match into check_leafGravatar David S. Miller 1-8/+43
2011-02-17ipv4: Avoid use of signed integers in fib_trie code.Gravatar David S. Miller 1-5/+5
2011-02-02ipv4: Fix fib_trie build in some configurations.Gravatar David S. Miller 1-60/+60
2011-02-01ipv4: Update some fib_hash centric interface names.Gravatar David S. Miller 1-3/+2
2011-01-31ipv4: Consolidate all default route selection implementations.Gravatar David S. Miller 1-74/+0
2011-01-31ipv4: Remember FIB alias list head and table in lookup results.Gravatar David S. Miller 1-4/+4