summaryrefslogtreecommitdiff
path: root/net/ipv4/fib_trie.c
AgeCommit message (Expand)Author
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
2009-05-18ipv4: cleanup - remove two unused parameters from fib_semantic_match().Rami Rosen
2008-10-31net: replace NIPQUAD() in net/ipv4/ net/ipv6/Harvey Harrison
2008-07-18proc: consolidate per-net single-release callersPavel Emelyanov
2008-07-18proc: consolidate per-net single_open callersPavel Emelyanov
2008-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-07-10ipv4: fib_trie: Fix lookup error returnBen Hutchings
2008-07-05netns: add namespace parameter to rt_cache_flushDenis V. Lunev
2008-06-11net: remove CVS keywordsAdrian Bunk
2008-04-24[NET]: Fix heavy stack usage in seq_file output routines.Pavel Emelyanov
2008-04-14[IPV4]: Use NIPQUAD_FMT to format ipv4 addresses.YOSHIFUJI Hideaki
2008-04-10ipv4: fib_trie leaf free optimizationStephen Hemminger
2008-04-10ipv4: fib_trie remove unused argumentStephen Hemminger
2008-04-10IPV4: fib_trie use vmalloc for large tnodesStephen Hemminger