summaryrefslogtreecommitdiffstats
path: root/lib/route/qdisc/netem.c
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+4
* include: split and drop "netlink-private/types.h"Thomas Haller2023-08-021-0/+36
* 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
* route/qdisc/netem: fix bogus "%" in format string netem_dump_details()Thomas Haller2022-04-221-9/+9
* route/qdisc: handle error of calloc()Beniamino Galvani2021-06-161-3/+6
* route/qdisc: fix memory leak in netem.cBeniamino Galvani2021-06-161-6/+4
* license: fix and add SPDX license identifiers and drop license commentsThomas Haller2020-04-161-7/+1
* all: Avoid pointer arithmetic on `void *`Michael Forney2019-08-161-4/+4
* route/netem: merge branch 'pr/159'Thomas Haller2018-01-161-14/+38
|\
| * route: free previous data in rtnl_netem_set_delay_distribution_data()Thomas Haller2018-01-161-1/+7
| * route: fix memleak in rtnl_netem_set_delay_distribution_data()Thomas Haller2018-01-161-1/+3
| * route: mark data argument for rtnl_netem_set_delay_distribution_data() as constThomas Haller2018-01-161-1/+1
| * route: add rtnl_netem_set_delay_distribution_data() to linker scriptThomas Haller2018-01-161-3/+5
| * route: add separate function to set netem qdisc delay distributionSteffen Vogel2017-12-201-10/+26
* | all: declare all variables at the beginning of scope (-Wdeclaration-after-sta...Thomas Haller2018-01-161-9/+15
|/
* lib/route: add /usr/lib64/tc/ search path for netem dist fileThomas Haller2017-08-141-3/+9
* lib/route/qdisc/netem.c/trivial: don't use braces for one-line blocksThomas Haller2017-06-151-18/+11
* lib/route/qdisc/netem.c/trivial: fix whitespace and indentation in netem_msg_...Thomas Haller2017-06-151-39/+40
* lib/route/qdisc/netem.c: avoid memory leak if realloc failsRasmus Villemoes2017-06-081-2/+3
* fopen: add O_CLOEXECNick Kralevich2017-01-171-1/+1
* trivial: whitespace-only fixes for src and libPeter Wu2016-08-121-38/+38
* route/qdisc: fixe printing whitespace in qdisc_dump_details()Steffen Vogel2015-08-141-3/+3
* route/qdisc: added more attributes to netem dumpSteffen Vogel2015-08-141-2/+60
* Move private header files to <netlink-private/*>Thomas Graf2013-01-241-3/+3
* Fix types-related warnings based on clang diagnosticsКоренберг Марк2012-06-131-1/+2
* netem: Use ARRAY_SIZE()Thomas Graf2012-06-081-1/+1
* rtnl_netem_set_delay_distribution: fix possible segfaultКоренберг Марк (ноутбук дома)2012-06-071-3/+4
* Make some functions and global variables staticPavel Roskin2011-08-111-1/+2
* rename sch -> qdiscThomas Graf2011-03-211-0/+905