summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* nl-pktloc-lookup: fix buffer overflow when printing alignmentThomas Haller2022-04-221-23/+34
* 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
* nl-monitor: support for setting libnl debug levelJoachim Wiberg2022-03-301-1/+6
* nl-monitor: add missing --help to long_opts[]Joachim Wiberg2022-03-301-0/+1
* mdb: support bridge multicast database notificationRubens Figueiredo2022-03-141-0/+2
* gitignore: merge all gitignore files in top level directoryThomas Haller2020-04-161-47/+0
* license: fix and add SPDX license identifiers and drop license commentsThomas Haller2020-04-1659-414/+5
* license: cleanup copyright commentsThomas Haller2020-04-161-1/+0
* all: Avoid pointer arithmetic on `void *`Michael Forney2019-08-161-3/+3
* Add SPDX identifiersYegor Yefremov2019-08-1259-0/+59
* nl-neigh-list: free allocated itemsTobias Jungel2018-06-251-0/+5
* build: sort entries in Makefile.am and .gitignore by nameThomas Haller2018-04-061-16/+16
* nf-ct-add typoLukáš Karas2018-04-062-2/+2
* add demo program for listen conntrack eventsLukáš Karas2018-04-062-0/+116
* 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
* route: Add support for MPLS to netconfDavid Ahern2017-05-121-0/+1
* nl-monitor: Add support for netconf cachesDavid Ahern2017-05-121-0/+2
* nl-monitor: All user to specify line formatDavid Ahern2017-05-121-40/+70
* lib: escape usage of strerror_l() if it doesn't exist in libcAlexey Brodkin2017-03-121-0/+6
* include: don't include kernel headers in public libnl3 headersThomas Haller2017-03-0242-2/+86
* build: merge src/Makefile.am into top-level makefileThomas Haller2017-02-271-140/+0
* build: merge src/lib/Makefile.am into top-level makefileThomas Haller2017-02-272-61/+0
* fopen: add O_CLOEXECNick Kralevich2017-01-171-1/+1
* nl-link-stats: prefer RTNL_LINK_STATS_MAX over __RTNL_LINK_STATS_MAXThomas Haller2016-11-291-2/+2
* src: nl-link-stats: use correct rtnl link stats maximumTobias Klauser2016-11-291-2/+2
* src: switch to using strerror_l() instead of strerror_r()André Draszik2016-08-251-3/+17
* trivial: whitespace-only fixes for src and libPeter Wu2016-08-1222-135/+135
* build: move -rdynamic from CPPFLAGS to LDFLAGSTobias Klauser2016-03-311-2/+2
* link/neigh: add flags option to link and neighbor cachesDavid Ahern2015-11-193-3/+33
* build: fix path to cli linker version script for out-of-tree buildjfarrell2015-06-191-2/+2
* build: extend configure option --enable-cli and install all cli programsThomas Haller2015-03-181-15/+23
* build/trivial: sort PROGRAMS list in src/Makefile.amThomas Haller2015-03-181-18/+40
* route: remove unnecessary include of private linux/if.hDavid Chappelle2015-03-171-0/+1
* correct --protocol option for nl-cls-* utilitiesCong Wang2015-02-253-3/+3
* build: add linker scripts for libnl-cli-3.so libraryThomas Haller2015-02-021-0/+6
* idiag: deprecate IDIAG_SS_* socket statesThomas Haller2014-11-241-1/+1
* build: move copy of linux headers to private directoryThomas Haller2014-09-242-0/+2
* build/trivial: prettify makefiles by wrapping long linesThomas Haller2014-09-242-2/+14
* src: Silence all warningsThomas Graf2014-08-266-15/+9
* nf: nfnl_*_str2copy_mode() should return intThomas Graf2014-08-262-2/+2
* cli: Fix typo in error messageTobias Klauser2014-06-171-1/+1
* cli: add error checking to nl-route-get about out-of-memoryThomas Haller2014-06-101-2/+6
* gitignore: ignore 'nf-ct-add' (netfilter/ct)Thomas Haller2014-04-301-0/+1
* netfilter/ct: expand CT parameters that can be used in add/delete operationsRich Fought2014-04-143-1/+150
* remove the obsolete src/cls directoryCong Wang2014-01-314-324/+0
* build: separate compiler and linker flagsJan Engelhardt2013-11-272-5/+8
* nl-link-set: Add --state optionJulien BERNARD2013-10-221-0/+9