summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2019-08-12Add SPDX identifiersYegor Yefremov
2017-08-18Add support for label stack in nl-route commandsDavid Ahern
2017-06-15all: avoid compiler warnings -Wimplicit-fallthroughThomas Haller
2017-05-12build: allow building cli without dynamic librarires supportThomas Haller
2017-03-12lib: escape usage of strerror_l() if it doesn't exist in libcAlexey Brodkin
2017-02-27build: merge src/lib/Makefile.am into top-level makefileThomas Haller
2016-08-25src: switch to using strerror_l() instead of strerror_r()André Draszik
2016-03-31build: move -rdynamic from CPPFLAGS to LDFLAGSTobias Klauser
2015-11-19link/neigh: add flags option to link and neighbor cachesDavid Ahern
2015-06-19build: fix path to cli linker version script for out-of-tree buildjfarrell
2015-02-02build: add linker scripts for libnl-cli-3.so libraryThomas Haller
2014-09-24build: move copy of linux headers to private directoryThomas Haller
2014-09-24build/trivial: prettify makefiles by wrapping long linesThomas Haller
2014-06-17cli: Fix typo in error messageTobias Klauser
2014-04-14netfilter/ct: expand CT parameters that can be used in add/delete operationsRich Fought
2013-11-27build: separate compiler and linker flagsJan Engelhardt
2013-02-28Use thread-safe strerror_r() instead of strerror()Thomas Graf
2013-01-24Move private header files to <netlink-private/*>Thomas Graf
2012-10-19Source cleanup for upstreamRich Fought
2012-10-16Updated nfnetlink includes; removed ifdefs; added delete exp programRich Fought
2012-10-10BugfixesRich Fought
2012-10-09bugfixesRich Fought
2012-10-09Compile CLIRich Fought
2012-10-08Starting CLI workRich Fought
2012-08-28nl_cli_route_parse_table fixed typo in codeКоренберг Марк (дома)
2012-06-13Fix types-related warnings based on clang diagnosticsКоренберг Марк
2011-09-13Switch to libtool versioning systemThomas Graf
2011-08-11Make some functions and global variables staticPavel Roskin
2011-08-113.1 releaseThomas Graf
2011-03-21fix module parent referencesThomas Graf
2011-03-21Unified TC APIThomas Graf
2010-11-11Extend rtnl_link_alloc_cache() to support address familiesThomas Graf
2010-11-11link: Support IFLA_IFALIAS attributeThomas Graf
2010-11-01classid auto generation if provided tc name does not existThomas Graf
2010-10-29Tons of ematch workThomas Graf
2010-10-26nl-cls-* toolsThomas Graf
2010-10-26Unified TC attributes interfaceThomas Graf
2010-10-20nl-class-delete toolThomas Graf
2010-10-20Make nl-qdisc-delete installableThomas Graf
2010-10-20Remove NL_DUMP_ENV codeThomas Graf
2010-10-20nl-class-add toolThomas Graf
2010-10-19nl-qdisc-add toolThomas Graf
2010-10-14- Prepare for 2.1.x treeThomas Graf
2010-10-13automake: add ${top_builddir}/include to AM_CFLAGSAndreas Bießmann
2010-10-13Use CPPFLAGSThomas Graf
2009-12-16CLI - Command Line Interface LibraryThomas Graf