summaryrefslogtreecommitdiff
path: root/net/sched/cls_matchall.c
AgeCommit message (Expand)Author
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
2018-01-19net: sched: cls: add extack support for delete callbackAlexander Aring
2018-01-19net: sched: cls: add extack support for tcf_exts_validateAlexander Aring
2018-01-19net: sched: cls: add extack support for change callbackAlexander Aring
2018-01-19net: sched: cls: fix code style issuesAlexander Aring
2018-01-17net: sched: keep track of offloaded filters and check tc offload featureJiri Pirko
2017-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-09cls_matchall: use tcf_exts_get_net() before call_rcu()Cong Wang
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-29net_sched: use tcf_queue_work() in matchall filterCong Wang
2017-10-21net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS*Jiri Pirko
2017-10-21net: sched: cls_matchall: call block callbacks for offloadJiri Pirko
2017-09-18net/sched: cls_matchall: fix crash when used with classful qdiscDavide Caratti
2017-08-31net_sched: add reverse binding for tc classCong Wang
2017-08-11net: sched: remove cops->tcf_cl_offloadJiri Pirko
2017-08-07net_sched: use void pointer for filter handleWANG Cong
2017-08-07net: sched: get rid of struct tc_to_netdevJiri Pirko
2017-08-07net: sched: push cls related args into cls_common structureJiri Pirko
2017-08-07net: sched: rename TC_SETUP_MATCHALL to TC_SETUP_CLSMATCHALLJiri Pirko