summaryrefslogtreecommitdiff
path: root/net/sched/cls_api.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+1
2020-03-27netfilter: flowtable: Fix incorrect tc_setup_type typewenxu1-1/+1
2020-03-24net: sched: rename more stats_typesJakub Kicinski1-5/+5
2020-03-20net: tc_skbedit: Make the skbedit priority offloadablePetr Machata1-0/+3
2020-03-19net: sched: Fix hw_stats_type setting in pedit loopPetr Machata1-1/+1
2020-03-18net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Jakub Kicinski1-3/+3
2020-03-16net: sched: set the hw_stats_type in pedit loopJiri Pirko1-0/+1
2020-03-13net/sched: act_ct: Enable hardware offload of flow table entiresPaul Blakey1-0/+1
2020-03-12Merge branch 'ct-offload' of git://git.kernel.org/pub/scm/linux/kernel/git/sa...David S. Miller1-17/+81
2020-03-09sched: act: allow user to specify type of HW stats for a filterJiri Pirko1-0/+7
2020-02-25flow_offload: pass action cookie through offload structuresJiri Pirko1-1/+30
2020-02-20net: sched: Support specifying a starting chain via tc skb extPaul Blakey1-4/+35
2020-02-20net: sched: Change the block's chain list to an rcu listPaul Blakey1-2/+3
2020-02-20net: sched: Pass ingress block to tcf_classify_ingressPaul Blakey1-1/+3
2020-02-20net: sched: Introduce ingress classification functionPaul Blakey1-14/+44
2020-02-18net: sched: don't take rtnl lock during flow_action setupVlad Buslov1-7/+1
2020-02-18net: sched: lock action when translating it to flow_action infraVlad Buslov1-6/+11
2020-01-22net_sched: use validated TCA_KIND attribute in tc_new_tfilter()Eric Dumazet1-3/+2
2019-12-31net/sched: add delete_empty() to filters and use it in cls_flowerDavide Caratti1-26/+5
2019-12-07net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add()Eric Dumazet1-1/+7
2019-12-07net: sched: allow indirect blocks to bind to clsact in TCJohn Hurley1-19/+33
2019-12-07net: core: rename indirect block ingress cb functionJohn Hurley1-2/+2
2019-11-06net: sched: prevent duplicate flower rules from tcf_proto destroy raceJohn Hurley1-4/+79
2019-10-09net_sched: fix backward compatibility for TCA_KINDCong Wang1-3/+33
2019-09-24net: sched: fix possible crash in tcf_action_destroy()Eric Dumazet1-2/+4
2019-09-16net: sched: use get_dev() action API in flow_action infraVlad Buslov1-10/+3
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-27net: sched: copy tunnel info when setting flow_action entry->tunnelVlad Buslov1-1/+8
2019-08-27net: sched: take reference to action dev before calling offloadsVlad Buslov1-0/+32
2019-08-27net: sched: take rtnl lock in tc_setup_flow_action()Vlad Buslov1-4/+13
2019-08-27net: sched: conditionally obtain rtnl lock in cls hw offloads APIVlad Buslov1-0/+65
2019-08-27net: sched: add API for registering unlocked offload block callbacksVlad Buslov1-0/+6
2019-08-27net: sched: notify classifier on successful offload add/deleteVlad Buslov1-2/+17
2019-08-27net: sched: refactor block offloads counter usageVlad Buslov1-14/+162
2019-08-27net: sched: change tcf block offload counter type to atomic_tVlad Buslov1-1/+1
2019-08-27net: sched: protect block offload-related fields with rw_semaphoreVlad Buslov1-9/+36
2019-08-09flow_offload: support get multi-subsystem blockwenxu1-1/+8
2019-08-09flow_offload: move tc indirect block to flow offloadwenxu1-215/+25
2019-08-09cls_api: add flow_indr_block_call functionwenxu1-10/+17
2019-08-09cls_api: remove the tcf_block cachewenxu1-8/+8
2019-08-09cls_api: modify the tc_indr_block_ing_cmd parameters.wenxu1-11/+15
2019-08-07net: sched: add ingress mirred action to hardware IRJohn Hurley1-0/+6
2019-08-07net: 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-20net: flow_offload: add flow_block structure and use itPablo Neira Ayuso1-3/+7
2019-07-20net: 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