summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 3.2.17 releaselibnl3_2_17Thomas Graf2013-01-042-5/+5
* 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
* make: automake provides a cscope target these daysThomas Graf2012-12-211-4/+0
* 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
* Merge branch 'aligned_be64' of https://github.com/rmfought/libnlThomas Graf2012-12-172-0/+8
|\
| * Re-adding #defines for __aligned_be64 for older kernelsRich Fought2012-12-132-0/+8
* | Included defs.h so DISABLE_PTHREADS is visible.Rich Fought2012-12-131-0/+2
|/
* netfilter: update local header filesThomas Graf2012-12-115-280/+425
* can: provide local copy of <linux/can/netlink.h>Thomas Graf2012-12-111-0/+122
* Fix make check when using --disable-cliGilles Espinasse2012-12-051-4/+8
* Fix python detection codeGilles Espinasse2012-12-051-3/+3
* link: socket-CAN helper functionsBenedikt Spranger2012-11-292-0/+386
* link: basic socket-CAN supportBenedikt Spranger2012-11-293-1/+437
* build: resolve lex failureJan Engelhardt2012-11-271-2/+2
* Merge branch 'master' of git://git.inai.de/libnlThomas Graf2012-11-267-382/+10
|\
| * build: use foreign modeJan Engelhardt2012-11-264-371/+1
| * build: use AC_CONFIG_AUX_DIRJan Engelhardt2012-11-264-12/+8
| * build: resolve automake-1.12 warningsJan Engelhardt2012-11-262-0/+2
| * build: rename configure.in -> .acJan Engelhardt2012-11-262-0/+0
* | 3.2.16 releaselibnl3_2_16Thomas Graf2012-11-262-3/+3
|/
* cache: only continue iterating over co_groups if it is availableThomas Graf2012-11-261-2/+5
* 3.2.15 releaselibnl3_2_15Thomas Graf2012-11-232-4/+4
* Include the newly added header files in next releaseThomas Graf2012-11-231-0/+3
* cache: reserve room in cache_ops to avoid breaking module ABI too frequentlyThomas Graf2012-11-231-0/+9
* configure: Replace broken AM_PROG_LEX with AC_CHECK_PROGSThomas Graf2012-11-231-3/+3
* 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