aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_trie.c
Commit message (Expand)AuthorAge
* 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
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-24
|\
| * Update broken web addresses in the kernel.Justin P. Mattock2010-10-18
* | fib: introduce fib_alias_accessed() helperEric Dumazet2010-10-21
* | fib_trie: use fls() instead of open coded loopEric Dumazet2010-10-16
* | fib: RCU conversion of fib_lookup()Eric Dumazet2010-10-05
* | fib: cleanupsEric Dumazet2010-09-10
* | ipv4: Suppress lockdep-RCU false positive in FIB trie (3)Jarek Poplawski2010-09-08
|/
* net: Remove unnecessary returns from void function()sJoe Perches2010-05-18
* fib: suppress lockdep-RCU false positive in FIB trie.Eric Dumazet2010-04-14
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* net: suppress lockdep-RCU false positive in FIB trie.Paul E. McKenney2010-03-21
* ipv4: fib table algorithm performance improvementStephen Hemminger2009-10-05
* fib_trie: resize reworkJens Låås2009-08-29
* net: mark read-only arrays as constJan Engelhardt2009-08-05
* ipv4: fib_trie: Use tnode_get_child_rcu() and node_parent_rcu() in lookupsJarek Poplawski2009-07-20
* ipv4: Fix inflate_threshold_root automaticallyJarek Poplawski2009-07-20
* ipv4: Use synchronize_rcu() during trie_rebalance()Jarek Poplawski2009-07-20
* ipv4: Fix fib_trie rebalancing, part 4 (root thresholds)Jarek Poplawski2009-07-08
* ipv4: Fix fib_trie rebalancing, part 3Jarek Poplawski2009-06-30
* ipv4: Fix fib_trie rebalancing, part 2Jarek Poplawski2009-06-18
* ipv4: Fix fib_trie rebalancingJarek Poplawski2009-06-15
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-05-25
|\
| * ipv4: Fix oops with FIB_TRIERobert Olsson2009-05-21
* | ipv4: cleanup - remove two unused parameters from fib_semantic_match().Rami Rosen2009-05-18
|/
* net: replace NIPQUAD() in net/ipv4/ net/ipv6/Harvey Harrison2008-10-31
* proc: consolidate per-net single-release callersPavel Emelyanov2008-07-18