summaryrefslogtreecommitdiffstats
path: root/lib/route/cls/basic.c
Commit message (Expand)AuthorAgeFilesLines
* route/cls: add get/take wrappers for rtnl_act_append()Thomas Haller2023-12-011-4/+3
* 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-1/+4
* route: merge "include/netlink-private/tc.h" to lib/route/tc-api.hThomas Haller2023-08-011-1/+0
* route: move "include/netlink-private/route/tc-api.h" to lib/routeThomas Haller2023-08-011-1/+2
* lib: use _nl_{init,exit} instead of __{init,exit}Thomas Haller2023-07-281-2/+2
* license: fix and add SPDX license identifiers and drop license commentsThomas Haller2020-04-161-7/+1
* rtnl/route: only consider negative error codes as errorThomas Haller2020-04-151-1/+1
* route/cls: fix potential memory leakIlya Pronin2018-10-101-1/+5
* Do not increment refcount in rtnl_*_get_action APIs.Santhosh Kumar2017-05-031-3/+1
* Provide accessors for actions (rtnl_act).Santhosh Kumar2017-05-031-0/+15
* act: grab a reference when adding an action to a filterCong Wang2014-04-301-1/+7
* basic: make BASIC_ATTR_TARGET optionalCong Wang2014-02-271-4/+2
* basic: add action removal APICong Wang2013-12-091-0/+19
* basic: add action supportCong Wang2013-11-091-1/+33
* Move private header files to <netlink-private/*>Thomas Graf2013-01-241-4/+4
* Unified TC APIThomas Graf2011-03-211-35/+65
* basic: Only add ematches to message if availableThomas Graf2010-10-281-1/+5
* Tons of ematch workThomas Graf2010-10-281-43/+19
* nl-cls-* toolsThomas Graf2010-10-261-5/+13
* Unified TC attributes interfaceThomas Graf2010-10-261-1/+1
* - Reworked the classifier interface.Thomas Graf2009-09-021-0/+211