aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_hfsc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-18net: sched: Remove Qdisc::running sequence counterAhmed S. Darwish1-5/+3
2021-10-18net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data typesAhmed S. Darwish1-2/+2
2021-10-18net: sched: Protect Qdisc::bstats with u64_statsAhmed S. Darwish1-0/+1
2021-07-29net/sched: store the last executed chain also for clsact egressDavide Caratti1-1/+1
2021-01-22net: sched: Add extack to Qdisc_class_ops.deleteMaxim Mikityanskiy1-1/+2
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+1
2020-07-16Revert "net: sched: Pass root lock to Qdisc_ops.enqueue"Petr Machata1-3/+3
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-07-07net/sched: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-06-29net: sched: Pass root lock to Qdisc_ops.enqueuePetr Machata1-3/+3
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-1/+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-12/+2
2019-04-01net: sched: introduce and use qstats read helpersPaolo Abeni1-2/+3
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-3/+2
2018-09-25net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov1-1/+1
2018-06-23net_sched: remove a bogus warning in hfscCong Wang1-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-2/+2
2017-12-21net: sched: sch: add extack for graft callbackAlexander Aring1-1/+1
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 change qdisc opsAlexander Aring1-1/+2
2017-12-21net: sched: sch: add extack for init callbackAlexander Aring1-1/+2
2017-12-21net: sched: fix coding style issuesAlexander Aring1-1/+1
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-2/+2
2017-09-21net_sched/hfsc: fix curve activation in hfsc_change_class()Konstantin Khlebnikov1-4/+19
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+3
2017-08-30sch_hfsc: fix null pointer deref and double free on init failureNikolay Aleksandrov1-7/+3
2017-08-25net_sched: remove tc class reference countingWANG Cong1-27/+5
2017-08-16net_sched/hfsc: opencode trivial set_active() and set_passive()Konstantin Khlebnikov1-29/+16
2017-08-16net_sched: call qlen_notify only if child qdisc is emptyKonstantin Khlebnikov1-4/+2
2017-08-15net_sched: reset pointers to tcf blocks in classful qdiscs' destructorsKonstantin Khlebnikov1-1/+3
2017-08-11net/sched/hfsc: allocate tcf block for hfsc root classKonstantin Khlebnikov1-0/+8
2017-06-06net: sched: introduce a TRAP control actionJiri Pirko1-0/+1
2017-05-17net: sched: introduce tcf block infractructureJiri Pirko1-6/+13
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/+1
2017-03-12net: sched: make default fifo qdiscs appear in the dumpJiri Kosina1-0/+4
2016-12-05net_sched: gen_estimator: complete rewrite of rate estimatorsEric Dumazet1-3/+3
2016-08-08net/sched/sch_hfsc.c: remove unused cl_myfadjMichal Soltys1-5/+2
2016-08-08net/sched/sch_hfsc.c: keep fsc and virtual times in sync; fix an old bugMichal Soltys1-32/+12
2016-07-08hfsc: reduce hfsc_sched to 14 cachelinesFlorian Westphal1-5/+5
2016-07-01net/sched/sch_hfsc.c: anchor virtual curve at proper vt in hfsc_change_fsc()Michal Soltys1-1/+1
2016-07-01net/sched/sch_hfsc.c: go passive after vt updateMichal Soltys1-16/+15
2016-07-01net/sched/sch_hfsc.c: remove leftover dlist and droplistMichal Soltys1-8/+0
2016-07-01net/sched/sch_hfsc.c: add unlikely() in qdisc_peek_len()Michal Soltys1-1/+1
2016-07-01net/sched/sch_hfsc.c: handle corner cases where head may change invalidating calculated deadlineMichal Soltys1-1/+10