summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_fq.c
Commit message (Expand)AuthorAgeFilesLines
* pkt_sched: fq: do not accept silly TCA_FQ_QUANTUMEric Dumazet2020-04-281-1/+1
* pkt_sched: fq: avoid hang when quantum 0Kenneth Klette Jonassen2020-04-281-2/+8
* net_sched: fq: take care of throttled flows before reuseEric Dumazet2018-10-211-12/+25
* pkt_sched: fq: use proper locking in fq_dump_stats()Eric Dumazet2017-02-231-14/+18
* net_sched: update hierarchical backlog tooWANG Cong2016-08-221-1/+3
* net: use the new API kvfree()WANG Cong2014-06-051-4/+1
* net_sched: return nla_nest_end() instead of skb->lenYang Yingliang2014-03-131-2/+1
* pkt_sched: fq: do not hold qdisc lock while allocating memoryEric Dumazet2014-03-081-6/+15
* net: Change skb_get_rxhash to skb_get_hashTom Herbert2013-12-171-1/+1
* pkt_sched: fq: more robust memory allocationEric Dumazet2013-12-171-6/+28
* pkt_sched: fq: fix pacing for small framesEric Dumazet2013-11-151-4/+18
* pkt_sched: fq: warn users using defrateEric Dumazet2013-11-151-6/+4
* pkt_sched: fq: change classification of control packetsMaciej Żenczykowski2013-11-141-7/+1
* pkt_sched: fq: clear time_next_packet for reused flowsEric Dumazet2013-10-281-0/+1
* pkt_sched: fq: fix non TCP flows pacingEric Dumazet2013-10-081-11/+9
* pkt_sched: fq: fix typo for initial_quantumEric Dumazet2013-10-081-1/+1
* pkt_sched: fq: rate limiting improvementsEric Dumazet2013-10-011-19/+26
* pkt_sched: fq: qdisc dismantle fixesEric Dumazet2013-09-301-20/+37
* pkt_sched: fq: prefetch() fixEric Dumazet2013-08-301-1/+2
* pkt_sched: fq: Fair Queue packet schedulerEric Dumazet2013-08-291-0/+792