summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2013-01-12Add ao_compare support to bridge family af_dataroopa1-1/+21
2013-01-11cache: Add new nl_cache_find apiroopa2-0/+61
2013-01-11link: add carrier supportFlavio Leitner1-1/+58
2013-01-06cache: make sure the user has specified a callbackmihai.dontu@gmail.com1-1/+2
2013-01-04nlmsg_ok comparison between signed and unsignedEric Paris1-1/+1
2012-12-27Fix file descriptor leak on errorThomas Jarosch1-4/+12
2012-12-27cache: Take cache_ops lock when modifying cache ops flagsThomas Graf1-0/+2
2012-12-21cache pickup: Avoid duplicates during cache pickuproopa1-3/+23
2012-12-17Bug Fix: cache_include: Fix object ref release after successful object updateroopa1-1/+1
2012-12-17route cache: Fix handling of ipv6 multipath routesroopa1-0/+96
2012-11-29link: socket-CAN helper functionsBenedikt Spranger1-0/+359
2012-11-29link: basic socket-CAN supportBenedikt Spranger2-1/+405
2012-11-27build: resolve lex failureJan Engelhardt1-2/+2
2012-11-26cache: only continue iterating over co_groups if it is availableThomas Graf1-2/+5
2012-11-19Bug Fix: Add new fill socket to cache managerroopa1-1/+15
2012-11-16cache: provide safe variant of nl_cache_mngt_require() and use itThomas Graf11-17/+69
2012-11-16Use NL_DBG() instead of printing warnings and errors to stderrThomas Graf5-9/+9
2012-11-16cache: hold a reference to the cache ops while a cache is provided over itThomas Graf1-4/+16
2012-11-16use safe cache lookup variants internallyThomas Graf4-11/+24
2012-11-16cache: Provide safe versions of nl_cache_ops_associate() and nl_cache_ops_loo...Thomas Graf1-18/+76
2012-11-16cache: Add reference counter to cache operationsThomas Graf1-3/+29
2012-11-15link: Protect registration of af and link ops with rwlockThomas Graf1-17/+57
2012-11-15cache: rwlock accesses to cache operationsThomas Graf1-8/+46
2012-11-15lock abstraction layerThomas Graf1-22/+6
2012-11-15cache: Hold cache reference while a cache is being providedThomas Graf1-2/+6
2012-11-15cache: Add reference counter to cachesThomas Graf1-7/+27
2012-11-15Add master support to rtnl_neigh for AF_BRIDGE objectsroopa1-2/+22
2012-11-15Add AF_BRIDGE support to neigh cacheroopa1-10/+36
2012-11-14Add AF_BRIDGE support to link cacheroopa1-19/+9
2012-11-12addr: Support setting local/peer/anycast/multicast/broadcast address to NULLThomas Graf1-20/+40
2012-11-12cache: Move nl_cache_ops_set_flags() to cache_mngt.cThomas Graf2-10/+13
2012-11-12cache: Fix typo in API doc of nl_cache_set_flags()Thomas Graf1-1/+1
2012-11-12Add NL_CACHE_AF_ITER support during refill and resyncroopa1-19/+41
2012-11-12New cache manager add cache apiroopa1-21/+65
2012-11-12Add support for per cache flagsroopa1-0/+21
2012-11-11addr: rtnl_addr_set_peer() is limited to IPv4Thomas Graf1-0/+3
2012-11-11addr: Return -NLE_AF_NOSUPPORT when trying to set unsupported attributesThomas Graf1-1/+14
2012-11-11hashtable: remove doc section crashing doxygenThomas Graf1-7/+0
2012-11-10hashtable: Fix reference leak in nl_hashtable_free()Thomas Graf1-0/+3
2012-11-10hashtable: Add API reference documentationThomas Graf1-1/+61
2012-11-10Hash: Properly prefix hash functionsThomas Graf2-2/+2
2012-11-10Add hash support to route cacheroopa1-0/+47
2012-11-10Add hash support to neigh cacheroopa1-0/+46
2012-11-10Add hash support to link cacheroopa1-0/+23
2012-11-10Add hash support in cache mngrroopa1-3/+68
2012-11-10Add nl hashtable structures and access functionsroopa3-1/+163
2012-11-10Add hash functionroopa2-1/+483
2012-11-08nl: Improve API doc of nl_send_simple()Thomas Graf1-11/+16
2012-11-08nl: Improve API doc of nl_connect() and nl_close()Thomas Graf1-9/+23
2012-11-08nl: Allow to overwrite nl_send()Thomas Graf1-11/+17