summaryrefslogtreecommitdiffstats
path: root/lib/route/cls.c
Commit message (Expand)AuthorAgeFilesLines
* all: fix and enable "-Wsign-compare" warningThomas Haller2024-05-291-3/+3
* 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/+7
* 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
* doc: fix typoLeon M. George2022-08-241-1/+1
* route/cls: rename rtnl_cls_get{,_by_prio}() API to rtnl_cls_find_by{handle,pr...Thomas Haller2022-03-141-4/+4
* route/cls: allow fetching of classifiers from cacheVolodymyr Bendiuga2022-03-141-0/+72
* license: fix and add SPDX license identifiers and drop license commentsThomas Haller2020-04-161-7/+0
* Add SPDX identifiersYegor Yefremov2019-08-121-0/+1
* route: rename rtnl_cls_cache_set_tcm_params() and fix symbol versioningThomas Haller2018-01-181-2/+2
* Add new function for setting ifindex and parent of a classifier cache.d0u92018-01-181-0/+18
* Coding style formatd0u92018-01-161-1/+2
* tc: add co_groups for tc qdisc and filterCong Wang2014-07-161-0/+1
* fill prio and protocol attr bits when parsing cls messageCong Wang2014-03-131-0/+4
* Move private header files to <netlink-private/*>Thomas Graf2013-01-241-4/+4
* Fix types-related warnings based on clang diagnosticsКоренберг Марк2012-06-131-2/+2
* documentation updatesThomas Graf2011-07-141-0/+2
* trafic class/classifer API improvements and documentationThomas Graf2011-03-291-77/+109
* Unified TC APIThomas Graf2011-03-211-63/+131
* Tons of ematch workThomas Graf2010-10-281-7/+5
* Unified TC attributes interfaceThomas Graf2010-10-261-2/+2
* - Reworked the classifier interface.Thomas Graf2009-09-021-0/+341