aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_qfq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-2/+2
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-1/+1
2019-04-01net: sched: introduce and use qdisc tree flush/purge helpersPaolo Abeni1-10/+1
2019-04-01net: sched: introduce and use qstats read helpersPaolo Abeni1-2/+1
2019-01-15sched: Fix detection of empty queues in child qdiscsToke Høiland-Jørgensen1-1/+3
2019-01-15sched: Avoid dereferencing skb pointer after child enqueueToke Høiland-Jørgensen1-7/+9
2018-09-25net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov1-2/+2
2017-12-21net: sch: api: add extack support in qdisc_create_dfltAlexander Aring1-4/+4
2017-12-21net: sch: api: add extack support in tcf_block_getAlexander Aring1-1/+1
2017-12-21net: sched: sch: add extack for graft callbackAlexander Aring1-1/+2
2017-12-21net: sched: sch: add extack for block callbackAlexander Aring1-1/+2
2017-12-21net: sched: sch: add extack to change classAlexander Aring1-1/+2
2017-12-21net: sched: sch: add extack for init callbackAlexander Aring1-1/+2
2017-10-22net: sched: mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2017-10-16net: sched: store Qdisc pointer in struct blockJiri Pirko1-1/+1
2017-09-06sched: Use __qdisc_drop instead of kfree_skb in sch_prio and sch_qfqGao Feng1-1/+1
2017-08-25net_sched: remove tc class reference countingWANG Cong1-25/+5
2017-08-16net_sched: call qlen_notify only if child qdisc is emptyKonstantin Khlebnikov1-2/+1
2017-06-06net: sched: introduce a TRAP control actionJiri Pirko1-0/+1
2017-05-17net: sched: introduce tcf block infractructureJiri Pirko1-5/+9
2017-05-17net: sched: move tc_classify function to cls_api.cJiri Pirko1-1/+1
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-1/+2
2017-03-12net: sched: make default fifo qdiscs appear in the dumpJiri Kosina1-0/+2
2016-12-05net_sched: gen_estimator: complete rewrite of rate estimatorsEric Dumazet1-4/+4
2016-09-23sch_qfq: keep backlog updated with qlenWANG Cong1-0/+3
2016-06-25net_sched: drop packets after root qdisc lock is releasedEric Dumazet1-3/+4
2016-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2016-06-08sched: remove qdisc->dropFlorian Westphal1-47/+0
2016-06-08qfq: don't leak skb if kzalloc failsFlorian Westphal1-2/+4
2016-06-07net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet1-3/+6
2016-02-29net_sched: update hierarchical backlog tooWANG Cong1-1/+2
2016-02-29net_sched: introduce qdisc_replace() helperWANG Cong1-5/+1
2015-08-27net: sched: consolidate tc_classify{,_compat}Daniel Borkmann1-1/+1
2015-07-15pkt_sched: sch_qfq: remove unused member of struct qfq_schedAndrea Parri1-1/+0
2015-06-21pkt_sched: sch_qfq: remove redundant -if- control statementAndrea Parri1-2/+1
2014-09-30net: sched: enable per cpu qstatsJohn Fastabend1-1/+2
2014-09-30net: sched: restrict use of qstats qlenJohn Fastabend1-2/+1
2014-09-30net: sched: implement qstat helper routinesJohn Fastabend1-2/+2
2014-09-30net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend1-3/+5
2014-09-13net: rcu-ify tcf_protoJohn Fastabend1-3/+6
2013-07-18pkt_sched: sch_qfq: remove a source of high packet delay/jitterPaolo Valente1-29/+56
2013-07-11pkt_sched: sch_qfq: remove forward declaration of qfq_update_agg_tsPaolo Valente1-63/+55
2013-07-11pkt_sched: sch_qfq: improve efficiency of make_eligiblePaolo Valente1-1/+8
2013-06-11net_sched: add 64bit rate estimatorsEric Dumazet1-1/+1
2013-03-06pkt_sched: sch_qfq: remove a useless invocation of qfq_update_eligiblePaolo Valente1-2/+0
2013-03-06pkt_sched: sch_qfq: do not allow virtual time to jump if an aggregate is in servicePaolo Valente1-1/+2
2013-03-06pkt_sched: sch_qfq: prevent budget from wrapping around after a dequeuePaolo Valente1-1/+9
2013-03-06pkt_sched: sch_qfq: serve activated aggregates immediately if the scheduler is emptyPaolo Valente1-14/+22
2013-03-06pkt_sched: sch_qfq: fix the update of eligible-group setsPaolo Valente1-1/+1