summaryrefslogtreecommitdiffstats
path: root/lib/route/act
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-025-10/+0
* all: cleanup includes and use "nm-default.h"Thomas Haller2023-08-025-4/+18
* include: split and drop "netlink-private/types.h"Thomas Haller2023-08-024-1/+30
* route: merge "include/netlink-private/tc.h" to lib/route/tc-api.hThomas Haller2023-08-015-5/+0
* route: move "include/netlink-private/route/tc-api.h" to lib/routeThomas Haller2023-08-015-5/+9
* lib: use _nl_{init,exit} instead of __{init,exit}Thomas Haller2023-07-285-10/+10
* route: act: Allow full set of actions on gact,skbedit,mirredVolodymyr Bendiuga2022-07-063-28/+3
* route: format recently added code with clang-formatThomas Haller2022-05-271-13/+13
* route/act: add NAT actionMagnus Öberg2022-05-271-0/+288
* route:act: drop unnecessary implementations for to_clone()Thomas Haller2022-03-044-36/+4
* license: fix and add SPDX license identifiers and drop license commentsThomas Haller2020-04-164-28/+4
* route/act: return error code from act-vlan gettersThomas Haller2018-10-101-20/+30
* route/act: style fixes in "lib/route/act/vlan.c"Thomas Haller2018-10-101-79/+79
* route:act: add vlan actionVolodymyr Bendiuga2018-10-101-0/+416
* route/act: add gact tc actionSushma Sitaram2016-12-021-0/+183
* act: correct file path for mirred.cCong Wang2015-02-251-1/+1
* route/act: add skbedit actionCong Wang2015-02-021-0/+290
* 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