summaryrefslogtreecommitdiffstats
path: root/lib/route/classid.c
Commit message (Expand)AuthorAgeFilesLines
* include: drop "netlink-private/netlink.h" and move declarationsThomas Haller2023-08-021-1/+5
* all: cleanup includes and use "nm-default.h"Thomas Haller2023-08-021-1/+4
* route: merge "include/netlink-private/tc.h" to lib/route/tc-api.hThomas Haller2023-08-011-1/+0
* lib: use _nl_{init,exit} instead of __{init,exit}Thomas Haller2023-07-281-2/+2
* all: avoid coverity warnings about assigning variable but not using itThomas Haller2022-04-221-1/+1
* license: fix and add SPDX license identifiers and drop license commentsThomas Haller2020-04-161-7/+0
* route: Remove stray `;` at top-levelMichael Forney2019-08-161-2/+3
* Add SPDX identifiersYegor Yefremov2019-08-121-0/+1
* fopen: add O_CLOEXECNick Kralevich2017-01-171-2/+2
* Move private header files to <netlink-private/*>Thomas Graf2013-01-241-3/+3
* Use NL_DBG() instead of printing warnings and errors to stderrThomas Graf2012-11-151-1/+1
* Clang diagnosticsКоренберг Марк (ноутбук дома)2012-10-191-1/+1
* Fix types-related warnings based on clang diagnosticsКоренберг Марк2012-06-131-1/+2
* Add 'ingress' to the list of recognized TC handles.Andrew Collins2012-06-111-0/+5
* Fix compilation with clangКоренберг Марк (ноутбук дома)2012-06-071-4/+5
* Memory leak in classid.cNicolas CARRIER2012-04-191-4/+12
* Improve readability of classid string representationThomas Graf2011-04-201-4/+4
* Allow NLSYSCONFDIR environment variable to overwrite built-in sysconfdirThomas Graf2011-03-241-2/+3
* Correctly parse and generate classidsThomas Graf2010-11-011-3/+4
* classid auto generation if provided tc name does not existThomas Graf2010-11-011-28/+110
* classid databaseThomas Graf2010-10-191-0/+357