summaryrefslogtreecommitdiffstats
path: root/lib/assoc_array.c
Commit message (Expand)AuthorAgeFilesLines
* assoc_array: don't call compare_object() on a nodeJerome Marchand2016-04-061-1/+3
* assoc_array: Include rcupdate.h for call_rcu() definitionPranith Kumar2015-01-071-0/+1
* KEYS: Fix termination condition in assoc array garbage collectionDavid Howells2014-09-121-1/+3
* KEYS: Fix use-after-free in assoc_array_gc()David Howells2014-09-031-1/+1
* assoc_array: remove global variableStephen Hemminger2014-01-231-1/+1
* KEYS: Fix multiple key add into associative arrayDavid Howells2013-12-021-2/+2
* KEYS: Expand the capacity of a keyringDavid Howells2013-09-241-0/+1
* Add a generic associative array implementation.David Howells2013-09-241-0/+1745