summaryrefslogtreecommitdiffstats
path: root/lib/route/act/mirred.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-1/+4
* include: split and drop "netlink-private/types.h"Thomas Haller2023-08-021-0/+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
* route: act: Allow full set of actions on gact,skbedit,mirredVolodymyr Bendiuga2022-07-061-12/+1
* route:act: drop unnecessary implementations for to_clone()Thomas Haller2022-03-041-9/+1
* license: fix and add SPDX license identifiers and drop license commentsThomas Haller2020-04-161-7/+1
* act: correct file path for mirred.cCong Wang2015-02-251-1/+1
* act: fix policy range checkCong Wang2014-04-071-1/+1
* add rtnl_mirred_get* functionsCong Wang2013-12-091-0/+28
* rename rtnl_mirred_set_index() to rtnl_mirred_set_ifindex()Cong Wang2013-12-091-2/+2
* add mirred tc actionCong Wang2013-11-091-0/+214