aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rhashtable.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-27rhashtable: use cond_resched()Eric Dumazet1-0/+4
2015-02-27rhashtable: remove indirection for grow/shrink decision functionsDaniel Borkmann1-39/+17
2015-02-27rhashtable: unconditionally grow when max_shift is not specifiedDaniel Borkmann1-1/+1
2015-02-23rhashtable: initialize all rhashtable walker membersSasha Levin1-0/+3
2015-02-20rhashtable: better high order allocation attemptsDaniel Borkmann1-3/+3
2015-02-20rhashtable: don't test for shrink on insert, expansion on deleteDaniel Borkmann1-9/+18
2015-02-08rhashtable: using ERR_PTR requires linux/err.hStephen Rothwell1-0/+1
2015-02-06rhashtable: Fix remove logic to avoid cross references between bucketsThomas Graf1-11/+17
2015-02-06rhashtable: Avoid bucket cross reference after removalThomas Graf1-9/+17
2015-02-06rhashtable: Add more lock verificationThomas Graf1-2/+8
2015-02-06rhashtable: Dump bucket tables on locking violation under PROVE_LOCKINGThomas Graf1-24/+75
2015-02-06rhashtable: Wait for RCU readers after final unzip workThomas Graf1-0/+2
2015-02-06rhashtable: Use a single bucket lock for sibling bucketsThomas Graf1-101/+69
2015-02-06rhashtable: key_hashfn() must return full hash valueThomas Graf1-7/+1
2015-02-04rhashtable: Introduce rhashtable_walk_*Herbert Xu1-0/+163
2015-02-04rhashtable: Fix potential crash on destroy in rhashtable_shrinkHerbert Xu1-0/+4
2015-01-30rhashtable: Make selftest modularGeert Uytterhoeven1-205/+0
2015-01-26rhashtable: rhashtable_remove() must unlink in both tbl and future_tblThomas Graf1-9/+15
2015-01-16rhashtable: Fix race in rhashtable_destroy() and use regular work_structYing Xue1-6/+6
2015-01-14rhashtable: Lower/upper bucket may map to same lock while shrinkingThomas Graf1-3/+12
2015-01-13rhashtable: involve rhashtable_lookup_compare_insert routineYing Xue1-2/+40
2015-01-08rhashtable: initialize atomic nelems variableYing Xue1-0/+1
2015-01-08rhashtable: avoid unnecessary wakeup for worker queueYing Xue1-11/+7
2015-01-08rhashtable: future table needs to be traversed when remove an objectYing Xue1-2/+2
2015-01-08rhashtable: involve rhashtable_lookup_insert routineYing Xue1-15/+82
2015-01-08rhashtable: introduce rhashtable_wakeup_worker helper functionYing Xue1-8/+15
2015-01-08rhashtable: optimize rhashtable_lookup routineYing Xue1-23/+18
2015-01-03rhashtable: Supports for nulls markerThomas Graf1-7/+30
2015-01-03rhashtable: Per bucket locks & deferred expansion/shrinkingThomas Graf1-114/+344
2015-01-03nft_hash: Remove rhashtable_remove_pprev()Thomas Graf1-27/+7
2015-01-03rhashtable: Factor out bucket_tail() functionThomas Graf1-9/+14
2015-01-03rhashtable: Convert bucket iterators to take table and indexThomas Graf1-11/+19
2015-01-03rhashtable: Use rht_obj() instead of manual offset calculationThomas Graf1-2/+2
2015-01-03rhashtable: Do hashing inside of rhashtable_lookup_compare()Thomas Graf1-61/+30
2014-12-10net: replace remaining users of arch_fast_hash with jhashDaniel Borkmann1-4/+4
2014-11-24rhashtable: Check for count mismatch while iterating in selftestThomas Graf1-7/+20
2014-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+5
2014-11-13rhashtable: Drop gfp_flags arg in insert/remove functionsThomas Graf1-24/+17
2014-11-13rhashtable: Add parent argument to mutex_is_heldHerbert Xu1-2/+2
2014-11-13rhashtable: Move mutex_is_held under PROVE_LOCKINGHerbert Xu1-0/+8
2014-11-13lib: rhashtable - Remove weird non-ASCII characters from commentsHerbert Xu1-5/+5
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-4/+8
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2014-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-4/+4
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2014-09-19lib: rhashtable: remove second linux/log2.h inclusionFabian Frederick1-1/+0
2014-09-03lib/rhashtable: allow user to set the minimum shifts of shrinkingYing Xue1-4/+8
2014-09-03rhashtable: fix lockdep splat in rhashtable_destroy()Pablo Neira Ayuso1-4/+4
2014-08-26lib: rhashtable: Spelling s/compuate/compute/Geert Uytterhoeven1-2/+2