summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-03-23assoc_array: Fix shortcut creationDavid Howells1-3/+5
2017-11-02assoc_array: Fix a buggy node-splitting caseDavid Howells1-34/+17
2016-04-06assoc_array: don't call compare_object() on a nodeJerome Marchand1-1/+3
2015-01-07assoc_array: Include rcupdate.h for call_rcu() definitionPranith Kumar1-0/+1
2014-09-12KEYS: Fix termination condition in assoc array garbage collectionDavid Howells1-1/+3
2014-09-03KEYS: Fix use-after-free in assoc_array_gc()David Howells1-1/+1
2014-01-23assoc_array: remove global variableStephen Hemminger1-1/+1
2013-12-02KEYS: Fix multiple key add into associative arrayDavid Howells4-12/+11
2013-09-24KEYS: Expand the capacity of a keyringDavid Howells9-762/+803
2013-09-24Add a generic associative array implementation.David Howells6-0/+2608