commit_title
stringlengths
13
124
commit_body
stringlengths
0
1.9k
release_summary
stringclasses
52 values
changes_summary
stringlengths
1
758
release_affected_domains
stringclasses
33 values
release_affected_drivers
stringclasses
51 values
domain_of_changes
stringlengths
2
571
language_set
stringclasses
983 values
diffstat_files
int64
1
300
diffstat_insertions
int64
0
309k
diffstat_deletions
int64
0
168k
commit_diff
stringlengths
92
23.4M
category
stringclasses
108 values
commit_hash
stringlengths
34
40
related_people
stringlengths
0
370
domain
stringclasses
21 values
subdomain
stringclasses
241 values
leaf_module
stringlengths
0
912
mlxsw: add ecn configurations with ipinip tunnels
initialize ecn mapping registers during router init according to inet_ecn_encapsulate() and inet_ecn_decapsulate().
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add tunnel devlink-trap support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['mlxsw ']
['c', 'h']
3
73
0
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum_ipip.c b/drivers/net/ethernet/mellanox/mlxsw/spectrum_ipip.c --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum_ipip.c +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum_ipip.c +#include <net/inet_ecn.h> +#include "reg.h" + +static int mlxsw_sp_ipip_ecn_enca...
Networking
4a44ee67a7cd6603d28d71f8fe5e4e0e4dfae1e5
amit cohen
drivers
net
ethernet, mellanox, mlxsw
mlxsw: spectrum_trap: reorder cases according to enum order
move l3_drops case to appear after l2_drops case.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add tunnel devlink-trap support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['mlxsw ']
['c']
1
2
2
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum_trap.c b/drivers/net/ethernet/mellanox/mlxsw/spectrum_trap.c --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum_trap.c +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum_trap.c - case devlink_trap_group_generic_id_l3_drops:/* fall through */ - case devlink_t...
Networking
f528dfc460ef015bb612595112508ef469d0d3b9
amit cohen jiri pirko jiri mellanox com
drivers
net
ethernet, mellanox, mlxsw
devlink: add tunnel generic packet traps
add packet traps that can report packets that were dropped during tunnel decapsulation.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add tunnel devlink-trap support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['mlxsw ']
['h', 'c', 'rst']
3
16
0
--- diff --git a/documentation/networking/devlink/devlink-trap.rst b/documentation/networking/devlink/devlink-trap.rst --- a/documentation/networking/devlink/devlink-trap.rst +++ b/documentation/networking/devlink/devlink-trap.rst + * - ''decap_error'' + - ''exception'' + - traps nve and ipinip packets that the device ...
Networking
13c056ec7d006b11557cebd9f1803edd646d2876
amit cohen jiri pirko jiri mellanox com
documentation
networking
devlink
mlxsw: add tunnel devlink-trap support
add the trap ids and trap group used to report tunnel drops. register tunnel packet traps and associated tunnel trap group with devlink during driver initialization.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add tunnel devlink-trap support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['mlxsw ']
['h', 'c']
4
19
3
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/reg.h b/drivers/net/ethernet/mellanox/mlxsw/reg.h --- a/drivers/net/ethernet/mellanox/mlxsw/reg.h +++ b/drivers/net/ethernet/mellanox/mlxsw/reg.h + mlxsw_reg_htgt_trap_group_sp_tunnel_discards, diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum.c b/drivers/net...
Networking
a318bf621a6eabc45e51ed9297b4c01991bfd7e4
amit cohen jiri pirko jiri mellanox com
drivers
net
ethernet, mellanox, mlxsw
selftests: devlink_trap_tunnel_vxlan: add test case for decap_error
test that the trap is triggered under the right conditions and that devlink counters increase.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add tunnel devlink-trap support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['mlxsw ']
['sh']
1
276
0
--- diff --git a/tools/testing/selftests/drivers/net/mlxsw/devlink_trap_tunnel_vxlan.sh b/tools/testing/selftests/drivers/net/mlxsw/devlink_trap_tunnel_vxlan.sh --- /dev/null +++ b/tools/testing/selftests/drivers/net/mlxsw/devlink_trap_tunnel_vxlan.sh +#!/bin/bash +# spdx-license-identifier: gpl-2.0 +# +# test devlink-...
Networking
ca264ef6ed7cc1f15201d298a44fb79e2c63449c
amit cohen jiri pirko jiri mellanox com
tools
testing
drivers, mlxsw, net, selftests
selftests: devlink_trap_tunnel_ipip: add test case for decap_error
test that the trap is triggered under the right conditions and that devlink counters increase.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add tunnel devlink-trap support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['mlxsw ']
['sh']
1
265
0
--- diff --git a/tools/testing/selftests/drivers/net/mlxsw/devlink_trap_tunnel_ipip.sh b/tools/testing/selftests/drivers/net/mlxsw/devlink_trap_tunnel_ipip.sh --- /dev/null +++ b/tools/testing/selftests/drivers/net/mlxsw/devlink_trap_tunnel_ipip.sh +#!/bin/bash +# spdx-license-identifier: gpl-2.0 +# +# test devlink-tra...
Networking
27942c700017ba84c8fcfcc921bbaf8a91caaefd
amit cohen jiri pirko jiri mellanox com
tools
testing
drivers, mlxsw, net, selftests
devlink: add overlay source mac is multicast trap
add packet trap that can report nve packets that the device decided to drop because their overlay source mac is multicast.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add tunnel devlink-trap support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['mlxsw ']
['h', 'c', 'rst']
3
8
0
--- diff --git a/documentation/networking/devlink/devlink-trap.rst b/documentation/networking/devlink/devlink-trap.rst --- a/documentation/networking/devlink/devlink-trap.rst +++ b/documentation/networking/devlink/devlink-trap.rst - traps nve and ipinip packets that the device decided to drop because of + * - ''overlay...
Networking
c3cae4916e57d2f0364d5e7769218547fb1b7c60
amit cohen jiri pirko jiri mellanox com
documentation
networking
devlink
mlxsw: add overlay_smac_mc trap
add a trap for nve packets that the device decided to drop because their overlay source mac is multicast.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add tunnel devlink-trap support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['mlxsw ']
['c', 'h']
2
4
0
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum_trap.c b/drivers/net/ethernet/mellanox/mlxsw/spectrum_trap.c --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum_trap.c +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum_trap.c + mlxsw_sp_trap_drop(overlay_smac_mc, tunnel_drops), + mlxsw_sp_rxl_discard(overl...
Networking
3aed0722f7d75240ab7ea0ee2813f6a82f53c60e
amit cohen jiri pirko jiri mellanox com
drivers
net
ethernet, mellanox, mlxsw
selftests: devlink_trap_tunnel_vxlan: add test case for overlay_smac_is_mc
test that the trap is triggered under the right conditions and that devlink counters increase when action is trap.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add tunnel devlink-trap support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['mlxsw ']
['sh']
1
54
0
--- diff --git a/tools/testing/selftests/drivers/net/mlxsw/devlink_trap_tunnel_vxlan.sh b/tools/testing/selftests/drivers/net/mlxsw/devlink_trap_tunnel_vxlan.sh --- a/tools/testing/selftests/drivers/net/mlxsw/devlink_trap_tunnel_vxlan.sh +++ b/tools/testing/selftests/drivers/net/mlxsw/devlink_trap_tunnel_vxlan.sh + ove...
Networking
b3073dfba8ee95697ebcafab90489ee847a74433
amit cohen jiri pirko jiri mellanox com
tools
testing
drivers, mlxsw, net, selftests
net: sched: sch_tbf: don't overwrite backlog before dumping
in 2011, in commit b0460e4484f9 ("sch_tbf: report backlog information"), tbf started copying backlog depth from the child qdisc before dumping, with the motivation that the backlog was otherwise not visible in "tc -s qdisc show".
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
offload tbf
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['mlxsw ']
['c']
1
0
1
--- diff --git a/net/sched/sch_tbf.c b/net/sched/sch_tbf.c --- a/net/sched/sch_tbf.c +++ b/net/sched/sch_tbf.c - sch->qstats.backlog = q->qdisc->qstats.backlog;
Networking
c2070152747ebc294f018e4b28bf2d9f719a6b36
petr machata
net
sched
net: sched: make tbf qdisc offloadable
invoke ndo_setup_tc as appropriate to signal init / replacement, destroying and dumping of tbf qdisc.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
offload tbf
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['mlxsw ']
['h', 'c']
3
78
0
--- diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h + tc_setup_qdisc_tbf, diff --git a/include/net/pkt_cls.h b/include/net/pkt_cls.h --- a/include/net/pkt_cls.h +++ b/include/net/pkt_cls.h +enum tc_tbf_command { + tc_tbf_replace, + tc_tb...
Networking
ef6aadcc76c97e25f62adc4e9d19684d3e5d0b87
petr machata jiri pirko jiri mellanox com
net
sched
mlxsw: spectrum_qdisc: extract a per-tc stat function
extract from mlxsw_sp_qdisc_get_prio_stats() two new functions: mlxsw_sp_qdisc_collect_tc_stats() to accumulate stats for that one tc only, and mlxsw_sp_qdisc_update_stats() that makes the stats relative to base values stored earlier. use them from mlxsw_sp_qdisc_get_red_stats().
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
offload tbf
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['mlxsw ']
['c']
1
70
49
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c b/drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c +static void +mlxsw_sp_qdisc_collect_tc_stats(struct mlxsw_sp_port *mlxsw_sp_...
Networking
cf9af379cd672d6873ae97ec416148708c6575e9
petr machata jiri pirko jiri mellanox com
drivers
net
ethernet, mellanox, mlxsw
mlxsw: spectrum_qdisc: add mlxsw_sp_qdisc_get_class_stats()
add a wrapper around mlxsw_sp_qdisc_collect_tc_stats() and mlxsw_sp_qdisc_update_stats() for the simple case of doing both in one go: mlxsw_sp_qdisc_get_class_stats(). dispatch to that function from mlxsw_sp_qdisc_get_red_stats(). this new function will be useful for other leaf qdiscs as well.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
offload tbf
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['mlxsw ']
['c']
1
19
10
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c b/drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c +static void +mlxsw_sp_qdisc_get_tc_stats(struct mlxsw_sp_port *mlxsw_sp_port...
Networking
3d0d592193dce954bf5ccac5128080830dd8e982
petr machata jiri pirko jiri mellanox com
drivers
net
ethernet, mellanox, mlxsw
mlxsw: spectrum_qdisc: extract a common leaf unoffload function
when the red qdisc is unoffloaded, it needs to reduce the reported backlog by the amount that is in the hw, so that only the sw backlog is contained in the counter. the same thing will need to be done by tbf, and likely any other leaf qdisc as well.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
offload tbf
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['mlxsw ']
['c']
1
14
5
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c b/drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c -mlxsw_sp_qdisc_red_unoffload(struct mlxsw_sp_port *mlxsw_sp_port, - struct m...
Networking
be1d5a8a7728cc734fc31b837796e7addc4ba832
petr machata
drivers
net
ethernet, mellanox, mlxsw
mlxsw: reg: add max_shaper_bs to qos ets element configuration
the qeec register configures scheduling elements. one of the bits of configuration is the burst size to use for the shaper installed on the element. add the necessary fields to support this configuration.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
offload tbf
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['mlxsw ']
['h']
1
15
0
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/reg.h b/drivers/net/ethernet/mellanox/mlxsw/reg.h --- a/drivers/net/ethernet/mellanox/mlxsw/reg.h +++ b/drivers/net/ethernet/mellanox/mlxsw/reg.h +/* reg_qeec_max_shaper_bs + * max shaper burst size + * burst size is 2^max_shaper_bs * 512 bits + * for spectrum-1: ran...
Networking
23effa2479bae2fbea69493afaab9914ee3862ca
petr machata jiri pirko jiri mellanox com
drivers
net
ethernet, mellanox, mlxsw
mlxsw: reg: increase mlxsw_reg_qeec_mas_dis
as the port speeds grow, the current value of "unlimited shaper", 200000000kbps, might become lower than the actually supported speeds. bump it to the maximum value that fits in the corresponding qeec field, which is about 2.1tbps.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
offload tbf
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['mlxsw ']
['h']
1
2
2
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/reg.h b/drivers/net/ethernet/mellanox/mlxsw/reg.h --- a/drivers/net/ethernet/mellanox/mlxsw/reg.h +++ b/drivers/net/ethernet/mellanox/mlxsw/reg.h -/* a large max rate will disable the max shaper. */ -#define mlxsw_reg_qeec_mas_dis 200000000 /* kbps */ +/* the largest...
Networking
92afbfedb77d59a4077d292b88a316f3de706344
petr machata jiri pirko jiri mellanox com
drivers
net
ethernet, mellanox, mlxsw
mlxsw: spectrum: add lowest_shaper_bs to struct mlxsw_sp
lower limit of burst size configuration is dependent on system type. add a datum to track the value. initialize as appropriate in mlxsw_spx_init().
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
offload tbf
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['mlxsw ']
['c', 'h']
2
4
0
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum.c b/drivers/net/ethernet/mellanox/mlxsw/spectrum.c --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum.c +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum.c + mlxsw_sp->lowest_shaper_bs = mlxsw_reg_qeec_lowest_shaper_bs_sp1; + mlxsw_sp->lowest_shaper_bs = ml...
Networking
47259544e0fc0659f74f6ca6680745658969a803
petr machata jiri pirko jiri mellanox com
drivers
net
ethernet, mellanox, mlxsw
mlxsw: spectrum: configure shaper rate and burst size together
in order to allow configuration of burst size together with shaper rate, extend mlxsw_sp_port_ets_maxrate_set() with a burst_size argument. convert call sites to pass 0 (for default).
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
offload tbf
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['mlxsw ']
['c', 'h']
3
10
8
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum.c b/drivers/net/ethernet/mellanox/mlxsw/spectrum.c --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum.c +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum.c - u8 next_index, u32 maxrate) + u8 next_index, u32 maxrate, u8 burst_size) + mlxsw_reg_qeec_max_shape...
Networking
dbacf8ba5860e79d5191b0868bffa9e351d205e4
petr machata jiri pirko jiri mellanox com
drivers
net
ethernet, mellanox, mlxsw
mlxsw: spectrum_qdisc: support offloading of tbf qdisc
react to the tc messages that were introduced in a preceding patch and configure egress maximum shaper as appropriate. tbf can be used as a root qdisc or under one of prio or strict ets bands.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
offload tbf
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['mlxsw ']
['c', 'h']
3
203
0
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum.c b/drivers/net/ethernet/mellanox/mlxsw/spectrum.c --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum.c +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum.c + case tc_setup_qdisc_tbf: + return mlxsw_sp_setup_tc_tbf(mlxsw_sp_port, type_data); diff --git a/dri...
Networking
a44f58c41bfbb921c1c4586bed9ad26aa2c6208a
petr machata jiri pirko jiri mellanox com
drivers
net
ethernet, mellanox, mlxsw
selftests: move two functions from mlxsw's qos_lib to lib
the function humanize() is used for converting value in bits/s to a human-friendly approximate value in kbps, mbps or gbps. there is nothing hardware-specific in that, so move the function to lib.sh.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
offload tbf
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['mlxsw ']
['sh']
2
24
24
--- diff --git a/tools/testing/selftests/drivers/net/mlxsw/qos_lib.sh b/tools/testing/selftests/drivers/net/mlxsw/qos_lib.sh --- a/tools/testing/selftests/drivers/net/mlxsw/qos_lib.sh +++ b/tools/testing/selftests/drivers/net/mlxsw/qos_lib.sh -humanize() -{ - local speed=$1; shift - - for unit in bps kbps mbps gbps; do...
Networking
adc6c7ec11293117ec2763ccbe17d58349e011cf
petr machata
tools
testing
drivers, forwarding, mlxsw, net, selftests
selftests: forwarding: lib: add helpers for busywaiting
the function busywait() is handy as a safety-latched variant of a while loop. many selftests deal specifically with counter values, and busywaiting on them is likely to be rather common (it is not quite common now, but busywait() has not been around for very long). to facilitate expressing simply what is tested, introd...
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
offload tbf
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['mlxsw ']
['sh']
1
18
0
- until_counter_is(), which can be used as a predicate passed to - busywait_for_counter(), which is useful for waiting until a given counter --- diff --git a/tools/testing/selftests/net/forwarding/lib.sh b/tools/testing/selftests/net/forwarding/lib.sh --- a/tools/testing/selftests/net/forwarding/lib.sh +++ b/tools/test...
Networking
4121d9479b24c20ff7d3e7b62a7cf330fae7b2af
petr machata
tools
testing
forwarding, net, selftests
selftests: forwarding: lib: allow reading tc rule byte counters
the function tc_rule_stats_get() fetches a packet counter of a given tc rule. extend it to support byte counters as well by adding an optional argument with selector.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
offload tbf
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['mlxsw ']
['sh']
1
2
1
--- diff --git a/tools/testing/selftests/net/forwarding/lib.sh b/tools/testing/selftests/net/forwarding/lib.sh --- a/tools/testing/selftests/net/forwarding/lib.sh +++ b/tools/testing/selftests/net/forwarding/lib.sh + local selector=${1:-.packets}; shift - | jq '.[1].options.actions[].stats.packets' + | jq ".[1].options...
Networking
c143139b7fd36cb66afb4423ac14a1efd8a45609
petr machata
tools
testing
forwarding, net, selftests
selftests: mlxsw: add a tbf selftest
add a test that runs traffic across a port throttled with tbf. the test checks that the observed throughput is within +-5% from the installed shaper.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
offload tbf
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['mlxsw ']
['sh']
8
344
0
--- diff --git a/tools/testing/selftests/drivers/net/mlxsw/sch_tbf_ets.sh b/tools/testing/selftests/drivers/net/mlxsw/sch_tbf_ets.sh --- /dev/null +++ b/tools/testing/selftests/drivers/net/mlxsw/sch_tbf_ets.sh +#!/bin/bash +# spdx-license-identifier: gpl-2.0 + +source qos_lib.sh +bail_on_lldpad + +lib_dir=$(dirname $0)...
Networking
e814c58d454d952778fbb70bd0e71564f8c49f28
petr machata
tools
testing
drivers, forwarding, mlxsw, net, selftests
mlxsw: reg: add qos port dscp to priority mapping register
add qpdp. this register controls the port default switch priority and color. the default switch priority and color are used for frames where the trust state uses default values. currently there are two cases where this applies: a port is in trust-pcp state, but a packet arrives untagged; and a port is in trust-dscp sta...
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
allow setting default port priority
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['mlxsw ']
['h']
1
33
0
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/reg.h b/drivers/net/ethernet/mellanox/mlxsw/reg.h --- a/drivers/net/ethernet/mellanox/mlxsw/reg.h +++ b/drivers/net/ethernet/mellanox/mlxsw/reg.h +/* qpdp - qos port dscp to priority mapping register + * ------------------------------------------------- + * this regi...
Networking
d8446884f8d0b2b9f124b98cdf2d9b8c5fe128ba
petr machata jiri pirko jiri mellanox com
drivers
net
ethernet, mellanox, mlxsw
mlxsw: spectrum_dcb: allow setting default port priority
when app tlv selector 1 (ethertype) is used with pid of 0, the corresponding entry specifies "default application priority [...] when application priority is not otherwise specified."
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
allow setting default port priority
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['mlxsw ']
['c']
1
17
0
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum_dcb.c b/drivers/net/ethernet/mellanox/mlxsw/spectrum_dcb.c --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum_dcb.c +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum_dcb.c +static int +mlxsw_sp_port_dcb_app_update_qpdp(struct mlxsw_sp_port *mlxsw_sp_port, +...
Networking
379a00dd21618f4354d41b1ac148188e005dbc05
petr machata
drivers
net
ethernet, mellanox, mlxsw
selftests: mlxsw: add a self-test for port-default priority
send non-ip traffic to a port and observe that it gets prioritized according to the lldptool app=$prio,1,0 rules.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
allow setting default port priority
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['mlxsw ']
['sh']
2
199
0
--- diff --git a/tools/testing/selftests/drivers/net/mlxsw/qos_defprio.sh b/tools/testing/selftests/drivers/net/mlxsw/qos_defprio.sh --- /dev/null +++ b/tools/testing/selftests/drivers/net/mlxsw/qos_defprio.sh +#!/bin/bash +# spdx-license-identifier: gpl-2.0 + +# test for port-default priority. non-ip packets ingress $...
Networking
c5341bcc337ca762faa58790c2065c76cd05f2e6
petr machata jiri pirko jiri mellanox com
tools
testing
drivers, forwarding, mlxsw, net, selftests
net: pkt_cls: clarify a comment
the bit about negating hw backlog left me scratching my head. clarify the comment.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add a new qdisc, ets
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['mlxsw ']
['h']
1
2
3
--- diff --git a/include/net/pkt_cls.h b/include/net/pkt_cls.h --- a/include/net/pkt_cls.h +++ b/include/net/pkt_cls.h - /* in case that a prio qdisc is offloaded and now is changed to a - * non-offloadedable config, it needs to update the backlog & qlen - * values to negate the hw backlog & qlen values (and only them)...
Networking
9586a992fb752b14ac18fc86fe086b0e3372fff4
petr machata jiri pirko jiri mellanox com ido schimmel idosch mellanox com
include
net
mlxsw: spectrum_qdisc: clarify a comment
expand the comment at mlxsw_sp_qdisc_prio_graft() to make the problem that this function is trying to handle clearer.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add a new qdisc, ets
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['mlxsw ']
['c']
1
24
7
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c b/drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c -/* grafting is not supported in mlxsw. it will result in un-offloading of th...
Networking
5bc146c90e9eed409210809fae3c0efebef68ae1
petr machata jiri pirko jiri mellanox com ido schimmel idosch mellanox com
drivers
net
ethernet, mellanox, mlxsw
mlxsw: spectrum: rename mlxsw_reg_qeec_hierarcy_* enumerators
these enums want to be named mlxsw_reg_qeec_hierarchy_, but due to a typo lack the second h. that is confusing and complicates searching.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add a new qdisc, ets
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['mlxsw ']
['h', 'c']
3
18
20
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/reg.h b/drivers/net/ethernet/mellanox/mlxsw/reg.h --- a/drivers/net/ethernet/mellanox/mlxsw/reg.h +++ b/drivers/net/ethernet/mellanox/mlxsw/reg.h - mlxsw_reg_qeec_hierarcy_port, - mlxsw_reg_qeec_hierarcy_group, - mlxsw_reg_qeec_hierarcy_subgroup, - mlxsw_reg_qeec_hie...
Networking
9cf9b925d5387b501732dcbc8fe3c77104d423f8
petr machata
drivers
net
ethernet, mellanox, mlxsw
net: sch_ets: add a new qdisc
introduces a new qdisc, which is based on 802.1q-2014 wording. it is prio-like in how it is configured, meaning one needs to specify how many bands there are, how many are strict and how many are dwrr, quanta for the latter, and priomap.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add a new qdisc, ets
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['mlxsw ']
['h', 'kconfig', 'c', 'makefile']
4
768
0
--- diff --git a/include/uapi/linux/pkt_sched.h b/include/uapi/linux/pkt_sched.h --- a/include/uapi/linux/pkt_sched.h +++ b/include/uapi/linux/pkt_sched.h +/* ets */ + +#define tcq_ets_max_bands 16 + +enum { + tca_ets_unspec, + tca_ets_nbands, /* u8 */ + tca_ets_nstrict, /* u8 */ + tca_ets_quanta, /* nested tca_ets_qua...
Networking
dcc68b4d8084e1ac9af0d4022d6b1aff6a139a33
petr machata
net
sched
linux
net: sch_ets: make the ets qdisc offloadable
add hooks at appropriate points to make it possible to offload the ets qdisc.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add a new qdisc, ets
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['mlxsw ']
['h', 'c']
3
127
0
--- diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h + tc_setup_qdisc_ets, diff --git a/include/net/pkt_cls.h b/include/net/pkt_cls.h --- a/include/net/pkt_cls.h +++ b/include/net/pkt_cls.h +enum tc_ets_command { + tc_ets_replace, + tc_et...
Networking
d35eb52bd2ac7557b62bda52668f2e64dde2cf90
petr machata jiri pirko jiri mellanox com ido schimmel idosch mellanox com
net
sched
mlxsw: spectrum_qdisc: generalize prio offload to support ets
thanks to the similarity between prio and ets it is possible to simply reuse most of the code for offloading prio qdisc. extract the common functionality into separate functions, making the current prio handlers thin api adapters.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add a new qdisc, ets
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['mlxsw ']
['c']
1
81
23
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c b/drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c -mlxsw_sp_qdisc_prio_destroy(struct mlxsw_sp_port *mlxsw_sp_port, - struct ml...
Networking
7917f52ae188b87de627a892b57646abfe5a82bc
petr machata
drivers
net
ethernet, mellanox, mlxsw
mlxsw: spectrum_qdisc: support offloading of ets qdisc
handle tc_setup_qdisc_ets, add a new ops structure for the ets qdisc. invoke the extended prio handlers implemented in the previous patch. for stats ops, invoke directly the prio callbacks, which are not sensitive to differences between prio and ets.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add a new qdisc, ets
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['mlxsw ']
['c', 'h']
3
88
0
--- diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum.c b/drivers/net/ethernet/mellanox/mlxsw/spectrum.c --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum.c +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum.c + case tc_setup_qdisc_ets: + return mlxsw_sp_setup_tc_ets(mlxsw_sp_port, type_data); diff --git a/dri...
Networking
19f405b988e7bdee75e4936d27d2909c11574a7c
petr machata jiri pirko jiri mellanox com ido schimmel idosch mellanox com
drivers
net
ethernet, mellanox, mlxsw
selftests: forwarding: move start_/stop_traffic from mlxsw to lib.sh
these two functions are used for starting several streams of traffic, and then stopping them later. they will be handy for the test coverage of ets qdisc. move them from mlxsw-specific qos_lib.sh to the generic lib.sh.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add a new qdisc, ets
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['mlxsw ']
['sh']
2
18
18
--- diff --git a/tools/testing/selftests/drivers/net/mlxsw/qos_lib.sh b/tools/testing/selftests/drivers/net/mlxsw/qos_lib.sh --- a/tools/testing/selftests/drivers/net/mlxsw/qos_lib.sh +++ b/tools/testing/selftests/drivers/net/mlxsw/qos_lib.sh -start_traffic() -{ - local h_in=$1; shift # where the traffic egresses the h...
Networking
4cf9b8f9929285b91f5f22652ad5175a2206303b
petr machata jiri pirko jiri mellanox com ido schimmel idosch mellanox com
tools
testing
drivers, forwarding, mlxsw, net, selftests
selftests: forwarding: sch_ets: add test coverage for ets qdisc
this tests the newly-added ets qdisc. it runs two to three streams of traffic, each with a different priority. ets qdisc is supposed to allocate bandwidth according to the drr algorithm and given weights. after running the traffic for a while, counters are compared for each stream to check that the expected ratio is in...
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add a new qdisc, ets
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['mlxsw ']
['sh']
5
666
0
--- diff --git a/tools/testing/selftests/drivers/net/mlxsw/qos_lib.sh b/tools/testing/selftests/drivers/net/mlxsw/qos_lib.sh --- a/tools/testing/selftests/drivers/net/mlxsw/qos_lib.sh +++ b/tools/testing/selftests/drivers/net/mlxsw/qos_lib.sh + +bail_on_lldpad() +{ + if systemctl is-active --quiet lldpad; then + + cat ...
Networking
ddd3fd750ffee2c562fa88ea6ed1f90a02818303
petr machata
tools
testing
drivers, forwarding, mlxsw, net, selftests
selftests: qdiscs: add test coverage for ets qdisc
add tdc coverage for the new ets qdisc.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add a new qdisc, ets
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['mlxsw ']
['json']
1
940
0
--- diff --git a/tools/testing/selftests/tc-testing/tc-tests/qdiscs/ets.json b/tools/testing/selftests/tc-testing/tc-tests/qdiscs/ets.json --- /dev/null +++ b/tools/testing/selftests/tc-testing/tc-tests/qdiscs/ets.json +[ + { + "id": "e90e", + "name": "add ets qdisc using bands", + "category": [ + "qdisc", + "ets" + ],...
Networking
82c664b69c8b3729dfcf33e9abfd952dad35fcca
petr machata ido schimmel idosch mellanox com
tools
testing
qdiscs, selftests, tc-testing, tc-tests
mv88e6xxx: add serdes rx statistics
if packet checker is enabled in the serdes, then rx counter registers start working, and no side effects have been detected.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add serdes rx statistics
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['mv88e6xxx']
['c', 'h']
3
109
3
--- diff --git a/drivers/net/dsa/mv88e6xxx/chip.c b/drivers/net/dsa/mv88e6xxx/chip.c --- a/drivers/net/dsa/mv88e6xxx/chip.c +++ b/drivers/net/dsa/mv88e6xxx/chip.c + .serdes_get_sset_count = mv88e6390_serdes_get_sset_count, + .serdes_get_strings = mv88e6390_serdes_get_strings, + .serdes_get_stats = mv88e6390_serdes_get_...
Networking
0df952873636a6df4b7469a4eb4da1e477031e3a
nikita yushchenko
drivers
net
dsa, mv88e6xxx
netdevsim: fib: add dummy implementation for fib offload
implement dummy ipv4 and ipv6 fib "offload" in the driver by storing currently "programmed" routes in a hash table. each route in the hash table is marked with "trap" indication. the indication is cleared when the route is replaced or when the netdevsim instance is deleted.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add dummy implementation for fib offload
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['netdevsim', 'fib']
['c', 'kconfig']
2
663
9
--- diff --git a/drivers/net/kconfig b/drivers/net/kconfig --- a/drivers/net/kconfig +++ b/drivers/net/kconfig + depends on ipv6 || ipv6=n diff --git a/drivers/net/netdevsim/fib.c b/drivers/net/netdevsim/fib.c --- a/drivers/net/netdevsim/fib.c +++ b/drivers/net/netdevsim/fib.c +#include <linux/in6.h> +#include <linux/k...
Networking
48bb9eb47b2708bd3ded16684ddd258e53bd402c
ido schimmel
drivers
net
netdevsim
nfp: add support for tlv device stats
device stats are currently hard coded in the pci bar0 layout. add a ability to read them from the tlv area instead. names for the stats are maintained by the driver, and their meaning documented. this allows us to more easily add and remove device stats.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add support for tlv device stats
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['nfp ']
['c', 'h', 'rst']
4
242
7
--- diff --git a/documentation/networking/device_drivers/netronome/nfp.rst b/documentation/networking/device_drivers/netronome/nfp.rst --- a/documentation/networking/device_drivers/netronome/nfp.rst +++ b/documentation/networking/device_drivers/netronome/nfp.rst + +statistics +========== + +following device statistics ...
Networking
ca866ee825911cb70e64ad5b33ac73d4ab924c1f
jakub kicinski
documentation
networking
device_drivers, ethernet, netronome, nfp
nfp: flower: pass flow rule pointer directly to match functions
in kernel 5.1, the flow offload api was introduced along with a helper function to extract the flow_rule from the tc offload struct. each of the match helper functions are passed the offload struct and extract the flow rule to a local variable.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add ipv6 tunnel support to nfp
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['nfp ']
['c']
1
27
49
--- diff --git a/drivers/net/ethernet/netronome/nfp/flower/match.c b/drivers/net/ethernet/netronome/nfp/flower/match.c --- a/drivers/net/ethernet/netronome/nfp/flower/match.c +++ b/drivers/net/ethernet/netronome/nfp/flower/match.c - struct flow_cls_offload *flow, u8 key_type) + struct flow_rule *rule, u8 key_type) - st...
Networking
31c491e56ad1ad769e09f6971d267834bfc9bc39
john hurley
drivers
net
ethernet, flower, netronome, nfp
nfp: flower: move udp tunnel key match compilation to helper function
ipv4 udp and gre tunnel match rule compile helpers share functions for compiling fields such as ip addresses. however, they handle fields such tunnel ids differently.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add ipv6 tunnel support to nfp
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['nfp ']
['c']
1
35
22
--- diff --git a/drivers/net/ethernet/netronome/nfp/flower/match.c b/drivers/net/ethernet/netronome/nfp/flower/match.c --- a/drivers/net/ethernet/netronome/nfp/flower/match.c +++ b/drivers/net/ethernet/netronome/nfp/flower/match.c +static void +nfp_flower_compile_tun_udp_key(__be32 *key, __be32 *key_msk, + struct flow_...
Networking
77a5f73a8b337c22ccadefbed30d2a36425388d1
john hurley
drivers
net
ethernet, flower, netronome, nfp
nfp: flower: compile match for ipv6 tunnels
ipv6 tunnel matches are now supported by firmware. modify the nfp driver to compile these match rules. ipv6 matches are handled similar to ipv4 tunnels with the difference the address length. the type of tunnel is indicated by the same bitmap that is used in ipv4 with an extra bit signifying that the ipv6 variation sho...
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add ipv6 tunnel support to nfp
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['nfp ']
['h', 'c']
4
246
51
--- diff --git a/drivers/net/ethernet/netronome/nfp/flower/cmsg.h b/drivers/net/ethernet/netronome/nfp/flower/cmsg.h --- a/drivers/net/ethernet/netronome/nfp/flower/cmsg.h +++ b/drivers/net/ethernet/netronome/nfp/flower/cmsg.h +#define nfp_flower_layer2_tun_ipv6 bit(7) +#define nfp_fl_max_geneve_opt_key_v6 8 +struct nf...
Networking
78a722af4ad9cb2d82f230f697220af5aa6723c1
john hurley
drivers
net
ethernet, flower, netronome, nfp
nfp: flower: offload list of ipv6 tunnel endpoint addresses
fw requires a list of ipv6 addresses that are used as tunnel endpoints to enable correct decap of tunneled packets.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add ipv6 tunnel support to nfp
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['nfp ']
['h', 'c']
5
141
1
--- diff --git a/drivers/net/ethernet/netronome/nfp/flower/cmsg.h b/drivers/net/ethernet/netronome/nfp/flower/cmsg.h --- a/drivers/net/ethernet/netronome/nfp/flower/cmsg.h +++ b/drivers/net/ethernet/netronome/nfp/flower/cmsg.h + nfp_flower_cmsg_type_tun_ips_v6 = 22, diff --git a/drivers/net/ethernet/netronome/nfp/flowe...
Networking
cfa189934231a2c7922ad9e15561b5b01ea5e82e
john hurley
drivers
net
ethernet, flower, netronome, nfp
nfp: flower: modify pre-tunnel and set tunnel action for ipv6
the ipv4 set tunnel action allows the setting of tunnel metadata such as the ttl and tos values. the pre-tunnel action includes the destination ip address and is used to calculate the next hop from from the neighbour table.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add ipv6 tunnel support to nfp
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['nfp ']
['c', 'h']
3
62
30
--- diff --git a/drivers/net/ethernet/netronome/nfp/flower/action.c b/drivers/net/ethernet/netronome/nfp/flower/action.c --- a/drivers/net/ethernet/netronome/nfp/flower/action.c +++ b/drivers/net/ethernet/netronome/nfp/flower/action.c -#define nfp_fl_supported_tunnel_info_flags ip_tunnel_info_tx -#define nfp_fl_support...
Networking
1922c9a4e273fd0934f82d9d80c69d53658a1c9d
john hurley
drivers
net
ethernet, flower, netronome, nfp
nfp: flower: handle ipv6 tunnel no neigh request
when fw does not know the next hop for an ipv6 tunnel, it sends a request to the driver.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add ipv6 tunnel support to nfp
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['nfp ']
['c', 'h']
4
116
8
--- diff --git a/drivers/net/ethernet/netronome/nfp/flower/cmsg.c b/drivers/net/ethernet/netronome/nfp/flower/cmsg.c --- a/drivers/net/ethernet/netronome/nfp/flower/cmsg.c +++ b/drivers/net/ethernet/netronome/nfp/flower/cmsg.c - nfp_tunnel_request_route(app, skb); + nfp_tunnel_request_route_v4(app, skb); + break; + cas...
Networking
50b1c86ab0a07509fd65c92acacf281fb72a285b
john hurley
drivers
net
ethernet, flower, netronome, nfp
nfp: flower: handle notifiers for ipv6 route changes
a notifier is used to track route changes in the kernel. if a change is made to a route that is offloaded to fw then an update is sent to the nic. the driver tracks all routes that are offloaded to determine if a kernel change is of interest.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add ipv6 tunnel support to nfp
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['nfp ']
['h', 'c']
2
181
68
--- diff --git a/drivers/net/ethernet/netronome/nfp/flower/main.h b/drivers/net/ethernet/netronome/nfp/flower/main.h --- a/drivers/net/ethernet/netronome/nfp/flower/main.h +++ b/drivers/net/ethernet/netronome/nfp/flower/main.h - * @neigh_off_list: list of neighbour offloads + * @neigh_off_list_v4: list of ipv4 neighbou...
Networking
6c463a059f626bc2115b17bee97f014f59dd844a
john hurley
drivers
net
ethernet, flower, netronome, nfp
nfp: flower: support ipv6 tunnel keep-alive messages from fw
fw sends an update of ipv6 tunnels that are active in a given period. use this information to update the kernel table so that neighbour entries do not time out when active on the nic.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add ipv6 tunnel support to nfp
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['nfp ']
['c', 'h']
4
67
0
--- diff --git a/drivers/net/ethernet/netronome/nfp/flower/cmsg.c b/drivers/net/ethernet/netronome/nfp/flower/cmsg.c --- a/drivers/net/ethernet/netronome/nfp/flower/cmsg.c +++ b/drivers/net/ethernet/netronome/nfp/flower/cmsg.c + case nfp_flower_cmsg_type_active_tuns_v6: + nfp_tunnel_keep_alive_v6(app, skb); + break; di...
Networking
9ea9bfa12240650feba7648dbb7f334dac8ba757
john hurley simon horman simon horman netronome com jakub kicinski jakub kicinski netronome com
drivers
net
ethernet, flower, netronome, nfp
nfp: flower: update flow merge code to support ipv6 tunnels
both pre-tunnel match rules and flow merge functions parse compiled match/action fields for validation.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add ipv6 tunnel support to nfp
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['nfp ']
['c']
1
23
5
--- diff --git a/drivers/net/ethernet/netronome/nfp/flower/offload.c b/drivers/net/ethernet/netronome/nfp/flower/offload.c --- a/drivers/net/ethernet/netronome/nfp/flower/offload.c +++ b/drivers/net/ethernet/netronome/nfp/flower/offload.c - nfp_flower_layer_ipv4) + nfp_flower_layer_ipv4 | \ + nfp_flower_layer_ipv6) + s...
Networking
783461604f7e3c7b4df9c653bf3db165cb9e3326
john hurley
drivers
net
ethernet, flower, netronome, nfp
octeontx2-pf: add marvell octeontx2 nic driver
this patch adds template for the marvell's octeontx2 network controller's physical function driver. just the probe, pci specific initialization and netdev registration.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add network driver for physical function
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['octeontx2-pf']
['h', 'kconfig', 'c', 'makefile']
6
362
0
--- diff --git a/drivers/net/ethernet/marvell/octeontx2/kconfig b/drivers/net/ethernet/marvell/octeontx2/kconfig --- a/drivers/net/ethernet/marvell/octeontx2/kconfig +++ b/drivers/net/ethernet/marvell/octeontx2/kconfig + +config octeontx2_pf + tristate "marvell octeontx2 nic physical function driver" + select octeontx2...
Networking
165475779ba1d4758429f48d65960473df9dc35a
sunil goutham
drivers
net
ethernet, marvell, nic, octeontx2
octeontx2-pf: mailbox communication with af
in the resource virtualization unit (rvu) each of the pf and af (admin function) share a 64kb of reserved memory region for communication. this patch initializes pf <=> af mailbox irqs, registers handlers for processing these communication messages. also adds support to process these messages in both directions ie resp...
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add network driver for physical function
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['octeontx2-pf']
['c', 'makefile', 'h']
4
552
3
--- diff --git a/drivers/net/ethernet/marvell/octeontx2/nic/makefile b/drivers/net/ethernet/marvell/octeontx2/nic/makefile --- a/drivers/net/ethernet/marvell/octeontx2/nic/makefile +++ b/drivers/net/ethernet/marvell/octeontx2/nic/makefile -octeontx2_nicpf-y := otx2_pf.o +octeontx2_nicpf-y := otx2_pf.o otx2_common.o dif...
Networking
5a6d7c9daef392370d873f8a626bb525629cdd6a
sunil goutham
drivers
net
ethernet, marvell, nic, octeontx2
octeontx2-pf: attach nix and npa block lfs
for a pf to function as a nic, npa (for rx buffers, tx descriptors etc) and nix (for rcv, send and completion queues) are the minimum resources needed. so request admin function (af) to attach one each of nix and npa block lfs (local functions).
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add network driver for physical function
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['octeontx2-pf']
['c', 'h']
4
286
4
--- diff --git a/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c b/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c --- a/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c +++ b/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c +#include "otx2_struct.h" + +int otx2_config_nix(struct otx2_...
Networking
05fcc9e08955b7c04afb7f53402902f4a86e553c
sunil goutham
drivers
net
ethernet, marvell, nic, octeontx2
octeontx2-pf: initialize and config queues
this patch does the initialization of all queues ie the receive buffer pools, receive and transmit queues, completion or notification queues etc. allocates all required resources (eg transmit schedulers, receive buffers etc) and configures them for proper functioning of queues. also sets up receive queue's red dropping...
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add network driver for physical function
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['octeontx2-pf']
['h', 'c']
7
1,290
17
--- diff --git a/drivers/net/ethernet/marvell/octeontx2/af/common.h b/drivers/net/ethernet/marvell/octeontx2/af/common.h --- a/drivers/net/ethernet/marvell/octeontx2/af/common.h +++ b/drivers/net/ethernet/marvell/octeontx2/af/common.h -#define txsch_tl1_dflt_rr_qtm ((1 << 24) - 1) -#define txsch_tl1_dflt_rr_prio (0x1ul...
Networking
caa2da34fd25a37e9fd43343b6966fb9d730a6d5
sunil goutham
drivers
net
af, ethernet, marvell, nic, octeontx2
octeontx2-pf: setup interrupts and napi handler
completion queue (cq) is the one with which hw notifies sw on a packet reception or transmission. each of the rq and sq are mapped to a unique cq and again both cqs are mapped to same interrupt ie the cint. so that each core has one interrupt source in whose handler both rx and tx notifications are processed.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add network driver for physical function
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['octeontx2-pf']
['c', 'makefile', 'h']
6
332
10
- registered a napi handler for the cint. - setup coalescing parameters. - irq affinity hints etc --- diff --git a/drivers/net/ethernet/marvell/octeontx2/nic/makefile b/drivers/net/ethernet/marvell/octeontx2/nic/makefile --- a/drivers/net/ethernet/marvell/octeontx2/nic/makefile +++ b/drivers/net/ethernet/marvell/octeon...
Networking
04a21ef303df74737259190d7d7cf77a129bb56a
sunil goutham
drivers
net
ethernet, marvell, nic, octeontx2
octeontx2-pf: receive packet handling support
added receive packet handling (napi) support, error stats, rx_all capability config option to passon error pkts to stack upon user request.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add network driver for physical function
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['octeontx2-pf']
['c', 'h']
6
349
3
--- diff --git a/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c b/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c --- a/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c +++ b/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c + cq->cint_idx = qidx; + aq->cq.cint_idx = cq->cint_idx; diff...
Networking
abe0254333124598d1e7452c19e9e753c6bfaada
sunil goutham
drivers
net
ethernet, marvell, nic, octeontx2
octeontx2-pf: add packet transmission support
this patch adds the packet transmission support. for a given skb prepares send queue descriptors (sqes) and pushes them to hw. here driver doesn't maintain it's own sq rings, sqes are pushed to hw using a silicon specific operations called lmtst. from the instuction hw derives the transmit queue number and queues the s...
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add network driver for physical function
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['octeontx2-pf']
['c', 'h']
6
470
2
--- diff --git a/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c b/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c --- a/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c +++ b/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c + sq->sg = kcalloc(qset->sqe_cnt, sizeof(struct sg_list), gfp...
Networking
3ca6c4c882a7f34085b170d93cf0d0e843aa00e6
sunil goutham
drivers
net
ethernet, marvell, nic, octeontx2
octeontx2-pf: register and handle link notifications
pf and af (admin function) shares 64kb of reserved memory region for communication. this region is shared for - messages sent by pf and responses sent by af. - notifications sent by af and acks sent by pf.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add network driver for physical function
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['octeontx2-pf']
['h', 'c']
3
109
0
- messages sent by pf and responses sent by af. - notifications sent by af and acks sent by pf. --- diff --git a/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.h b/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.h --- a/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.h +++ b/drivers/net/ethernet/m...
Networking
50fe6c02e5ad50727fb1069bb31099385fb59883
linu cherian
drivers
net
ethernet, marvell, nic, octeontx2
octeontx2-pf: mtu, mac and rx mode config support
this patch addes support to change interface mtu, mac address retrieval and config, rx mode ie unicast, multicast and promiscuous. also added link loopback support
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add network driver for physical function
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['octeontx2-pf']
['h', 'c']
6
242
6
--- diff --git a/drivers/net/ethernet/marvell/octeontx2/af/mbox.h b/drivers/net/ethernet/marvell/octeontx2/af/mbox.h --- a/drivers/net/ethernet/marvell/octeontx2/af/mbox.h +++ b/drivers/net/ethernet/marvell/octeontx2/af/mbox.h -m(nix_rxvlan_alloc, 0x8012, nix_rxvlan_alloc, msg_req, msg_rsp) +m(nix_rxvlan_alloc, 0x8012,...
Networking
34bfe0ebedb76aeb964341d96cf7c5135d14e1bf
sunil goutham
drivers
net
af, ethernet, marvell, nic, octeontx2
octeontx2-pf: error handling support
hw reports many errors on the receive and transmit paths. such as incorrect queue configuration, pkt transmission errors, lmtst instruction errors, transmit queue full etc. these are reported via qint interrupt. most of the errors are fatal and needs reinitialization.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add network driver for physical function
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['octeontx2-pf']
['c', 'h']
6
255
3
--- diff --git a/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c b/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c --- a/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c +++ b/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c +void otx2_tx_timeout(struct net_device *netdev, unsigned int...
Networking
4ff7d1488a8496fddcfdf40c42489eaa64892f3e
geetha sowjanya
drivers
net
ethernet, marvell, nic, octeontx2
octeontx2-pf: receive side scaling support
adds receive side scaling (rss) support to distribute pkts/flows across multiple queues. sets up key, indirection table etc. also added extraction of hw calculated rxhash and adding to same to skb ie netif_f_rxhash offload support.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add network driver for physical function
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['octeontx2-pf']
['c', 'h']
4
167
1
--- diff --git a/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c b/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c --- a/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c +++ b/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c +static int otx2_set_flowkey_cfg(struct otx2_nic *pfvf) +{ + ...
Networking
85069e95e53161f8bcc1aa266f47c60c1f3e4ec3
sunil goutham
drivers
net
ethernet, marvell, nic, octeontx2
octeontx2-pf: tcp segmentation offload support
adds tcp segmentation offload (tso) support. first version of the silicon didn't support tso offload, for this driver level tso support is added.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add network driver for physical function
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['octeontx2-pf']
['c', 'h']
5
273
4
--- diff --git a/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c b/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c --- a/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c +++ b/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c +#include <net/tso.h> + err = qmem_alloc(pfvf->dev, &sq->tso_...
Networking
86d7476078b87874ce5dee39cbbd094055c73d49
sunil goutham
drivers
net
ethernet, marvell, nic, octeontx2
octeontx2-pf: add ndo_get_stats64
added ndo_get_stats64 which returns stats maintained by hw.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add network driver for physical function
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['octeontx2-pf']
['c', 'h']
3
97
0
--- diff --git a/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c b/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c --- a/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c +++ b/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c +void otx2_get_dev_stats(struct otx2_nic *pfvf) +{ + struct o...
Networking
e239d0c78c42e49558ea2c0e5857c4f9ca064f48
geetha sowjanya
drivers
net
ethernet, marvell, nic, octeontx2
octeontx2-pf: add basic ethtool support
this patch adds ethtool support for - driver stats, tx/rx perqueue and cgx lmac stats - set/show rx/tx queue count - set/show rx/tx ring sizes - set/show irq coalescing parameters
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add network driver for physical function
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['octeontx2-pf']
['c', 'makefile', 'h']
6
525
4
- driver stats, tx/rx perqueue and cgx lmac stats - set/show rx/tx queue count - set/show rx/tx ring sizes - set/show irq coalescing parameters --- diff --git a/drivers/net/ethernet/marvell/octeontx2/nic/makefile b/drivers/net/ethernet/marvell/octeontx2/nic/makefile --- a/drivers/net/ethernet/marvell/octeontx2/nic/make...
Networking
d45d8979840d9c9ac93d3fe8cfc8e794b7228445
christina jacob
drivers
net
ethernet, marvell, nic, octeontx2
octeontx2-pf: ethtool rss config support
added support to show or configure rss hash key, indirection table, 2,4 tuple via ethtool. also added debug msg_level support to dump messages when hw reports errors in packet received or transmitted.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add network driver for physical function
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['octeontx2-pf']
['c', 'h']
4
269
4
--- diff --git a/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c b/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c --- a/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c +++ b/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c -static int otx2_set_flowkey_cfg(struct otx2_nic *pfvf) +int ...
Networking
6e92d71bf88208ddcbd48b3c831c0e394d0f56e2
sunil goutham
drivers
net
ethernet, marvell, nic, octeontx2
documentation: net: octeontx2: add rvu hw and drivers overview
added high level overview of octeontx2 rvu hw and functionality of various drivers which will be upstreamed.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add network driver for physical function
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['octeontx2-pf']
['maintainers', 'rst']
3
161
0
--- diff --git a/documentation/networking/device_drivers/index.rst b/documentation/networking/device_drivers/index.rst --- a/documentation/networking/device_drivers/index.rst +++ b/documentation/networking/device_drivers/index.rst + marvell/octeontx2 diff --git a/documentation/networking/device_drivers/marvell/octeontx...
Networking
493aeb26e12ad4f0f7ad7f320b5706b6902e6eed
sunil goutham
documentation
networking
device_drivers, marvell
maintainers: add entry for marvell octeontx2 physical function driver
added maintainers entry for marvell octeontx2 soc's physical function nic driver.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add network driver for physical function
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['octeontx2-pf']
['maintainers']
1
9
0
--- diff --git a/maintainers b/maintainers --- a/maintainers +++ b/maintainers +marvell octeontx2 physical function driver +m: sunil goutham <sgoutham@marvell.com> +m: geetha sowjanya <gakula@marvell.com> +m: subbaraya sundeep <sbhatta@marvell.com> +m: hariprasad <hkelam@marvell.com> +l: netdev@vger.kernel.org +s: supp...
Networking
688b3e829d60a290c9a0a2c8b0b99f816ed37a8c
sunil goutham
net: phy: dp83822: add support for additional dp83825 devices
add phy ids for the dp83825cs, dp83825cm and the dp83825s devices to the dp83822 driver.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add support for additional dp83825 devices
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['phy ', 'dp83822']
['c', 'kconfig']
2
12
3
--- diff --git a/drivers/net/phy/kconfig b/drivers/net/phy/kconfig --- a/drivers/net/phy/kconfig +++ b/drivers/net/phy/kconfig ---help--- - supports the dp83822, dp83825i, dp83826c and dp83826nc phys. + supports the dp83822, dp83825i, dp83825cm, dp83825cs, dp83825s, + dp83826c and dp83826nc phys. diff --git a/drivers/n...
Networking
2ace13e10dbd1c8c5c9f118e5d4d0e0a77b152c7
dan murphy andrew lunn andrew lunn ch
drivers
net
phy
phy: dp83826: add phy ids for dp83826n and 826nc
add phy ids to the dp83822 phy driver for the dp83826n and the dp83826nc devices. the register map and features are the same for basic enablement.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add phy ids for dp83826n and 826nc
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['phy ', 'dp83826']
['c', 'kconfig']
2
8
2
--- diff --git a/drivers/net/phy/kconfig b/drivers/net/phy/kconfig --- a/drivers/net/phy/kconfig +++ b/drivers/net/phy/kconfig - tristate "texas instruments dp83822/825 phys" + tristate "texas instruments dp83822/825/826 phys" ---help--- - supports the dp83822 and dp83825i phys. + supports the dp83822, dp83825i, dp8382...
Networking
783da36bb90cbf45be7fa82a0d0d3910f1f6fcc7
dan murphy andrew lunn andrew lunn ch
drivers
net
phy
net: phylink: add support for polling mac pcs
some mac pcs blocks are unable to provide interrupts when their status changes. as we already have support in phylink for polling status, use this to provide a hook for macs to enable polling mode.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add support for polling mac pcs
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['phy ', 'phylink']
['c', 'h', 'rst']
3
6
2
--- diff --git a/documentation/networking/sfp-phylink.rst b/documentation/networking/sfp-phylink.rst --- a/documentation/networking/sfp-phylink.rst +++ b/documentation/networking/sfp-phylink.rst - otherwise. + otherwise. if a mac is unable to provide these interrupts, then + it should set ''priv->phylink_config.pcs_pol...
Networking
1511ed0a0167f523a84b4e727372a5d2ce1b6c2f
vladimir oltean
documentation
networking
phy
qed: fw 8.42.2.0 add fw overlay feature
this feature enables the fw to page out fw code when required
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
fw 8.42.2.0 add fw overlay feature
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['qed']
['h', 'c']
5
224
1
--- diff --git a/drivers/net/ethernet/qlogic/qed/qed.h b/drivers/net/ethernet/qlogic/qed/qed.h --- a/drivers/net/ethernet/qlogic/qed/qed.h +++ b/drivers/net/ethernet/qlogic/qed/qed.h + const u32 *fw_overlays; + u32 fw_overlays_len; + struct phys_mem_desc *fw_overlay_mem; diff --git a/drivers/net/ethernet/qlogic/qed/qed...
Networking
30d5f85895fad1b3fec34b86cb779d4f56f85e32
michal kalderon
drivers
net
ethernet, qed, qlogic
net: qmi_wwan: add support for askey wwhc050
askey wwhc050 is a mcie lte modem. the oem configuration states:
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add support for askey wwhc050
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['qmi_wwan ']
['c']
1
1
0
--- diff --git a/drivers/net/usb/qmi_wwan.c b/drivers/net/usb/qmi_wwan.c --- a/drivers/net/usb/qmi_wwan.c +++ b/drivers/net/usb/qmi_wwan.c + {qmi_fixed_intf(0x1690, 0x7588, 4)}, /* askey wwhc050 */
Networking
12a5ba5a1994568d4ceaff9e78c6b0329d953386
pawel dembicki
drivers
net
usb
qmi_wwan: re-add dw5821e pre-production variant
commit f25e1392fdb5 removed the support for the pre-production variant of the dell dw5821e to avoid probing another usb interface unnecessarily. however, the pre-production samples are found in the wild, and this lack of support is causing problems for users of such samples. it is therefore necessary to support both va...
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
re-add dw5821e pre-production variant
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['qmi_wwan ']
['c']
1
1
0
--- diff --git a/drivers/net/usb/qmi_wwan.c b/drivers/net/usb/qmi_wwan.c --- a/drivers/net/usb/qmi_wwan.c +++ b/drivers/net/usb/qmi_wwan.c + {qmi_fixed_intf(0x413c, 0x81d7, 1)}, /* dell wireless 5821e preproduction config */
Networking
88bf54603f6f2c137dfee1abf6436ceac3528d2d
bj rn mork
drivers
net
usb
qtnfmac: add module param to configure dfs offload
firmware may support dfs offload. however the final decision on whether to use it or not should be up to the user. so even if firmware supports dfs offload, it should be enabled only if user explicitly requests it. for this purpose introduce kernel param dfs_offload which is disabled by default.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add module param to configure dfs offload
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['qtnfmac ']
['c', 'h']
6
22
7
--- diff --git a/drivers/net/wireless/quantenna/qtnfmac/cfg80211.c b/drivers/net/wireless/quantenna/qtnfmac/cfg80211.c --- a/drivers/net/wireless/quantenna/qtnfmac/cfg80211.c +++ b/drivers/net/wireless/quantenna/qtnfmac/cfg80211.c - ret = qtnf_cmd_reg_notify(mac, req, qtnf_slave_radar_get()); + ret = qtnf_cmd_reg_notif...
Networking
155b424c86f8169b30d30beb46ad216c5e61749a
sergey matyukevich
drivers
net
qtnfmac, quantenna, wireless
qtnfmac: add support for sta he rates
add he rates into sta info. report he rx/tx mcs if sta supports them.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add support for sta he rates
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['qtnfmac ']
['c', 'h']
2
3
0
--- diff --git a/drivers/net/wireless/quantenna/qtnfmac/commands.c b/drivers/net/wireless/quantenna/qtnfmac/commands.c --- a/drivers/net/wireless/quantenna/qtnfmac/commands.c +++ b/drivers/net/wireless/quantenna/qtnfmac/commands.c + else if (rate_src->flags & qlink_sta_info_rate_flag_he_mcs) + rate_dst->flags |= rate_i...
Networking
b73f0aac731ce87a656d9911cb9e2e79eb721d1a
sergey matyukevich
drivers
net
qtnfmac, quantenna, wireless
qtnfmac: add support for twt responder and spatial reuse
add support for 11ax features: twt responder and spatial reuse. add separate structure for spatial reuse parameters and pass this structure to firmware along with other parameters in start_ap command. pass twt responder value to firmware. bump qlink protocol version.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add support for twt responder and spatial reuse
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['qtnfmac ']
['c', 'h']
2
53
1
--- diff --git a/drivers/net/wireless/quantenna/qtnfmac/commands.c b/drivers/net/wireless/quantenna/qtnfmac/commands.c --- a/drivers/net/wireless/quantenna/qtnfmac/commands.c +++ b/drivers/net/wireless/quantenna/qtnfmac/commands.c + cmd->twt_responder = s->twt_responder; + if (s->he_obss_pd.enable) { + cmd->sr_params.s...
Networking
ed7791d9d0abc7e24223ab1663931c8e5351fea8
mikhail karpenko
drivers
net
qtnfmac, quantenna, wireless
r8152: add mac passthrough support to new device
device 0xa387 also supports mac passthrough, therefore add it to the whitelst.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add mac passthrough support to new device
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['r8152']
['c']
1
10
3
--- diff --git a/drivers/net/usb/r8152.c b/drivers/net/usb/r8152.c --- a/drivers/net/usb/r8152.c +++ b/drivers/net/usb/r8152.c +#define device_id_thinkpad_thunderbolt3_dock_gen2 0x3082 +#define device_id_thinkpad_usb_c_dock_gen2 0xa387 + - if (le16_to_cpu(udev->descriptor.idvendor) == vendor_id_lenovo && - le16_to_cpu(...
Networking
b4b771fd51fda70577dc980429347c41e807c64f
kai heng feng
drivers
net
usb
r8169: use generic ndo_do_ioctl handler phy_do_ioctl
replace rtl8169_ioctl with new generic function phy_do_ioctl.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
use generic ndo_do_ioctl handler phy_do_ioctl
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['r8169']
['c']
1
1
11
--- diff --git a/drivers/net/ethernet/realtek/r8169_main.c b/drivers/net/ethernet/realtek/r8169_main.c --- a/drivers/net/ethernet/realtek/r8169_main.c +++ b/drivers/net/ethernet/realtek/r8169_main.c -static int rtl8169_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd) -{ - struct rtl8169_private *tp = netdev_pr...
Networking
df007186488e33716ccf0c01f93cc5fe1ef91847
heiner kallweit
drivers
net
ethernet, realtek
rtw88: pci: reset ring index when release skbs in tx ring
when skbs queued for each tx ring are relased in pci stop flow, the ring index should be reset at the same time.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add wowlan support for 8822c
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['rtw88']
['c']
1
1
0
--- diff --git a/drivers/net/wireless/realtek/rtw88/pci.c b/drivers/net/wireless/realtek/rtw88/pci.c --- a/drivers/net/wireless/realtek/rtw88/pci.c +++ b/drivers/net/wireless/realtek/rtw88/pci.c + rtw_pci_reset_trx_ring(rtwdev);
Networking
25cab7e71da32d46651f5fc9373eef9b79938629
chin yen lee
drivers
net
realtek, rtw88, wireless
rtw88: pci: reset dma when reset pci trx ring
when pci trx rings are reset, the dma engine should also be reset. otherswise, the rx_tag of rx flow is not synchronous to hw.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add wowlan support for 8822c
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['rtw88']
['c']
1
10
9
--- diff --git a/drivers/net/wireless/realtek/rtw88/pci.c b/drivers/net/wireless/realtek/rtw88/pci.c --- a/drivers/net/wireless/realtek/rtw88/pci.c +++ b/drivers/net/wireless/realtek/rtw88/pci.c -static int rtw_pci_setup(struct rtw_dev *rtwdev) -{ - rtw_pci_reset_trx_ring(rtwdev); - - return 0; -} - +static int rtw_pci...
Networking
fd30e891e0bc68735b52d480d078959e5fb30e70
chin yen lee
drivers
net
realtek, rtw88, wireless
rtw88: add interface config for 8822c
some devices need to configure interface/hci related reigsters in power on flow. add interface_cfg for hci for the settings.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add wowlan support for 8822c
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['rtw88']
['h', 'c']
4
27
0
--- diff --git a/drivers/net/wireless/realtek/rtw88/hci.h b/drivers/net/wireless/realtek/rtw88/hci.h --- a/drivers/net/wireless/realtek/rtw88/hci.h +++ b/drivers/net/wireless/realtek/rtw88/hci.h + void (*interface_cfg)(struct rtw_dev *rtwdev); +static inline void rtw_hci_interface_cfg(struct rtw_dev *rtwdev) +{ + rtwde...
Networking
786221048e8f74bafb87b4ba8b613cd5bc0ea159
yan hsuan chuang
drivers
net
realtek, rtw88, wireless
rtw88: load wowlan firmware if wowlan is supported
driver used to download normal firmware only, but some devices support wowlan and require to download wowlan firmware when system suspends. so modify rtw_load_firmware() and its callback to allow driver to download both normal and wowlan firmware.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add wowlan support for 8822c
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['rtw88']
['c', 'h']
2
70
12
--- diff --git a/drivers/net/wireless/realtek/rtw88/main.c b/drivers/net/wireless/realtek/rtw88/main.c --- a/drivers/net/wireless/realtek/rtw88/main.c +++ b/drivers/net/wireless/realtek/rtw88/main.c +static int rtw_wait_firmware_completion(struct rtw_dev *rtwdev) +{ + struct rtw_chip_info *chip = rtwdev->chip; + struct...
Networking
c8e5695eae9959fc5774c0f490f2450be8bad3de
chin yen lee
drivers
net
realtek, rtw88, wireless
rtw88: support wowlan feature for 8822c
wake on wlan(wowlan) is a feature which allows devices to be woken up from suspend state through wlan events.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add wowlan support for 8822c
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['rtw88']
['h', 'c', 'makefile']
13
836
0
--- diff --git a/drivers/net/wireless/realtek/rtw88/makefile b/drivers/net/wireless/realtek/rtw88/makefile --- a/drivers/net/wireless/realtek/rtw88/makefile +++ b/drivers/net/wireless/realtek/rtw88/makefile + wow.o \ diff --git a/drivers/net/wireless/realtek/rtw88/debug.h b/drivers/net/wireless/realtek/rtw88/debug.h --...
Networking
44bc17f7f5b3b2cc4084eba6307ba750078a8a73
chin yen lee
drivers
net
realtek, rtw88, wireless
rtw88: add wowlan pattern match support
pattern match is an option of wowlan to allow the device to be woken up from suspend mode when receiving packets matched user-designed patterns.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add wowlan support for 8822c
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['rtw88']
['c', 'h']
7
274
0
--- diff --git a/drivers/net/wireless/realtek/rtw88/fw.c b/drivers/net/wireless/realtek/rtw88/fw.c --- a/drivers/net/wireless/realtek/rtw88/fw.c +++ b/drivers/net/wireless/realtek/rtw88/fw.c + if (rtw_wow->pattern_cnt) + set_wowlan_pattern_match_enable(h2c_pkt, enable); + lps_pg_pattern_cam_en(h2c_pkt, conf->pattern_ca...
Networking
e3e400df30078830871b927ca24826667d97d1f6
chin yen lee
drivers
net
realtek, rtw88, wireless
rtw88: add wowlan net-detect support
net-detect is an option of wowlan to allow the device to be woken up from suspend mode when configured network is detected.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add wowlan support for 8822c
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['rtw88']
['c', 'h']
7
571
15
--- diff --git a/drivers/net/wireless/realtek/rtw88/fw.c b/drivers/net/wireless/realtek/rtw88/fw.c --- a/drivers/net/wireless/realtek/rtw88/fw.c +++ b/drivers/net/wireless/realtek/rtw88/fw.c + if (rtw_wow_no_link(rtwdev)) + set_remote_wake_ctrl_nlo_offload_en(h2c_pkt, enable); + +void rtw_fw_set_nlo_info(struct rtw_dev...
Networking
b6c12908a33e4e413523e73464cd5957690f1a76
chin yen lee
drivers
net
realtek, rtw88, wireless
net: stmmac: add basic est support for gmac5+
adds the support for est in gmac5+ cores. this feature allows to offload scheduling of queues opening time to the ip.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
tsn support using taprio api
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['stmmac ']
['h', 'c']
8
150
0
--- diff --git a/drivers/net/ethernet/stmicro/stmmac/common.h b/drivers/net/ethernet/stmicro/stmmac/common.h --- a/drivers/net/ethernet/stmicro/stmmac/common.h +++ b/drivers/net/ethernet/stmicro/stmmac/common.h + /* tsn features */ + unsigned int estwid; + unsigned int estdep; + unsigned int estsel; diff --git a/driver...
Networking
504723af0d85434be5fb6f2dde0b62644a7f1ead
jose abreu
drivers
net
ethernet, stmicro, stmmac
net: stmmac: add basic est support for xgmac
adds the support for est in xgmac cores. this feature allows to offload scheduling of queues opening time to the ip.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
tsn support using taprio api
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['stmmac ']
['h', 'c']
3
74
0
--- diff --git a/drivers/net/ethernet/stmicro/stmmac/dwxgmac2.h b/drivers/net/ethernet/stmicro/stmmac/dwxgmac2.h --- a/drivers/net/ethernet/stmicro/stmmac/dwxgmac2.h +++ b/drivers/net/ethernet/stmicro/stmmac/dwxgmac2.h +#define xgmac_hwfeat_estwid genmask(24, 23) +#define xgmac_hwfeat_estdep genmask(22, 20) +#define xg...
Networking
8572aec3d0dc43045254fd1bf581fb980bfdbc4b
jose abreu
drivers
net
ethernet, stmicro, stmmac
net: stmmac: integrate est with taprio scheduler api
now that we have the est code for xgmac and qos we can use it with the taprio scheduler. integrate it into the main driver and use the api to configure the est feature.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
tsn support using taprio api
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['stmmac ']
['h', 'c']
3
115
0
--- diff --git a/drivers/net/ethernet/stmicro/stmmac/hwif.h b/drivers/net/ethernet/stmicro/stmmac/hwif.h --- a/drivers/net/ethernet/stmicro/stmmac/hwif.h +++ b/drivers/net/ethernet/stmicro/stmmac/hwif.h +struct tc_taprio_qopt_offload; + int (*setup_taprio)(struct stmmac_priv *priv, + struct tc_taprio_qopt_offload *qopt...
Networking
b60189e0392fa06348911077ef281eb2b1047b6a
jose abreu
drivers
net
ethernet, stmicro, stmmac
net: stmmac: add frame preemption support using taprio api
adds the support for frame preemption using taprio api. this works along with est feature and allows to select if preemptable traffic shall be sent during specific queues opening time.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
tsn support using taprio api
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['stmmac ']
['h', 'c']
3
33
1
--- diff --git a/drivers/net/ethernet/stmicro/stmmac/common.h b/drivers/net/ethernet/stmicro/stmmac/common.h --- a/drivers/net/ethernet/stmicro/stmmac/common.h +++ b/drivers/net/ethernet/stmicro/stmmac/common.h + unsigned int fpesel; diff --git a/drivers/net/ethernet/stmicro/stmmac/hwif.h b/drivers/net/ethernet/stmicro...
Networking
1ac14241543c0108e9fd23aca4927a148a44c815
jose abreu
drivers
net
ethernet, stmicro, stmmac
net: stmmac: gmac5+: add support for frame preemption
adds the hw specific support for frame preemption on gmac5+ cores.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
tsn support using taprio api
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['stmmac ']
['h', 'c']
5
34
0
--- diff --git a/drivers/net/ethernet/stmicro/stmmac/dwmac4.h b/drivers/net/ethernet/stmicro/stmmac/dwmac4.h --- a/drivers/net/ethernet/stmicro/stmmac/dwmac4.h +++ b/drivers/net/ethernet/stmicro/stmmac/dwmac4.h +#define gmac_rxqctrl_fprq genmask(26, 24) +#define gmac_rxqctrl_fprq_shift 24 +#define gmac_hw_feat_fpesel b...
Networking
7c7282746883e48aff54ff6d55e6d8674a0c414a
jose abreu
drivers
net
ethernet, stmicro, stmmac
net: stmmac: xgmac3+: add support for frame preemption
adds the hw specific support for frame preemption on xgmac3+ cores.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
tsn support using taprio api
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['stmmac ']
['h', 'c']
3
31
0
--- diff --git a/drivers/net/ethernet/stmicro/stmmac/dwxgmac2.h b/drivers/net/ethernet/stmicro/stmmac/dwxgmac2.h --- a/drivers/net/ethernet/stmicro/stmmac/dwxgmac2.h +++ b/drivers/net/ethernet/stmicro/stmmac/dwxgmac2.h +#define xgmac_rxq_ctrl1 0x000000a4 +#define xgmac_rq genmask(7, 4) +#define xgmac_rq_shift 4 +#defin...
Networking
f0e56c8d8f7d0e03e571e21c778f02d226aaeb97
jose abreu
drivers
net
ethernet, stmicro, stmmac
net: stmmac: mmc: add frame preemption counters on gmac5+ cores
this can be useful for debug. add these counters on gmac5+ cores just like we did for xgmac.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
tsn support using taprio api
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['stmmac ']
['c']
1
16
0
--- diff --git a/drivers/net/ethernet/stmicro/stmmac/mmc_core.c b/drivers/net/ethernet/stmicro/stmmac/mmc_core.c --- a/drivers/net/ethernet/stmicro/stmmac/mmc_core.c +++ b/drivers/net/ethernet/stmicro/stmmac/mmc_core.c +#define mmc_tx_fpe_frag 0x1a8 +#define mmc_tx_hold_req 0x1ac +#define mmc_rx_pkt_assembly_err 0x1c8 ...
Networking
ea77b8c813c6e56b20bb88567b63acc147cefb57
jose abreu
drivers
net
ethernet, stmicro, stmmac
net: stmmac: initial support for tbs
adds the initial hooks for tbs support. this needs a 32 byte descriptor in order for it to work with current hw. adds all the logic for enhanced descriptors in main core but no hw related logic for now.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
etf support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['stmmac ']
['h', 'c']
5
156
65
- use bitfield for tbs status / support (jakub) - remove unneeded cache alignment (jakub) - fix checkpatch issues --- diff --git a/drivers/net/ethernet/stmicro/stmmac/descs.h b/drivers/net/ethernet/stmicro/stmmac/descs.h --- a/drivers/net/ethernet/stmicro/stmmac/descs.h +++ b/drivers/net/ethernet/stmicro/stmmac/descs.h...
Networking
579a25a854d482bc9d0f9ab0e07ba32fb66bd9e3
jose abreu
drivers
net
ethernet, stmicro, stmmac
net: stmmac: tc: add support for etf scheduler using tbs
adds the support for etf scheduler using tbs feature which is available in xgmac and qos ips.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
etf support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['stmmac ']
['h', 'c']
4
29
0
- fix checkpatch issues (jakub) - use the tbs bitfield --- diff --git a/drivers/net/ethernet/stmicro/stmmac/common.h b/drivers/net/ethernet/stmicro/stmmac/common.h --- a/drivers/net/ethernet/stmicro/stmmac/common.h +++ b/drivers/net/ethernet/stmicro/stmmac/common.h + unsigned int tbssel; diff --git a/drivers/net/ethern...
Networking
430b383c737ca07e83e0fe2a8d1ecdff6f4974bd
jose abreu
drivers
net
ethernet, stmicro, stmmac
net: stmmac: xgmac: add tbs support
adds all the necessary hw hooks to support tbs feature in xgmac cores.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
etf support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['stmmac ']
['h', 'c']
3
46
0
- remove unneeded lt shift as the ip already does this. --- diff --git a/drivers/net/ethernet/stmicro/stmmac/dwxgmac2.h b/drivers/net/ethernet/stmicro/stmmac/dwxgmac2.h --- a/drivers/net/ethernet/stmicro/stmmac/dwxgmac2.h +++ b/drivers/net/ethernet/stmicro/stmmac/dwxgmac2.h +#define xgmac_hwfeat_tbssel bit(27) +#define...
Networking
6a549b9f0dcd9a73991077da64eb3603b3e5f681
jose abreu
drivers
net
ethernet, stmicro, stmmac
net: stmmac: gmac4+: add tbs support
adds all the necessary hw hooks to support tbs feature in qos cores.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
etf support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['stmmac ']
['h', 'c']
5
46
0
- remove unneeded lt shift as the ip already does this. --- diff --git a/drivers/net/ethernet/stmicro/stmmac/dwmac4.h b/drivers/net/ethernet/stmicro/stmmac/dwmac4.h --- a/drivers/net/ethernet/stmicro/stmmac/dwmac4.h +++ b/drivers/net/ethernet/stmicro/stmmac/dwmac4.h +#define gmac_hw_feat_tbssel bit(27) diff --git a/dri...
Networking
58ae92814008a324fc5698fa76fcd7497207fe0f
jose abreu
drivers
net
ethernet, stmicro, stmmac
net: stmmac: pci: enable tbs on gmac5 ipk pci entry
enable tbs support on gmac5 pci entry for all queues except queue 0.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
etf support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['stmmac ']
['c']
1
2
0
--- diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c b/drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c --- a/drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c +++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c + if (i > 0) + plat->tx_queues_cfg[i].tbs_en = 1;
Networking
7eadf57290ecd2b8e01a48dfaf55126ad60e6a3b
jose abreu
drivers
net
ethernet, stmicro, stmmac
net: stmmac: add missing information in debugfs capabilities file
adds more information regarding hw capabilities in the corresponding debugfs file.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
etf support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['stmmac ']
['c']
1
6
0
- remove the tx/rx queues in use (jakub) --- diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c b/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c --- a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c +++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c + seq_printf(seq, " enhancements to scheduled tr...
Networking
44e6547570654a447edcfff33023cf61f5fdcd01
jose abreu
drivers
net
ethernet, stmicro, stmmac
net: stmmac: selftests: switch to dev_direct_xmit()
in the upcoming commit for tbs selftest we will need to send a packet on a specific queue. as stmmac fallsback to netdev_pick_tx() on the select queue callback, we need to switch all selftests logic to dev_direct_xmit() so that we can send the given skb on a specific queue.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
etf support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['stmmac ']
['c']
1
6
19
--- diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c b/drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c --- a/drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c +++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c - skb_set_queue_mapping(skb, attr->queue_mapping); - ret = dev_queue_...
Networking
05373e31baed87c3daafdc6d30dc679f057b5cd0
jose abreu
drivers
net
ethernet, stmicro, stmmac
net: stmmac: selftests: add a test for tbs feature
add a new test for tbs feature which is used in etf scheduler. in this test, we send a packet with a launch time specified as now + 500ms and check if the packet was transmitted on that time frame.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
etf support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['stmmac ']
['c']
1
71
0
- use the tbs bitfield - remove debug message --- diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c b/drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c --- a/drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c +++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c +#include <net/pkt_sche...
Networking
28c1cf73c923065d1265ea32b9c1bfc8d63370e9
jose abreu
drivers
net
ethernet, stmicro, stmmac
net: stmmac: print more information in debugfs dma capabilities file
dma capabilites have grown but the debugfs that shows this info has not been updated. lets add the missing information.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
print more information in debugfs dma capabilities file
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['stmmac ']
['c']
1
30
1
--- diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c b/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c --- a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c +++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c + seq_printf(seq, " number of additional rx queues: %d ", + priv->dma_cap.number_rx_queue...
Networking
7d0b447a3f82f5a1a70bae20c362f332e9fa91ea
jose abreu
drivers
net
ethernet, stmicro, stmmac
wil6210: add support for set_cqm_rssi_config
set_cqm_rssi_config() is used by the kernel to configure connection quality monitor rssi threshold. wil6210 uses wmi_set_link_monitor_cmdid to set the rssi threshold to fw which in turn reports rssi threshold changes with wmi_link_monitor_eventid.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add support for set_cqm_rssi_config
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['wil6210 ']
['c', 'h']
4
130
0
--- diff --git a/drivers/net/wireless/ath/wil6210/cfg80211.c b/drivers/net/wireless/ath/wil6210/cfg80211.c --- a/drivers/net/wireless/ath/wil6210/cfg80211.c +++ b/drivers/net/wireless/ath/wil6210/cfg80211.c +static int wil_cfg80211_set_cqm_rssi_config(struct wiphy *wiphy, + struct net_device *dev, + s32 rssi_thold, u32...
Networking
4315a74a482f86750a1e78ac536c5baeb05ff6b1
dedy lansky
drivers
net
ath, wil6210, wireless