summaryrefslogtreecommitdiffstats
path: root/lib/route/cls/u32.c
Commit message (Expand)AuthorAgeFilesLines
* all: fix and enable "-Wsign-compare" warningThomas Haller2024-05-291-1/+1
* route/cls: add get/take wrappers for rtnl_act_append()Thomas Haller2023-12-011-4/+2
* 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/+14
* 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
* nl-aux: add "include/nl-aux-{core,route}" headersThomas Haller2023-07-311-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
* all: fix "-Wformat" warnings for nl_dump*()Thomas Haller2022-04-221-3/+7
* route/u32: fix u32_dump_details() to print dataThomas Haller2022-04-221-5/+0
* cls:u32: fix u32_clone() functionMagnus Öberg2022-03-041-12/+77
* route:cls: fix dangling pointers in to_clone() implementationsThomas Haller2022-03-041-0/+6
* 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-2/+2
* route/cls: fix potential memory leakIlya Pronin2018-10-101-1/+5
* lib/route/cls/u32.c: use UCHAR_MAX define instead of numeric 255Thomas Haller2017-06-151-1/+1
* lib/route/cls/u32.c: remove bogus commentRasmus Villemoes2017-06-081-1/+0
* lib/route/cls/u32.c: let the compiler do pointer arithmeticRasmus Villemoes2017-06-081-1/+1
* lib/route/cls/u32.c: avoid overflowing an unsigned charRasmus Villemoes2017-06-081-0/+3
* lib/route/cls/u32.c: remove pointless nl_data_append callsRasmus Villemoes2017-06-081-21/+0
* 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
* route/cls: support setting of selector fieldsSushma Sitaram2016-11-281-0/+30
* cls: add rtnl_u32_get_classid() APICong Wang2015-03-041-0/+14
* route/cls: minor fixes in for match mark filtersThomas Haller2014-11-231-27/+25
* route/cls: support 'match mark' u32 filtersSagi Lowenhardt2014-11-231-5/+85
* u32: prevent memcpy from NULLPeter Wu2014-06-251-3/+6
* act: grab a reference when adding an action to a filterCong Wang2014-04-301-1/+7
* u32: add const to rtnl_u32_add_key_in*_addr()Cong Wang2014-03-211-2/+2
* remove some useless code in lib/route/cls/u32.cCong Wang2014-02-271-8/+0
* u32: add rtnl_u32_get_key()Cong Wang2013-12-171-0/+36
* u32: add action removal APICong Wang2013-12-091-0/+19
* add u32 action supportCong Wang2013-11-091-7/+29
* Move private header files to <netlink-private/*>Thomas Graf2013-01-241-4/+4
* "%llu" replaced with "%" PRIu64Коренберг Марк (дома)2012-08-291-1/+1
* Fix types-related warnings based on clang diagnosticsКоренберг Марк2012-06-131-1/+1
* u32: add support for hashingAdrian Ban2012-05-081-0/+85
* Unified TC APIThomas Graf2011-03-211-36/+59
* Unified TC attributes interfaceThomas Graf2010-10-261-2/+2
* one more fix, u32.cDenys Fedoryschenko2009-12-071-2/+1
* - Reworked the classifier interface.Thomas Graf2009-09-021-92/+35
* Remove old line counting while dumpingThomas Graf2008-05-231-52/+39
* Remove obsolete nla_get_addr() and nla_get_data()Thomas Graf2008-05-141-4/+4
* Thread-safe error handlingThomas Graf2008-05-141-17/+14
* Initial importThomas Graf2007-09-141-0/+602