summaryrefslogtreecommitdiffstats
path: root/lib/route/cls/flower.c
Commit message (Expand)AuthorAgeFilesLines
* route/cls: add get/take wrappers for rtnl_act_append()Thomas Haller2023-12-011-4/+3
* route/cls: fix leak in error handling of rtnl_flower_append_action()Thomas Haller2023-12-011-1/+5
* include: drop "netlink-private/netlink.h" and move declarationsThomas Haller2023-08-021-2/+2
* 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/+20
* 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/+1
* lib: use _nl_{init,exit} instead of __{init,exit}Thomas Haller2023-07-281-2/+2
* route: format recently added code with clang-formatThomas Haller2022-05-271-7/+13
* cls: flower: extend flower APIVolodymyr Bendiuga2022-05-271-0/+174
* flower: use correct attribute when filling out flagsVolodymyr Bendiuga2022-05-191-1/+1
* route/cls: add TCA_FLOWER_KEY_VLAN_ETH_TYPE to "flower_policy" policyThomas Haller2022-03-151-10/+11
* route/cls: return -NLE_INVAL in case rtnl_tc_data_peek() failsThomas Haller2022-03-151-6/+6
* route/cls: no need to copy simple fields in flower_clone()Thomas Haller2022-03-151-12/+0
* route/cls: make output pointers in rtnl_flower_get_{src,dst}_mac() optionalThomas Haller2022-03-151-5/+7
* route/cls: adjust whitspace/indentationThomas Haller2022-03-151-142/+142
* route/cls: use SPDX-License-IdentifierThomas Haller2022-03-151-7/+1
* route/cls: add flower classifierVolodymyr Bendiuga2022-03-151-0/+731