summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-10-29Fix use of uninitialized data at the end of netlink messageThomas Graf1-1/+1
2010-10-29Avoid memcpy()/memset() when reserving space for nested attributesThomas Graf1-4/+7
2010-10-29Extended pktloc to support nbyte locations for ipv6, etc.Thomas Graf5-11/+59
2010-10-27Packet location updatesThomas Graf11-75/+292
2010-10-26nl-cls-* toolsThomas Graf11-170/+507
2010-10-26Unified TC attributes interfaceThomas Graf40-643/+714
2010-10-21Update include/linux header copiesThomas Graf18-279/+452
2010-10-21nl-qdisc-add(8), nl-qdisc-delete(8), nl-qdisc-list(8)Thomas Graf4-1/+121
2010-10-20nl-class-list toolThomas Graf3-1/+118
2010-10-20nl-class-delete toolThomas Graf5-5/+153
2010-10-20Make nl-qdisc-delete installableThomas Graf3-31/+65
2010-10-20Remove NL_DUMP_ENV codeThomas Graf9-348/+0
2010-10-20make nl-qdisc-list installableThomas Graf2-21/+24
2010-10-20nl-class-add toolThomas Graf13-15/+418
2010-10-19pfifo/bfifo qdisc support for cli libsThomas Graf3-1/+160
2010-10-19remove obsolete nl-qdisc-add codeThomas Graf1-196/+0
2010-10-19classid databaseThomas Graf13-113/+535
2010-10-19HTB: Append TCA_OPTIONS even if no options are setThomas Graf1-7/+7
2010-10-19nl-qdisc-add toolThomas Graf9-3/+400
2010-10-14- Prepare for 2.1.x treeThomas Graf5-10/+5
2010-10-14Generic Netlink multicast groups supportdima10-3/+160
2010-10-13Don't include pktloc_syntax.h in BUILT_SOURCESlibnl2_0Thomas Graf1-1/+0
2010-10-13route_obj: don't add empty destination to nlmsgDavid Lamparter1-1/+2
2010-10-13automake: add ${top_builddir}/include to AM_CFLAGSAndreas Bießmann3-3/+3
2010-10-13Use CPPFLAGSThomas Graf1-1/+1
2010-10-13Put preprocessor definitions in AM_CPPFLAGSMatthew L. Creech2-2/+2
2010-10-13add user data to change_func_t for cachesAndreas Fett4-14/+20
2010-10-13Trivial fix for TBF memleakDenys Fedorysychenko1-0/+6
2010-10-13libnl: optionally disable cli tools.Karl Hiramoto2-1/+12
2010-07-03Ignore vim swap filesThomas Graf1-0/+1
2010-07-03Let git ignore generated pktloc source filesThomas Graf1-0/+4
2010-07-03Fix compile warning in utils.cThomas Graf1-1/+1
2010-07-03Fix compile warning in nl.cThomas Graf2-2/+2
2010-07-02Packet Location InterfaceThomas Graf13-5/+475
2010-04-19src/nf-queue.c: cleanup and improve performance of test program for NF_QUEUEKarl Hiramoto1-1/+31
2010-04-19Don't install private header files.Thomas Graf1-5/+1
2010-04-19object: fix attribute comparisonPatrick McHardy1-2/+14
2010-04-19Fix rule attribute comparisonPatrick McHardy1-0/+2
2010-04-19addr: add NL_DUMP_ENV functionPatrick McHardy1-0/+76
2010-04-19addr: restore anycast functionsPatrick McHardy2-0/+35
2010-04-19neigh: fix id_attrs to include ifindexPatrick McHardy1-1/+1
2010-04-19cache: properly invoke change_cb for deleted objects in nl_cache_resync()Patrick McHardy1-2/+8
2010-03-10Fix a bug when calculating ticks_per_usecJose Ignacio Naranjo Hernández1-19/+16
2010-03-10new function nfnl_queue_msg_send_verdict_payload()Karl Hiramoto3-1/+65
2010-03-10new feature nl_send_iovec(), nl_auto_complete() and code refactoring.Karl Hiramoto2-24/+49
2009-12-16CLI - Command Line Interface LibraryThomas Graf71-1401/+1446
2009-12-07one more fix, u32.cDenys Fedoryschenko1-2/+1
2009-12-07invalid comma cause segfault for nl-tctree-list, tbf.cDenys Fedoryschenko1-1/+1
2009-11-10libnl: add ERANGE to errno translationPatrick McHardy1-0/+1
2009-11-10libnl: fix automake breakagePatrick McHardy2-3/+19