summaryrefslogtreecommitdiff
path: root/tc/q_fq_codel.c
Commit message (Expand)AuthorAgeFilesLines
* tc: replace GPL-BSD boilerplate in codel and fqStephen Hemminger2023-01-141-31/+1
* tc: Add support for ce_threshold_value/mask in fq_codelToke Høiland-Jørgensen2021-12-131-0/+40
* lib: Move sprint_size() from tc here, add print_size()Petr Machata2020-12-091-3/+2
* tc: fq_codel: add drop_batch parameterEric Dumazet2020-04-271-1/+18
* tc: fq_codel: fix class stat deficit is signed intBenjamin Lee2020-04-201-1/+1
* Merge branch 'master' into nextDavid Ahern2020-01-021-2/+2
|\
| * tc: fq_codel: fix missing statistic in JSON outputLeslie Monis2019-12-291-2/+2
* | tc: do not output newline in oneline modeStephen Hemminger2019-12-111-1/+2
|/
* treewide: refactor help messagesMatteo Croce2019-05-201-5/+6
* tc: Add JSON output of fq_codel statsToke Høiland-Jørgensen2018-03-131-17/+32
* tc: Add missing documentation for codel and fq_codel parametersToke Høiland-Jørgensen2018-03-131-0/+1
* treewide: Use addattr_nest()/addattr_nest_end() to handle nested attributesSerhey Popovych2018-02-021-3/+2
* tc: jsonify fq_codel qdiscJiri Pirko2017-11-261-9/+16
* tc: B.W limits can now be specified in %.Nishanth Devarajan2017-11-241-1/+1
* drop unneeded include of syslog.hStephen Hemminger2017-11-121-1/+0
* Use C99 style initializers everywherePhil Sutter2016-07-201-2/+1
* fq_codel: add per queue memory limitEric Dumazet2016-06-081-0/+22
* tc: code cleanupStephen Hemminger2016-03-211-13/+15
* tc: q_{codel,fq_codel}: add missing space in help textLuca Lemmo2016-03-211-1/+1
* codel: add ce_threshold support to codel & fc_codelEric Dumazet2015-05-211-5/+26
* fq_codel: Fair Queue Codel AQMEric Dumazet2012-05-221-0/+232