summaryrefslogtreecommitdiffstats
path: root/src/lib
AgeCommit message (Expand)AuthorFilesLines
2013-02-28Use thread-safe strerror_r() instead of strerror()Thomas Graf1-1/+2
2013-01-24Move private header files to <netlink-private/*>Thomas Graf1-1/+1
2012-10-19Source cleanup for upstreamRich Fought1-29/+29
2012-10-16Updated nfnetlink includes; removed ifdefs; added delete exp programRich Fought1-3/+58
2012-10-10BugfixesRich Fought1-1/+0
2012-10-09bugfixesRich Fought1-0/+6
2012-10-09Compile CLIRich Fought2-23/+1
2012-10-08Starting CLI workRich Fought1-0/+127
2012-08-28nl_cli_route_parse_table fixed typo in codeКоренберг Марк (дома)1-1/+1
2012-06-13Fix types-related warnings based on clang diagnosticsКоренберг Марк1-3/+11
2011-09-13Switch to libtool versioning systemThomas Graf1-7/+10
2011-08-11Make some functions and global variables staticPavel Roskin1-1/+1
2011-08-113.1 releaseThomas Graf1-2/+0
2011-03-21fix module parent referencesThomas Graf1-1/+1
2011-03-21Unified TC APIThomas Graf4-166/+82
2010-11-11Extend rtnl_link_alloc_cache() to support address familiesThomas Graf1-1/+20
2010-11-11link: Support IFLA_IFALIAS attributeThomas Graf1-1/+12
2010-11-01classid auto generation if provided tc name does not existThomas Graf1-5/+12
2010-10-29Tons of ematch workThomas Graf1-0/+17
2010-10-26nl-cls-* toolsThomas Graf2-1/+117
2010-10-26Unified TC attributes interfaceThomas Graf4-69/+84
2010-10-20nl-class-delete toolThomas Graf1-0/+14
2010-10-20Make nl-qdisc-delete installableThomas Graf1-10/+24
2010-10-20Remove NL_DUMP_ENV codeThomas Graf1-2/+0
2010-10-20nl-class-add toolThomas Graf3-1/+105
2010-10-19nl-qdisc-add toolThomas Graf2-3/+92
2010-10-14- Prepare for 2.1.x treeThomas Graf1-3/+1
2010-10-13automake: add ${top_builddir}/include to AM_CFLAGSAndreas Bießmann1-1/+1
2010-10-13Use CPPFLAGSThomas Graf1-1/+1
2009-12-16CLI - Command Line Interface LibraryThomas Graf9-0/+1043