summaryrefslogtreecommitdiffstats
path: root/net/sched/cls_api.c
AgeCommit message (Expand)Author
2020-12-01net: sched: remove redundant 'rtnl_held' argumentVlad Buslov
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel
2020-11-16Modify return value of nla_strlcpy to match that of strscpy.Francis Laniel
2020-10-30net: cls_api: remove unneeded local variable in tc_dump_chain()Lukas Bulwahn
2020-10-27net: protect tcf_block_unbind with block lockLeon Romanovsky
2020-10-20net/sched: act_gate: Unlock ->tcfa_lock in tc_setup_flow_action()Guillaume Nault
2020-08-03net/sched: act_ct: fix miss set mru for ovs after defrag in act_ctwenxu
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-24flow_offload: Move rhashtable inclusion to the source fileHerbert Xu
2020-07-16net: sched: Do not drop root lock in tcf_qevent_handle()Petr Machata
2020-07-13net: sched: Pass qdisc reference in struct flow_block_offloadPetr Machata
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-03sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen
2020-06-29net:qos: police action offloading parameter 'burst' change to the original valuePo Liu
2020-06-29net: sched: Introduce helpers for qevent blocksPetr Machata
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-06-24net: qos: police action add index for tc flower offloadingPo Liu
2020-06-24net: qos: add tc police offloading action with max frame size limitPo Liu
2020-06-19net/sched: cls_api: fix nooffloaddevcnt warning dmesg logwenxu
2020-06-19net: flow_offload: fix flow_indr_dev_unregister pathwenxu
2020-06-01net: remove indirect block netdev event registrationPablo Neira Ayuso
2020-06-01net: use flow_indr_dev_setup_offload()Pablo Neira Ayuso
2020-06-01net: cls_api: add tcf_block_offload_init()Pablo Neira Ayuso
2020-05-15net: sched: implement terse dump support in actVlad Buslov
2020-05-15net: sched: introduce terse dump flagVlad Buslov
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-06net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DONT_CAREPablo Neira Ayuso
2020-05-04net_sched: fix tcm_parent in tc filter dumpCong Wang
2020-05-01net: schedule: add action gate offloadingPo Liu
2020-04-24net: sched: report ndo_setup_tc failures via extackJesper Dangaard Brouer
2020-04-07net: sched: Fix setting last executed chain on skb extensionPaul Blakey
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2020-03-27netfilter: flowtable: Fix incorrect tc_setup_type typewenxu
2020-03-23net: sched: rename more stats_typesJakub Kicinski
2020-03-19net: tc_skbedit: Make the skbedit priority offloadablePetr Machata
2020-03-18net: sched: Fix hw_stats_type setting in pedit loopPetr Machata
2020-03-17net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Jakub Kicinski
2020-03-16net: sched: set the hw_stats_type in pedit loopJiri Pirko
2020-03-12net/sched: act_ct: Enable hardware offload of flow table entiresPaul Blakey
2020-03-12Merge branch 'ct-offload' of git://git.kernel.org/pub/scm/linux/kernel/git/sa...David S. Miller
2020-03-08sched: act: allow user to specify type of HW stats for a filterJiri Pirko
2020-02-25flow_offload: pass action cookie through offload structuresJiri Pirko
2020-02-19net: sched: Support specifying a starting chain via tc skb extPaul Blakey
2020-02-19net: sched: Change the block's chain list to an rcu listPaul Blakey
2020-02-19net: sched: Pass ingress block to tcf_classify_ingressPaul Blakey
2020-02-19net: sched: Introduce ingress classification functionPaul Blakey
2020-02-17net: sched: don't take rtnl lock during flow_action setupVlad Buslov
2020-02-17net: sched: lock action when translating it to flow_action infraVlad Buslov
2020-01-22net_sched: use validated TCA_KIND attribute in tc_new_tfilter()Eric Dumazet
2019-12-30net/sched: add delete_empty() to filters and use it in cls_flowerDavide Caratti