summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2012-11-16cache: provide safe variant of nl_cache_mngt_require() and use itThomas Graf
2012-10-26Merge branch 'master' of https://github.com/rmfought/libnlThomas Graf
2012-10-19Source cleanup for upstreamRich Fought
2012-10-19nf-log example: correct copy-range parsingКоренберг Марк (дома)
2012-10-16Updated nfnetlink includes; removed ifdefs; added delete exp programRich Fought
2012-10-10BugfixesRich Fought
2012-10-09bugfixesRich Fought
2012-10-09update gitignoreRich Fought
2012-10-09Expectation get cli toolRich Fought
2012-10-09Compile CLIRich Fought
2012-10-08Starting CLI workRich Fought
2012-08-30"%llu" replaced with "%" PRIu64Коренберг Марк (дома)