summaryrefslogtreecommitdiff
path: root/net/sched/sch_api.c
AgeCommit message (Expand)Author
2021-10-18net: sched: Remove Qdisc::running sequence counterAhmed S. Darwish
2021-10-18net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data typesAhmed S. Darwish
2021-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-09-29net_sched: Use struct_size() and flex_array_size() helpersGustavo A. R. Silva
2021-09-26net: prevent user from passing illegal stab size王贇
2021-07-16net/sched: Remove unnecessary if statementYajun Deng
2021-03-04net: sched: avoid duplicates in classes dumpMaximilian Heyne
2021-01-22net: sched: Add extack to Qdisc_class_ops.deleteMaxim Mikityanskiy
2021-01-15net_sched: reject silly cell_log in qdisc_get_rtab()Eric Dumazet
2020-12-01net: sched: remove redundant 'rtnl_held' argumentVlad Buslov
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel
2020-11-16Modify return value of nla_strlcpy to match that of strscpy.Francis Laniel
2020-07-20sched: sch_api: add missing rcu read lock to silence the warningJiri Pirko
2020-06-20Remove redundant condition in qdisc_graftGaurav Singh
2020-05-27net_sched: add a tracepoint for qdisc creationCong Wang
2020-03-17net_sched: do not reprogram a timer about to expireEric Dumazet
2020-03-17net_sched: add qdisc_watchdog_schedule_range_ns()Eric Dumazet
2020-01-27net_sched: walk through all child classes in tc_bind_tclass()Cong Wang
2020-01-27net_sched: fix ops->bind_class() implementationsCong Wang
2019-10-08net_sched: fix backward compatibility for TCA_KINDCong Wang
2019-09-21net_sched: add max len check for TCA_KINDCong Wang
2019-09-10net_sched: check cops->tcf_block in tc_bind_tclass()Cong Wang
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2019-04-10net: sched: when clearing NOLOCK, clear TCQ_F_CPUSTATS, tooPaolo Abeni
2019-03-13net_sched: return correct value for *notify* functionsZhike Wang
2019-02-18net: sched: using kfree_rcu() to simplify the codeWei Yongjun
2019-02-17net: sched: sch_api: set an error msg when qdisc_alloc_handle() failsIvan Vecera
2019-02-12net: sched: extend proto ops to support unlocked classifiersVlad Buslov
2019-02-12net: sched: traverse classifiers in chain with tcf_get_next_proto()Vlad Buslov
2019-02-12net: sched: traverse chains in block with tcf_get_next_chain()Vlad Buslov
2019-01-19sch_api: Change signature of qdisc_tree_reduce_backlog() to use intsToke Høiland-Jørgensen
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-12-15net: sched: simplify the qdisc_leaf codeTonghao Zhang
2018-12-01net/sched: Replace call_rcu_bh() and rcu_barrier_bh()Paul E. McKenney
2018-11-14net: sched: provide notification for graft on rootJakub Kicinski
2018-11-08net: sched: refactor grafting Qdiscs with a parentJakub Kicinski
2018-11-08net: sched: add an offload graft helperJakub Kicinski
2018-11-08net: sched: add an offload dump helperJakub Kicinski
2018-10-24net: sched: Remove TCA_OPTIONS from policyDavid Ahern
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-18net: sched: Fix for duplicate class dumpPhil Sutter
2018-10-15net/sched: cls_api: add missing validation of netlink attributesDavide Caratti
2018-10-08net: Add extack to nlmsg_parseDavid Ahern
2018-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-05net: sched: Add policy validation for tc attributesDavid Ahern
2018-09-25net: sched: extend Qdisc with rcuVlad Buslov
2018-09-25net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov
2018-09-10net_sched: remove redundant qdisc lock classesCong Wang