summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* src: fix leak in "nl-cls-add"Thomas Haller2023-12-011-1/+1
* license: fix/adjust license for "src/nl-cls-add.c"Thomas Haller2023-08-211-1/+1
* license: fix/adjust license for "src/nl-addr-{add,delete,list}.c"Thomas Haller2023-08-213-3/+3
* include: use <linux/$file> instead of <linux-private/linux/$file>Thomas Haller2023-08-0846-55/+55
* idiag: "fix" license for "idiag-socket-details" toolThomas Haller2023-08-041-1/+1
* include: don't explicitly include headers from "nl-default.h"Thomas Haller2023-08-031-2/+0
* include: include private linux headers with explicit pathThomas Haller2023-08-0346-55/+55
* include: drop "netlink-private/netlink.h" and move declarationsThomas Haller2023-08-021-2/+1
* all: cleanup includes and use "nm-default.h"Thomas Haller2023-08-0260-95/+218
* include: add "nl-default.h" headerThomas Haller2023-08-021-3/+3
* build: move "lib/defs.h" to "include/config.h"Thomas Haller2023-08-021-2/+2
* include: split and drop "netlink-private/types.h"Thomas Haller2023-08-021-1/+4
* include: rename "nl-hidden-route" to "nl-priv-dynamic-route"Thomas Haller2023-08-024-4/+4
* route: move hidden symbols from "include/netlink-private/route/tc-api.h"Thomas Haller2023-08-014-7/+8
* base: move "netlink-private/utils.h" to "base/nl-base-utils.h"Thomas Haller2023-07-311-1/+1
* cli: add nl-nh-list utilityStanislav Zaikin2023-07-312-0/+136
* 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