aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/cls_api.c
AgeCommit message (Expand)Author
2020-05-20net_sched: fix tcm_parent in tc filter dumpCong Wang
2020-01-22net_sched: use validated TCA_KIND attribute in tc_new_tfilter()Eric Dumazet
2019-12-30net/sched: add delete_empty() to filters and use it in cls_flowerDavide Caratti
2019-12-07net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add()Eric Dumazet
2019-12-06net: sched: allow indirect blocks to bind to clsact in TCJohn Hurley
2019-12-06net: core: rename indirect block ingress cb functionJohn Hurley
2019-11-05net: sched: prevent duplicate flower rules from tcf_proto destroy raceJohn Hurley
2019-10-08net_sched: fix backward compatibility for TCA_KINDCong Wang
2019-09-24net: sched: fix possible crash in tcf_action_destroy()Eric Dumazet
2019-09-16net: sched: use get_dev() action API in flow_action infraVlad Buslov
2019-09-16net: sched: take reference to psample group in flow_action infraVlad Buslov
2019-09-16net: sched: extend flow_action_entry with destructorVlad Buslov
2019-09-06net: openvswitch: Set OvS recirc_id from tc chain indexPaul Blakey
2019-08-26net: sched: copy tunnel info when setting flow_action entry->tunnelVlad Buslov
2019-08-26net: sched: take reference to action dev before calling offloadsVlad Buslov
2019-08-26net: sched: take rtnl lock in tc_setup_flow_action()Vlad Buslov
2019-08-26net: sched: conditionally obtain rtnl lock in cls hw offloads APIVlad Buslov
2019-08-26net: sched: add API for registering unlocked offload block callbacksVlad Buslov
2019-08-26net: sched: notify classifier on successful offload add/deleteVlad Buslov
2019-08-26net: sched: refactor block offloads counter usageVlad Buslov
2019-08-26net: sched: change tcf block offload counter type to atomic_tVlad Buslov
2019-08-26net: sched: protect block offload-related fields with rw_semaphoreVlad Buslov
2019-08-08flow_offload: support get multi-subsystem blockwenxu
2019-08-08flow_offload: move tc indirect block to flow offloadwenxu
2019-08-08cls_api: add flow_indr_block_call functionwenxu
2019-08-08cls_api: remove the tcf_block cachewenxu
2019-08-08cls_api: modify the tc_indr_block_ing_cmd parameters.wenxu
2019-08-06net: sched: add ingress mirred action to hardware IRJohn Hurley
2019-08-06net: sched: add skbedit of ptype action to hardware IRJohn Hurley
2019-07-23net: sched: include mpls actions in hardware intermediate representationJohn Hurley
2019-07-21net: sched: verify that q!=NULL before setting q->flagsVlad Buslov
2019-07-19net: flow_offload: add flow_block structure and use itPablo Neira Ayuso
2019-07-19net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tPablo Neira Ayuso
2019-07-17net_sched: unset TCQ_F_CAN_BYPASS when adding filtersCong Wang
2019-07-12net: sched: Fix NULL-pointer dereference in tc_indr_block_ing_cmd()Vlad Buslov
2019-07-09net: sched: remove tcf block APIPablo Neira Ayuso
2019-07-09drivers: net: use flow block APIPablo Neira Ayuso
2019-07-09net: sched: use flow block APIPablo Neira Ayuso
2019-07-09net: flow_offload: add list handling functionsPablo Neira Ayuso
2019-07-09net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_*Pablo Neira Ayuso
2019-07-09net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BINDPablo Neira Ayuso
2019-07-09net/sched: Introduce action ctPaul Blakey
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-05net/sched: add police action to the hardware intermediate representationPieter Jansen van Vuuren
2019-05-05net/sched: add sample action to the hardware intermediate representationPieter Jansen van Vuuren
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-02net: sched: don't set tunnel for decap actionVlad Buslov
2019-03-21net/sched: let actions use RCU to access 'goto_chain'Davide Caratti
2019-03-13net_sched: return correct value for *notify* functionsZhike Wang