summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-08-16all: Avoid pointer arithmetic on `void *`Michael Forney
2019-08-12Add SPDX identifiersYegor Yefremov
2018-06-25nl-neigh-list: free allocated itemsTobias Jungel
2018-04-06build: sort entries in Makefile.am and .gitignore by nameThomas Haller
2018-04-06nf-ct-add typoLukáš Karas
2018-04-06add demo program for listen conntrack eventsLukáš Karas
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-05-12route: Add support for MPLS to netconfDavid Ahern
2017-05-12nl-monitor: Add support for netconf cachesDavid Ahern
2017-05-12nl-monitor: All user to specify line formatDavid Ahern
2017-03-12lib: escape usage of strerror_l() if it doesn't exist in libcAlexey Brodkin
2017-03-02include: don't include kernel headers in public libnl3 headersThomas Haller
2017-02-27build: merge src/Makefile.am into top-level makefileThomas Haller
2017-02-27build: merge src/lib/Makefile.am into top-level makefileThomas Haller
2017-01-17fopen: add O_CLOEXECNick Kralevich
2016-11-29nl-link-stats: prefer RTNL_LINK_STATS_MAX over __RTNL_LINK_STATS_MAXThomas Haller
2016-11-29src: nl-link-stats: use correct rtnl link stats maximumTobias Klauser
2016-08-25src: switch to using strerror_l() instead of strerror_r()André Draszik
2016-08-12trivial: whitespace-only fixes for src and libPeter Wu
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-03-18build: extend configure option --enable-cli and install all cli programsThomas Haller
2015-03-18build/trivial: sort PROGRAMS list in src/Makefile.amThomas Haller
2015-03-17route: remove unnecessary include of private linux/if.hDavid Chappelle
2015-02-25correct --protocol option for nl-cls-* utilitiesCong Wang
2015-02-02build: add linker scripts for libnl-cli-3.so libraryThomas Haller
2014-11-24idiag: deprecate IDIAG_SS_* socket statesThomas 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-08-26src: Silence all warningsThomas Graf
2014-08-26nf: nfnl_*_str2copy_mode() should return intThomas Graf
2014-06-17cli: Fix typo in error messageTobias Klauser
2014-06-10cli: add error checking to nl-route-get about out-of-memoryThomas Haller
2014-04-30gitignore: ignore 'nf-ct-add' (netfilter/ct)Thomas Haller
2014-04-14netfilter/ct: expand CT parameters that can be used in add/delete operationsRich Fought
2014-01-31remove the obsolete src/cls directoryCong Wang
2013-11-27build: separate compiler and linker flagsJan Engelhardt
2013-10-22nl-link-set: Add --state optionJulien BERNARD
2013-08-26Priority of the '<' operator is higher than that of the '=' operatormaksqwe
2013-07-25Add idiag-socket-detailsJoe Damato
2013-07-19Add support for inet diag Netlink protocol.Joe Damato
2013-03-24nl-route-add: Add NLM_F_EXCL flag to route addroopa
2013-02-28Use thread-safe strerror_r() instead of strerror()Thomas Graf
2013-01-24Merge pull request #29 from rmfought/natdir32Thomas Graf
2013-01-24Fix build warnings of nl-(qdisc|class|cls)-addThomas Graf
2013-01-24Move private header files to <netlink-private/*>Thomas Graf
2013-01-23netfilter: expectation NAT direction is 32 bit attributeRich Fought