aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/cls_matchall.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-02net: sched: use tc_cls_bind_class() in filterZhengchao Shao1-6/+1
2022-09-21net: sched: simplify code in mall_reoffloadWilliam Dean1-4/+1
2022-04-08net/sched: matchall: Avoid overwriting error messagesIdo Schimmel1-4/+0
2022-04-08net/sched: act_api: Add extack to offload_act_setup() callbackIdo Schimmel1-2/+4
2022-04-08net/sched: matchall: Take verbose flag into account when logging error messagesIdo Schimmel1-10/+7
2021-12-19flow_offload: validate flags of filter and actionsBaowen Zheng1-4/+5
2021-12-19flow_offload: rename exts stats update functions with hwBaowen Zheng1-5/+5
2021-12-19flow_offload: rename offload functions with offload instead of flowBaowen Zheng1-4/+4
2021-08-02net_sched: refactor TC action init APICong Wang1-9/+8
2020-06-19net: qos offload add flow status with dropped countPo Liu1-1/+2
2020-03-30net: sched: expose HW stats types per action used by driversJiri Pirko1-1/+3
2020-02-17net: sched: don't take rtnl lock during flow_action setupVlad Buslov1-2/+2
2020-02-13net/sched: matchall: add missing validation of TCA_MATCHALL_FLAGSDavide Caratti1-0/+1
2020-01-27net_sched: fix ops->bind_class() implementationsCong Wang1-3/+8
2019-08-30net: sched: cls_matchall: cleanup flow_action before deallocatingVlad Buslov1-0/+2
2019-08-26net: sched: take rtnl lock in tc_setup_flow_action()Vlad Buslov1-2/+2
2019-08-26net: sched: refactor block offloads counter usageVlad Buslov1-16/+11
2019-07-19net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tPablo Neira Ayuso1-1/+1
2019-06-17net: sched: cls_matchall: allow to delete filterJiri Pirko1-2/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-08net/sched: avoid double free on matchall reoffloadPieter Jansen van Vuuren1-0/+1
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2019-05-07net/sched: remove block pointer from common offload structurePieter Jansen van Vuuren1-8/+4
2019-05-05net/sched: add block pointer to tc_cls_common_offload structurePieter Jansen van Vuuren1-4/+8
2019-05-05net/sched: extend matchall offload for hardware statisticsPieter Jansen van Vuuren1-0/+20
2019-05-05net/sched: remove unused functions for matchall offloadPieter Jansen van Vuuren1-2/+0
2019-05-05net/sched: use the hardware intermediate representation for matchallPieter Jansen van Vuuren1-0/+33
2019-05-04cls_matchall: avoid panic when receiving a packet before filter setMatteo Croce1-0/+3
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-2/+2
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-1/+1
2019-04-01net/sched: fix ->get helper of the matchall clsNicolas Dichtel1-0/+5
2019-02-22net_sched: initialize net pointer inside tcf_exts_init()Cong Wang1-1/+1
2019-02-17net: sched: matchall: verify that filter is not NULL in mall_walk()Vlad Buslov1-0/+3
2019-02-12net: sched: extend proto ops to support unlocked classifiersVlad Buslov1-5/+8
2019-02-12net: sched: track rtnl lock status when validating extensionsVlad Buslov1-1/+2
2019-01-18net_sched: add hit counter for matchallCong Wang1-0/+24
2018-12-14net_sched: fold tcf_block_cb_call() into tc_setup_cb_call()Cong Wang1-3/+2
2018-08-16cls_matchall: fix tcf_unbind_filter missingHangbin Liu1-0/+2
2018-06-26net: sched: cls_matchall: implement offload tcf_proto_opJohn Hurley1-0/+32
2018-05-24net_sched: switch to rcu_workCong Wang1-16/+5
2018-01-24cls_matchall: propagate extack to delete callbackJakub Kicinski1-4/+5
2018-01-24cls_matchall: pass offload flags to tc_cls_common_offload_init()Jakub Kicinski1-2/+2
2018-01-24net: sched: prepare for reimplementation of tc_cls_common_offload_init()Jakub Kicinski1-2/+2
2018-01-24net: sched: propagate extack to cls->destroy callbacksJakub Kicinski1-1/+1
2018-01-22net: sched: add extack support for offload via tc_cls_common_offloadQuentin Monnet1-2/+2
2018-01-22net: sched: cls_matchall: propagate extack support for filter offloadQuentin Monnet1-2/+4
2018-01-19net: sched: cls: add extack support for delete callbackAlexander Aring1-1/+2
2018-01-19net: sched: cls: add extack support for tcf_exts_validateAlexander Aring1-3/+5
2018-01-19net: sched: cls: add extack support for change callbackAlexander Aring1-1/+1
2018-01-19net: sched: cls: fix code style issuesAlexander Aring1-1/+1