summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* utils: suppress coverity warning in nl_cli_load_module() about leaked handleThomas Haller2022-04-221-0/+2
* all: avoid coverity warnings about assigning variable but not using itThomas Haller2022-04-221-1/+2
* license: fix and add SPDX license identifiers and drop license commentsThomas Haller2020-04-1612-84/+0
* Add SPDX identifiersYegor Yefremov2019-08-1212-0/+12
* Add support for label stack in nl-route commandsDavid Ahern2017-08-181-2/+16
* all: avoid compiler warnings -Wimplicit-fallthroughThomas Haller2017-06-151-0/+1
* build: allow building cli without dynamic librarires supportThomas Haller2017-05-121-4/+19
* lib: escape usage of strerror_l() if it doesn't exist in libcAlexey Brodkin2017-03-121-0/+6
* build: merge src/lib/Makefile.am into top-level makefileThomas Haller2017-02-271-59/+0
* src: switch to using strerror_l() instead of strerror_r()André Draszik2016-08-251-3/+17
* build: move -rdynamic from CPPFLAGS to LDFLAGSTobias Klauser2016-03-311-2/+2
* link/neigh: add flags option to link and neighbor cachesDavid Ahern2015-11-192-2/+32
* build: fix path to cli linker version script for out-of-tree buildjfarrell2015-06-191-2/+2
* build: add linker scripts for libnl-cli-3.so libraryThomas Haller2015-02-021-0/+6
* build: move copy of linux headers to private directoryThomas Haller2014-09-241-0/+1
* build/trivial: prettify makefiles by wrapping long linesThomas Haller2014-09-241-1/+8
* cli: Fix typo in error messageTobias Klauser2014-06-171-1/+1
* netfilter/ct: expand CT parameters that can be used in add/delete operationsRich Fought2014-04-141-0/+6
* build: separate compiler and linker flagsJan Engelhardt2013-11-271-4/+6
* Use thread-safe strerror_r() instead of strerror()Thomas Graf2013-02-281-1/+2
* Move private header files to <netlink-private/*>Thomas Graf2013-01-241-1/+1
* Source cleanup for upstreamRich Fought2012-10-191-29/+29
* Updated nfnetlink includes; removed ifdefs; added delete exp programRich Fought2012-10-161-3/+58
* BugfixesRich Fought2012-10-101-1/+0
* bugfixesRich Fought2012-10-091-0/+6
* Compile CLIRich Fought2012-10-092-23/+1
* Starting CLI workRich Fought2012-10-091-0/+127
* nl_cli_route_parse_table fixed typo in codeКоренберг Марк (дома)2012-08-281-1/+1
* Fix types-related warnings based on clang diagnosticsКоренберг Марк2012-06-131-3/+11
* Switch to libtool versioning systemThomas Graf2011-09-131-7/+10
* Make some functions and global variables staticPavel Roskin2011-08-111-1/+1
* 3.1 releaseThomas Graf2011-08-111-2/+0
* fix module parent referencesThomas Graf2011-03-211-1/+1
* Unified TC APIThomas Graf2011-03-214-166/+82
* Extend rtnl_link_alloc_cache() to support address familiesThomas Graf2010-11-111-1/+20
* link: Support IFLA_IFALIAS attributeThomas Graf2010-11-111-1/+12
* classid auto generation if provided tc name does not existThomas Graf2010-11-011-5/+12
* Tons of ematch workThomas Graf2010-10-281-0/+17
* nl-cls-* toolsThomas Graf2010-10-262-1/+117
* Unified TC attributes interfaceThomas Graf2010-10-264-69/+84
* nl-class-delete toolThomas Graf2010-10-201-0/+14
* Make nl-qdisc-delete installableThomas Graf2010-10-201-10/+24
* Remove NL_DUMP_ENV codeThomas Graf2010-10-201-2/+0
* nl-class-add toolThomas Graf2010-10-203-1/+105
* nl-qdisc-add toolThomas Graf2010-10-192-3/+92
* - Prepare for 2.1.x treeThomas Graf2010-10-141-3/+1
* automake: add ${top_builddir}/include to AM_CFLAGSAndreas Bießmann2010-10-131-1/+1
* Use CPPFLAGSThomas Graf2010-10-131-1/+1
* CLI - Command Line Interface LibraryThomas Graf2009-12-169-0/+1043