summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_cbq.c
Commit message (Expand)AuthorAgeFilesLines
* net: sch: sch_cbq: add extack supportAlexander Aring2017-12-211-12/+34
* net: sch: api: add extack support in qdisc_create_dfltAlexander Aring2017-12-211-4/+5
* net: sch: api: add extack support in tcf_block_getAlexander Aring2017-12-211-2/+2
* net: sch: api: add extack support in qdisc_get_rtabAlexander Aring2017-12-211-3/+4
* 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/+1
* net: sched: sch: add extack for init callbackAlexander Aring2017-12-211-1/+2
* net: sched: fix coding style issuesAlexander Aring2017-12-211-6/+6
* net: sched: cbq: create block for q->link.blockJiri Pirko2017-11-281-1/+8
* 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-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-011-3/+7
|\
| * sch_cbq: fix null pointer dereferences on init failureNikolay Aleksandrov2017-08-301-3/+7
* | net_sched: remove tc class reference countingWANG Cong2017-08-251-37/+4
* | net_sched: call qlen_notify only if child qdisc is emptyKonstantin Khlebnikov2017-08-161-2/+1
|/
* net_sched: reset pointers to tcf blocks in classful qdiscs' destructorsKonstantin Khlebnikov2017-08-151-1/+3
* 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-2/+2
* net: sched: make default fifo qdiscs appear in the dumpJiri Kosina2017-03-121-0/+5
* sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko2017-02-101-0/+1
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-251-1/+1
* net_sched: gen_estimator: complete rewrite of rate estimatorsEric Dumazet2016-12-051-3/+3
* net_sched: drop packets after root qdisc lock is releasedEric Dumazet2016-06-251-3/+4
* net_sched: remove generic throttled managementEric Dumazet2016-06-101-2/+0
* net_sched: cbq: remove a flaky use of qdisc_is_throttled()Eric Dumazet2016-06-101-1/+1
* sched: remove qdisc->dropFlorian Westphal2016-06-081-26/+0
* cbq: remove TCA_CBQ_POLICE supportFlorian Westphal2016-06-081-94/+1
* cbq: remove TCA_CBQ_OVL_STRATEGY supportFlorian Westphal2016-06-081-160/+6
* net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet2016-06-071-3/+6
* net_sched: update hierarchical backlog tooWANG Cong2016-02-291-2/+3
* net_sched: introduce qdisc_replace() helperWANG Cong2016-02-291-6/+1
* net: sched: consolidate tc_classify{,_compat}Daniel Borkmann2015-08-271-1/+1
* net: sched: enable per cpu qstatsJohn Fastabend2014-09-301-1/+1
* net: sched: restrict use of qstats qlenJohn Fastabend2014-09-301-2/+1
* net: sched: implement qstat helper routinesJohn Fastabend2014-09-301-5/+5
* net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend2014-09-301-3/+4
* net: sched: use pinned timersEric Dumazet2014-09-261-2/+2
* net: rcu-ify tcf_protoJohn Fastabend2014-09-131-4/+7
* cbq: now_rt removalVasily Averin2014-08-191-10/+1
* cbq: incorrectly low bandwidth setting blocks limited trafficVasily Averin2014-08-191-24/+13
* net_sched: return nla_nest_end() instead of skb->lenYang Yingliang2014-03-131-4/+2
* net_sched: replace pr_warning with pr_warnYang Yingliang2013-12-311-2/+2
* sch_cbq: remove unnecessary null pointer checkYang Yingliang2013-12-191-2/+1
* net_sched: add space around '>' and before '('Yang Yingliang2013-12-101-1/+2
* net_sched: Fix stack info leak in cbq_dump_wrr().David S. Miller2013-07-301-0/+1
* net_sched: add 64bit rate estimatorsEric Dumazet2013-06-111-1/+1
* cbq: incorrect processing of high limitsVasily Averin2013-04-021-1/+4
OpenPOWER on IntegriCloud