summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 3.2.19 releaselibnl3_2_19Thomas Graf2013-01-172-5/+5
* Add ao_compare support to bridge family af_dataroopa2013-01-121-1/+21
* link af ops: Add new ao_compare op to compare link af_dataroopa2013-01-121-0/+13
* cache: Add new nl_cache_find apiroopa2013-01-113-0/+62
* link: add carrier supportFlavio Leitner2013-01-115-1/+73
* 3.2.18 releaselibnl3_2_18Thomas Graf2013-01-082-4/+4
* fix include/Makefile.amThomas Graf2013-01-081-2/+3
* build: Fix distribution to include 'nfnetlink_conntrack.h'Otavio Salvador2013-01-081-1/+2
* cache: make sure the user has specified a callbackmihai.dontu@gmail.com2013-01-061-1/+2
* Add <netlink/route/link/can.h> to dist targetThomas Graf2013-01-041-0/+1
* 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