summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_fq_codel.c
Commit message (Expand)AuthorAgeFilesLines
* net_sched: return nla_nest_end() instead of skb->lenYang Yingliang2014-03-131-2/+1Star
* net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane2014-01-151-1/+1
* net: fq_codel: Fix off-by-one errorVijay Subramanian2013-03-291-1/+1
* fq_codel: dont reinit flow stateEric Dumazet2012-09-031-1/+1
* fq_codel: should use qdisc backlog as thresholdEric Dumazet2012-05-161-2/+3
* net: codel: fix build errorsSasha Levin2012-05-141-4/+5
* fq_codel: Fair Queue Codel AQMEric Dumazet2012-05-121-0/+624