summaryrefslogtreecommitdiffstats
path: root/src/network/tc/tc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* network: traffic control: drop meta from QDisc and TClassYu Watanabe2022-02-261-189/+12
* tree-wide: some coccinelle fixesLennart Poettering2022-02-161-2/+1
* network: tc: use hashmap to store traffic control settings in .network filesYu Watanabe2022-02-091-2/+2
* network: tc: use request queue to configure traffic controlYu Watanabe2022-02-091-11/+65
* network: tc: monitor qdisc and tclassYu Watanabe2022-02-091-0/+77
* network: coding style fixesYu Watanabe2022-02-091-2/+2
* network: move logging from qdisc_configure()/tclass_configure() to the callerZbigniew Jędrzejewski-Szmek2022-01-051-1/+1
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-3/+3
* network: do not configure static configs more than once simultaneouslyYu Watanabe2020-12-111-1/+8
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* network: rename network_verify_xxx() -> network_drop_invalid_xxx()Yu Watanabe2020-10-061-1/+1
* network: introduce network_verify_traffic_control()Yu Watanabe2020-10-061-1/+12
* network: move link_configure_traffic_control()Yu Watanabe2020-10-061-1/+22
* network: introduce struct TClass to prepare for supporting tc classYu Watanabe2020-03-021-0/+8
* network: introduce TrafficControlKind to prepare for supporting tc classYu Watanabe2020-03-021-0/+41