summaryrefslogtreecommitdiffstats
path: root/lib/cache_mngt.c
Commit message (Expand)AuthorAgeFilesLines
* cache: assert in nl_cache_mngt_register() for valid oo_keygen() functionThomas Haller2014-11-251-0/+3
* cache_mngt: Make __nl_cache_ops_lookup() static, it was never declaredThomas Graf2014-07-271-1/+1
* Move private header files to <netlink-private/*>Thomas Graf2013-01-241-1/+1
* cache: Take cache_ops lock when modifying cache ops flagsThomas Graf2012-12-271-0/+2
* cache: provide safe variant of nl_cache_mngt_require() and use itThomas Graf2012-11-161-6/+26
* Use NL_DBG() instead of printing warnings and errors to stderrThomas Graf2012-11-151-4/+4
* cache: hold a reference to the cache ops while a cache is provided over itThomas Graf2012-11-151-4/+16
* cache: Provide safe versions of nl_cache_ops_associate() and nl_cache_ops_loo...Thomas Graf2012-11-151-18/+76
* cache: Add reference counter to cache operationsThomas Graf2012-11-151-3/+29
* cache: rwlock accesses to cache operationsThomas Graf2012-11-151-8/+46
* cache: Hold cache reference while a cache is being providedThomas Graf2012-11-151-2/+6
* cache: Move nl_cache_ops_set_flags() to cache_mngt.cThomas Graf2012-11-121-0/+13
* doc: documentation restructuringThomas Graf2012-05-101-2/+12
* Provide silent variation of nl_cache_require()Thomas Graf2011-05-111-7/+14
* restructure module documentation orderThomas Graf2008-12-101-0/+1
* Thread-safe error handlingThomas Graf2008-05-141-9/+6
* Optimize nl_cache_ops_associate by checking protocol earlyThomas Graf2008-03-051-3/+6
* Cache message type association interface cleanupsThomas Graf2007-10-111-58/+40
* Initial importThomas Graf2007-09-141-0/+266