aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_api.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-18net: sched: Remove Qdisc::running sequence counterAhmed S. Darwish1-13/+3
2021-10-18net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data typesAhmed S. Darwish1-1/+1
2021-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6
2021-09-29net_sched: Use struct_size() and flex_array_size() helpersGustavo A. R. Silva1-3/+4
2021-09-26net: prevent user from passing illegal stab size王贇1-0/+6
2021-07-16net/sched: Remove unnecessary if statementYajun Deng1-8/+2
2021-03-04net: sched: avoid duplicates in classes dumpMaximilian Heyne1-4/+4
2021-01-22net: sched: Add extack to Qdisc_class_ops.deleteMaxim Mikityanskiy1-3/+4
2021-01-15net_sched: reject silly cell_log in qdisc_get_rtab()Eric Dumazet1-1/+2
2020-12-01net: sched: remove redundant 'rtnl_held' argumentVlad Buslov1-2/+2
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel1-1/+1
2020-11-16Modify return value of nla_strlcpy to match that of strscpy.Francis Laniel1-1/+1
2020-07-20sched: sch_api: add missing rcu read lock to silence the warningJiri Pirko1-1/+2
2020-06-20Remove redundant condition in qdisc_graftGaurav Singh1-2/+1
2020-05-27net_sched: add a tracepoint for qdisc creationCong Wang1-0/+3
2020-03-17net_sched: do not reprogram a timer about to expireEric Dumazet1-2/+7
2020-03-17net_sched: add qdisc_watchdog_schedule_range_ns()Eric Dumazet1-5/+7
2020-01-27net_sched: walk through all child classes in tc_bind_tclass()Cong Wang1-11/+30
2020-01-27net_sched: fix ops->bind_class() implementationsCong Wang1-2/+4
2019-10-08net_sched: fix backward compatibility for TCA_KINDCong Wang1-2/+1
2019-09-21net_sched: add max len check for TCA_KINDCong Wang1-1/+2
2019-09-10net_sched: check cops->tcf_block in tc_bind_tclass()Cong Wang1-0/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-9/+10
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-1/+1
2019-04-10net: sched: when clearing NOLOCK, clear TCQ_F_CPUSTATS, tooPaolo Abeni1-1/+14
2019-03-13net_sched: return correct value for *notify* functionsZhike Wang1-4/+11
2019-02-18net: sched: using kfree_rcu() to simplify the codeWei Yongjun1-6/+1
2019-02-17net: sched: sch_api: set an error msg when qdisc_alloc_handle() failsIvan Vecera1-2/+4
2019-02-12net: sched: extend proto ops to support unlocked classifiersVlad Buslov1-3/+3
2019-02-12net: sched: traverse classifiers in chain with tcf_get_next_proto()Vlad Buslov1-2/+2
2019-02-12net: sched: traverse chains in block with tcf_get_next_chain()Vlad Buslov1-1/+3
2019-01-19sch_api: Change signature of qdisc_tree_reduce_backlog() to use intsToke Høiland-Jørgensen1-2/+1
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-17/+82
2018-12-15net: sched: simplify the qdisc_leaf codeTonghao Zhang1-3/+1
2018-12-01net/sched: Replace call_rcu_bh() and rcu_barrier_bh()Paul E. McKenney1-1/+1
2018-11-14net: sched: provide notification for graft on rootJakub Kicinski1-0/+17
2018-11-08net: sched: refactor grafting Qdiscs with a parentJakub Kicinski1-14/+14
2018-11-08net: sched: add an offload graft helperJakub Kicinski1-0/+29
2018-11-08net: sched: add an offload dump helperJakub Kicinski1-0/+21
2018-10-24net: sched: Remove TCA_OPTIONS from policyDavid Ahern1-1/+0
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+6
2018-10-18net: sched: Fix for duplicate class dumpPhil Sutter1-1/+2
2018-10-15net/sched: cls_api: add missing validation of netlink attributesDavide Caratti1-4/+4
2018-10-08net: Add extack to nlmsg_parseDavid Ahern1-1/+1
2018-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+20
2018-10-05net: sched: Add policy validation for tc attributesDavid Ahern1-4/+20
2018-09-25net: sched: extend Qdisc with rcuVlad Buslov1-0/+18
2018-09-25net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov1-3/+3
2018-09-10net_sched: remove redundant qdisc lock classesCong Wang1-7/+0