summaryrefslogtreecommitdiff
path: root/net/sched/sch_cbq.c
AgeCommit message (Expand)Author
2017-12-21net: sch: sch_cbq: add extack supportAlexander Aring
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: sch: api: add extack support in qdisc_get_rtabAlexander 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-12-21net: sched: fix coding style issuesAlexander Aring
2017-11-28net: sched: cbq: create block for q->link.blockJiri Pirko
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-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-30sch_cbq: fix null pointer dereferences on init failureNikolay Aleksandrov
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-08-15net_sched: reset pointers to tcf blocks in classful qdiscs' destructorsKonstantin 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
2017-02-10sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner
2016-12-05net_sched: gen_estimator: complete rewrite of rate estimatorsEric Dumazet
2016-06-25net_sched: drop packets after root qdisc lock is releasedEric Dumazet
2016-06-10net_sched: remove generic throttled managementEric Dumazet
2016-06-10net_sched: cbq: remove a flaky use of qdisc_is_throttled()Eric Dumazet
2016-06-08sched: remove qdisc->dropFlorian Westphal
2016-06-08cbq: remove TCA_CBQ_POLICE supportFlorian Westphal
2016-06-08cbq: remove TCA_CBQ_OVL_STRATEGY supportFlorian 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
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-26net: sched: use pinned timersEric Dumazet
2014-09-13net: rcu-ify tcf_protoJohn Fastabend
2014-08-19cbq: now_rt removalVasily Averin
2014-08-19cbq: incorrectly low bandwidth setting blocks limited trafficVasily Averin
2014-03-13net_sched: return nla_nest_end() instead of skb->lenYang Yingliang
2013-12-31net_sched: replace pr_warning with pr_warnYang Yingliang
2013-12-19sch_cbq: remove unnecessary null pointer checkYang Yingliang
2013-12-10net_sched: add space around '>' and before '('Yang Yingliang
2013-07-30net_sched: Fix stack info leak in cbq_dump_wrr().David S. Miller
2013-06-11net_sched: add 64bit rate estimatorsEric Dumazet
2013-04-02cbq: incorrect processing of high limitsVasily Averin