summaryrefslogtreecommitdiff
path: root/src/network/tc
Commit message (Expand)AuthorAgeFilesLines
* 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
* network: introduce network_verify_traffic_control()Yu Watanabe2020-10-072-2/+13
* network: move link_configure_traffic_control()Yu Watanabe2020-10-072-2/+23
* network: tc: refuse to set 0 for FlowQueuePIE.PacketLimit=Yu Watanabe2020-09-171-1/+9
* network: TC - introduce fq pieSusant Sahani2020-09-174-0/+115
* network: downgrade log level in conf parsersYu Watanabe2020-07-1719-192/+304
* network: drop doubled white spaceYu Watanabe2020-07-151-2/+2
* network: fix memleakYu Watanabe2020-07-072-2/+2
* network: tc: fix n_prio bounds checkVito Caputo2020-07-061-1/+1
* network: tc: rename several settings which take size in bytesYu Watanabe2020-07-028-26/+84
* Merge pull request #16093 from yuwata/network-htb-add-settings-15213Lennart Poettering2020-06-244-33/+244
|\
| * network: tc: add more settings for HTBYu Watanabe2020-06-174-33/+244
* | network: tc: introduce Enhanced Transmission Selection (ETS)Yu Watanabe2020-06-194-0/+366
|/
* network: tc: introduce [QuickFairQueueingClass] sectionYu Watanabe2020-06-034-0/+177
* network: tc: introduce Quick Fair Queueing (QFQ)Susant Sahani2020-06-034-0/+25
* network: rename type name to ProportionalIntegralControllerEnhancedYu Watanabe2020-03-122-6/+6
* network: TC - introduce HHFSusant Sahani2020-03-124-0/+116
* network: TC - introduce pfifo_fastSusant Sahani2020-03-124-0/+9
* network: TC - introduce pfifo_head_dropSusant Sahani2020-03-124-3/+24
* network: TC - introduce BFIFOSusant Sahani2020-03-124-3/+83
* network: tc: introduce DRR classYu Watanabe2020-03-124-0/+110
* network: TC - introduce DRRSusant Sahani2020-03-124-0/+24
* network: tc- introduce PIESusant Sahani2020-03-124-0/+115
* network: tc: introduce cakeSusant Sahani2020-03-024-0/+182
* network: TC introduce sfb - Stochastic Fair BlueSusant Sahani2020-03-024-0/+126
* network: TC introduce GRED, Generic Random Early DetectionSusant Sahani2020-03-024-0/+216
* network: TC introduce PFIFOSusant Sahani2020-03-024-0/+107