summaryrefslogtreecommitdiffstats
path: root/lib/hashtable.c
Commit message (Expand)AuthorAgeFilesLines
* hashtable: let caller decide whether to append/prepend object to hashtableThomas Haller2016-07-081-2/+6
* cache: modify nl_cache_search to look at cache provided attributes for searchRoopa Prabhu2016-07-081-0/+34
* hashtable: convert hashtable bucket list to a circular doubly linked listRoopa Prabhu2016-07-081-44/+67
* Move private header files to <netlink-private/*>Thomas Graf2013-01-241-1/+1
* hashtable: remove doc section crashing doxygenThomas Graf2012-11-111-7/+0
* hashtable: Fix reference leak in nl_hashtable_free()Thomas Graf2012-11-101-0/+3
* hashtable: Add API reference documentationThomas Graf2012-11-101-1/+61
* Hash: Properly prefix hash functionsThomas Graf2012-11-101-1/+1
* Add nl hashtable structures and access functionsroopa2012-11-091-0/+141