aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_trie.c
Commit message (Expand)AuthorAge
* 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
* net: ipv4: export fib_lookup and fib_table_lookupFlorian Westphal2011-12-04
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-31
* rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger2011-08-02
* ipv4: save cpu cycles from check_leaf()Eric Dumazet2011-07-18
* Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker2011-05-23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-05-20
|\
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-05-05
| |\
| * | ipv4: Call fib_select_default() only when actually necessary.David S. Miller2011-04-14
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-11
| |\ \
| * | | fib: add __rcu annotationsEric Dumazet2011-03-31
* | | | net,rcu: convert call_rcu(__leaf_info_free_rcu) to kfree_rcu()Lai Jiangshan2011-05-08
| |_|/ |/| |
* | | ipv4: don't spam dmesg with "Using LC-trie" messagesAlexey Dobriyan2011-05-02
| |/ |/|
* | Fix common misspellingsLucas De Marchi2011-03-31
|/
* ipv4: do not ignore route errorsJulian Anastasov2011-03-25
* ipv4: Fix nexthop caching wrt. scoping.David S. Miller2011-03-24
* ipv4: match prefsrc when deleting routesJulian Anastasov2011-03-22
* ipv4: Pass ipv4 flow objects into fib_lookup() paths.David S. Miller2011-03-12
* net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-12
* ipv4: Inline fib_semantic_match into check_leafDavid S. Miller2011-03-07
* ipv4: Avoid use of signed integers in fib_trie code.David S. Miller2011-02-17
* ipv4: Fix fib_trie build in some configurations.David S. Miller2011-02-02
* ipv4: Update some fib_hash centric interface names.David S. Miller2011-02-01
* ipv4: Consolidate all default route selection implementations.David S. Miller2011-01-31
* ipv4: Remember FIB alias list head and table in lookup results.David S. Miller2011-01-31
* net: allow GFP_HIGHMEM in __vmalloc()Eric Dumazet2010-11-21
* fib: Fix fib zone and its hash leak on namespace stopPavel Emelyanov2010-10-28