summaryrefslogtreecommitdiffstats
path: root/net/sched/cls_matchall.c
Commit message (Expand)AuthorAgeFilesLines
* net/sched: Add module aliases for cls_,sch_,act_ modulesMichal Koutný2024-02-021-0/+1
* net: sched: cls_matchall: Undo tcf_bind_filter in case of failure after mall_...Victor Nogueira2023-07-171-23/+12
* net/sched: support per action hw statsOz Shlomo2023-02-141-1/+1
* net/sched: pass flow_stats instead of multiple stats argsOz Shlomo2023-02-141-5/+1
* net/sched: avoid indirect classify functions on retpoline kernelsPedro Tammela2022-12-091-2/+4
* net: sched: use tc_cls_bind_class() in filterZhengchao Shao2022-10-021-6/+1
* net: sched: simplify code in mall_reoffloadWilliam Dean2022-09-211-4/+1
* net/sched: matchall: Avoid overwriting error messagesIdo Schimmel2022-04-081-4/+0
* net/sched: act_api: Add extack to offload_act_setup() callbackIdo Schimmel2022-04-081-2/+4
* net/sched: matchall: Take verbose flag into account when logging error messagesIdo Schimmel2022-04-081-10/+7
* flow_offload: validate flags of filter and actionsBaowen Zheng2021-12-191-4/+5
* flow_offload: rename exts stats update functions with hwBaowen Zheng2021-12-191-5/+5
* flow_offload: rename offload functions with offload instead of flowBaowen Zheng2021-12-191-4/+4
* net_sched: refactor TC action init APICong Wang2021-08-021-9/+8
* net: qos offload add flow status with dropped countPo Liu2020-06-191-1/+2
* net: sched: expose HW stats types per action used by driversJiri Pirko2020-03-301-1/+3
* net: sched: don't take rtnl lock during flow_action setupVlad Buslov2020-02-171-2/+2
* net/sched: matchall: add missing validation of TCA_MATCHALL_FLAGSDavide Caratti2020-02-131-0/+1
* net_sched: fix ops->bind_class() implementationsCong Wang2020-01-271-3/+8
* net: sched: cls_matchall: cleanup flow_action before deallocatingVlad Buslov2019-08-301-0/+2
* net: sched: take rtnl lock in tc_setup_flow_action()Vlad Buslov2019-08-261-2/+2
* net: sched: refactor block offloads counter usageVlad Buslov2019-08-261-16/+11
* net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tPablo Neira Ayuso2019-07-191-1/+1
* net: sched: cls_matchall: allow to delete filterJiri Pirko2019-06-171-2/+7
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* net/sched: avoid double free on matchall reoffloadPieter Jansen van Vuuren2019-05-081-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-071-0/+3
|\
| * cls_matchall: avoid panic when receiving a packet before filter setMatteo Croce2019-05-041-0/+3
* | net/sched: remove block pointer from common offload structurePieter Jansen van Vuuren2019-05-071-8/+4
* | net/sched: add block pointer to tc_cls_common_offload structurePieter Jansen van Vuuren2019-05-051-4/+8
* | net/sched: extend matchall offload for hardware statisticsPieter Jansen van Vuuren2019-05-051-0/+20
* | net/sched: remove unused functions for matchall offloadPieter Jansen van Vuuren2019-05-051-2/+0
* | net/sched: use the hardware intermediate representation for matchallPieter Jansen van Vuuren2019-05-051-0/+33
* | netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-2/+2
* | netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-1/+1
|/
* net/sched: fix ->get helper of the matchall clsNicolas Dichtel2019-04-011-0/+5
* net_sched: initialize net pointer inside tcf_exts_init()Cong Wang2019-02-221-1/+1
* net: sched: matchall: verify that filter is not NULL in mall_walk()Vlad Buslov2019-02-171-0/+3
* net: sched: extend proto ops to support unlocked classifiersVlad Buslov2019-02-121-5/+8
* net: sched: track rtnl lock status when validating extensionsVlad Buslov2019-02-121-1/+2
* net_sched: add hit counter for matchallCong Wang2019-01-181-0/+24
* net_sched: fold tcf_block_cb_call() into tc_setup_cb_call()Cong Wang2018-12-141-3/+2
* cls_matchall: fix tcf_unbind_filter missingHangbin Liu2018-08-161-0/+2
* net: sched: cls_matchall: implement offload tcf_proto_opJohn Hurley2018-06-261-0/+32
* net_sched: switch to rcu_workCong Wang2018-05-241-16/+5
* cls_matchall: propagate extack to delete callbackJakub Kicinski2018-01-241-4/+5
* cls_matchall: pass offload flags to tc_cls_common_offload_init()Jakub Kicinski2018-01-241-2/+2
* net: sched: prepare for reimplementation of tc_cls_common_offload_init()Jakub Kicinski2018-01-241-2/+2
* net: sched: propagate extack to cls->destroy callbacksJakub Kicinski2018-01-241-1/+1
* net: sched: add extack support for offload via tc_cls_common_offloadQuentin Monnet2018-01-221-2/+2