summaryrefslogtreecommitdiff
path: root/lib/cache.c
Commit message (Expand)AuthorAgeFilesLines
* cache: only continue iterating over co_groups if it is availableThomas Graf2012-11-261-2/+5
* cache: provide safe variant of nl_cache_mngt_require() and use itThomas Graf2012-11-161-0/+5
* Use NL_DBG() instead of printing warnings and errors to stderrThomas Graf2012-11-161-1/+1
* use safe cache lookup variants internallyThomas Graf2012-11-161-2/+4
* cache: Add reference counter to cachesThomas Graf2012-11-151-7/+27
* cache: Move nl_cache_ops_set_flags() to cache_mngt.cThomas Graf2012-11-121-10/+0
* cache: Fix typo in API doc of nl_cache_set_flags()Thomas Graf2012-11-121-1/+1
* Add NL_CACHE_AF_ITER support during refill and resyncroopa2012-11-121-19/+41
* Add support for per cache flagsroopa2012-11-121-0/+21
* Add hash support in cache mngrroopa2012-11-101-3/+68
* Add support for updating objects in the cacheroopa2012-11-051-0/+11
* Fix for dumping objects to a buffer instead of file descriptorBushman, Jeff2012-05-181-0/+3
* doc: documentation restructuringThomas Graf2012-05-101-0/+9
* Add new nl_cache_clone() function.Thierry Reding2012-02-161-0/+30
* Make some functions and global variables staticPavel Roskin2011-08-111-3/+4
* Remove write-only variables in lib/cache.cPavel Roskin2011-08-111-9/+0
* Support for NLM_F_INTRThomas Graf2011-07-141-2/+12
* Provide nl_cache_set_arg{1,2}() to specify cache argsThomas Graf2011-04-101-0/+26
* Documentation updatesThomas Graf2011-03-221-61/+150
* Hold reference to obj while calling callback of cache iteratorThomas Graf2011-03-171-0/+5
* Print debugging info while iterating a cache based on a filterThomas Graf2011-03-171-2/+9
* add user data to change_func_t for cachesAndreas Fett2010-10-131-9/+10
* cache: properly invoke change_cb for deleted objects in nl_cache_resync()Patrick McHardy2010-04-191-2/+8
* Remove old line counting while dumpingThomas Graf2008-05-231-1/+1
* Rename struct nl_handle to struct nl_sockThomas Graf2008-05-151-17/+17
* Thread-safe error handlingThomas Graf2008-05-141-26/+41
* Ignore NULL pointers passed to nl_cache_free()Thomas Graf2008-04-291-0/+3
* [PATCH] libnl cache management leakPatrick McHardy2008-01-101-2/+5
* Added additional parsing and validation functions for generic netlinkThomas Graf2008-01-101-1/+1
* Check for availability of request_update()Thomas Graf2007-09-171-0/+3
* Initial importThomas Graf2007-09-151-0/+805