aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/cls_matchall.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-17net: sched: keep track of offloaded filters and check tc offload featureJiri Pirko1-1/+2
2017-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+12
2017-11-09cls_matchall: use tcf_exts_get_net() before call_rcu()Cong Wang1-3/+12
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+16
2017-10-29net_sched: use tcf_queue_work() in matchall filterCong Wang1-3/+16
2017-10-21net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS*Jiri Pirko1-16/+0
2017-10-21net: sched: cls_matchall: call block callbacks for offloadJiri Pirko1-27/+45
2017-09-18net/sched: cls_matchall: fix crash when used with classful qdiscDavide Caratti1-0/+1
2017-08-31net_sched: add reverse binding for tc classCong Wang1-0/+9
2017-08-11net: sched: remove cops->tcf_cl_offloadJiri Pirko1-2/+2
2017-08-07net_sched: use void pointer for filter handleWANG Cong1-8/+8
2017-08-07net: sched: get rid of struct tc_to_netdevJiri Pirko1-16/+11
2017-08-07net: sched: push cls related args into cls_common structureJiri Pirko1-4/+4
2017-08-07net: sched: rename TC_SETUP_MATCHALL to TC_SETUP_CLSMATCHALLJiri Pirko1-2/+2