aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/codel.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-25codel: split into multiple filesMichal Kazior1-223/+0
2016-04-25codel: generalize the implementationMichal Kazior1-25/+39
2016-02-29net_sched: update hierarchical backlog tooWANG Cong1-0/+4
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+7
2015-05-10codel: add ce_threshold attributeEric Dumazet1-1/+11
2015-05-03codel: fix maxpacket/mtu confusionEric Dumazet1-3/+7
2014-08-22net: use ktime_get_ns() and ktime_get_real_ns() helpersEric Dumazet1-1/+1
2014-01-21net: introduce reciprocal_scale helper and convert usersDaniel Borkmann1-3/+1
2013-11-04net: codel: Avoid undefined behavior from signed overflowJesper Dangaard Brouer1-4/+15
2012-08-10codel: refine one condition to avoid a nul rec_inv_sqrtEric Dumazet1-2/+6
2012-05-16fq_codel: should use qdisc backlog as thresholdEric Dumazet1-8/+7
2012-05-14codel: use u16 field instead of 31bits for rec_inv_sqrtEric Dumazet1-10/+15
2012-05-12codel: use Newton method instead of sqrt() and dividesEric Dumazet1-31/+37
2012-05-10codel: Controlled Delay AQMEric Dumazet1-0/+332