summaryrefslogtreecommitdiffstats
path: root/lib/route/class.c
Commit message (Expand)AuthorAgeFilesLines
* all: fix and enable "-Wsign-compare" warningThomas Haller2024-05-291-2/+4
* 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/+5
* 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
* 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/class: add new api rtnl_class_get_by_parent()d0u92018-04-111-0/+32
* tc: add co_groups for tc qdisc and filterCong Wang2014-07-161-0/+1
* 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
* trafic class/classifer API improvements and documentationThomas Graf2011-03-291-155/+213
* Documentation updatesThomas Graf2011-03-211-1/+2
* Unified TC APIThomas Graf2011-03-211-48/+158
* Unified TC attributes interfaceThomas Graf2010-10-261-3/+3
* Add support for getting and deleting queueing classes.olc2009-09-021-0/+78
* Add internal wait_for_ack() which only waits for ACK if !NL_NO_AUTO_ACKThomas Graf2008-10-201-1/+1
* Allow parser callbacks to return NL_OK, NL_SKIP, NL_EXITThomas Graf2008-05-151-5/+0
* Fix memory leaks when sending of message failedThomas Graf2008-05-151-2/+3
* Rename struct nl_handle to struct nl_sockThomas Graf2008-05-151-11/+9
* Thread-safe error handlingThomas Graf2008-05-141-24/+27
* Fix memory leak when parsing netlink messages into cachesThomas Graf2007-12-171-1/+1
* Export interface to define cachesThomas Graf2007-09-171-2/+1
* Initial importThomas Graf2007-09-141-0/+230