summaryrefslogtreecommitdiffstats
path: root/net/sched/cls_matchall.c
Commit message (Expand)AuthorAgeFilesLines
* net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tPablo Neira Ayuso2019-07-201-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/+1Star
* net/sched: avoid double free on matchall reoffloadPieter Jansen van Vuuren2019-05-091-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-081-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/+4Star
* | net/sched: add block pointer to tc_cls_common_offload structurePieter Jansen van Vuuren2019-05-061-4/+8
* | net/sched: extend matchall offload for hardware statisticsPieter Jansen van Vuuren2019-05-061-0/+20
* | net/sched: remove unused functions for matchall offloadPieter Jansen van Vuuren2019-05-061-2/+0Star
* | net/sched: use the hardware intermediate representation for matchallPieter Jansen van Vuuren2019-05-061-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-231-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-151-3/+2Star
* 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-251-16/+5Star
* 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
* net: sched: cls_matchall: propagate extack support for filter offloadQuentin Monnet2018-01-221-2/+4
* net: sched: cls: add extack support for delete callbackAlexander Aring2018-01-191-1/+2
* net: sched: cls: add extack support for tcf_exts_validateAlexander Aring2018-01-191-3/+5
* net: sched: cls: add extack support for change callbackAlexander Aring2018-01-191-1/+1
* net: sched: cls: fix code style issuesAlexander Aring2018-01-191-1/+1
* net: sched: keep track of offloaded filters and check tc offload featureJiri Pirko2018-01-171-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-101-3/+12
|\
| * cls_matchall: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-091-3/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-301-3/+16
|\|
| * net_sched: use tcf_queue_work() in matchall filterCong Wang2017-10-291-3/+16
* | net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS*Jiri Pirko2017-10-211-16/+0Star
* | net: sched: cls_matchall: call block callbacks for offloadJiri Pirko2017-10-211-27/+45
|/
* net/sched: cls_matchall: fix crash when used with classful qdiscDavide Caratti2017-09-191-0/+1
* net_sched: add reverse binding for tc classCong Wang2017-08-311-0/+9
* net: sched: remove cops->tcf_cl_offloadJiri Pirko2017-08-111-2/+2
* net_sched: use void pointer for filter handleWANG Cong2017-08-071-8/+8
* net: sched: get rid of struct tc_to_netdevJiri Pirko2017-08-071-16/+11Star
* net: sched: push cls related args into cls_common structureJiri Pirko2017-08-071-4/+4
* net: sched: rename TC_SETUP_MATCHALL to TC_SETUP_CLSMATCHALLJiri Pirko2017-08-071-2/+2
* net: sched: make type an argument for ndo_setup_tcJiri Pirko2017-08-071-6/+4Star
* net: sched: cls_matchall: no need to call tcf_exts_change for newly allocated...Jiri Pirko2017-08-041-12/+2Star
* net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko2017-06-081-4/+5