summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* cache: provide safe variant of nl_cache_mngt_require() and use itThomas Graf2012-11-161-1/+4
* Merge branch 'master' of https://github.com/rmfought/libnlThomas Graf2012-10-267-1/+645
|\
| * Source cleanup for upstreamRich Fought2012-10-194-126/+122
| * Updated nfnetlink includes; removed ifdefs; added delete exp programRich Fought2012-10-166-15/+249
| * BugfixesRich Fought2012-10-104-2/+170
| * bugfixesRich Fought2012-10-092-0/+10
| * update gitignoreRich Fought2012-10-091-0/+1
| * Expectation get cli toolRich Fought2012-10-092-1/+131
| * Compile CLIRich Fought2012-10-092-23/+1
| * Starting CLI workRich Fought2012-10-091-0/+127
* | nf-log example: correct copy-range parsingКоренберг Марк (дома)2012-10-191-1/+1
|/
* "%llu" replaced with "%" PRIu64Коренберг Марк (дома)2012-08-291-1/+1
* nl_cli_route_parse_table fixed typo in codeКоренберг Марк (дома)2012-08-281-1/+1
* Fix types-related warnings based on clang diagnosticsКоренберг Марк2012-06-131-3/+11
* genl: Support registration of families without depending on cachesThomas Graf2012-06-011-2/+2
* FTBFS with musl libc: Missing includesIsaac2012-05-131-0/+1
* genl-ctrl-list: Mark for installationThomas Graf2012-04-201-1/+1
* genl-ctrl-list: fix copyright and summaryThomas Graf2012-04-201-2/+2
* genl-ctrl-list: Introduce -d|--details as a shortcut for --format=detailsThomas Graf2012-04-201-3/+5
* Ingnore src/nl-link-enslave and nl-link-releaseThomas Graf2011-09-191-0/+2
* bonding: API to create/enslave/releaseThomas Graf2011-09-163-1/+98