summaryrefslogtreecommitdiffstats
path: root/net/sched/cls_api.c
Commit message (Expand)AuthorAgeFilesLines
* net: remove indirect block netdev event registrationPablo Neira Ayuso2020-06-011-79/+0
* net: use flow_indr_dev_setup_offload()Pablo Neira Ayuso2020-06-011-29/+29
* net: cls_api: add tcf_block_offload_init()Pablo Neira Ayuso2020-06-011-7/+19
* net: sched: implement terse dump support in actVlad Buslov2020-05-151-1/+27
* net: sched: introduce terse dump flagVlad Buslov2020-05-151-8/+31
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-061-6/+16
|\
| * net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DONT_CAREPablo Neira Ayuso2020-05-061-2/+12
| * net_sched: fix tcm_parent in tc filter dumpCong Wang2020-05-041-4/+4
* | net: schedule: add action gate offloadingPo Liu2020-05-011-0/+33
* | net: sched: report ndo_setup_tc failures via extackJesper Dangaard Brouer2020-04-241-1/+4
|/
* net: sched: Fix setting last executed chain on skb extensionPaul Blakey2020-04-071-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2020-03-301-1/+1
|\
| * netfilter: flowtable: Fix incorrect tc_setup_type typewenxu2020-03-271-1/+1
* | net: sched: rename more stats_typesJakub Kicinski2020-03-231-5/+5
* | net: tc_skbedit: Make the skbedit priority offloadablePetr Machata2020-03-191-0/+3
|/
* net: sched: Fix hw_stats_type setting in pedit loopPetr Machata2020-03-181-1/+1
* net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Jakub Kicinski2020-03-171-3/+3
* net: sched: set the hw_stats_type in pedit loopJiri Pirko2020-03-161-0/+1
* net/sched: act_ct: Enable hardware offload of flow table entiresPaul Blakey2020-03-121-0/+1
* Merge branch 'ct-offload' of git://git.kernel.org/pub/scm/linux/kernel/git/sa...David S. Miller2020-03-121-17/+81
|\
| * net: sched: Support specifying a starting chain via tc skb extPaul Blakey2020-02-191-4/+35
| * net: sched: Change the block's chain list to an rcu listPaul Blakey2020-02-191-2/+3
| * net: sched: Pass ingress block to tcf_classify_ingressPaul Blakey2020-02-191-1/+3
| * net: sched: Introduce ingress classification functionPaul Blakey2020-02-191-14/+44
* | sched: act: allow user to specify type of HW stats for a filterJiri Pirko2020-03-081-0/+7
* | flow_offload: pass action cookie through offload structuresJiri Pirko2020-02-251-1/+30
|/
* net: sched: don't take rtnl lock during flow_action setupVlad Buslov2020-02-171-7/+1
* net: sched: lock action when translating it to flow_action infraVlad Buslov2020-02-171-6/+11
* net_sched: use validated TCA_KIND attribute in tc_new_tfilter()Eric Dumazet2020-01-221-3/+2
* net/sched: add delete_empty() to filters and use it in cls_flowerDavide Caratti2019-12-301-26/+5
* 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