summaryrefslogtreecommitdiffstats
path: root/lib/route/act.c
Commit message (Expand)AuthorAgeFilesLines
* route/cls: add get/take wrappers for rtnl_act_append()Thomas Haller2023-12-011-3/+1
* route: fix just introduced use-after-free in rtnl_act_parse()Thomas Haller2023-12-011-0/+2
* route: use cleanup macro in rtnl_act_parse()Thomas Haller2023-12-011-28/+19
* route: fix memleak in rtnl_act_parse()Thomas Haller2023-12-011-1/+1
* 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-021-2/+3
* all: cleanup includes and use "nm-default.h"Thomas Haller2023-08-021-1/+2
* include: split and drop "netlink-private/types.h"Thomas Haller2023-08-021-2/+5
* add support for TC action statisticsDavide Caratti2023-08-021-0/+46
* 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
* base: move "netlink-private/utils.h" to "base/nl-base-utils.h"Thomas Haller2023-07-311-1/+1
* lib: use _nl_{init,exit} instead of __{init,exit}Thomas Haller2023-07-281-2/+2
* doc: fix typoLeon M. George2022-08-241-1/+1
* license: fix and add SPDX license identifiers and drop license commentsThomas Haller2020-04-161-7/+0
* rtnl/route: only consider negative error codes as errorThomas Haller2020-04-151-2/+8
* Add SPDX identifiersYegor Yefremov2019-08-121-0/+1
* Provide accessors for actions (rtnl_act).Santhosh Kumar2017-05-031-0/+9
* trivial: whitespace-only fixes for src and libPeter Wu2016-08-121-8/+8
* act: Include <netlink/route/action.h>Thomas Graf2014-07-271-0/+1
* act: fix the logic of parsing actionsCong Wang2014-06-101-1/+4
* act: fix memory leak in rtnl_act_parse()Thomas Haller2014-05-011-1/+2
* act: fix a pointer in rtnl_act_msg_parse()Cong Wang2014-05-011-1/+1
* act: grab a reference when adding an action to a filterCong Wang2014-04-301-0/+5
* route: fix off-by-one in rtnl_act_parse()Cong Wang2014-03-311-1/+1
* fix comments for rtnl_act_add()Cong Wang2014-02-271-3/+0
* act: remove rtnl_act_alloc_cache()Cong Wang2014-01-151-42/+0
* fix some typo in lib/route/act.cCong Wang2013-12-091-3/+3
* u32: add action removal APICong Wang2013-12-091-0/+16
* fix a bug in rtnl_act_fill()Cong Wang2013-12-091-1/+1
* add initial tc action supportCong Wang2013-11-091-0/+600