summaryrefslogtreecommitdiffstats
path: root/lib/route/cls/ematch.c
Commit message (Expand)AuthorAgeFilesLines
* all: fix and enable "-Wsign-compare" warningThomas Haller2024-05-291-1/+1
* include: drop "netlink-private/netlink.h" and move declarationsThomas Haller2023-08-021-2/+1
* all: cleanup includes and use "nm-default.h"Thomas Haller2023-08-021-2/+6
* 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-011-1/+0
* all: avoid coverity warnings about assigning variable but not using itThomas Haller2022-04-221-2/+2
* license: fix and add SPDX license identifiers and drop license commentsThomas Haller2020-04-161-7/+1
* all: Avoid pointer arithmetic on `void *`Michael Forney2019-08-161-1/+1
* Add support for cloning cgroup filter object.d0u92018-06-251-0/+57
* include: don't include kernel headers in public libnl3 headersThomas Haller2017-03-021-0/+1
* cls: fix array overrun in rtnl_ematch_opnd2txt()Thomas Haller2014-06-101-1/+1
* route: remove unnecessary non-null check in pktloc and ematchThomas Haller2014-06-101-3/+1
* lib: reorder free() after printf("%p") statementsThomas Haller2014-06-101-1/+2
* Move private header files to <netlink-private/*>Thomas Graf2013-01-241-3/+3
* Unified TC APIThomas Graf2011-03-211-1/+3
* Support for meta matchThomas Graf2010-10-311-0/+14
* text ematch supportThomas Graf2010-10-291-0/+15
* Tons of ematch workThomas Graf2010-10-281-59/+319
* - Reworked the classifier interface.Thomas Graf2009-09-021-0/+410