summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_api.c
AgeCommit message (Expand)AuthorLines
2019-10-08net_sched: fix backward compatibility for TCA_KINDCong Wang-2/+1
2019-09-21net_sched: add max len check for TCA_KINDCong Wang-1/+2
2019-09-10net_sched: check cops->tcf_block in tc_bind_tclass()Cong Wang-0/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-5/+1
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg-9/+10
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek-1/+1
2019-04-10net: sched: when clearing NOLOCK, clear TCQ_F_CPUSTATS, tooPaolo Abeni-1/+14
2019-03-13net_sched: return correct value for *notify* functionsZhike Wang-4/+11
2019-02-18net: sched: using kfree_rcu() to simplify the codeWei Yongjun-6/+1
2019-02-17net: sched: sch_api: set an error msg when qdisc_alloc_handle() failsIvan Vecera-2/+4
2019-02-12net: sched: extend proto ops to support unlocked classifiersVlad Buslov-3/+3
2019-02-12net: sched: traverse classifiers in chain with tcf_get_next_proto()Vlad Buslov-2/+2
2019-02-12net: sched: traverse chains in block with tcf_get_next_chain()Vlad Buslov-1/+3
2019-01-19sch_api: Change signature of qdisc_tree_reduce_backlog() to use intsToke Høiland-Jørgensen-2/+1
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-17/+82
2018-12-15net: sched: simplify the qdisc_leaf codeTonghao Zhang-3/+1
2018-12-01net/sched: Replace call_rcu_bh() and rcu_barrier_bh()Paul E. McKenney-1/+1
2018-11-14net: sched: provide notification for graft on rootJakub Kicinski-0/+17
2018-11-08net: sched: refactor grafting Qdiscs with a parentJakub Kicinski-14/+14
2018-11-08net: sched: add an offload graft helperJakub Kicinski-0/+29
2018-11-08net: sched: add an offload dump helperJakub Kicinski-0/+21
2018-10-24net: sched: Remove TCA_OPTIONS from policyDavid Ahern-1/+0
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-5/+6
2018-10-18net: sched: Fix for duplicate class dumpPhil Sutter-1/+2
2018-10-15net/sched: cls_api: add missing validation of netlink attributesDavide Caratti-4/+4
2018-10-08net: Add extack to nlmsg_parseDavid Ahern-1/+1
2018-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+20
2018-10-05net: sched: Add policy validation for tc attributesDavid Ahern-4/+20
2018-09-25net: sched: extend Qdisc with rcuVlad Buslov-0/+18
2018-09-25net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov-3/+3
2018-09-10net_sched: remove redundant qdisc lock classesCong Wang-7/+0
2018-07-04net/sched: Allow creating a Qdisc watchdog with other clocksVinicius Costa Gomes-2/+9
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig-13/+1
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai-1/+0
2018-02-28net: sch: Don't warn on missmatching qlen and backlog for offloaded qdiscsNogah Frankel-1/+6
2018-02-13net: Convert subsys_initcall() registered pernet_operations from net/schedKirill Tkhai-0/+1
2018-01-17net: sched: introduce ingress/egress block index attributes for qdiscJiri Pirko-0/+60
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-14/+1
2018-01-16net, sched: fix panic when updating miniq {b,q}statsDaniel Borkmann-14/+1
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan-1/+0
2018-01-02net: sched: Move offload check till after dump callNogah Frankel-3/+2
2017-12-28net: sched: don't set extack message in case the qdisc will be createdJiri Pirko-3/+1
2017-12-21net: sch: api: add extack support in qdisc_allocAlexander Aring-1/+1
2017-12-21net: sch: api: add extack support in qdisc_get_rtabAlexander Aring-2/+7
2017-12-21net: sched: sch: add extack for graft callbackAlexander Aring-1/+2
2017-12-21net: sched: sch: add extack for block callbackAlexander Aring-1/+1
2017-12-21net: sched: sch: add extack to change classAlexander Aring-1/+1
2017-12-21net: sched: sch: add extack for change qdisc opsAlexander Aring-1/+1
2017-12-21net: sched: sch: add extack for init callbackAlexander Aring-1/+1
2017-12-21net: sched: sch_api: handle generic qdisc errorsAlexander Aring-43/+105