summaryrefslogtreecommitdiffstats
path: root/include/net/codel.h
Commit message (Expand)AuthorAgeFilesLines
* codel: split into multiple filesMichal Kazior2016-04-251-223/+0
* codel: generalize the implementationMichal Kazior2016-04-251-25/+39
* net_sched: update hierarchical backlog tooWANG Cong2016-02-291-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-131-3/+7
|\
| * codel: fix maxpacket/mtu confusionEric Dumazet2015-05-031-3/+7
* | codel: add ce_threshold attributeEric Dumazet2015-05-101-1/+11
|/
* net: use ktime_get_ns() and ktime_get_real_ns() helpersEric Dumazet2014-08-221-1/+1
* net: introduce reciprocal_scale helper and convert usersDaniel Borkmann2014-01-211-3/+1
* net: codel: Avoid undefined behavior from signed overflowJesper Dangaard Brouer2013-11-041-4/+15
* codel: refine one condition to avoid a nul rec_inv_sqrtEric Dumazet2012-08-101-2/+6
* fq_codel: should use qdisc backlog as thresholdEric Dumazet2012-05-161-8/+7
* codel: use u16 field instead of 31bits for rec_inv_sqrtEric Dumazet2012-05-141-10/+15
* codel: use Newton method instead of sqrt() and dividesEric Dumazet2012-05-121-31/+37
* codel: Controlled Delay AQMEric Dumazet2012-05-101-0/+332