summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_api.c
Commit message (Expand)AuthorAgeFilesLines
* net_sched: add __rcu annotation to netdev->qdiscEric Dumazet2022-02-231-10/+12
* net: sched: Clarify error message when qdisc kind is unknownVictor Nogueira2022-02-161-1/+1
* sch_api: Don't skip qdisc attach on ingressMaxim Mikityanskiy2022-01-271-1/+1
* net: prevent user from passing illegal stab size王贇2021-09-261-0/+6
* net/sched: Remove unnecessary if statementYajun Deng2021-07-161-8/+2
* net: sched: avoid duplicates in classes dumpMaximilian Heyne2021-03-041-4/+4
* net: sched: Add extack to Qdisc_class_ops.deleteMaxim Mikityanskiy2021-01-221-3/+4
* net_sched: reject silly cell_log in qdisc_get_rtab()Eric Dumazet2021-01-151-1/+2
* net: sched: remove redundant 'rtnl_held' argumentVlad Buslov2020-12-011-2/+2
* treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel2020-11-161-1/+1
* Modify return value of nla_strlcpy to match that of strscpy.Francis Laniel2020-11-161-1/+1
* sched: sch_api: add missing rcu read lock to silence the warningJiri Pirko2020-07-201-1/+2
* Remove redundant condition in qdisc_graftGaurav Singh2020-06-201-2/+1
* net_sched: add a tracepoint for qdisc creationCong Wang2020-05-271-0/+3
* net_sched: do not reprogram a timer about to expireEric Dumazet2020-03-171-2/+7
* net_sched: add qdisc_watchdog_schedule_range_ns()Eric Dumazet2020-03-171-5/+7
* net_sched: walk through all child classes in tc_bind_tclass()Cong Wang2020-01-271-11/+30
* net_sched: fix ops->bind_class() implementationsCong Wang2020-01-271-2/+4
* net_sched: fix backward compatibility for TCA_KINDCong Wang2019-10-081-2/+1
* net_sched: add max len check for TCA_KINDCong Wang2019-09-211-1/+2
* net_sched: check cops->tcf_block in tc_bind_tclass()Cong Wang2019-09-101-0/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-9/+10
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-1/+1
* net: sched: when clearing NOLOCK, clear TCQ_F_CPUSTATS, tooPaolo Abeni2019-04-101-1/+14
* net_sched: return correct value for *notify* functionsZhike Wang2019-03-131-4/+11
* net: sched: using kfree_rcu() to simplify the codeWei Yongjun2019-02-181-6/+1
* net: sched: sch_api: set an error msg when qdisc_alloc_handle() failsIvan Vecera2019-02-171-2/+4
* net: sched: extend proto ops to support unlocked classifiersVlad Buslov2019-02-121-3/+3
* net: sched: traverse classifiers in chain with tcf_get_next_proto()Vlad Buslov2019-02-121-2/+2
* net: sched: traverse chains in block with tcf_get_next_chain()Vlad Buslov2019-02-121-1/+3
* sch_api: Change signature of qdisc_tree_reduce_backlog() to use intsToke Høiland-Jørgensen2019-01-191-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-12-271-17/+82
|\
| * net: sched: simplify the qdisc_leaf codeTonghao Zhang2018-12-151-3/+1
| * net: sched: provide notification for graft on rootJakub Kicinski2018-11-141-0/+17
| * net: sched: refactor grafting Qdiscs with a parentJakub Kicinski2018-11-081-14/+14
| * net: sched: add an offload graft helperJakub Kicinski2018-11-081-0/+29
| * net: sched: add an offload dump helperJakub Kicinski2018-11-081-0/+21
* | net/sched: Replace call_rcu_bh() and rcu_barrier_bh()Paul E. McKenney2018-12-011-1/+1
|/
* net: sched: Remove TCA_OPTIONS from policyDavid Ahern2018-10-241-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-191-5/+6
|\
| * net: sched: Fix for duplicate class dumpPhil Sutter2018-10-181-1/+2
| * net/sched: cls_api: add missing validation of netlink attributesDavide Caratti2018-10-151-4/+4
* | net: Add extack to nlmsg_parseDavid Ahern2018-10-081-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-061-4/+20
|\|
| * net: sched: Add policy validation for tc attributesDavid Ahern2018-10-051-4/+20
* | net: sched: extend Qdisc with rcuVlad Buslov2018-09-251-0/+18
* | net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov2018-09-251-3/+3
* | net_sched: remove redundant qdisc lock classesCong Wang2018-09-101-7/+0
|/
* net/sched: Allow creating a Qdisc watchdog with other clocksVinicius Costa Gomes2018-07-041-2/+9