summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Priority of the '<' operator is higher than that of the '=' operatormaksqwe2013-08-261-1/+1
* Add idiag-socket-detailsJoe Damato2013-07-253-1/+95
* Add support for inet diag Netlink protocol.Joe Damato2013-07-191-1/+2
* nl-route-add: Add NLM_F_EXCL flag to route addroopa2013-03-241-1/+1
* Use thread-safe strerror_r() instead of strerror()Thomas Graf2013-02-281-1/+2
* Merge pull request #29 from rmfought/natdir32Thomas Graf2013-01-241-0/+18
|\
| * netfilter: expectation NAT direction is 32 bit attributeRich Fought2013-01-231-0/+18
* | Fix build warnings of nl-(qdisc|class|cls)-addThomas Graf2013-01-243-0/+6
* | Move private header files to <netlink-private/*>Thomas Graf2013-01-242-2/+2
|/