aboutsummaryrefslogtreecommitdiff
path: root/include/net/flow_offload.h
AgeCommit message (Expand)AuthorFilesLines
2022-07-26flow_offload: Introduce flow_match_pppoeGravatar Wojciech Drewek 1-0/+6
2022-07-13net: extract port range fields from fl_flow_keyGravatar Maksym Glubokiy 1-0/+6
2022-07-06net/sched: act_police: allow 'continue' action offloadGravatar Vlad Buslov 1-0/+1
2022-06-06netfilter: nf_tables: bail out early if hardware offload is not supportedGravatar Pablo Neira Ayuso 1-0/+1
2022-03-16net/sched: add vlan push_eth and pop_eth action to the hardware IRGravatar Maor Dickman 1-0/+6
2022-02-28flow_offload: reject offload for all drivers with invalid police parametersGravatar Jianbo Liu 1-0/+6
2022-02-28net: flow_offload: add tc police action parametersGravatar Jianbo Liu 1-0/+9
2021-12-19flow_offload: allow user to offload tc action to net deviceGravatar Baowen Zheng 1-0/+17
2021-12-19flow_offload: add index to flow_action_entry structureGravatar Baowen Zheng 1-2/+1
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-7/+5
2021-08-19Revert "flow_offload: action should not be NULL when it is referenced"Gravatar Ido Schimmel 1-7/+5
2021-08-19net: Fix offloading indirect devices dependency on qdisc order creationGravatar Eli Cohen 1-0/+1
2021-08-03net: flow_offload: correct comments mismatch with codeGravatar Bijie Xu 1-1/+1
2021-06-28flow_offload: action should not be NULL when it is referencedGravatar gushengxian 1-5/+7
2021-03-24net: flow_offload: add FLOW_ACTION_PPPOE_PUSHGravatar Pablo Neira Ayuso 1-0/+4
2021-03-13flow_offload: add support for packet-per-second policingGravatar Xingfeng Hu 1-0/+2
2021-01-29net: flow_offload: Add original direction flag to ct_metadataGravatar Paul Blakey 1-0/+1
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 1-5/+15
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-1/+0
2020-07-24flow_offload: Move rhashtable inclusion to the source fileGravatar Herbert Xu 1-1/+0
2020-07-16treewide: Remove uninitialized_var() usageGravatar Kees Cook 1-1/+1
2020-07-13net: sched: Pass qdisc reference in struct flow_block_offloadGravatar Petr Machata 1-3/+6
2020-06-29net:qos: police action offloading parameter 'burst' change to the original valueGravatar Po Liu 1-1/+1
2020-06-29net: sched: sch_red: Add qevents "early_drop" and "mark"Gravatar Petr Machata 1-0/+2
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-2/+19
2020-06-24net: qos: police action add index for tc flower offloadingGravatar Po Liu 1-0/+1
2020-06-24net: qos: add tc police offloading action with max frame size limitGravatar Po Liu 1-0/+1
2020-06-19net: flow_offload: fix flow_indr_dev_unregister pathGravatar wenxu 1-1/+3
2020-06-19flow_offload: use flow_indr_block_cb_alloc/remove functionGravatar wenxu 1-1/+3
2020-06-19flow_offload: add flow_indr_block_cb_alloc/remove functionGravatar wenxu 1-0/+13
2020-06-19net: qos offload add flow status with dropped countGravatar Po Liu 1-1/+4
2020-06-09net: flow_offload: remove indirect flow_block declarations leftoverGravatar Pablo Neira Ayuso 1-24/+0
2020-06-01net: remove indirect block netdev event registrationGravatar Pablo Neira Ayuso 1-9/+0
2020-06-01net: flow_offload: consolidate indirect flow_block infrastructureGravatar Pablo Neira Ayuso 1-0/+19
2020-05-22net: flow_offload: simplify hw stats check handlingGravatar Edward Cree 1-4/+7
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-1/+8
2020-05-06net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DONT_CAREGravatar Pablo Neira Ayuso 1-1/+8
2020-05-01net: schedule: add action gate offloadingGravatar Po Liu 1-0/+10
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextGravatar David S. Miller 1-1/+2
2020-03-30net: sched: expose HW stats types per action used by driversGravatar Jiri Pirko 1-1/+11
2020-03-27netfilter: flowtable: Fix incorrect tc_setup_type typeGravatar wenxu 1-1/+2
2020-03-26net: flow_offload.h: Fix a comment at flow_action_entry.mangleGravatar Petr Machata 1-1/+2
2020-03-23net: sched: rename more stats_typesGravatar Jakub Kicinski 1-10/+10
2020-03-19net: tc_skbedit: Make the skbedit priority offloadableGravatar Petr Machata 1-0/+2
2020-03-17net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Gravatar Jakub Kicinski 1-26/+23
2020-03-12flow_offload: Add flow_match_ct to get rule ct matchGravatar Paul Blakey 1-0/+6
2020-03-12net/sched: act_ct: Enable hardware offload of flow table entiresGravatar Paul Blakey 1-0/+1
2020-03-12net/sched: act_ct: Support restoring conntrack info on skbsGravatar Paul Blakey 1-0/+1
2020-03-12net/sched: act_ct: Instantiate flow table entry actionsGravatar Paul Blakey 1-0/+5