summaryrefslogtreecommitdiff
path: root/net/sched/cls_api.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-05-26net: zero-initialize tc skb extension on allocationVlad Buslov1-1/+1
2021-05-19net/sched: cls_api: increase max_reclassify_loopDavide Caratti1-1/+1
2021-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+8
2021-04-08net: sched: fix err handler in tcf_action_init()Vlad Buslov1-3/+2
2021-04-08net: sched: fix action overwrite reference countingVlad Buslov1-4/+5
2021-04-03net: cls_api: Fix uninitialised struct field bo->unlocked_driver_cbYunjian Wang1-1/+1
2021-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2021-03-17net/sched: act_api: fix miss set post_ct for ovs after do conntrack in act_ctwenxu1-0/+1
2021-03-14flow_offload: add support for packet-per-second policingXingfeng Hu1-0/+3
2021-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2021-02-17net: sched: fix police ext initializationVlad Buslov1-0/+1
2021-01-19net_sched: fix RTNL deadlock again caused by request_module()Cong Wang1-2/+9
2020-12-01net: sched: remove redundant 'rtnl_held' argumentVlad Buslov1-10/+8
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel1-1/+1
2020-11-16Modify return value of nla_strlcpy to match that of strscpy.Francis Laniel1-1/+1
2020-10-31net: cls_api: remove unneeded local variable in tc_dump_chain()Lukas Bulwahn1-13/+3
2020-10-28net: protect tcf_block_unbind with block lockLeon Romanovsky1-2/+2
2020-10-21net/sched: act_gate: Unlock ->tcfa_lock in tc_setup_flow_action()Guillaume Nault1-1/+1
2020-08-04net/sched: act_ct: fix miss set mru for ovs after defrag in act_ctwenxu1-0/+1
2020-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+0
2020-07-25flow_offload: Move rhashtable inclusion to the source fileHerbert Xu1-1/+0
2020-07-17net: sched: Do not drop root lock in tcf_qevent_handle()Petr Machata1-7/+1
2020-07-14net: sched: Pass qdisc reference in struct flow_block_offloadPetr Machata1-7/+9
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-07-04sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen1-1/+1
2020-06-30net:qos: police action offloading parameter 'burst' change to the original valuePo Liu1-1/+1
2020-06-30net: sched: Introduce helpers for qevent blocksPetr Machata1-0/+119
2020-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-10/+15
2020-06-25net: qos: police action add index for tc flower offloadingPo Liu1-0/+1
2020-06-25net: qos: add tc police offloading action with max frame size limitPo Liu1-0/+1
2020-06-20net/sched: cls_api: fix nooffloaddevcnt warning dmesg logwenxu1-10/+14
2020-06-20net: flow_offload: fix flow_indr_dev_unregister pathwenxu1-0/+1
2020-06-01net: remove indirect block netdev event registrationPablo Neira Ayuso1-79/+0
2020-06-01net: use flow_indr_dev_setup_offload()Pablo Neira Ayuso1-29/+29
2020-06-01net: cls_api: add tcf_block_offload_init()Pablo Neira Ayuso1-7/+19
2020-05-15net: sched: implement terse dump support in actVlad Buslov1-1/+27
2020-05-15net: sched: introduce terse dump flagVlad Buslov1-8/+31
2020-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-6/+16
2020-05-07net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DONT_CAREPablo Neira Ayuso1-2/+12
2020-05-04net_sched: fix tcm_parent in tc filter dumpCong Wang1-4/+4
2020-05-02net: schedule: add action gate offloadingPo Liu1-0/+33
2020-04-25net: sched: report ndo_setup_tc failures via extackJesper Dangaard Brouer1-1/+4
2020-04-08net: sched: Fix setting last executed chain on skb extensionPaul Blakey1-0/+1
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+1
2020-03-27netfilter: flowtable: Fix incorrect tc_setup_type typewenxu1-1/+1
2020-03-24net: sched: rename more stats_typesJakub Kicinski1-5/+5
2020-03-20net: tc_skbedit: Make the skbedit priority offloadablePetr Machata1-0/+3
2020-03-19net: sched: Fix hw_stats_type setting in pedit loopPetr Machata1-1/+1
2020-03-18net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Jakub Kicinski1-3/+3