summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* src/nf-queue: revert nonsensical changePatrick McHardy2010-10-281-24/+0
* cgroup classifier improvementsThomas Graf2010-10-284-31/+128
* basic: Only add ematches to message if availableThomas Graf2010-10-281-1/+5
* Tons of ematch workThomas Graf2010-10-2818-228/+1078
* Fix use of uninitialized data at the end of netlink messageThomas Graf2010-10-281-1/+1
* Avoid memcpy()/memset() when reserving space for nested attributesThomas Graf2010-10-281-4/+7
* Extended pktloc to support nbyte locations for ipv6, etc.Thomas Graf2010-10-285-11/+59
* Packet location updatesThomas Graf2010-10-2611-75/+292
* nl-cls-* toolsThomas Graf2010-10-2611-170/+507
* Unified TC attributes interfaceThomas Graf2010-10-2640-643/+714
* Update include/linux header copiesThomas Graf2010-10-2118-279/+452
* nl-qdisc-add(8), nl-qdisc-delete(8), nl-qdisc-list(8)Thomas Graf2010-10-214-1/+121
* nl-class-list toolThomas Graf2010-10-203-1/+118
* nl-class-delete toolThomas Graf2010-10-205-5/+153
* Make nl-qdisc-delete installableThomas Graf2010-10-203-31/+65
* Remove NL_DUMP_ENV codeThomas Graf2010-10-209-348/+0
* make nl-qdisc-list installableThomas Graf2010-10-202-21/+24
* nl-class-add toolThomas Graf2010-10-2013-15/+418
* pfifo/bfifo qdisc support for cli libsThomas Graf2010-10-193-1/+160
* remove obsolete nl-qdisc-add codeThomas Graf2010-10-191-196/+0
* classid databaseThomas Graf2010-10-1913-113/+535
* HTB: Append TCA_OPTIONS even if no options are setThomas Graf2010-10-191-7/+7
* nl-qdisc-add toolThomas Graf2010-10-199-3/+400
* - Prepare for 2.1.x treeThomas Graf2010-10-145-10/+5
* Generic Netlink multicast groups supportdima2010-10-1410-3/+160
* Don't include pktloc_syntax.h in BUILT_SOURCESlibnl2_0Thomas Graf2010-10-131-1/+0
* route_obj: don't add empty destination to nlmsgDavid Lamparter2010-10-131-1/+2
* automake: add ${top_builddir}/include to AM_CFLAGSAndreas Bießmann2010-10-133-3/+3
* Use CPPFLAGSThomas Graf2010-10-131-1/+1
* Put preprocessor definitions in AM_CPPFLAGSMatthew L. Creech2010-10-132-2/+2
* add user data to change_func_t for cachesAndreas Fett2010-10-134-14/+20
* Trivial fix for TBF memleakDenys Fedorysychenko2010-10-131-0/+6
* libnl: optionally disable cli tools.Karl Hiramoto2010-10-132-1/+12
* Ignore vim swap filesThomas Graf2010-07-031-0/+1
* 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-032-2/+2
* Packet Location InterfaceThomas Graf2010-07-0213-5/+475
* src/nf-queue.c: cleanup and improve performance of test program for NF_QUEUEKarl Hiramoto2010-04-191-1/+31
* Don't install private header files.Thomas Graf2010-04-191-5/+1
* object: fix attribute comparisonPatrick McHardy2010-04-191-2/+14
* 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-192-0/+35
* 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-103-1/+65
* new feature nl_send_iovec(), nl_auto_complete() and code refactoring.Karl Hiramoto2010-03-102-24/+49
* CLI - Command Line Interface LibraryThomas Graf2009-12-1671-1401/+1446