summaryrefslogtreecommitdiffstats
path: root/src/network/tc/tclass.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* network/tclass: do not save tclass to Link before it is configuredYu Watanabe2024-09-021-1/+1
* network/tclass: make tclass_drop() staticYu Watanabe2024-09-021-1/+0
* network/tclass: introduce tclass_ref() and tclass_unref()Yu Watanabe2024-09-021-2/+5
* network/tc: Avoid concurrent set modification in tclass_drop()/qdisc_drop()Daan De Meyer2024-05-011-0/+2
* network/tc: fix enumeration logic of traffic control classesYu Watanabe2023-10-071-0/+1
* network/tc: drop child tree of traffic control nodes on removeYu Watanabe2023-10-071-0/+2
* network: re-design request queueYu Watanabe2022-03-111-5/+0
* network: make request_process_address() and friends take Link and correspondi...Yu Watanabe2022-03-111-1/+1
* network: traffic control: drop meta from QDisc and TClassYu Watanabe2022-02-261-14/+9
* network: tc: introduce order dependency of traffic controlYu Watanabe2022-02-091-0/+2
* network: tc: use request queue to configure traffic controlYu Watanabe2022-02-091-0/+2
* network: tc: monitor qdisc and tclassYu Watanabe2022-02-091-1/+12
* network: rename NetworkConfigSection -> ConfigSectionYu Watanabe2022-01-191-2/+2
* tree-wide: return NULL from freeing functionsZbigniew Jędrzejewski-Szmek2021-02-161-1/+1
* tree-wide: use -EINVAL for enum invalid valuesZbigniew Jędrzejewski-Szmek2021-02-101-1/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* network: tc: introduce [QuickFairQueueingClass] sectionYu Watanabe2020-06-031-0/+2
* network: tc: introduce DRR classYu Watanabe2020-03-121-0/+2
* network: introduce struct TClass to prepare for supporting tc classYu Watanabe2020-03-021-0/+67