summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Let git ignore generated pktloc source filesThomas Graf2010-07-031-0/+4
* Fix compile warning in utils.cThomas Graf2010-07-031-1/+1
* Fix compile warning in nl.cThomas Graf2010-07-031-1/+1
* Packet Location InterfaceThomas Graf2010-07-025-2/+336
* Fix rule attribute comparisonPatrick McHardy2010-04-191-0/+2
* addr: add NL_DUMP_ENV functionPatrick McHardy2010-04-191-0/+76
* addr: restore anycast functionsPatrick McHardy2010-04-191-0/+32
* neigh: fix id_attrs to include ifindexPatrick McHardy2010-04-191-1/+1
* cache: properly invoke change_cb for deleted objects in nl_cache_resync()Patrick McHardy2010-04-191-2/+8
* Fix a bug when calculating ticks_per_usecJose Ignacio Naranjo Hernández2010-03-101-19/+16
* new function nfnl_queue_msg_send_verdict_payload()Karl Hiramoto2010-03-102-0/+62
* new feature nl_send_iovec(), nl_auto_complete() and code refactoring.Karl Hiramoto2010-03-101-24/+45
* one more fix, u32.cDenys Fedoryschenko2009-12-071-2/+1
* invalid comma cause segfault for nl-tctree-list, tbf.cDenys Fedoryschenko2009-12-071-1/+1
* libnl: add ERANGE to errno translationPatrick McHardy2009-11-101-0/+1
* libnl: fix automake breakagePatrick McHardy2009-11-101-1/+1
* - Compile with _GNU_SOURCEThomas Graf2009-09-021-2/+2
* Merge branch 'master' of git://dev.medozas.de/libnlThomas Graf2009-09-023-129/+43
|\
| * build: make use of library dependenciesJan Engelhardt2009-07-051-0/+3
| * Move to automake-based buildJan Engelhardt2009-06-223-128/+40
* | Add support for getting and deleting queueing classes.olc2009-09-021-0/+78
* | 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-0210-187/+1046
* | nl_object_clone: properly clone ce_mask fieldAlexander Sack2009-07-201-0/+1
|/
* release_local_port: properly compute the bitmap positionInaky Perez-Gonzalez2009-05-041-1/+1
* nl_object_priv() is inline, so define it in the headerPavel Roskin2009-04-161-5/+0
* Remove all versioned libraries on "make clean"Pavel Roskin2009-04-161-1/+1
* Fix parallel buildPavel Roskin2009-04-161-3/+3
* Fix up naming changesThomas Graf2008-12-102-2/+2
* restructure module documentation orderThomas Graf2008-12-1013-73/+50
* Consistent naming of socket functionsThomas Graf2008-12-101-3/+14
* Documentation updateThomas Graf2008-12-034-209/+381
* Allow to pass multiple group values to membership functionsHolger Eitzenberger2008-12-031-16/+42
* libnl: add some errno codes to nl_syserr2nlerrPatrick McHardy2008-10-301-0/+2
* libnl: nfqueue: add nfqueue specific socket allocation functionPatrick McHardy2008-10-231-0/+10
* Add internal wait_for_ack() which only waits for ACK if !NL_NO_AUTO_ACKThomas Graf2008-10-2012-20/+20
* Add socket flag NL_NO_AUTO_ACK to allow disabling auto ACKSThomas Graf2008-10-202-2/+32
* Error handling for rtnl_cls_set_kind() & addition of rtnl_cls_get_ops()Thomas Graf2008-10-151-1/+11
* Use 16bit ints for classifier prio/protocolThomas Graf2008-10-151-4/+4
* Replace NL_KEEP code with proper message reference countingThomas Graf2008-10-142-32/+33
* Only include local addr as peer addr if providedWolfgang Steudel2008-10-101-1/+1
* fix lib symlinksPatrick McHardy2008-10-101-0/+4
* Remove XML dumpingThomas Graf2008-06-175-247/+0
* Improvements to address utilitiesThomas Graf2008-06-171-134/+89
* Improved printing of route cache entriesThomas Graf2008-06-161-5/+23
* Extend nl_time2int() and rename it to nl_str2msec()Thomas Graf2008-06-161-14/+29
* Introduce nla_strdup() to help parse strings attributesThomas Graf2008-06-131-0/+5
* Properly handle addr=NULL in nl_addr2strThomas Graf2008-06-131-2/+5
* Remove old line counting while dumpingThomas Graf2008-05-2332-917/+722