summaryrefslogtreecommitdiffstats
path: root/src/network/tc/qdisc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* network: Add support for mq qdiscDaan De Meyer2024-09-041-0/+1
* network: Add support for multiq qdiscDaan De Meyer2024-09-041-0/+1
* network/qdisc: do not save qdisc to Link before it is configuredYu Watanabe2024-09-021-52/+63
* network/qdisc: make qdisc_drop() staticYu Watanabe2024-09-021-3/+1
* network/qdisc: skip requesting qdisc if it is already requestedYu Watanabe2024-09-021-0/+27
* network/qdisc: introduce qdisc_ref() and qdisc_unref()Yu Watanabe2024-09-021-30/+73
* network/tc: Avoid concurrent set modification in tclass_drop()/qdisc_drop()Daan De Meyer2024-05-011-17/+37
* network/tc: fix stack overflow when dropping tclass or qdiscYu Watanabe2024-04-131-0/+6
* siphash24: introduce siphash24_compress_typesafe() macroYu Watanabe2023-12-251-2/+2
* network/tc: support Parent=X:0 for qdiscsYu Watanabe2023-10-071-9/+10
* network/tc: allow to configure class or qdisc under foreign oneYu Watanabe2023-10-071-3/+0
* network/tc: re-enumerate traffic control classes when a qdisc createdYu Watanabe2023-10-071-0/+8
* network/tc: drop child tree of traffic control nodes on removeYu Watanabe2023-10-071-8/+30
* network/tc: align vtablesYu Watanabe2023-10-071-20/+20
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-4/+2
* network/qdisc: introduce is_ready() in qdisc vtableYu Watanabe2022-08-091-3/+10
* network: re-design request queueYu Watanabe2022-03-111-7/+11
* network: introduce request_call_netlink_async()Yu Watanabe2022-03-111-13/+6
* network: make request_process_address() and friends take Link and correspondi...Yu Watanabe2022-03-111-5/+3
* network: tc: assign netlink handlers into Request objectYu Watanabe2022-03-111-4/+5
* network: traffic control: drop detailed log messagesYu Watanabe2022-02-261-7/+7
* network: traffic control: drop meta from QDisc and TClassYu Watanabe2022-02-261-45/+73
* network: tc: use hashmap to store traffic control settings in .network filesYu Watanabe2022-02-091-3/+3
* network: tc: introduce order dependency of traffic controlYu Watanabe2022-02-091-1/+42
* network: tc: use request queue to configure traffic controlYu Watanabe2022-02-091-1/+75
* network: tc/teql: set tca_kind in verify()Yu Watanabe2022-02-091-17/+5
* network: tc: monitor qdisc and tclassYu Watanabe2022-02-091-0/+192
* sd-netlink: unify sd_rtnl_message_new_qdisc() and sd_rtnl_message_new_tclass()Yu Watanabe2022-02-091-9/+2
* network: tc: drop unnecessary conditionsYu Watanabe2022-02-091-9/+5
* network: tc: drop unused QDisc::family elementYu Watanabe2022-02-091-4/+1
* network: rename NetworkConfigSection -> ConfigSectionYu Watanabe2022-01-191-4/+4
* network: move logging from qdisc_configure()/tclass_configure() to the callerZbigniew Jędrzejewski-Szmek2022-01-051-7/+7
* network: move logging from tc .fill_message to the callersZbigniew Jędrzejewski-Szmek2022-01-051-1/+1
* tree-wide: return NULL from freeing functionsZbigniew Jędrzejewski-Szmek2021-02-161-3/+3
* network: Use ordered_hashmap_ensure_put (#18233)Susant Sahani2021-01-171-5/+1
* network: tc - use TAKE_PTR (#18266)Susant Sahani2021-01-161-3/+3
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* network: TC - introduce fq pieSusant Sahani2020-09-171-0/+1
* network: downgrade log level in conf parsersYu Watanabe2020-07-161-6/+16
* network: fix memleakYu Watanabe2020-07-071-1/+1
* network: tc: introduce Enhanced Transmission Selection (ETS)Yu Watanabe2020-06-181-0/+1
* network: tc: introduce Quick Fair Queueing (QFQ)Susant Sahani2020-06-031-0/+1
* network: TC - introduce HHFSusant Sahani2020-03-121-0/+1
* network: TC - introduce pfifo_fastSusant Sahani2020-03-121-0/+1
* network: TC - introduce pfifo_head_dropSusant Sahani2020-03-121-0/+1
* network: TC - introduce BFIFOSusant Sahani2020-03-121-0/+1
* network: TC - introduce DRRSusant Sahani2020-03-121-0/+1
* network: tc- introduce PIESusant Sahani2020-03-121-0/+1
* network: tc: introduce cakeSusant Sahani2020-03-021-0/+1
* network: TC introduce sfb - Stochastic Fair BlueSusant Sahani2020-03-021-0/+1