summaryrefslogtreecommitdiff
path: root/net/sched/cls_matchall.c
AgeCommit message (Expand)Author
2023-07-17net: sched: cls_matchall: Undo tcf_bind_filter in case of failure after mall_...Victor Nogueira
2023-02-14net/sched: support per action hw statsOz Shlomo
2023-02-14net/sched: pass flow_stats instead of multiple stats argsOz Shlomo
2022-12-09net/sched: avoid indirect classify functions on retpoline kernelsPedro Tammela
2022-10-02net: sched: use tc_cls_bind_class() in filterZhengchao Shao
2022-09-21net: sched: simplify code in mall_reoffloadWilliam Dean
2022-04-08net/sched: matchall: Avoid overwriting error messagesIdo Schimmel
2022-04-08net/sched: act_api: Add extack to offload_act_setup() callbackIdo Schimmel
2022-04-08net/sched: matchall: Take verbose flag into account when logging error messagesIdo Schimmel
2021-12-19flow_offload: validate flags of filter and actionsBaowen Zheng
2021-12-19flow_offload: rename exts stats update functions with hwBaowen Zheng
2021-12-19flow_offload: rename offload functions with offload instead of flowBaowen Zheng
2021-08-02net_sched: refactor TC action init APICong Wang
2020-06-19net: qos offload add flow status with dropped countPo Liu
2020-03-30net: sched: expose HW stats types per action used by driversJiri Pirko
2020-02-17net: sched: don't take rtnl lock during flow_action setupVlad Buslov
2020-02-13net/sched: matchall: add missing validation of TCA_MATCHALL_FLAGSDavide Caratti
2020-01-27net_sched: fix ops->bind_class() implementationsCong Wang
2019-08-30net: sched: cls_matchall: cleanup flow_action before deallocatingVlad Buslov
2019-08-26net: sched: take rtnl lock in tc_setup_flow_action()Vlad Buslov
2019-08-26net: sched: refactor block offloads counter usageVlad Buslov
2019-07-19net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tPablo Neira Ayuso
2019-06-17net: sched: cls_matchall: allow to delete filterJiri Pirko
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-08net/sched: avoid double free on matchall reoffloadPieter Jansen van Vuuren
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-07net/sched: remove block pointer from common offload structurePieter Jansen van Vuuren
2019-05-05net/sched: add block pointer to tc_cls_common_offload structurePieter Jansen van Vuuren
2019-05-05net/sched: extend matchall offload for hardware statisticsPieter Jansen van Vuuren
2019-05-05net/sched: remove unused functions for matchall offloadPieter Jansen van Vuuren
2019-05-05net/sched: use the hardware intermediate representation for matchallPieter Jansen van Vuuren
2019-05-04cls_matchall: avoid panic when receiving a packet before filter setMatteo Croce
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-01net/sched: fix ->get helper of the matchall clsNicolas Dichtel
2019-02-22net_sched: initialize net pointer inside tcf_exts_init()Cong Wang
2019-02-17net: sched: matchall: verify that filter is not NULL in mall_walk()Vlad Buslov
2019-02-12net: sched: extend proto ops to support unlocked classifiersVlad Buslov
2019-02-12net: sched: track rtnl lock status when validating extensionsVlad Buslov
2019-01-18net_sched: add hit counter for matchallCong Wang
2018-12-14net_sched: fold tcf_block_cb_call() into tc_setup_cb_call()Cong Wang
2018-08-16cls_matchall: fix tcf_unbind_filter missingHangbin Liu
2018-06-26net: sched: cls_matchall: implement offload tcf_proto_opJohn Hurley
2018-05-24net_sched: switch to rcu_workCong Wang
2018-01-24cls_matchall: propagate extack to delete callbackJakub Kicinski
2018-01-24cls_matchall: pass offload flags to tc_cls_common_offload_init()Jakub Kicinski
2018-01-24net: sched: prepare for reimplementation of tc_cls_common_offload_init()Jakub Kicinski
2018-01-24net: sched: propagate extack to cls->destroy callbacksJakub Kicinski
2018-01-22net: sched: add extack support for offload via tc_cls_common_offloadQuentin Monnet
2018-01-22net: sched: cls_matchall: propagate extack support for filter offloadQuentin Monnet