summaryrefslogtreecommitdiffstats
path: root/lib/cache.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | Also adds better example documentation for generic netlink
* Check for availability of request_update()Thomas Graf2007-09-171-0/+3
| | | | | The implementation of this function is optional if a cache wishes to be updated by notifications only.
* Initial importThomas Graf2007-09-141-0/+805