summaryrefslogtreecommitdiff
path: root/net/ipv4/fib_trie.c
AgeCommit message (Expand)Author
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
2011-05-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-05-01ipv4: don't spam dmesg with "Using LC-trie" messagesAlexey Dobriyan
2011-04-14ipv4: Call fib_select_default() only when actually necessary.David S. Miller
2011-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-31fib: add __rcu annotationsEric Dumazet
2011-03-25ipv4: do not ignore route errorsJulian Anastasov
2011-03-24ipv4: Fix nexthop caching wrt. scoping.David S. Miller
2011-03-22ipv4: match prefsrc when deleting routesJulian Anastasov
2011-03-12ipv4: Pass ipv4 flow objects into fib_lookup() paths.David S. Miller
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller
2011-03-07ipv4: Inline fib_semantic_match into check_leafDavid S. Miller
2011-02-17ipv4: Avoid use of signed integers in fib_trie code.David S. Miller
2011-02-02ipv4: Fix fib_trie build in some configurations.David S. Miller
2011-02-01ipv4: Update some fib_hash centric interface names.David S. Miller
2011-01-31ipv4: Consolidate all default route selection implementations.David S. Miller
2011-01-31ipv4: Remember FIB alias list head and table in lookup results.David S. Miller
2010-11-21net: allow GFP_HIGHMEM in __vmalloc()Eric Dumazet
2010-10-28fib: Fix fib zone and its hash leak on namespace stopPavel Emelyanov
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-10-21fib: introduce fib_alias_accessed() helperEric Dumazet
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock
2010-10-16fib_trie: use fls() instead of open coded loopEric Dumazet
2010-10-05fib: RCU conversion of fib_lookup()Eric Dumazet
2010-09-10fib: cleanupsEric Dumazet
2010-09-08ipv4: Suppress lockdep-RCU false positive in FIB trie (3)Jarek Poplawski
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches
2010-04-14fib: suppress lockdep-RCU false positive in FIB trie.Eric Dumazet
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-21net: suppress lockdep-RCU false positive in FIB trie.Paul E. McKenney
2009-10-05ipv4: fib table algorithm performance improvementStephen Hemminger
2009-08-28fib_trie: resize reworkJens Låås
2009-08-05net: mark read-only arrays as constJan Engelhardt
2009-07-20ipv4: fib_trie: Use tnode_get_child_rcu() and node_parent_rcu() in lookupsJarek Poplawski
2009-07-20ipv4: Fix inflate_threshold_root automaticallyJarek Poplawski
2009-07-20ipv4: Use synchronize_rcu() during trie_rebalance()Jarek Poplawski
2009-07-08ipv4: Fix fib_trie rebalancing, part 4 (root thresholds)Jarek Poplawski
2009-06-30ipv4: Fix fib_trie rebalancing, part 3Jarek Poplawski
2009-06-18ipv4: Fix fib_trie rebalancing, part 2Jarek Poplawski
2009-06-15ipv4: Fix fib_trie rebalancingJarek Poplawski
2009-05-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-05-21ipv4: Fix oops with FIB_TRIERobert Olsson