summaryrefslogtreecommitdiffstats
path: root/lib/route/cls/ematch
Commit message (Expand)AuthorAgeFilesLines
* all: use defines for attributesThomas Haller2024-04-221-1/+1
* 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-025-9/+1
* all: cleanup includes and use "nm-default.h"Thomas Haller2023-08-025-10/+28
* include: split and drop "netlink-private/types.h"Thomas Haller2023-08-021-0/+2
* route: merge "include/netlink-private/tc.h" to lib/route/tc-api.hThomas Haller2023-08-015-5/+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-285-5/+5
* 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-165-35/+5
* lib: use _nl_strncpy*() instead of plain strncpy()Thomas Haller2020-04-151-2/+2
* Sync linux headers to 4.19.66Michael Forney2019-08-261-1/+1
* lib: Don't omit second operand to `?` operatorMichael Forney2019-08-161-1/+1
* all: Avoid pointer arithmetic on `void *`Michael Forney2019-08-162-2/+2
* 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-023-0/+3
* cls: check data before memcpy() itNicolas PLANEL2014-08-271-1/+2
* ematch/cmp: Include <netlink/route/cls/ematch/cmp.h>Thomas Graf2014-07-271-0/+1
* style: require comma after __ADD() macroThomas Haller2014-07-271-47/+47
* Move private header files to <netlink-private/*>Thomas Graf2013-01-245-15/+15
* Clang diagnosticsКоренберг Марк (ноутбук дома)2012-10-191-1/+7
* 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
* text ematch supportThomas Graf2010-10-291-0/+183
* Tons of ematch workThomas Graf2010-10-283-67/+185
* - Reworked the classifier interface.Thomas Graf2009-09-022-0/+155