aboutsummaryrefslogtreecommitdiffstats
path: root/tc/q_fq_codel.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12tc: make qdisc_util arg constStephen Hemminger1-3/+3
2023-01-14tc: replace GPL-BSD boilerplate in codel and fqStephen Hemminger1-31/+1
2021-12-13tc: Add support for ce_threshold_value/mask in fq_codelToke Høiland-Jørgensen1-0/+40
2020-12-09lib: Move sprint_size() from tc here, add print_size()Petr Machata1-3/+2
2020-04-27tc: fq_codel: add drop_batch parameterEric Dumazet1-1/+18
2020-04-20tc: fq_codel: fix class stat deficit is signed intBenjamin Lee1-1/+1
2020-01-02Merge branch 'master' into nextDavid Ahern1-2/+2
2019-12-29tc: fq_codel: fix missing statistic in JSON outputLeslie Monis1-2/+2
2019-12-11tc: do not output newline in oneline modeStephen Hemminger1-1/+2
2019-05-20treewide: refactor help messagesMatteo Croce1-5/+6
2018-03-13tc: Add JSON output of fq_codel statsToke Høiland-Jørgensen1-17/+32
2018-03-13tc: Add missing documentation for codel and fq_codel parametersToke Høiland-Jørgensen1-0/+1
2018-02-02treewide: Use addattr_nest()/addattr_nest_end() to handle nested attributesSerhey Popovych1-3/+2
2017-11-26tc: jsonify fq_codel qdiscJiri Pirko1-9/+16
2017-11-24tc: B.W limits can now be specified in %.Nishanth Devarajan1-1/+1
2017-11-12drop unneeded include of syslog.hStephen Hemminger1-1/+0
2016-07-20Use C99 style initializers everywherePhil Sutter1-2/+1
2016-06-08fq_codel: add per queue memory limitEric Dumazet1-0/+22
2016-03-21tc: code cleanupStephen Hemminger1-13/+15
2016-03-21tc: q_{codel,fq_codel}: add missing space in help textLuca Lemmo1-1/+1
2015-05-21codel: add ce_threshold support to codel & fc_codelEric Dumazet1-5/+26
2012-05-22fq_codel: Fair Queue Codel AQMEric Dumazet1-0/+232