summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Move private header files to <netlink-private/*>Thomas Graf2013-01-2484-161/+161
* route cache: This patch adds route priority to route object oo_id_attrsroopa2013-01-231-2/+7
* link: fix reference leak in rtnl_link_af_data_compare()Thomas Graf2013-01-181-5/+10
* link: Add af data compare to link objectsroopa2013-01-181-2/+20
* Add new rtnl_link_af_data_compare function to compare af_dataroopa2013-01-181-0/+32
* Add ao_compare support to bridge family af_dataroopa2013-01-121-1/+21
* cache: Add new nl_cache_find apiroopa2013-01-112-0/+61
* link: add carrier supportFlavio Leitner2013-01-111-1/+58
* cache: make sure the user has specified a callbackmihai.dontu@gmail.com2013-01-061-1/+2
* nlmsg_ok comparison between signed and unsignedEric Paris2013-01-041-1/+1
* Fix file descriptor leak on errorThomas Jarosch2012-12-271-4/+12
* cache: Take cache_ops lock when modifying cache ops flagsThomas Graf2012-12-271-0/+2
* cache pickup: Avoid duplicates during cache pickuproopa2012-12-211-3/+23
* Bug Fix: cache_include: Fix object ref release after successful object updateroopa2012-12-171-1/+1
* route cache: Fix handling of ipv6 multipath routesroopa2012-12-171-0/+96
* link: socket-CAN helper functionsBenedikt Spranger2012-11-291-0/+359
* link: basic socket-CAN supportBenedikt Spranger2012-11-292-1/+405
* build: resolve lex failureJan Engelhardt2012-11-271-2/+2
* cache: only continue iterating over co_groups if it is availableThomas Graf2012-11-261-2/+5
* Bug Fix: Add new fill socket to cache managerroopa2012-11-191-1/+15
* cache: provide safe variant of nl_cache_mngt_require() and use itThomas Graf2012-11-1611-17/+69
* Use NL_DBG() instead of printing warnings and errors to stderrThomas Graf2012-11-165-9/+9
* cache: hold a reference to the cache ops while a cache is provided over itThomas Graf2012-11-161-4/+16
* use safe cache lookup variants internallyThomas Graf2012-11-164-11/+24
* cache: Provide safe versions of nl_cache_ops_associate() and nl_cache_ops_loo...Thomas Graf2012-11-161-18/+76
* cache: Add reference counter to cache operationsThomas Graf2012-11-161-3/+29
* link: Protect registration of af and link ops with rwlockThomas Graf2012-11-151-17/+57
* cache: rwlock accesses to cache operationsThomas Graf2012-11-151-8/+46
* lock abstraction layerThomas Graf2012-11-151-22/+6
* cache: Hold cache reference while a cache is being providedThomas Graf2012-11-151-2/+6
* cache: Add reference counter to cachesThomas Graf2012-11-151-7/+27
* Add master support to rtnl_neigh for AF_BRIDGE objectsroopa2012-11-151-2/+22
* Add AF_BRIDGE support to neigh cacheroopa2012-11-151-10/+36
* Add AF_BRIDGE support to link cacheroopa2012-11-141-19/+9
* addr: Support setting local/peer/anycast/multicast/broadcast address to NULLThomas Graf2012-11-121-20/+40
* cache: Move nl_cache_ops_set_flags() to cache_mngt.cThomas Graf2012-11-122-10/+13
* 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
* New cache manager add cache apiroopa2012-11-121-21/+65
* Add support for per cache flagsroopa2012-11-121-0/+21
* addr: rtnl_addr_set_peer() is limited to IPv4Thomas Graf2012-11-111-0/+3
* addr: Return -NLE_AF_NOSUPPORT when trying to set unsupported attributesThomas Graf2012-11-111-1/+14
* hashtable: remove doc section crashing doxygenThomas Graf2012-11-111-7/+0
* hashtable: Fix reference leak in nl_hashtable_free()Thomas Graf2012-11-101-0/+3
* hashtable: Add API reference documentationThomas Graf2012-11-101-1/+61
* Hash: Properly prefix hash functionsThomas Graf2012-11-102-2/+2
* Add hash support to route cacheroopa2012-11-101-0/+47
* Add hash support to neigh cacheroopa2012-11-101-0/+46
* Add hash support to link cacheroopa2012-11-101-0/+23
* Add hash support in cache mngrroopa2012-11-101-3/+68