summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Add support for getting and deleting queueing classes.olc2009-09-022-0/+83
* | Fix rtnl_addr cachingDan Winship2009-09-021-2/+1
* | Patch for unexpectedly aligned messagesMarc de Kruijf2009-09-021-1/+1
* | - Reworked the classifier interface.Thomas Graf2009-09-0231-201/+2047
* | nl_object_clone: properly clone ce_mask fieldAlexander Sack2009-07-201-0/+1
* | Declare struct ucred in handlers.h and netlink.hPavel Roskin2009-07-202-0/+3
|/
* release_local_port: properly compute the bitmap positionInaky Perez-Gonzalez2009-05-041-1/+1
* Separate compiling from linkingPavel Roskin2009-04-161-3/+3
* nl_object_priv() is inline, so define it in the headerPavel Roskin2009-04-162-6/+5
* Remove all versioned libraries on "make clean"Pavel Roskin2009-04-161-1/+1
* Fix parallel buildPavel Roskin2009-04-161-3/+3
* Include limits.h to fix undefined ULONG_MAX in src/utils.cPavel Roskin2009-04-161-0/+1
* libnl: fix socket function rename related build failurePatrick McHardy2009-01-214-4/+4
* Fix up naming changesThomas Graf2008-12-102-2/+2
* restructure module documentation orderThomas Graf2008-12-1013-73/+50
* Remove obsoleted struct nl_handle definitionThomas Graf2008-12-108-10/+7
* Consistent naming of socket functionsThomas Graf2008-12-102-45/+46
* Update doc style sheet to latest defaultThomas Graf2008-12-031-67/+230
* Documentation updateThomas Graf2008-12-034-209/+381
* Allow to pass multiple group values to membership functionsHolger Eitzenberger2008-12-032-20/+54
* libnl: add some errno codes to nl_syserr2nlerrPatrick McHardy2008-10-301-0/+2
* libnl: nfqueue: add nfqueue specific socket allocation functionPatrick McHardy2008-10-233-1/+16
* Add internal wait_for_ack() which only waits for ACK if !NL_NO_AUTO_ACKThomas Graf2008-10-2013-20/+28
* Add socket flag NL_NO_AUTO_ACK to allow disabling auto ACKSThomas Graf2008-10-204-2/+35
* Error handling for rtnl_cls_set_kind() & addition of rtnl_cls_get_ops()Thomas Graf2008-10-152-2/+13
* Use 16bit ints for classifier prio/protocolThomas Graf2008-10-153-10/+10
* Replace NL_KEEP code with proper message reference countingThomas Graf2008-10-145-50/+35
* Only include local addr as peer addr if providedWolfgang Steudel2008-10-101-1/+1
* fix lib symlinksPatrick McHardy2008-10-101-0/+4
* From: Kees Cook <kees@outflux.net>Thomas Graf2008-10-101-0/+1
* test updatesThomas Graf2008-08-204-82/+47
* adapt configure to generate libnl-2.0.pcThomas Graf2008-08-181-1/+1
* Changed libnl-1.pc.in to libnl-2.0.pc.inJames J. Dines2008-08-182-1/+1
* libnl: fix about 100 warningsHolger Schurig2008-08-181-0/+1
* Explicitely link to nl-route when linking nf apps.Thomas Graf2008-08-181-1/+1
* Remove XML dumpingThomas Graf2008-06-178-251/+0
* Fix compile errors when linking against libnl-genlThomas Graf2008-06-175-10/+11
* Improvements to address utilitiesThomas Graf2008-06-177-188/+294
* <netlink/addr.h> requires <netdb.h>Thomas Graf2008-06-171-0/+1
* Need <linux/in_route.h>Thomas Graf2008-06-161-0/+1
* Improved printing of route cache entriesThomas Graf2008-06-161-5/+23
* Extend nl_time2int() and rename it to nl_str2msec()Thomas Graf2008-06-162-14/+30
* Introduce nla_strdup() to help parse strings attributesThomas Graf2008-06-132-0/+6
* Properly handle addr=NULL in nl_addr2strThomas Graf2008-06-131-2/+5
* Remove unused dp_dump_line()Thomas Graf2008-05-261-2/+0
* Update linux/rtnetlink.h to upstream versionThomas Graf2008-05-261-2/+3
* Remove old line counting while dumpingThomas Graf2008-05-2359-966/+758
* New set of libnl toolsThomas Graf2008-05-2262-1788/+2143
* Present port and icmp values in host byte order and beautify printingThomas Graf2008-05-223-60/+175
* Don't build tests on 'make all'Thomas Graf2008-05-221-1/+1