summaryrefslogtreecommitdiffstats
path: root/net/sched/cls_api.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-171-0/+1
|\
| * net: sched: fix police ext initializationVlad Buslov2021-02-161-0/+1
* | net_sched: fix RTNL deadlock again caused by request_module()Cong Wang2021-01-191-2/+9
|/
* net: sched: remove redundant 'rtnl_held' argumentVlad Buslov2020-12-011-10/+8
* treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel2020-11-161-1/+1
* Modify return value of nla_strlcpy to match that of strscpy.Francis Laniel2020-11-161-1/+1
* net: cls_api: remove unneeded local variable in tc_dump_chain()Lukas Bulwahn2020-10-301-13/+3
* net: protect tcf_block_unbind with block lockLeon Romanovsky2020-10-281-2/+2
* net/sched: act_gate: Unlock ->tcfa_lock in tc_setup_flow_action()Guillaume Nault2020-10-211-1/+1
* net/sched: act_ct: fix miss set mru for ovs after defrag in act_ctwenxu2020-08-041-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-261-1/+0
|\
| * flow_offload: Move rhashtable inclusion to the source fileHerbert Xu2020-07-251-1/+0
* | net: sched: Do not drop root lock in tcf_qevent_handle()Petr Machata2020-07-171-7/+1
* | net: sched: Pass qdisc reference in struct flow_block_offloadPetr Machata2020-07-141-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-301-1/+1
* | net: sched: Introduce helpers for qevent blocksPetr Machata2020-06-301-0/+119
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-06-261-10/+15
|\|
| * net/sched: cls_api: fix nooffloaddevcnt warning dmesg logwenxu2020-06-201-10/+14
| * net: flow_offload: fix flow_indr_dev_unregister pathwenxu2020-06-201-0/+1
* | net: qos: police action add index for tc flower offloadingPo Liu2020-06-251-0/+1
* | net: qos: add tc police offloading action with max frame size limitPo Liu2020-06-251-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-071-6/+16
|\
| * net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DONT_CAREPablo Neira Ayuso2020-05-071-2/+12
| * net_sched: fix tcm_parent in tc filter dumpCong Wang2020-05-041-4/+4
* | net: schedule: add action gate offloadingPo Liu2020-05-021-0/+33
* | net: sched: report ndo_setup_tc failures via extackJesper Dangaard Brouer2020-04-251-1/+4
|/
* net: sched: Fix setting last executed chain on skb extensionPaul Blakey2020-04-081-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2020-03-311-1/+1
|\
| * netfilter: flowtable: Fix incorrect tc_setup_type typewenxu2020-03-271-1/+1
* | net: sched: rename more stats_typesJakub Kicinski2020-03-241-5/+5
* | net: tc_skbedit: Make the skbedit priority offloadablePetr Machata2020-03-201-0/+3
|/
* net: sched: Fix hw_stats_type setting in pedit loopPetr Machata2020-03-191-1/+1
* net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Jakub Kicinski2020-03-181-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-201-4/+35
| * net: sched: Change the block's chain list to an rcu listPaul Blakey2020-02-201-2/+3
| * net: sched: Pass ingress block to tcf_classify_ingressPaul Blakey2020-02-201-1/+3
| * net: sched: Introduce ingress classification functionPaul Blakey2020-02-201-14/+44
* | sched: act: allow user to specify type of HW stats for a filterJiri Pirko2020-03-091-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