aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_qfq.c
AgeCommit message (Expand)Author
2023-09-23net: sched: sch_qfq: Fix UAF in qfq_dequeue()valis
2023-08-11net/sched: sch_qfq: account for stab overhead in qfq_enqueuePedro Tammela
2023-04-26net: sched: sch_qfq: prevent slab-out-of-bounds in qfq_activate_aggGwangun Jung
2022-01-11sch_qfq: prevent shift-out-of-bounds in qfq_init_qdiscEric Dumazet
2021-12-14net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov
2021-07-20pkt_sched: sch_qfq: fix qfq_change_class() error pathEric Dumazet
2017-12-21net: sch: api: add extack support in qdisc_create_dfltAlexander Aring
2017-12-21net: sch: api: add extack support in tcf_block_getAlexander Aring
2017-12-21net: sched: sch: add extack for graft callbackAlexander Aring
2017-12-21net: sched: sch: add extack for block callbackAlexander Aring
2017-12-21net: sched: sch: add extack to change classAlexander Aring
2017-12-21net: sched: sch: add extack for init callbackAlexander Aring
2017-10-22net: sched: mark expected switch fall-throughsGustavo A. R. Silva
2017-10-16net: sched: store Qdisc pointer in struct blockJiri Pirko
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