summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove GPL-3.0 license file.Thomas Graf2015-02-241-676/+0
* automake: add ${top_builddir}/include to AM_CFLAGSAndreas Bießmann2010-10-132-2/+2
* Use CPPFLAGSThomas Graf2010-10-131-1/+1
* Put preprocessor definitions in AM_CPPFLAGSMatthew L. Creech2010-10-131-1/+1
* Packet Location InterfaceThomas Graf2010-07-022-1/+42
* src/nf-queue.c: cleanup and improve performance of test program for NF_QUEUEKarl Hiramoto2010-04-191-1/+31
* CLI - Command Line Interface LibraryThomas Graf2009-12-1662-1454/+1212
* libnl: fix automake breakagePatrick McHardy2009-11-101-2/+18
* - Compile with _GNU_SOURCEThomas Graf2009-09-031-1/+1
* Merge branch 'master' of git://dev.medozas.de/libnlThomas Graf2009-09-022-66/+86
|\
| * build: make use of library dependenciesJan Engelhardt2009-07-051-25/+25
| * Move to automake-based buildJan Engelhardt2009-06-232-62/+86
* | - Reworked the classifier interface.Thomas Graf2009-09-0210-1/+701
|/
* Separate compiling from linkingPavel 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
* Remove obsoleted struct nl_handle definitionThomas Graf2008-12-106-6/+6
* libnl: nfqueue: add nfqueue specific socket allocation functionPatrick McHardy2008-10-231-1/+4
* Explicitely link to nl-route when linking nf apps.Thomas Graf2008-08-191-1/+1
* Remove XML dumpingThomas Graf2008-06-172-3/+0
* Fix compile errors when linking against libnl-genlThomas Graf2008-06-173-1/+2
* Improvements to address utilitiesThomas Graf2008-06-175-54/+198
* Remove old line counting while dumpingThomas Graf2008-05-2319-20/+20
* New set of libnl toolsThomas Graf2008-05-2362-1788/+2143
* Remove src/f_addr.c, it's no longer usedThomas Graf2008-05-161-107/+0
* utility functions for address toolsThomas Graf2008-05-152-0/+112
* New set of address management toolsThomas Graf2008-05-158-289/+1070
* patch: fixed compilation problem for nl-route-getBen Gamsa2008-05-081-1/+1
* Route cache supportThomas Graf2008-05-055-9/+14
* Adapt syntax of nl-route-add to nl-route-deleteThomas Graf2008-04-301-47/+73
* Fix segfault nexthop parsing when no option is givenThomas Graf2008-04-301-0/+4
* Adapt syntax of nl-route-list to nl-route-deleteThomas Graf2008-04-302-41/+63
* Improved nl-route-delete featuring an interactive deletion modeThomas Graf2008-04-302-44/+125
* Big routing code rework (API/ABI BREAK!)Thomas Graf2008-04-2912-305/+636
* Fix compile warning in nl-list-cachesThomas Graf2008-04-291-1/+0
* Remove dead code in nl-list-socketsThomas Graf2008-04-291-9/+0
* Prepare nl-list-sockets for 64bit addressesThomas Graf2008-04-291-4/+4
* [LIBNL]: Split up nfnetlink_log into log and msg objectsPatrick McHardy2008-02-071-9/+46
* [LIBNL]: Add nfnetlink_queue supportPatrick McHardy2008-02-071-0/+172
* Tell git to ignore temporary files and push to pre9Thomas Graf2008-01-091-0/+31
* Support defining the default callback handler with an environment variableThomas Graf2007-12-181-29/+1
* Read debugging environment variable when initializing the libraryThomas Graf2007-12-181-12/+0
* [LIBNL]: Fix pointer conversion warnings on 64 bitPatrick McHardy2007-12-131-4/+4
* [LIBNL]: Fix pointer conversion warnings on 64 bitPatrick McHardy2007-12-131-4/+4
* [LIBNL]: Fix format stringsPatrick McHardy2007-12-131-1/+1
* Cache message type association interface cleanupsThomas Graf2007-10-111-1/+1
* Allow filtering by name for conntrack status flagsPhilip Craig2007-09-182-4/+24
* Initial importThomas Graf2007-09-1538-0/+3514