summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_hfsc.c
Commit message (Expand)AuthorAgeFilesLines
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-1/+2
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-1/+1
* net: sched: introduce and use qdisc tree flush/purge helpersPaolo Abeni2019-04-011-12/+2
* net: sched: introduce and use qstats read helpersPaolo Abeni2019-04-011-2/+3
* sched: Fix detection of empty queues in child qdiscsToke Høiland-Jørgensen2019-01-151-1/+3
* sched: Avoid dereferencing skb pointer after child enqueueToke Høiland-Jørgensen2019-01-151-3/+2
* net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov2018-09-251-1/+1
* net_sched: remove a bogus warning in hfscCong Wang2018-06-231-2/+2
* 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-2/+2
* net: sched: sch: add extack for graft callbackAlexander Aring2017-12-211-1/+1
* 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 change qdisc opsAlexander Aring2017-12-211-1/+2
* net: sched: sch: add extack for init callbackAlexander Aring2017-12-211-1/+2
* net: sched: fix coding style issuesAlexander Aring2017-12-211-1/+1
* 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-2/+2
* net_sched/hfsc: fix curve activation in hfsc_change_class()Konstantin Khlebnikov2017-09-211-4/+19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-011-7/+3
|\
| * sch_hfsc: fix null pointer deref and double free on init failureNikolay Aleksandrov2017-08-301-7/+3
* | net_sched: remove tc class reference countingWANG Cong2017-08-251-27/+5
* | net_sched/hfsc: opencode trivial set_active() and set_passive()Konstantin Khlebnikov2017-08-161-29/+16
* | net_sched: call qlen_notify only if child qdisc is emptyKonstantin Khlebnikov2017-08-161-4/+2
|/
* net_sched: reset pointers to tcf blocks in classful qdiscs' destructorsKonstantin Khlebnikov2017-08-151-1/+3
* net/sched/hfsc: allocate tcf block for hfsc root classKonstantin Khlebnikov2017-08-111-0/+8
* net: sched: introduce a TRAP control actionJiri Pirko2017-06-061-0/+1
* net: sched: introduce tcf block infractructureJiri Pirko2017-05-171-6/+13
* 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/+1
* net: sched: make default fifo qdiscs appear in the dumpJiri Kosina2017-03-121-0/+4
* net_sched: gen_estimator: complete rewrite of rate estimatorsEric Dumazet2016-12-051-3/+3
* net/sched/sch_hfsc.c: remove unused cl_myfadjMichal Soltys2016-08-081-5/+2
* net/sched/sch_hfsc.c: keep fsc and virtual times in sync; fix an old bugMichal Soltys2016-08-081-32/+12
* hfsc: reduce hfsc_sched to 14 cachelinesFlorian Westphal2016-07-081-5/+5
* net/sched/sch_hfsc.c: anchor virtual curve at proper vt in hfsc_change_fsc()Michal Soltys2016-07-011-1/+1
* net/sched/sch_hfsc.c: go passive after vt updateMichal Soltys2016-07-011-16/+15
* net/sched/sch_hfsc.c: remove leftover dlist and droplistMichal Soltys2016-07-011-8/+0
* net/sched/sch_hfsc.c: add unlikely() in qdisc_peek_len()Michal Soltys2016-07-011-1/+1
* net/sched/sch_hfsc.c: handle corner cases where head may change invalidating ...Michal Soltys2016-07-011-1/+10
* net_sched: drop packets after root qdisc lock is releasedEric Dumazet2016-06-251-3/+3
* net_sched: remove generic throttled managementEric Dumazet2016-06-101-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-101-8/+3
|\
| * sch_hfsc: always keep backlog updatedWANG Cong2016-06-031-8/+4
* | sched: remove qdisc->dropFlorian Westphal2016-06-081-26/+0
* | net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet2016-06-071-5/+5
|/
* 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
* net: sched: enable per cpu qstatsJohn Fastabend2014-09-301-1/+1
OpenPOWER on IntegriCloud