summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_fq.c
Commit message (Expand)AuthorAgeFilesLines
* net: sched: avoid costly atomic operation in fq_dequeue()Eric Dumazet2014-10-061-4/+2
* net: sched: implement qstat helper routinesJohn Fastabend2014-09-301-2/+2
* net: use ktime_get_ns() and ktime_get_real_ns() helpersEric Dumazet2014-08-221-2/+2
* 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
OpenPOWER on IntegriCloud