summaryrefslogtreecommitdiffstats
path: root/net/sched/cls_api.c
AgeCommit message (Expand)AuthorLines
2020-06-01net: remove indirect block netdev event registrationPablo Neira Ayuso-79/+0
2020-06-01net: use flow_indr_dev_setup_offload()Pablo Neira Ayuso-29/+29
2020-06-01net: cls_api: add tcf_block_offload_init()Pablo Neira Ayuso-7/+19
2020-05-15net: sched: implement terse dump support in actVlad Buslov-1/+27
2020-05-15net: sched: introduce terse dump flagVlad Buslov-8/+31
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-6/+16
2020-05-06net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DONT_CAREPablo Neira Ayuso-2/+12
2020-05-04net_sched: fix tcm_parent in tc filter dumpCong Wang-4/+4
2020-05-01net: schedule: add action gate offloadingPo Liu-0/+33
2020-04-24net: sched: report ndo_setup_tc failures via extackJesper Dangaard Brouer-1/+4
2020-04-07net: sched: Fix setting last executed chain on skb extensionPaul Blakey-0/+1
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-1/+1
2020-03-27netfilter: flowtable: Fix incorrect tc_setup_type typewenxu-1/+1
2020-03-23net: sched: rename more stats_typesJakub Kicinski-5/+5
2020-03-19net: tc_skbedit: Make the skbedit priority offloadablePetr Machata-0/+3
2020-03-18net: sched: Fix hw_stats_type setting in pedit loopPetr Machata-1/+1
2020-03-17net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Jakub Kicinski-3/+3
2020-03-16net: sched: set the hw_stats_type in pedit loopJiri Pirko-0/+1
2020-03-12net/sched: act_ct: Enable hardware offload of flow table entiresPaul Blakey-0/+1
2020-03-12Merge branch 'ct-offload' of git://git.kernel.org/pub/scm/linux/kernel/git/sa...David S. Miller-17/+81
2020-03-08sched: act: allow user to specify type of HW stats for a filterJiri Pirko-0/+7
2020-02-25flow_offload: pass action cookie through offload structuresJiri Pirko-1/+30
2020-02-19net: sched: Support specifying a starting chain via tc skb extPaul Blakey-4/+35
2020-02-19net: sched: Change the block's chain list to an rcu listPaul Blakey-2/+3
2020-02-19net: sched: Pass ingress block to tcf_classify_ingressPaul Blakey-1/+3
2020-02-19net: sched: Introduce ingress classification functionPaul Blakey-14/+44
2020-02-17net: sched: don't take rtnl lock during flow_action setupVlad Buslov-7/+1
2020-02-17net: sched: lock action when translating it to flow_action infraVlad Buslov-6/+11
2020-01-22net_sched: use validated TCA_KIND attribute in tc_new_tfilter()Eric Dumazet-3/+2
2019-12-30net/sched: add delete_empty() to filters and use it in cls_flowerDavide Caratti-26/+5
2019-12-07net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add()Eric Dumazet-1/+7
2019-12-06net: sched: allow indirect blocks to bind to clsact in TCJohn Hurley-19/+33
2019-12-06net: core: rename indirect block ingress cb functionJohn Hurley-2/+2
2019-11-05net: sched: prevent duplicate flower rules from tcf_proto destroy raceJohn Hurley-4/+79
2019-10-08net_sched: fix backward compatibility for TCA_KINDCong Wang-3/+33
2019-09-24net: sched: fix possible crash in tcf_action_destroy()Eric Dumazet-2/+4
2019-09-16net: sched: use get_dev() action API in flow_action infraVlad Buslov-10/+3
2019-09-16net: sched: take reference to psample group in flow_action infraVlad Buslov-2/+11
2019-09-16net: sched: extend flow_action_entry with destructorVlad Buslov-32/+45
2019-09-06net: openvswitch: Set OvS recirc_id from tc chain indexPaul Blakey-0/+12
2019-08-26net: sched: copy tunnel info when setting flow_action entry->tunnelVlad Buslov-1/+8
2019-08-26net: sched: take reference to action dev before calling offloadsVlad Buslov-0/+32
2019-08-26net: sched: take rtnl lock in tc_setup_flow_action()Vlad Buslov-4/+13
2019-08-26net: sched: conditionally obtain rtnl lock in cls hw offloads APIVlad Buslov-0/+65
2019-08-26net: sched: add API for registering unlocked offload block callbacksVlad Buslov-0/+6
2019-08-26net: sched: notify classifier on successful offload add/deleteVlad Buslov-2/+17
2019-08-26net: sched: refactor block offloads counter usageVlad Buslov-14/+162
2019-08-26net: sched: change tcf block offload counter type to atomic_tVlad Buslov-1/+1
2019-08-26net: sched: protect block offload-related fields with rw_semaphoreVlad Buslov-9/+36
2019-08-08flow_offload: support get multi-subsystem blockwenxu-1/+8