summaryrefslogtreecommitdiffstats
path: root/lib/object.c
Commit message (Expand)AuthorAgeFilesLines
* cache: modify nl_cache_search to look at cache provided attributes for searchRoopa Prabhu2016-07-081-0/+11
* route/addr: fix ID comparison for AF_INET and AF_INET6 addressesThomas Haller2016-06-291-1/+1
* lib: update ce-mask to uint64_tDavid Ahern2016-02-121-2/+27
* object: fix returning UINT_MAX for uint32_t in nl_object_diff()Thomas Haller2014-11-271-2/+2
* lib: reorder free() after printf("%p") statementsThomas Haller2014-06-101-2/+2
* obj: Fix dereference before NULL checkTobias Klauser2014-06-091-1/+2
* obj: Check for NULL pointer in nl_object_clone()Thomas Graf2013-10-221-0/+3
* Default to comparing all attributes if no oo_id_attrs definedAndrew Collins2013-06-261-1/+3
* Perform no operation on nl_object_free(NULL).Emmanuel Roullit2013-04-031-1/+6
* Move private header files to <netlink-private/*>Thomas Graf2013-01-241-1/+1
* cache: Add new nl_cache_find apiroopa2013-01-111-0/+22
* use safe cache lookup variants internallyThomas Graf2012-11-151-2/+4
* Add nl hashtable structures and access functionsroopa2012-11-091-0/+21
* Add support for updating objects in the cacheroopa2012-11-051-0/+17
* Add new object op oo_id_attrs_getroopa2012-11-051-1/+9
* Fix types-related warnings based on clang diagnosticsКоренберг Марк2012-06-131-2/+2
* Fix for dumping objects to a buffer instead of file descriptorBushman, Jeff2012-05-181-0/+3
* doc: documentation restructuringThomas Graf2012-05-101-2/+14
* object: Add functions to access the object type, cache and object opsThomas Graf2012-04-241-1/+54
* Provide nl_object_dump_buf() to easily dump to buffersThomas Graf2011-04-101-0/+10
* Documentation updatesThomas Graf2011-03-211-2/+4
* Fix rule attribute comparisonPatrick McHardy2010-04-191-0/+2
* nl_object_clone: properly clone ce_mask fieldAlexander Sack2009-07-201-0/+1
* nl_object_priv() is inline, so define it in the headerPavel Roskin2009-04-161-5/+0
* Thread-safe error handlingThomas Graf2008-05-141-10/+9
* Big routing code rework (API/ABI BREAK!)Thomas Graf2008-04-291-1/+1
* Initial importThomas Graf2007-09-141-0/+386