summaryrefslogtreecommitdiff
path: root/net/sched/sch_qfq.c
AgeCommit message (Expand)Author
2017-09-06sched: Use __qdisc_drop instead of kfree_skb in sch_prio and sch_qfqGao Feng
2017-08-25net_sched: remove tc class reference countingWANG Cong
2017-08-16net_sched: call qlen_notify only if child qdisc is emptyKonstantin Khlebnikov
2017-06-06net: sched: introduce a TRAP control actionJiri Pirko
2017-05-17net: sched: introduce tcf block infractructureJiri Pirko
2017-05-17net: sched: move tc_classify function to cls_api.cJiri Pirko
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-03-12net: sched: make default fifo qdiscs appear in the dumpJiri Kosina
2016-12-05net_sched: gen_estimator: complete rewrite of rate estimatorsEric Dumazet
2016-09-23sch_qfq: keep backlog updated with qlenWANG Cong
2016-06-25net_sched: drop packets after root qdisc lock is releasedEric Dumazet
2016-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-06-08sched: remove qdisc->dropFlorian Westphal
2016-06-08qfq: don't leak skb if kzalloc failsFlorian Westphal
2016-06-07net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet
2016-02-29net_sched: update hierarchical backlog tooWANG Cong
2016-02-29net_sched: introduce qdisc_replace() helperWANG Cong
2015-08-27net: sched: consolidate tc_classify{,_compat}Daniel Borkmann
2015-07-15pkt_sched: sch_qfq: remove unused member of struct qfq_schedAndrea Parri
2015-06-21pkt_sched: sch_qfq: remove redundant -if- control statementAndrea Parri
2014-09-30net: sched: enable per cpu qstatsJohn Fastabend
2014-09-30net: sched: restrict use of qstats qlenJohn Fastabend
2014-09-30net: sched: implement qstat helper routinesJohn Fastabend
2014-09-30net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend
2014-09-13net: rcu-ify tcf_protoJohn Fastabend
2013-07-18pkt_sched: sch_qfq: remove a source of high packet delay/jitterPaolo Valente
2013-07-11pkt_sched: sch_qfq: remove forward declaration of qfq_update_agg_tsPaolo Valente
2013-07-11pkt_sched: sch_qfq: improve efficiency of make_eligiblePaolo Valente
2013-06-11net_sched: add 64bit rate estimatorsEric Dumazet
2013-03-06pkt_sched: sch_qfq: remove a useless invocation of qfq_update_eligiblePaolo Valente
2013-03-06pkt_sched: sch_qfq: do not allow virtual time to jump if an aggregate is in s...Paolo Valente
2013-03-06pkt_sched: sch_qfq: prevent budget from wrapping around after a dequeuePaolo Valente
2013-03-06pkt_sched: sch_qfq: serve activated aggregates immediately if the scheduler i...Paolo Valente
2013-03-06pkt_sched: sch_qfq: fix the update of eligible-group setsPaolo Valente
2013-03-06pkt_sched: sch_qfq: properly cap timestamps in charge_actual_servicePaolo Valente
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2012-11-28pkt_sched: QFQ Plus: fair-queueing service at DRR costPaolo Valente
2012-11-07pkt_sched: enable QFQ to support TSO/GSOPaolo Valente
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-09-27pkt_sched: Fix warning false positives.David S. Miller
2012-09-19pkt_sched: fix virtual-start-time update in QFQPaolo Valente
2012-08-08sched: add missing group change to qfq_change_classPaolo Valente
2012-04-01pkt_sched: Stop using NLA_PUT*().David S. Miller
2012-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-01-03sch_qfq: accurate wsum handlingEric Dumazet
2012-01-03sch_qfq: fix overflow in qfq_update_start()Eric Dumazet
2011-04-04pkt_sched: QFQ - quick fair queue schedulerstephen hemminger