summaryrefslogtreecommitdiffstats
path: root/lib/route/cls/ematch/meta.c
Commit message (Expand)AuthorAgeFilesLines
* include: use <linux/$file> instead of <linux-private/linux/$file>Thomas Haller2023-08-081-1/+1
* include: include private linux headers with explicit pathThomas Haller2023-08-031-1/+1
* include: drop "netlink-private/netlink.h" and move declarationsThomas Haller2023-08-021-1/+1
* all: cleanup includes and use "nm-default.h"Thomas Haller2023-08-021-2/+6
* route: merge "include/netlink-private/tc.h" to lib/route/tc-api.hThomas Haller2023-08-011-1/+0
* lib: use _nl_{init,exit} instead of __{init,exit}Thomas Haller2023-07-281-1/+1
* all: fix "-Wformat" warnings for nl_dump*()Thomas Haller2022-04-221-2/+2
* license: fix and add SPDX license identifiers and drop license commentsThomas Haller2020-04-161-7/+1
* Sync linux headers to 4.19.66Michael Forney2019-08-261-1/+1
* include: don't include kernel headers in public libnl3 headersThomas Haller2017-03-021-0/+1
* cls: check data before memcpy() itNicolas PLANEL2014-08-271-1/+2
* style: require comma after __ADD() macroThomas Haller2014-07-271-47/+47
* Move private header files to <netlink-private/*>Thomas Graf2013-01-241-3/+3
* constify struct trans_tblThomas Graf2010-11-171-2/+2
* ematch/meta: id definitionsThomas Graf2010-11-031-1/+44
* Support for meta matchThomas Graf2010-10-311-0/+291