summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_api.c
Commit message (Expand)AuthorAgeFilesLines
* net/sched: fix a qdisc modification with ambiguous command requestJamal Hadi Salim2023-08-231-13/+40
* net/sched: qdisc_destroy() old ingress and clsact Qdiscs before graftingPeilin Ye2023-06-141-5/+23
* net/sched: Refactor qdisc_graft() for ingress and clsact QdiscsPeilin Ye2023-06-141-10/+10
* net: sched: add rcu annotations around qdisc->qdisc_sleepingEric Dumazet2023-06-071-10/+16
* net: sched: wrap tc_skip_wrapper with CONFIG_RETPOLINEMin-Hua Chen2023-06-041-0/+2
* net: sched: fix NULL pointer dereference in mq_attachZhengchao Shao2023-05-301-0/+4
* net/sched: Prohibit regrafting ingress or clsact QdiscsPeilin Ye2023-05-301-0/+5
* net/sched: Reserve TC_H_INGRESS (TC_H_CLSACT) for ingress (clsact) QdiscsPeilin Ye2023-05-301-1/+6
* net: sched: remove qdisc_watchdog->last_expiresEric Dumazet2023-03-091-2/+4
* net/sched: fix error recovery in qdisc_create()Eric Dumazet2023-02-131-7/+8
* net/sched: make stab available before ops->init() callVladimir Oltean2023-02-081-18/+11
* sched: add new attr TCA_EXT_WARN_MSG to report tc extact messageHangbin Liu2023-01-171-21/+34
* net: sched: disallow noqueue for qdisc classesFrederick Lawler2023-01-101-0/+5
* net/sched: add retpoline wrapper for tcPedro Tammela2022-12-091-0/+5
* net: sched: fix race condition in qdisc_graft()Eric Dumazet2022-10-191-2/+3
* net: sched: ensure n arg not empty before call bind_classZhengchao Shao2022-10-021-1/+1
* net/sched: query offload capabilities through ndo_setup_tc()Vladimir Oltean2022-09-291-0/+17
* net: sched: remove duplicate check of user rights in qdiscZhengchao Shao2022-08-231-11/+0
* net_sched: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-221-1/+1
* net: sched: delete unused input parameter in qdisc_createZhengchao Shao2022-08-161-3/+3
* net: sched: remove the unused return value of unregister_qdiscZhengchao Shao2022-08-161-2/+3
* net: rename reference+tracking helpersJakub Kicinski2022-06-091-1/+1
* net_sched: add __rcu annotation to netdev->qdiscEric Dumazet2022-02-141-10/+12
* net: sched: Clarify error message when qdisc kind is unknownVictor Nogueira2022-01-201-1/+1
* sch_api: Don't skip qdisc attach on ingressMaxim Mikityanskiy2022-01-131-1/+1
* net/sched: add missing tracker information in qdisc_create()Eric Dumazet2022-01-051-1/+1
* net: sched: Remove Qdisc::running sequence counterAhmed S. Darwish2021-10-181-13/+3
* net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data typesAhmed S. Darwish2021-10-181-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-301-0/+6
|\
| * net: prevent user from passing illegal stab size王贇2021-09-261-0/+6
* | net_sched: Use struct_size() and flex_array_size() helpersGustavo A. R. Silva2021-09-291-3/+4
|/
* 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