aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/cls_api.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-16net: sched: take reference to psample group in flow_action infraVlad Buslov1-2/+11
2019-09-16net: sched: extend flow_action_entry with destructorVlad Buslov1-32/+45
2019-09-06net: openvswitch: Set OvS recirc_id from tc chain indexPaul Blakey1-0/+12
2019-08-26net: sched: copy tunnel info when setting flow_action entry->tunnelVlad Buslov1-1/+8
2019-08-26net: sched: take reference to action dev before calling offloadsVlad Buslov1-0/+32
2019-08-26net: sched: take rtnl lock in tc_setup_flow_action()Vlad Buslov1-4/+13
2019-08-26net: sched: conditionally obtain rtnl lock in cls hw offloads APIVlad Buslov1-0/+65
2019-08-26net: sched: add API for registering unlocked offload block callbacksVlad Buslov1-0/+6
2019-08-26net: sched: notify classifier on successful offload add/deleteVlad Buslov1-2/+17
2019-08-26net: sched: refactor block offloads counter usageVlad Buslov1-14/+162
2019-08-26net: sched: change tcf block offload counter type to atomic_tVlad Buslov1-1/+1
2019-08-26net: sched: protect block offload-related fields with rw_semaphoreVlad Buslov1-9/+36
2019-08-08flow_offload: support get multi-subsystem blockwenxu1-1/+8
2019-08-08flow_offload: move tc indirect block to flow offloadwenxu1-215/+25
2019-08-08cls_api: add flow_indr_block_call functionwenxu1-10/+17
2019-08-08cls_api: remove the tcf_block cachewenxu1-8/+8
2019-08-08cls_api: modify the tc_indr_block_ing_cmd parameters.wenxu1-11/+15
2019-08-06net: sched: add ingress mirred action to hardware IRJohn Hurley1-0/+6
2019-08-06net: sched: add skbedit of ptype action to hardware IRJohn Hurley1-0/+3
2019-07-23net: sched: include mpls actions in hardware intermediate representationJohn Hurley1-0/+25
2019-07-21net: sched: verify that q!=NULL before setting q->flagsVlad Buslov1-1/+3
2019-07-19net: flow_offload: add flow_block structure and use itPablo Neira Ayuso1-3/+7
2019-07-19net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tPablo Neira Ayuso1-1/+1
2019-07-17net_sched: unset TCQ_F_CAN_BYPASS when adding filtersCong Wang1-0/+1
2019-07-12net: sched: Fix NULL-pointer dereference in tc_indr_block_ing_cmd()Vlad Buslov1-1/+1
2019-07-09net: sched: remove tcf block APIPablo Neira Ayuso1-98/+0
2019-07-09drivers: net: use flow block APIPablo Neira Ayuso1-7/+7
2019-07-09net: sched: use flow block APIPablo Neira Ayuso1-1/+87
2019-07-09net: flow_offload: add list handling functionsPablo Neira Ayuso1-0/+3
2019-07-09net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_*Pablo Neira Ayuso1-7/+7
2019-07-09net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BINDPablo Neira Ayuso1-11/+11
2019-07-09net/sched: Introduce action ctPaul Blakey1-0/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-05-05net/sched: add police action to the hardware intermediate representationPieter Jansen van Vuuren1-0/+6
2019-05-05net/sched: add sample action to the hardware intermediate representationPieter Jansen van Vuuren1-0/+8
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-8/+12
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-2/+2
2019-04-02net: sched: don't set tunnel for decap actionVlad Buslov1-1/+0
2019-03-21net/sched: let actions use RCU to access 'goto_chain'Davide Caratti1-1/+1
2019-03-13net_sched: return correct value for *notify* functionsZhike Wang1-9/+23
2019-03-08net: sched: fix potential use-after-free in __tcf_chain_put()Vlad Buslov1-10/+7
2019-02-26net: sched: fix typo in walker_check_empty()Vlad Buslov1-2/+2
2019-02-25net: sched: don't release block->lock when dumping chainsVlad Buslov1-9/+7
2019-02-25net: sched: set dedicated tcf_walker flag when tp is emptyVlad Buslov1-4/+9
2019-02-22net_sched: initialize net pointer inside tcf_exts_init()Cong Wang1-1/+0
2019-02-21net: sched: potential NULL dereference in tcf_block_find()Dan Carpenter1-1/+3
2019-02-13net: sched: remove duplicated include from cls_api.cYueHaibing1-1/+0
2019-02-12net: sched: unlock rules update APIVlad Buslov1-17/+114
2019-02-12net: sched: refactor tcf_block_find() into standalone functionsVlad Buslov1-92/+149
2019-02-12net: sched: extend proto ops to support unlocked classifiersVlad Buslov1-75/+93