summaryrefslogtreecommitdiff
path: root/lib/cache_mngt.c
AgeCommit message (Expand)Author
2019-08-12Add SPDX identifiersYegor Yefremov
2014-11-25cache: assert in nl_cache_mngt_register() for valid oo_keygen() functionThomas Haller
2014-07-27cache_mngt: Make __nl_cache_ops_lookup() static, it was never declaredThomas Graf
2013-01-24Move private header files to <netlink-private/*>Thomas Graf
2012-12-27cache: Take cache_ops lock when modifying cache ops flagsThomas Graf
2012-11-16cache: provide safe variant of nl_cache_mngt_require() and use itThomas Graf
2012-11-16Use NL_DBG() instead of printing warnings and errors to stderrThomas Graf
2012-11-16cache: hold a reference to the cache ops while a cache is provided over itThomas Graf
2012-11-16cache: Provide safe versions of nl_cache_ops_associate() and nl_cache_ops_loo...Thomas Graf
2012-11-16cache: Add reference counter to cache operationsThomas Graf
2012-11-15cache: rwlock accesses to cache operationsThomas Graf
2012-11-15cache: Hold cache reference while a cache is being providedThomas Graf
2012-11-12cache: Move nl_cache_ops_set_flags() to cache_mngt.cThomas Graf
2012-05-10doc: documentation restructuringThomas Graf
2011-05-11Provide silent variation of nl_cache_require()Thomas Graf
2008-12-10restructure module documentation orderThomas Graf
2008-05-14Thread-safe error handlingThomas Graf
2008-03-05Optimize nl_cache_ops_associate by checking protocol earlyThomas Graf
2007-10-11Cache message type association interface cleanupsThomas Graf
2007-09-15Initial importnougat-mr1-arcThomas Graf