aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/codel.h
AgeCommit message (Expand)Author
2016-04-25codel: split into multiple filesMichal Kazior
2016-04-25codel: generalize the implementationMichal Kazior
2016-02-29net_sched: update hierarchical backlog tooWANG Cong
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-05-10codel: add ce_threshold attributeEric Dumazet
2015-05-03codel: fix maxpacket/mtu confusionEric Dumazet
2014-08-22net: use ktime_get_ns() and ktime_get_real_ns() helpersEric Dumazet
2014-01-21net: introduce reciprocal_scale helper and convert usersDaniel Borkmann
2013-11-04net: codel: Avoid undefined behavior from signed overflowJesper Dangaard Brouer
2012-08-10codel: refine one condition to avoid a nul rec_inv_sqrtEric Dumazet
2012-05-16fq_codel: should use qdisc backlog as thresholdEric Dumazet
2012-05-14codel: use u16 field instead of 31bits for rec_inv_sqrtEric Dumazet
2012-05-12codel: use Newton method instead of sqrt() and dividesEric Dumazet
2012-05-10codel: Controlled Delay AQMEric Dumazet