summaryrefslogtreecommitdiffstats
path: root/include/netlink/cache.h
AgeCommit message (Expand)AuthorFilesLines
2013-02-01cache: Make NL_ACT_* and nl_cache_ops_(get|put)() availableThomas Graf1-0/+15
2013-01-23fix includes after removing some headersJiri Pirko1-1/+1
2012-11-16cache: provide safe variant of nl_cache_mngt_require() and use itThomas Graf1-0/+2
2012-11-16cache: Provide safe versions of nl_cache_ops_associate() and nl_cache_ops_loo...Thomas Graf1-0/+2
2012-11-15cache: Add reference counter to cachesThomas Graf1-0/+1
2012-11-12cache: Move NL_CACHE_AF_ITER to <netlink/cache.h>Thomas Graf1-0/+6
2012-11-12New cache manager add cache apiroopa1-0/+3
2012-11-12Add support for per cache flagsroopa1-0/+1
2012-11-10Add hash support in cache mngrroopa1-0/+2
2012-04-22cache: Add co_include_event allowing caches to provide their own nl_cache_inc...Thomas Graf1-2/+0
2012-04-21cache_mngr: Provide nl_cache_mngr_info() to pring cache manager detailsThomas Graf1-0/+2
2012-04-21cache_mngr: Automatically allocate socket if neededThomas Graf1-1/+2
2012-02-16Add new nl_cache_clone() function.Thierry Reding1-0/+1
2011-05-11Provide silent variation of nl_cache_require()Thomas Graf1-0/+1
2011-04-10Provide nl_cache_set_arg{1,2}() to specify cache argsThomas Graf1-0/+2
2011-03-22add missing nl_cache_search in cache.hDaniel Walter1-0/+2
2010-10-13add user data to change_func_t for cachesAndreas Fett1-3/+6
2008-05-15Rename struct nl_handle to struct nl_sockThomas Graf1-5/+5
2008-05-14Break API some moreThomas Graf1-4/+0
2008-05-14Thread-safe error handlingThomas Graf1-6/+12
2007-10-11Cache message type association interface cleanupsThomas Graf1-3/+4
2007-09-15Initial importThomas Graf1-0/+123