summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated configure.in to make sure bison and lex are installed.baserock/morphRichard Marshall2012-11-191-1/+14
* Bug Fix: Add new fill socket to cache managerroopa2012-11-192-1/+16
* cache: provide safe variant of nl_cache_mngt_require() and use itThomas Graf2012-11-1614-26/+75
* Use NL_DBG() instead of printing warnings and errors to stderrThomas Graf2012-11-166-15/+15
* 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-162-18/+78
* cache: Add reference counter to cache operationsThomas Graf2012-11-162-3/+35
* 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-152-22/+56
* cache: Hold cache reference while a cache is being providedThomas Graf2012-11-151-2/+6
* cache: Add reference counter to cachesThomas Graf2012-11-153-7/+29
* Add master support to rtnl_neigh for AF_BRIDGE objectsroopa2012-11-152-2/+23
* 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
* cache: Move NL_CACHE_AF_ITER to <netlink/cache.h>Thomas Graf2012-11-122-5/+6
* Add NL_CACHE_AF_ITER support during refill and resyncroopa2012-11-121-19/+41
* New cache manager add cache apiroopa2012-11-122-21/+68
* Add support for per cache flagsroopa2012-11-124-0/+31
* doc: Revert to default stylesheetThomas Graf2012-11-121-157/+453
* 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
* doc: update Doxygen layout file to latest formatThomas Graf2012-11-111-12/+15
* 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-103-6/+6
* 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-104-3/+75
* Add nl hashtable structures and access functionsroopa2012-11-106-1/+227
* Add hash functionroopa2012-11-103-1/+552
* nl: Improve API doc of nl_send_simple()Thomas Graf2012-11-081-11/+16
* nl: Improve API doc of nl_connect() and nl_close()Thomas Graf2012-11-081-9/+23
* nl: Allow to overwrite nl_send()Thomas Graf2012-11-081-11/+17
* nl: improve API doc of transmit functionsThomas Graf2012-11-084-53/+164
* doc: increase dot max graph nodes to 100Thomas Graf2012-11-081-1/+1
* nl: improve nl_sendto() docs and error checksThomas Graf2012-11-061-5/+27
* socket: document nl_socket_get_fd()Thomas Graf2012-11-061-0/+9
* nl_recv: fix indent styleThomas Graf2012-11-061-9/+11
* nl_recv: return NLE_INVAL if socket address pointer is NULLThomas Graf2012-11-061-1/+1
* nl_recv: return NLE_INVAL if buf is NULLThomas Graf2012-11-061-0/+3
* nl_recv: improve function documentationThomas Graf2012-11-061-13/+33
* nl_recv: Don't update *buf in error pathThomas Graf2012-11-061-3/+2
* Document buffer size limitations of nl_recv()Thomas Graf2012-11-061-0/+7