summaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_trie.c
Commit message (Expand)AuthorAgeFilesLines
* seq_file: remove "%n" usage from seq_file usersTetsuo Handa2013-11-151-6/+7
* fib_trie: only calc for the un-first nodebaker.zhang2013-10-101-5/+1Star
* fib_trie: avoid a redundant bit judgement in inflatebaker.zhang2013-10-021-6/+3Star
* fib_trie: remove potential out of bound accessEric Dumazet2013-08-061-4/+1Star
* fib_trie: potential out of bounds access in trie_show_stats()Jerry Snitselaar2013-07-251-1/+1
* fib_trie: no need to delay vfree()Al Viro2013-05-061-11/+2Star
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-21/+12Star
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-181-5/+5
* net: proc: change proc_net_fops_create to proc_createGao feng2013-02-181-4/+4
* netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-101-1/+1
* ipv4/route: arg delay is useless in rt_cache_flush()Nicolas Dichtel2012-09-071-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-221-1/+1
|\
| * net: fib: fix incorrect call_rcu_bh()Eric Dumazet2012-08-091-1/+1
* | net: ipv4: fib_trie: Don't unnecessarily search for already found fib leafIgor Maravic2012-08-151-4/+6
* | fib: use __fls() on non null argumentEric Dumazet2012-08-081-1/+2
|/
* ipv4: clean up put_childLin Ming2012-07-301-26/+25Star
* ipv4: fix debug info in tnode_newLin Ming2012-07-301-1/+1
* ipv4: Remove tb_peers from fib_table.David S. Miller2012-07-121-3/+0Star
* inet: Add inetpeer tree roots to the FIB tables.David S. Miller2012-06-111-0/+3
* net: Remove casts to same typeJoe Perches2012-06-041-7/+6Star
* ipv4: Do not use dead fib_info entries.David S. Miller2012-05-111-0/+2
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
* net: Convert printks to pr_<level>Joe Perches2012-03-121-3/+2Star
* net: reintroduce missing rcu_assign_pointer() callsEric Dumazet2012-01-121-5/+5
* net: ipv4: export fib_lookup and fib_table_lookupFlorian Westphal2011-12-041-0/+1
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-11-011-0/+1
* rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger2011-08-021-6/+6
* ipv4: save cpu cycles from check_leaf()Eric Dumazet2011-07-181-6/+6
* Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker2011-05-231-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-05-201-45/+65
|\
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-05-051-3/+0Star
| |\
| * | ipv4: Call fib_select_default() only when actually necessary.David S. Miller2011-04-151-0/+7
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-111-1/+1
| |\ \
| * | | fib: add __rcu annotationsEric Dumazet2011-03-311-45/+58
* | | | net,rcu: convert call_rcu(__leaf_info_free_rcu) to kfree_rcu()Lai Jiangshan2011-05-081-6/+1Star
| |_|/ |/| |
* | | ipv4: don't spam dmesg with "Using LC-trie" messagesAlexey Dobriyan2011-05-021-3/+0Star
| |/ |/|
* | Fix common misspellingsLucas De Marchi2011-03-311-1/+1
|/
* ipv4: do not ignore route errorsJulian Anastasov2011-03-261-2/+2
* ipv4: Fix nexthop caching wrt. scoping.David S. Miller2011-03-251-8/+4Star
* ipv4: match prefsrc when deleting routesJulian Anastasov2011-03-221-0/+2
* ipv4: Pass ipv4 flow objects into fib_lookup() paths.David S. Miller2011-03-131-6/+6
* net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-131-1/+1
* ipv4: Inline fib_semantic_match into check_leafDavid S. Miller2011-03-081-8/+43
* ipv4: Avoid use of signed integers in fib_trie code.David S. Miller2011-02-181-5/+5
* ipv4: Fix fib_trie build in some configurations.David S. Miller2011-02-031-60/+60
* ipv4: Update some fib_hash centric interface names.David S. Miller2011-02-021-3/+2Star
* ipv4: Consolidate all default route selection implementations.David S. Miller2011-02-011-74/+0Star
* ipv4: Remember FIB alias list head and table in lookup results.David S. Miller2011-02-011-4/+4
* net: allow GFP_HIGHMEM in __vmalloc()Eric Dumazet2010-11-211-1/+1
* fib: Fix fib zone and its hash leak on namespace stopPavel Emelyanov2010-10-281-0/+5