summaryrefslogtreecommitdiff
path: root/src/network/tc
Commit message (Expand)AuthorAgeFilesLines
* network/tc: rename settings in log messages tooMike Yuan2023-05-101-3/+3
* network: tc-cake: add support to specify ACK filterYu Watanabe2022-11-192-0/+77
* network: tc-cake: add support to specify RTTYu Watanabe2022-11-172-1/+66
* basic: rename util.h to logarithm.hZbigniew Jędrzejewski-Szmek2022-11-082-1/+1
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-1320-102/+51
* network/teql: wait for corresponding teql interface to be availableYu Watanabe2022-08-091-0/+16
* network/qdisc: introduce is_ready() in qdisc vtableYu Watanabe2022-08-092-3/+11
* network: re-design request queueYu Watanabe2022-03-114-24/+22
* network: introduce request_call_netlink_async()Yu Watanabe2022-03-112-26/+12
* network: make request_process_address() and friends take Link and correspondi...Yu Watanabe2022-03-114-12/+8
* network: tc: assign netlink handlers into Request objectYu Watanabe2022-03-112-8/+10
* network: traffic control: drop detailed log messagesYu Watanabe2022-02-262-14/+14
* network: traffic control: drop meta from QDisc and TClassYu Watanabe2022-02-268-344/+171
* tree-wide: some coccinelle fixesLennart Poettering2022-02-161-2/+1
* network: tc: use hashmap to store traffic control settings in .network filesYu Watanabe2022-02-093-8/+8
* network: tc: introduce order dependency of traffic controlYu Watanabe2022-02-094-2/+77
* network: tc: use request queue to configure traffic controlYu Watanabe2022-02-096-14/+224
* network: tc/teql: set tca_kind in verify()Yu Watanabe2022-02-093-34/+12
* network: tc: monitor qdisc and tclassYu Watanabe2022-02-096-19/+526
* sd-netlink: unify sd_rtnl_message_new_qdisc() and sd_rtnl_message_new_tclass()Yu Watanabe2022-02-092-18/+4
* network: coding style fixesYu Watanabe2022-02-092-4/+4
* network: tc: drop unnecessary conditionsYu Watanabe2022-02-092-14/+8
* network: tc: drop unused QDisc::family elementYu Watanabe2022-02-092-5/+1
* network: rename NetworkConfigSection -> ConfigSectionYu Watanabe2022-01-194-12/+12
* network: move logging from qdisc_configure()/tclass_configure() to the callerZbigniew Jędrzejewski-Szmek2022-01-053-14/+14
* network: move logging from tc .fill_message to the callersZbigniew Jędrzejewski-Szmek2022-01-0519-180/+175
* network: cake: fix copy-and-paste errorYu Watanabe2021-11-101-1/+1
* network: tc/cake: introduce UseRawPacketSize= settingYu Watanabe2021-11-092-0/+11
* network: tc/cake: introduce SplitGSO= settingYu Watanabe2021-11-092-0/+10
* network: tc/cake: introduce Wash= settingYu Watanabe2021-11-092-0/+12
* network: tc/cake: introduce FirewallMark= settingYu Watanabe2021-11-092-0/+67
* network: tc/cake: introduce PriorityQueueingProfile= settingYu Watanabe2021-11-092-0/+84
* network: tc/cake: introduce MPUBytes= settingYu Watanabe2021-11-092-0/+67
* network: tc/cake: introduce NAT= settingYu Watanabe2021-11-092-0/+10
* network: tc/cake: introduce FlowIsolationMode= settingYu Watanabe2021-11-092-0/+90
* network: tc/cake: introduce CompensationMode= settingYu Watanabe2021-11-092-0/+81
* network: tc/cake: do not pass 0 if OverheadBytes= is not specifiedYu Watanabe2021-11-092-4/+8
* network: tc/cake: introduce AutoRateIngress= settingYu Watanabe2021-11-092-1/+82
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-039-19/+19
* util: move percent/permille/permyriad parser into percent-util.[ch]Lennart Poettering2021-02-181-0/+1
* tree-wide: parse permyriads wherever we canLennart Poettering2021-02-181-4/+4
* tree-wide: return NULL from freeing functionsZbigniew Jędrzejewski-Szmek2021-02-164-8/+8
* tree-wide: use -EINVAL for enum invalid valuesZbigniew Jędrzejewski-Szmek2021-02-103-3/+3
* network: tc use TAKE_PTRSusant Sahani2021-01-176-16/+16
* network: Use ordered_hashmap_ensure_put (#18233)Susant Sahani2021-01-172-10/+2
* network: tc - use TAKE_PTR (#18266)Susant Sahani2021-01-1710-39/+39
* 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-0944-44/+44
* tree-wide: assorted coccinelle fixesFrantisek Sumsal2020-10-092-4/+2
* network: rename network_verify_xxx() -> network_drop_invalid_xxx()Yu Watanabe2020-10-072-2/+2