summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_qfq.c
Commit message (Expand)AuthorAgeFilesLines
* net: sch: api: add extack support in qdisc_create_dfltAlexander Aring2017-12-211-4/+4
* net: sch: api: add extack support in tcf_block_getAlexander Aring2017-12-211-1/+1
* net: sched: sch: add extack for graft callbackAlexander Aring2017-12-211-1/+2
* net: sched: sch: add extack for block callbackAlexander Aring2017-12-211-1/+2
* net: sched: sch: add extack to change classAlexander Aring2017-12-211-1/+2
* net: sched: sch: add extack for init callbackAlexander Aring2017-12-211-1/+2
* net: sched: mark expected switch fall-throughsGustavo A. R. Silva2017-10-221-0/+1
* net: sched: store Qdisc pointer in struct blockJiri Pirko2017-10-161-1/+1
* sched: Use __qdisc_drop instead of kfree_skb in sch_prio and sch_qfqGao Feng2017-09-061-1/+1
* net_sched: remove tc class reference countingWANG Cong2017-08-251-25/+5
* net_sched: call qlen_notify only if child qdisc is emptyKonstantin Khlebnikov2017-08-161-2/+1
* net: sched: introduce a TRAP control actionJiri Pirko2017-06-061-0/+1
* net: sched: introduce tcf block infractructureJiri Pirko2017-05-171-5/+9
* net: sched: move tc_classify function to cls_api.cJiri Pirko2017-05-171-1/+1
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-1/+2
* net: sched: make default fifo qdiscs appear in the dumpJiri Kosina2017-03-121-0/+2
* net_sched: gen_estimator: complete rewrite of rate estimatorsEric Dumazet2016-12-051-4/+4
* sch_qfq: keep backlog updated with qlenWANG Cong2016-09-231-0/+3
* net_sched: drop packets after root qdisc lock is releasedEric Dumazet2016-06-251-3/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-101-2/+4
|\
| * qfq: don't leak skb if kzalloc failsFlorian Westphal2016-06-081-2/+4
* | sched: remove qdisc->dropFlorian Westphal2016-06-081-47/+0
* | net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet2016-06-071-3/+6
|/
* net_sched: update hierarchical backlog tooWANG Cong2016-02-291-1/+2
* net_sched: introduce qdisc_replace() helperWANG Cong2016-02-291-5/+1
* net: sched: consolidate tc_classify{,_compat}Daniel Borkmann2015-08-271-1/+1
* pkt_sched: sch_qfq: remove unused member of struct qfq_schedAndrea Parri2015-07-151-1/+0
* pkt_sched: sch_qfq: remove redundant -if- control statementAndrea Parri2015-06-211-2/+1
* net: sched: enable per cpu qstatsJohn Fastabend2014-09-301-1/+2
* net: sched: restrict use of qstats qlenJohn Fastabend2014-09-301-2/+1
* net: sched: implement qstat helper routinesJohn Fastabend2014-09-301-2/+2
* net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend2014-09-301-3/+5
* net: rcu-ify tcf_protoJohn Fastabend2014-09-131-3/+6
* pkt_sched: sch_qfq: remove a source of high packet delay/jitterPaolo Valente2013-07-181-29/+56
* pkt_sched: sch_qfq: remove forward declaration of qfq_update_agg_tsPaolo Valente2013-07-111-63/+55
* pkt_sched: sch_qfq: improve efficiency of make_eligiblePaolo Valente2013-07-111-1/+8
* net_sched: add 64bit rate estimatorsEric Dumazet2013-06-111-1/+1
* pkt_sched: sch_qfq: remove a useless invocation of qfq_update_eligiblePaolo Valente2013-03-061-2/+0
* pkt_sched: sch_qfq: do not allow virtual time to jump if an aggregate is in s...Paolo Valente2013-03-061-1/+2
* pkt_sched: sch_qfq: prevent budget from wrapping around after a dequeuePaolo Valente2013-03-061-1/+9
* pkt_sched: sch_qfq: serve activated aggregates immediately if the scheduler i...Paolo Valente2013-03-061-14/+22
* pkt_sched: sch_qfq: fix the update of eligible-group setsPaolo Valente2013-03-061-1/+1
* pkt_sched: sch_qfq: properly cap timestamps in charge_actual_servicePaolo Valente2013-03-061-2/+11
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-10/+6
* pkt_sched: QFQ Plus: fair-queueing service at DRR costPaolo Valente2012-11-281-264/+566
* pkt_sched: enable QFQ to support TSO/GSOPaolo Valente2012-11-071-30/+79
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-281-1/+4
|\
| * pkt_sched: fix virtual-start-time update in QFQPaolo Valente2012-09-191-1/+4
* | pkt_sched: Fix warning false positives.David S. Miller2012-09-271-1/+1
|/
* sched: add missing group change to qfq_change_classPaolo Valente2012-08-081-26/+69
OpenPOWER on IntegriCloud