summaryrefslogtreecommitdiffstats
path: root/lib/route/cls/ematch/text.c
Commit message (Expand)AuthorAgeFilesLines
* include: drop "netlink-private/netlink.h" and move declarationsThomas Haller2023-08-021-2/+0
* all: cleanup includes and use "nm-default.h"Thomas Haller2023-08-021-3/+6
* route: merge "include/netlink-private/tc.h" to lib/route/tc-api.hThomas Haller2023-08-011-1/+0
* base: move "netlink-private/utils.h" to "base/nl-base-utils.h"Thomas Haller2023-07-311-1/+1
* lib: use _nl_{init,exit} instead of __{init,exit}Thomas Haller2023-07-281-1/+1
* license: fix and add SPDX license identifiers and drop license commentsThomas Haller2020-04-161-7/+1
* lib: use _nl_strncpy*() instead of plain strncpy()Thomas Haller2020-04-151-2/+2
* lib: Don't omit second operand to `?` operatorMichael Forney2019-08-161-1/+1
* all: Avoid pointer arithmetic on `void *`Michael Forney2019-08-161-1/+1
* route: fix strncpy() warning from coverity about unterminated stringThomas Haller2019-08-081-0/+1
* include: don't include kernel headers in public libnl3 headersThomas Haller2017-03-021-0/+1
* Move private header files to <netlink-private/*>Thomas Graf2013-01-241-3/+3
* text ematch supportThomas Graf2010-10-291-0/+183