aboutsummaryrefslogtreecommitdiffstats
path: root/src/network/tc/fq-codel.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* network/qdisc: introduce qdisc_ref() and qdisc_unref()Yu Watanabe2024-09-021-4/+4
* parse-util: add parse_tristate() and use it everywhereLennart Poettering2023-11-021-9/+1
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-8/+4
* network: move logging from tc .fill_message to the callersZbigniew Jędrzejewski-Szmek2022-01-051-11/+11
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-3/+3
* network: tc - use TAKE_PTR (#18266)Susant Sahani2021-01-171-8/+8
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* network: downgrade log level in conf parsersYu Watanabe2020-07-171-17/+25
* network: tc: rename several settings which take size in bytesYu Watanabe2020-07-021-3/+4
* network: split TrafficControlQueueingDiscipline section into small piecesYu Watanabe2020-02-041-24/+24
* network: tc: support more attributes for FQ-CoDelYu Watanabe2019-12-121-6/+259
* network: tc: introduce QDiscVTable for future extendabilityYu Watanabe2019-12-121-7/+21
* network: tc: drop unused functionsYu Watanabe2019-12-111-12/+0
* network: tc: use typesafe functions to append netlink attributesYu Watanabe2019-12-111-2/+2
* network tc: Add support to conkfigure CoDel - Controlled-Delay Active Queue Management algorithmSusant Sahani2019-12-111-0/+91