summaryrefslogtreecommitdiffstats
path: root/net/sched/cls_api.c
Commit message (Expand)AuthorAgeFilesLines
* net: protect tcf_block_unbind with block lockLeon Romanovsky2020-10-271-2/+2
* net/sched: act_gate: Unlock ->tcfa_lock in tc_setup_flow_action()Guillaume Nault2020-10-201-1/+1
* net/sched: act_ct: fix miss set mru for ovs after defrag in act_ctwenxu2020-08-031-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-251-1/+0
|\
| * flow_offload: Move rhashtable inclusion to the source fileHerbert Xu2020-07-241-1/+0
* | net: sched: Do not drop root lock in tcf_qevent_handle()Petr Machata2020-07-161-7/+1
* | net: sched: Pass qdisc reference in struct flow_block_offloadPetr Machata2020-07-131-7/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-111-1/+1
|\|
| * sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen2020-07-031-1/+1
* | net:qos: police action offloading parameter 'burst' change to the original valuePo Liu2020-06-291-1/+1
* | net: sched: Introduce helpers for qevent blocksPetr Machata2020-06-291-0/+119
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-06-251-10/+15
|\|
| * net/sched: cls_api: fix nooffloaddevcnt warning dmesg logwenxu2020-06-191-10/+14
| * net: flow_offload: fix flow_indr_dev_unregister pathwenxu2020-06-191-0/+1
* | net: qos: police action add index for tc flower offloadingPo Liu2020-06-241-0/+1
* | net: qos: add tc police offloading action with max frame size limitPo Liu2020-06-241-0/+1
|/
* 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