summaryrefslogtreecommitdiffstats
path: root/net/sched/cls_api.c
Commit message (Expand)AuthorAgeFilesLines
* net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add()Eric Dumazet2019-12-071-1/+7
* net: sched: allow indirect blocks to bind to clsact in TCJohn Hurley2019-12-061-19/+33
* net: core: rename indirect block ingress cb functionJohn Hurley2019-12-061-2/+2
* net: sched: prevent duplicate flower rules from tcf_proto destroy raceJohn Hurley2019-11-051-4/+79
* net_sched: fix backward compatibility for TCA_KINDCong Wang2019-10-081-3/+33
* net: sched: fix possible crash in tcf_action_destroy()Eric Dumazet2019-09-241-2/+4
* net: sched: use get_dev() action API in flow_action infraVlad Buslov2019-09-161-10/+3
* net: sched: take reference to psample group in flow_action infraVlad Buslov2019-09-161-2/+11
* net: sched: extend flow_action_entry with destructorVlad Buslov2019-09-161-32/+45
* net: openvswitch: Set OvS recirc_id from tc chain indexPaul Blakey2019-09-061-0/+12
* net: sched: copy tunnel info when setting flow_action entry->tunnelVlad Buslov2019-08-261-1/+8
* net: sched: take reference to action dev before calling offloadsVlad Buslov2019-08-261-0/+32
* net: sched: take rtnl lock in tc_setup_flow_action()Vlad Buslov2019-08-261-4/+13
* net: sched: conditionally obtain rtnl lock in cls hw offloads APIVlad Buslov2019-08-261-0/+65
* net: sched: add API for registering unlocked offload block callbacksVlad Buslov2019-08-261-0/+6
* net: sched: notify classifier on successful offload add/deleteVlad Buslov2019-08-261-2/+17
* net: sched: refactor block offloads counter usageVlad Buslov2019-08-261-14/+162
* net: sched: change tcf block offload counter type to atomic_tVlad Buslov2019-08-261-1/+1
* net: sched: protect block offload-related fields with rw_semaphoreVlad Buslov2019-08-261-9/+36
* flow_offload: support get multi-subsystem blockwenxu2019-08-081-1/+8
* flow_offload: move tc indirect block to flow offloadwenxu2019-08-081-215/+25
* cls_api: add flow_indr_block_call functionwenxu2019-08-081-10/+17
* cls_api: remove the tcf_block cachewenxu2019-08-081-8/+8
* cls_api: modify the tc_indr_block_ing_cmd parameters.wenxu2019-08-081-11/+15
* net: sched: add ingress mirred action to hardware IRJohn Hurley2019-08-061-0/+6
* net: sched: add skbedit of ptype action to hardware IRJohn Hurley2019-08-061-0/+3
* net: sched: include mpls actions in hardware intermediate representationJohn Hurley2019-07-231-0/+25
* net: sched: verify that q!=NULL before setting q->flagsVlad Buslov2019-07-211-1/+3
* net: flow_offload: add flow_block structure and use itPablo Neira Ayuso2019-07-191-3/+7
* net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tPablo Neira Ayuso2019-07-191-1/+1
* net_sched: unset TCQ_F_CAN_BYPASS when adding filtersCong Wang2019-07-171-0/+1
* net: sched: Fix NULL-pointer dereference in tc_indr_block_ing_cmd()Vlad Buslov2019-07-121-1/+1
* net: sched: remove tcf block APIPablo Neira Ayuso2019-07-091-98/+0
* drivers: net: use flow block APIPablo Neira Ayuso2019-07-091-7/+7
* net: sched: use flow block APIPablo Neira Ayuso2019-07-091-1/+87
* net: flow_offload: add list handling functionsPablo Neira Ayuso2019-07-091-0/+3
* net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_*Pablo Neira Ayuso2019-07-091-7/+7
* net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BINDPablo Neira Ayuso2019-07-091-11/+11
* net/sched: Introduce action ctPaul Blakey2019-07-091-0/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* net/sched: add police action to the hardware intermediate representationPieter Jansen van Vuuren2019-05-051-0/+6
* net/sched: add sample action to the hardware intermediate representationPieter Jansen van Vuuren2019-05-051-0/+8
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-8/+12
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-2/+2
* net: sched: don't set tunnel for decap actionVlad Buslov2019-04-021-1/+0
* net/sched: let actions use RCU to access 'goto_chain'Davide Caratti2019-03-211-1/+1
* net_sched: return correct value for *notify* functionsZhike Wang2019-03-131-9/+23
* net: sched: fix potential use-after-free in __tcf_chain_put()Vlad Buslov2019-03-081-10/+7
* net: sched: fix typo in walker_check_empty()Vlad Buslov2019-02-261-2/+2
* net: sched: don't release block->lock when dumping chainsVlad Buslov2019-02-251-9/+7