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
net/mlx5e: add ptp flow steering support
when opening ptp channel with mlx5e_ptp_state_rx set, add the corresponding flow steering rules. capture udp packets with destination port 319 and l2 packets with ethertype 0x88f7 and steer them into the rq of the ptp channel. add api that manages the flow steering rules to be used in the following patches via safe_reo...
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
allow both cqe compression and hw time-stamp ptp to co-exist
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlx5 ']
['h', 'c']
4
146
1
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en/fs.h b/drivers/net/ethernet/mellanox/mlx5/core/en/fs.h --- a/drivers/net/ethernet/mellanox/mlx5/core/en/fs.h +++ b/drivers/net/ethernet/mellanox/mlx5/core/en/fs.h +struct mlx5e_ptp_fs; + struct mlx5e_ptp_fs *ptp_fs; diff --git a/drivers/net/ethernet/mellanox/m...
Networking
e5fe49465d463ca6c029869e42e9ba5e895cce02
aya levin tariq toukan tariqt nvidia com
drivers
net
core, en, ethernet, mellanox, mlx5
net/mlx5e: allow coexistence of cqe compression and hw ts ptp
update setting hw time-stamp to allow coexistence with cqe compression. turn on rx ptp indication and try to reopen the channels. on success, coexistence with cqe compression is enabled. otherwise, fall-back to turning off cqe compression.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
allow both cqe compression and hw time-stamp ptp to co-exist
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlx5 ']
['h', 'c']
3
35
12
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en.h b/drivers/net/ethernet/mellanox/mlx5/core/en.h --- a/drivers/net/ethernet/mellanox/mlx5/core/en.h +++ b/drivers/net/ethernet/mellanox/mlx5/core/en.h + bool ptp_rx; diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en/ptp.c b/drivers/net/ethernet/mellanox/...
Networking
960fbfe222a490622cfb3949061b20f83ef46fb0
aya levin tariq toukan tariqt nvidia com
drivers
net
core, en, ethernet, mellanox, mlx5
net/mlx5e: update ethtool setting of cqe compression
remove restriction blocking configuration of cqe compression when ptp rx filter is set. instead turn on indication for rx ptp, and try to reopen the channels.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
allow both cqe compression and hw time-stamp ptp to co-exist
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlx5 ']
['h', 'c']
3
10
7
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en.h b/drivers/net/ethernet/mellanox/mlx5/core/en.h --- a/drivers/net/ethernet/mellanox/mlx5/core/en.h +++ b/drivers/net/ethernet/mellanox/mlx5/core/en.h +int mlx5e_ptp_rx_manage_fs_ctx(struct mlx5e_priv *priv, void *ctx); diff --git a/drivers/net/ethernet/mellan...
Networking
885b8cfb161ed3d8f41e7b37e14d35bd8d3aaf6b
aya levin tariq toukan tariqt nvidia com
drivers
net
core, ethernet, mellanox, mlx5
net/mlx5: e-switch, move vport table functions to a new file
currently, the vport table functions are in common eswitch offload file. this file is too big. move the vport table create, delete and lookup functions to a separate file. put the file in esw directory.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
introduce tc sample offload
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlx5 ']
['h', 'c', 'makefile']
4
183
182
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/makefile b/drivers/net/ethernet/mellanox/mlx5/core/makefile --- a/drivers/net/ethernet/mellanox/mlx5/core/makefile +++ b/drivers/net/ethernet/mellanox/mlx5/core/makefile - esw/devlink_port.o + esw/devlink_port.o esw/vporttbl.o diff --git a/drivers/net/ethernet/me...
Networking
4c7f40287aa5eb6ea8f3a6c3225ab5ebc6a45415
chris mi
drivers
net
core, esw, ethernet, mellanox, mlx5
net/mlx5: e-switch, rename functions to follow naming convention.
public api starts with mlx5 and remove mlx5 for non-public api.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
introduce tc sample offload
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlx5 ']
['h', 'c']
3
17
17
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/esw/vporttbl.c b/drivers/net/ethernet/mellanox/mlx5/core/esw/vporttbl.c --- a/drivers/net/ethernet/mellanox/mlx5/core/esw/vporttbl.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/esw/vporttbl.c -esw_vport_tbl_get(struct mlx5_eswitch *esw, struct mlx5_vport_tbl_at...
Networking
0a9e2307870bdb627421b4b0bbac04b1ab8e1688
chris mi
drivers
net
core, esw, ethernet, mellanox, mlx5
net/mlx5: e-switch, generalize per vport table api
currently, per vport table was used only for port mirroring actions. however, sample action will also require a per vport table instance.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
introduce tc sample offload
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlx5 ']
['h', 'c']
3
29
7
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/esw/vporttbl.c b/drivers/net/ethernet/mellanox/mlx5/core/esw/vporttbl.c --- a/drivers/net/ethernet/mellanox/mlx5/core/esw/vporttbl.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/esw/vporttbl.c -#define mlx5_esw_vport_table_size 128 -#define mlx5_esw_vport_tbl_nu...
Networking
c796bb7cd2307d5fb815e919b964bf2d65c95ec3
chris mi
drivers
net
core, esw, ethernet, mellanox, mlx5
net/mlx5: e-switch, set per vport table default group number
different per voprt table is created using a different per vport table namespace. because we can't use variable to set the namespace member value. if max group number is 0 in the namespace, use the eswitch default max group number.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
introduce tc sample offload
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlx5 ']
['c']
1
4
1
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/esw/vporttbl.c b/drivers/net/ethernet/mellanox/mlx5/core/esw/vporttbl.c --- a/drivers/net/ethernet/mellanox/mlx5/core/esw/vporttbl.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/esw/vporttbl.c - ft_attr.autogroup.max_num_groups = vport_ns->max_num_groups; + if (...
Networking
c1904360dde8fb4f79bec4751c7540df10d57ec2
chris mi oz shlomo ozsh nvidia com mark bloch mbloch nvidia com
drivers
net
core, esw, ethernet, mellanox, mlx5
net/mlx5: map register values to restore objects
currently reg_c0 lower 16 bits and reg_b are used to store the chain id that missed in fdb and nic tables accordingly. however, the registers' values may index a restore object, rather than a single u32 value. different object types can be used to restore mutually exclusive contexts such as chain id and sample group id...
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
introduce tc sample offload
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlx5 ']
['h', 'c']
7
63
43
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en/rep/tc.c b/drivers/net/ethernet/mellanox/mlx5/core/en/rep/tc.c --- a/drivers/net/ethernet/mellanox/mlx5/core/en/rep/tc.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/en/rep/tc.c - u32 chain = 0, reg_c0, reg_c1, tunnel_id, zone_restore_id; + u32 reg_c0, reg_c1...
Networking
a91d98a0a2b8e4c433b7341708f7d706e0cf1c8e
chris mi
drivers
net
core, en, ethernet, lib, mellanox, mlx5, rep
net/mlx5: instantiate separate mapping objects for fdb and nic tables
currently, the u32 chain id is mapped to u16 value which is stored on the lower 16 bits of reg_c0 for fdb and reg_b for nic tables. the mapping is internally maintained by the chains object. however, with the introduction of reg_c0 objects the fdb may store more than just the chain id on reg_c0. this is not relevant fo...
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
introduce tc sample offload
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlx5 ']
['h', 'c', 'makefile']
8
43
48
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/makefile b/drivers/net/ethernet/mellanox/mlx5/core/makefile --- a/drivers/net/ethernet/mellanox/mlx5/core/makefile +++ b/drivers/net/ethernet/mellanox/mlx5/core/makefile - en_rep.o en/rep/bond.o en/mod_hdr.o + en_rep.o en/rep/bond.o en/mod_hdr.o \ + en/mapping.o ...
Networking
c935568271b5b25baea65ad623f146de72570cd7
chris mi
drivers
net
core, en, ethernet, lib, mellanox, mlx5, rep
net/mlx5e: tc, parse sample action
parse tc sample action and save sample parameters in flow attribute data structure.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
introduce tc sample offload
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlx5 ']
['h', 'c']
4
44
0
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en/tc_priv.h b/drivers/net/ethernet/mellanox/mlx5/core/en/tc_priv.h --- a/drivers/net/ethernet/mellanox/mlx5/core/en/tc_priv.h +++ b/drivers/net/ethernet/mellanox/mlx5/core/en/tc_priv.h + mlx5e_tc_flow_flag_sample = mlx5e_tc_flow_base + 11, diff --git a/drivers/n...
Networking
41c2fd949803a5ff8acfed1d81c0bbd62d8f660d
chris mi oz shlomo ozsh nvidia com mark bloch mbloch nvidia com
drivers
net
core, en, esw, ethernet, mellanox, mlx5
net/mlx5e: tc, add sampler termination table api
sampled packets are sent to software using termination tables. there is only one rule in that table that is to forward sampled packets to the e-switch management vport.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
introduce tc sample offload
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlx5 ']
['h', 'kconfig', 'c', 'makefile']
6
129
0
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/kconfig b/drivers/net/ethernet/mellanox/mlx5/core/kconfig --- a/drivers/net/ethernet/mellanox/mlx5/core/kconfig +++ b/drivers/net/ethernet/mellanox/mlx5/core/kconfig +config mlx5_tc_sample + bool "mlx5 tc sample offload support" + depends on mlx5_cls_act + defaul...
Networking
2a9ab10a5689a4612d441df1cc628c381dc75ed3
chris mi
drivers
net
core, esw, ethernet, mellanox, mlx5
net/mlx5e: tc, add sampler object api
in order to offload sample action, hw introduces sampler object. the sampler object samples packets according to the provided sample ratio. sampled packets are duplicated. one copy is processed by a termination table, named the sample table, which sends the packet up to software. the second copy is processed by the def...
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
introduce tc sample offload
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlx5 ']
['c']
1
131
0
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/esw/sample.c b/drivers/net/ethernet/mellanox/mlx5/core/esw/sample.c --- a/drivers/net/ethernet/mellanox/mlx5/core/esw/sample.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/esw/sample.c +#include "en_tc.h" +#include "fs_core.h" + declare_hashtable(hashtbl, 8); + ...
Networking
11ecd6c60b4ee6f5d5bcd91f5b87e50bad8f142a
chris mi
drivers
net
core, esw, ethernet, mellanox, mlx5
net/mlx5e: tc, add sampler restore handle api
use common object pool to create an object id to map sample parameters. allocate a modify header action to write the object id to reg_c0 lower 16 bits. create a restore rule to pass the object id to software. so software can identify sampled packets via the object id and send it to userspace.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
introduce tc sample offload
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlx5 ']
['c']
1
108
0
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/esw/sample.c b/drivers/net/ethernet/mellanox/mlx5/core/esw/sample.c --- a/drivers/net/ethernet/mellanox/mlx5/core/esw/sample.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/esw/sample.c +#include <linux/skbuff.h> +#include <net/psample.h> + declare_hashtable(rest...
Networking
36a3196256bf3310e5e7142b0e61787f7a201abd
chris mi
drivers
net
core, esw, ethernet, mellanox, mlx5
net/mlx5e: tc, refactor tc update skb function
as a pre-step to process sampled packet in this function.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
introduce tc sample offload
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlx5 ']
['c']
1
33
26
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en/rep/tc.c b/drivers/net/ethernet/mellanox/mlx5/core/en/rep/tc.c --- a/drivers/net/ethernet/mellanox/mlx5/core/en/rep/tc.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/en/rep/tc.c + +static bool mlx5e_restore_skb(struct sk_buff *skb, u32 chain, u32 reg_c1, + st...
Networking
7319a1cc3ca9f719e4ef1b1882f6fdb57d0719b8
chris mi
drivers
net
core, en, ethernet, mellanox, mlx5, rep
net/mlx5e: tc, handle sampled packets
mark the sampled packets with a sample restore object. send sampled packets using the psample api.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
introduce tc sample offload
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlx5 ']
['h', 'c']
4
35
3
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en/rep/tc.c b/drivers/net/ethernet/mellanox/mlx5/core/en/rep/tc.c --- a/drivers/net/ethernet/mellanox/mlx5/core/en/rep/tc.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/en/rep/tc.c +#include "esw/sample.h" - if (mapped_obj.type == mlx5_mapped_obj_chain) { + if (...
Networking
be9dc0047450f7d8c0462a6ef3f7c26bced16911
chris mi oz shlomo ozsh nvidia com mark bloch mbloch nvidia com
drivers
net
core, en, esw, ethernet, mellanox, mlx5, rep
net/mlx5e: tc, add support to offload sample action
the following diagram illustrates the hardware model for tc sample action:
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
introduce tc sample offload
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlx5 ']
['h', 'c']
5
328
2
+---------------------+ + original flow table + +---------------------+ + original match + +---------------------+ +------------------------------------------------+ + flow sampler object + +------------------------------------------------+ + sample ratio + +------------------------------------------------+ + sample ta...
Networking
f94d6389f6a8abd04760dcd015d14961260a8000
chris mi
drivers
net
core, esw, ethernet, mellanox, mlx5
net/mlx5e: allow to match on icmp parameters
support matching on icmpv4/6 type and code parameters using misc3 section of match parameters.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
tc support for icmp parameters
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlx5 ']
['h', 'c']
2
49
0
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en_tc.c b/drivers/net/ethernet/mellanox/mlx5/core/en_tc.c --- a/drivers/net/ethernet/mellanox/mlx5/core/en_tc.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/en_tc.c + void *misc_c_3 = mlx5_addr_of(fte_match_param, spec->match_criteria, + misc_parameters_3); + vo...
Networking
a3222a2da0a2d6c7682252d4bfdff05721a82b95
maor dickman roi dayan roid nvidia com
include
linux
core, ethernet, mellanox, mlx5
mlx5: implement ethtool::get_fec_stats
report corrected bits.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
implement ethtool::get_fec_stats
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlx5 ']
['h', 'c']
3
38
2
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c b/drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c --- a/drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c +static void mlx5e_get_fec_stats(struct net_device *netdev, + struct ethtool_...
Networking
1703bb50df0e4248b8def88fc6dd43a505479c66
jakub kicinski
drivers
net
core, ethernet, mellanox, mlx5
net/mlx5e: add ethtool extended link state
in case the interface was set up but cannot establish the link, ethtool will print more information to help the user troubleshoot the state.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add ethtool extended link state
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlx5 ']
['c']
1
171
0
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c b/drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c --- a/drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c +static int query_port_status_opcode(struct mlx5_core_dev *mdev, u32 *status_...
Networking
b3446acb2b9ae6128587cd2d311214950adfb68b
moshe tal
drivers
net
core, ethernet, mellanox, mlx5
net/mlx5e: add offload stats ndos to nic netdev ops
we will re-use the native nic port net device instance for the uplink representor, hence same ndos must be used.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add offload stats ndos to nic netdev ops
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlx5 ']
['h', 'c']
3
37
3
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en_main.c b/drivers/net/ethernet/mellanox/mlx5/core/en_main.c --- a/drivers/net/ethernet/mellanox/mlx5/core/en_main.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/en_main.c + +static bool +mlx5e_has_offload_stats(const struct net_device *dev, int attr_id) +{ + s...
Networking
ee5260307c54f9b1b964a44863751ac220424844
roi dayan saeed mahameed saeedm nvidia com
drivers
net
core, ethernet, mellanox, mlx5
net/mlx5: enhance diagnostics info for tx/rx reporters
add ts_format to 'common config' section of the tx/rx devlink reporters diagnostics info. possible values for ts_format: 'rt' or 'frc' which stands for: real time and free running counters correspondingly.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
enhance diagnostics info for tx/rx reporters
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlx5 ']
['c']
2
12
0
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en/reporter_rx.c b/drivers/net/ethernet/mellanox/mlx5/core/en/reporter_rx.c --- a/drivers/net/ethernet/mellanox/mlx5/core/en/reporter_rx.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/en/reporter_rx.c + bool real_time; + real_time = mlx5_is_real_time_rq(priv->md...
Networking
95742c1cc59d0a6aa2ca9e75bd21f2a8721f5129
aya levin
drivers
net
core, en, ethernet, mellanox, mlx5
pci/iov: add sysfs msi-x vector assignment interface
a typical cloud provider sr-iov use case is to create many vfs for use by guest vms. the vfs may not be assigned to a vm until a customer requests a vm of a certain size, e.g., number of cpus. a vf may need msi-x vectors proportional to the number of cpus in the vm, but there is no standard way to change the number of ...
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
dynamically assign msi-x vectors count
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlx5 ']
['sysfs-bus-pci', 'h', 'c']
5
137
8
--- diff --git a/documentation/abi/testing/sysfs-bus-pci b/documentation/abi/testing/sysfs-bus-pci --- a/documentation/abi/testing/sysfs-bus-pci +++ b/documentation/abi/testing/sysfs-bus-pci + +what: /sys/bus/pci/devices/.../sriov_vf_total_msix +date: january 2021 +contact: leon romanovsky <leonro@nvidia.com> +descript...
Networking
c3d5c2d96d69f2578d6fbf66e39cc2cf840d9812
leon romanovsky
drivers
pci
testing
net/mlx5: add dynamic msi-x capabilities bits
these new fields declare the number of msi-x vectors that is possible to allocate on the vf through pf configuration.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
dynamically assign msi-x vectors count
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlx5 ']
['h']
1
10
1
--- diff --git a/include/linux/mlx5/mlx5_ifc.h b/include/linux/mlx5/mlx5_ifc.h --- a/include/linux/mlx5/mlx5_ifc.h +++ b/include/linux/mlx5/mlx5_ifc.h - u8 reserved_at_700[0x80]; + u8 reserved_at_700[0x8]; + u8 num_total_dynamic_vf_msix[0x18]; + u8 reserved_at_720[0x14]; + u8 dynamic_msix_table_size[0xc]; + u8 reserved...
Networking
0b989c1e37053196676b2238f82195bd5a339d58
leon romanovsky
include
linux
mlx5
net/mlx5: dynamically assign msi-x vectors count
the number of msi-x vectors is a pci property visible through lspci. the field is read-only and configured by the device. the mlx5 devices work in a static or dynamic assignment mode.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
dynamically assign msi-x vectors count
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlx5 ']
['h', 'c']
4
93
2
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/main.c b/drivers/net/ethernet/mellanox/mlx5/core/main.c --- a/drivers/net/ethernet/mellanox/mlx5/core/main.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/main.c + if (mlx5_cap_gen_max(dev, num_total_dynamic_vf_msix)) + mlx5_set(cmd_hca_cap, set_hca_cap, num_tota...
Networking
604774add516c6847745cb381d46907e229ab0bf
leon romanovsky
drivers
net
core, ethernet, mellanox, mlx5
net/mlx5: implement sriov_get_vf_total_msix/count() callbacks
the mlx5 implementation executes a firmware command on the pf to change the configuration of the selected vf.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
dynamically assign msi-x vectors count
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlx5 ']
['h', 'c']
3
44
0
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/main.c b/drivers/net/ethernet/mellanox/mlx5/core/main.c --- a/drivers/net/ethernet/mellanox/mlx5/core/main.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/main.c + .sriov_get_vf_total_msix = mlx5_sriov_get_vf_total_msix, + .sriov_set_msix_vec_count = mlx5_core_sr...
Networking
e71b75f73763d88665b3a19c5a4d52d559aa7732
leon romanovsky bjorn helgaas bhelgaas google com
drivers
net
core, ethernet, mellanox, mlx5
rdma/mlx5: allow larger pages in devx umem
the umem dma list calculation was locked at 4k pages due to confusion around how this api works and is used when larger pages are present.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
allow larger pages in devx umem
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlx5 ']
['h', 'c']
2
55
10
- umem's cannot extend past what is mapped into the process, so creating - umem's must always have a page offset of zero, except for sub page_size - the feature of umem_offset to create multiple objects inside a umem --- diff --git a/drivers/infiniband/hw/mlx5/devx.c b/drivers/infiniband/hw/mlx5/devx.c --- a/drivers/in...
Networking
7610ab57de5616631b664ea31c11bad527810391
jason gunthorpe
drivers
infiniband
hw, mlx5, rdma
rdma/mlx5: expose private query port
expose a non standard query port via ioctl that will be used to expose port attributes that are specific to mlx5 devices.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
expose private query port
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mlx5 ']
['h', 'c']
3
207
0
--- diff --git a/drivers/infiniband/hw/mlx5/std_types.c b/drivers/infiniband/hw/mlx5/std_types.c --- a/drivers/infiniband/hw/mlx5/std_types.c +++ b/drivers/infiniband/hw/mlx5/std_types.c +#include <linux/mlx5/eswitch.h> +#include <linux/mlx5/vport.h> +static int fill_vport_icm_addr(struct mlx5_core_dev *mdev, u16 vport...
Networking
9a89d3ad6d39cbdc9de47f776fc7f7e4b1145c70
mark bloch
drivers
infiniband
hw, mlx5, rdma
mt76: add functions for parsing rate power limits from dt
this subnode can be used to set per-rate tx power limits either per country code / regdomain or globally. these limits are typically provided by the device manufacturers and are used to limit sideband emissions and stay within regulatory limits
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
introduce single-sku support for mt7663/mt7921 drivers
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mt76 ']
['h', 'c']
2
216
0
--- diff --git a/drivers/net/wireless/mediatek/mt76/eeprom.c b/drivers/net/wireless/mediatek/mt76/eeprom.c --- a/drivers/net/wireless/mediatek/mt76/eeprom.c +++ b/drivers/net/wireless/mediatek/mt76/eeprom.c +static bool mt76_string_prop_find(struct property *prop, const char *str) +{ + const char *cp = null; + + if (!p...
Networking
22b980badc0fc746431b81b9d402cf0612f59a7a
felix fietkau
drivers
net
mediatek, mt76, wireless
mt76: extend dt rate power limits to support 11ax devices
enable parsing per-rate txpower limits from dt for 11ax chipsets.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
introduce single-sku support for mt7663/mt7921 drivers
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mt76 ']
['h', 'c']
2
40
23
--- diff --git a/drivers/net/wireless/mediatek/mt76/eeprom.c b/drivers/net/wireless/mediatek/mt76/eeprom.c --- a/drivers/net/wireless/mediatek/mt76/eeprom.c +++ b/drivers/net/wireless/mediatek/mt76/eeprom.c +static void +mt76_apply_multi_array_limit(s8 *pwr, size_t pwr_len, s8 pwr_num, + const __be32 *data, size_t len,...
Networking
a9627d992b5e3aa18315094b501eba0f4d883419
shayne chen evelyn tsai evelyn tsai mediatek com
drivers
net
mediatek, mt76, wireless
mt76: mt7615: implement support for using dt rate power limits
limits are used to update the channel max_power settings and also passed to the firmware on channel changes
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
introduce single-sku support for mt7663/mt7921 drivers
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mt76 ']
['c']
2
69
2
--- diff --git a/drivers/net/wireless/mediatek/mt76/mt7615/init.c b/drivers/net/wireless/mediatek/mt76/mt7615/init.c --- a/drivers/net/wireless/mediatek/mt76/mt7615/init.c +++ b/drivers/net/wireless/mediatek/mt76/mt7615/init.c + struct mt76_power_limits limits; - target_power = div_round_up(target_power + delta, 2); + ...
Networking
fb0d90540b66523069d15ac05acab4ceb8e01055
felix fietkau
drivers
net
mediatek, mt76, mt7615, wireless
mt76: mt7615: do not use mt7615 single-sku values for mt7663
mt7663 mcu relies on different apis to configure apis per-rate power limit respect to mt7615 driver.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
introduce single-sku support for mt7663/mt7921 drivers
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mt76 ']
['c']
1
5
0
--- diff --git a/drivers/net/wireless/mediatek/mt76/mt7615/mcu.c b/drivers/net/wireless/mediatek/mt76/mt7615/mcu.c --- a/drivers/net/wireless/mediatek/mt76/mt7615/mcu.c +++ b/drivers/net/wireless/mediatek/mt76/mt7615/mcu.c + if (is_mt7663(mphy->dev)) { + memset(sku, tx_power, mt_sku_4ss_delta + 1); + return; + } +
Networking
729d3dbd3bf23d03b8259e692c5505d6a647726a
lorenzo bianconi
drivers
net
mediatek, mt76, mt7615, wireless
mt76: introduce single-sku support for mt7663/mt7921
introduce support for rate-txpower compensation for mt7663/mt7921 chipsets. rate-txpower limit is specified through dts
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
introduce single-sku support for mt7663/mt7921 drivers
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mt76 ']
['h', 'c']
6
170
1
--- diff --git a/drivers/net/wireless/mediatek/mt76/mt7615/init.c b/drivers/net/wireless/mediatek/mt76/mt7615/init.c --- a/drivers/net/wireless/mediatek/mt76/mt7615/init.c +++ b/drivers/net/wireless/mediatek/mt76/mt7615/init.c - if (mt7615_firmware_offload(phy->dev)) + + if (mt7615_firmware_offload(phy->dev)) { + mt76_...
Networking
18369a4f9d73bf0ccd43d8df691d394281ee3ed4
lorenzo bianconi
drivers
net
mediatek, mt76, mt7615, mt7921, wireless
mt76: mt7921: add dumping tx power table
dump the tx power table saved in offload firmware.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
introduce single-sku support for mt7663/mt7921 drivers
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mt76 ']
['h', 'c']
5
151
0
--- diff --git a/drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.h b/drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.h --- a/drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.h +++ b/drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.h + mcu_cmd_get_txpwr = mcu_ce_prefix | 0xd0, diff --git a/drivers/net/wireless...
Networking
ea29acc97c555bc4c295cd0ad78083a33b0272a2
sean wang
drivers
net
mediatek, mt76, mt7921, wireless
mt76: report rx timestamp
frame reception timestamp (low 32-bits) that indicates the value of the local tsf timer value at the time the first bit of the mac header in the received frame (ppdu unit) arriving at the mac.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
report rx timestamp
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mt76 ']
['h', 'c']
15
89
63
--- diff --git a/drivers/net/wireless/mediatek/mt76/agg-rx.c b/drivers/net/wireless/mediatek/mt76/agg-rx.c --- a/drivers/net/wireless/mediatek/mt76/agg-rx.c +++ b/drivers/net/wireless/mediatek/mt76/agg-rx.c - if (!time_after(jiffies, - status->reorder_time + - mt76_aggr_tid_to_timeo(tid->num))) + if (!time_after32(jiff...
Networking
0fda6d7bb5a29b241fba8d37b92567c6bec79655
ryder lee
drivers
net
mediatek, mt76, mt7603, mt7615, mt7915, mt7921, wireless
mt76: mt7921: introduce mcu_event_lp_info event parsing
report trace event related to mcu_event_lp_info that is sent by the mcu when it is ready to enter in deep sleep state
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
introduce mcu_event_lp_info event parsing
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mt76 ', 'mt7921']
['h', 'c', 'makefile']
5
86
1
--- diff --git a/drivers/net/wireless/mediatek/mt76/mt7921/makefile b/drivers/net/wireless/mediatek/mt76/mt7921/makefile --- a/drivers/net/wireless/mediatek/mt76/mt7921/makefile +++ b/drivers/net/wireless/mediatek/mt76/mt7921/makefile -mt7921e-y := pci.o mac.o mcu.o dma.o eeprom.o main.o init.o debugfs.o +cflags_trace....
Networking
2afd17b4d0fc15cba0144e7a4c26549b0e829ce9
lorenzo bianconi
drivers
net
mediatek, mt76, mt7921, wireless
mt76: mt7921: enable random mac addr during scanning
notify mac80211 mt7921 devices support random mac address during hw frequency scanning
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
enable random mac addr during scanning
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mt76 ', 'mt7921']
['c']
1
1
0
--- diff --git a/drivers/net/wireless/mediatek/mt76/mt7921/init.c b/drivers/net/wireless/mediatek/mt76/mt7921/init.c --- a/drivers/net/wireless/mediatek/mt76/mt7921/init.c +++ b/drivers/net/wireless/mediatek/mt76/mt7921/init.c + wiphy->features |= nl80211_feature_scan_random_mac_addr;
Networking
c1941b8902794c55328a220c5bf3654b1b54ba09
lorenzo bianconi
drivers
net
mediatek, mt76, mt7921, wireless
mt76: mt7921: add wifi reset support
introduce wifi chip reset support for mt7921 device to recover mcu hangs.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add wifi reset support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mt76 ', 'mt7921']
['h', 'c']
5
155
60
--- diff --git a/drivers/net/wireless/mediatek/mt76/mt7921/init.c b/drivers/net/wireless/mediatek/mt76/mt7921/init.c --- a/drivers/net/wireless/mediatek/mt76/mt7921/init.c +++ b/drivers/net/wireless/mediatek/mt76/mt7921/init.c -static void mt7921_mac_init(struct mt7921_dev *dev) +void mt7921_mac_init(struct mt7921_dev ...
Networking
0c1ce988460765ece1ba8eacd00533eefb6e666a
lorenzo bianconi
drivers
net
mediatek, mt76, mt7921, wireless
mt76: mt7921: add wifisys reset support in debugfs
introduce chip_reset knob in mt7921 debugfs to export a way to users able to trigger wifi reset, and group the similar operations previously defined in chip_config in the same knob.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add wifi reset support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mt76 ', 'mt7921']
['c']
1
17
8
--- diff --git a/drivers/net/wireless/mediatek/mt76/mt7921/debugfs.c b/drivers/net/wireless/mediatek/mt76/mt7921/debugfs.c --- a/drivers/net/wireless/mediatek/mt76/mt7921/debugfs.c +++ b/drivers/net/wireless/mediatek/mt76/mt7921/debugfs.c -static int mt7921_config(void *data, u64 val) +static int mt7921_chip_reset(void...
Networking
f1ae92bbc43b68521bc0e866327dc896f10c11ee
sean wang
drivers
net
mediatek, mt76, mt7921, wireless
mt76: add support for 802.3 rx frames
do not try to access the header when receiving them
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for 802.3 rx frames
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mt76 ']
['h', 'c']
8
32
18
--- diff --git a/drivers/net/wireless/mediatek/mt76/agg-rx.c b/drivers/net/wireless/mediatek/mt76/agg-rx.c --- a/drivers/net/wireless/mediatek/mt76/agg-rx.c +++ b/drivers/net/wireless/mediatek/mt76/agg-rx.c + u8 tidno = status->qos_ctl & ieee80211_qos_ctl_tid_mask; - status->tid = le16_to_cpu(bar->control) >> 12; + sta...
Networking
e195dad1411594809cb955c96a7a514bcc4ad638
felix fietkau
drivers
net
mediatek, mt76, mt7603, mt7615, mt7915, mt7921, wireless
mt76: mt7915: enable hw rx-amsdu de-aggregation
enable hw rx-amsdu de-aggregation support available in 7915 devices. this is a preliminary patch to enable rx checksum offload
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for 802.3 rx frames
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mt76 ']
['h', 'c']
5
76
4
--- diff --git a/drivers/net/wireless/mediatek/mt76/mac80211.c b/drivers/net/wireless/mediatek/mt76/mac80211.c --- a/drivers/net/wireless/mediatek/mt76/mac80211.c +++ b/drivers/net/wireless/mediatek/mt76/mac80211.c +static void mt76_rx_release_amsdu(struct mt76_phy *phy, enum mt76_rxq_id q) +{ + struct sk_buff *skb = p...
Networking
cc4b3c139ad308fcd0086baa9dc13bf60e1b802f
lorenzo bianconi
drivers
net
mediatek, mt76, mt7915, wireless
mt76: mt7915: add rx checksum offload support
set skb->ip_summed to checksum_unnecessary if the hardware has validated the ip and tcp/udp checksum
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for 802.3 rx frames
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mt76 ']
['c']
2
6
0
--- diff --git a/drivers/net/wireless/mediatek/mt76/mt7915/init.c b/drivers/net/wireless/mediatek/mt76/mt7915/init.c --- a/drivers/net/wireless/mediatek/mt76/mt7915/init.c +++ b/drivers/net/wireless/mediatek/mt76/mt7915/init.c + hw->netdev_features = netif_f_rxcsum; diff --git a/drivers/net/wireless/mediatek/mt76/mt791...
Networking
94244d2ea503455cddec5a4de28d59c74e1aaf47
felix fietkau
drivers
net
mediatek, mt76, mt7915, wireless
mt76: mt7915: add support for rx decapsulation offload
for ap and client mode, the hardware can pass received packets as 802.3 frames that can be passed to the network stack as-is.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for 802.3 rx frames
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mt76 ']
['h', 'c']
6
92
11
--- diff --git a/drivers/net/wireless/mediatek/mt76/mt76.h b/drivers/net/wireless/mediatek/mt76/mt76.h --- a/drivers/net/wireless/mediatek/mt76/mt76.h +++ b/drivers/net/wireless/mediatek/mt76/mt76.h + mt_wcid_flag_hdr_trans, diff --git a/drivers/net/wireless/mediatek/mt76/mt7915/init.c b/drivers/net/wireless/mediatek/m...
Networking
90e3abf07c80a70f31227eea861f306312d5dbea
felix fietkau
drivers
net
mediatek, mt76, mt7915, wireless
mt76: mt7615: fix key set/delete issues
there were multiple issues in the current key set/remove code: - deleting a key with the previous key index deletes the current key - bip key would only be uploaded correctly initially and corrupted on rekey
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for 802.3 rx frames
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mt76 ']
['h', 'c']
3
65
51
- deleting a key with the previous key index deletes the current key - bip key would only be uploaded correctly initially and corrupted on rekey --- diff --git a/drivers/net/wireless/mediatek/mt76/mt76.h b/drivers/net/wireless/mediatek/mt76/mt76.h --- a/drivers/net/wireless/mediatek/mt76/mt76.h +++ b/drivers/net/wirele...
Networking
730d6d0da8d8f5905faafe645a5b3c08ac3f5a8f
felix fietkau
drivers
net
mediatek, mt76, mt7615, wireless
mt76: mt7615: fix tx skb dma unmap
the first pointer in the txp needs to be unmapped as well, otherwise it will leak dma mapping entries
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for 802.3 rx frames
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mt76 ']
['c']
1
1
1
--- diff --git a/drivers/net/wireless/mediatek/mt76/mt7615/mac.c b/drivers/net/wireless/mediatek/mt76/mt7615/mac.c --- a/drivers/net/wireless/mediatek/mt76/mt7615/mac.c +++ b/drivers/net/wireless/mediatek/mt76/mt7615/mac.c - for (i = 1; i < txp->nbuf; i++) + for (i = 0; i < txp->nbuf; i++)
Networking
ebee7885bb12a8fe2c2f9bac87dbd87a05b645f9
felix fietkau
drivers
net
mediatek, mt76, mt7615, wireless
mt76: mt7915: add support for applying pre-calibration data
when the eeprom data is read from flash, it can contain pre-calibration data, which can save calibration time.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for applying pre-calibration data
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mt76 ', 'mt7915']
['h', 'c']
9
199
10
--- diff --git a/drivers/net/wireless/mediatek/mt76/eeprom.c b/drivers/net/wireless/mediatek/mt76/eeprom.c --- a/drivers/net/wireless/mediatek/mt76/eeprom.c +++ b/drivers/net/wireless/mediatek/mt76/eeprom.c -static int -mt76_get_of_eeprom(struct mt76_dev *dev, int len) +int mt76_get_of_eeprom(struct mt76_dev *dev, void...
Networking
495184ac91bb866ad7d794ad6ceb064e191319d4
ryder lee
drivers
net
mediatek, mt76, mt7915, wireless
mt76: mt76x0u: add support for tp-link t2uhp(un) v1
there are two variants of tp-link archer t2uhp v1, which are us and un:
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for tp-link t2uhp(un) v1
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mt76 ', 'mt76x0u']
['c']
1
2
1
--- diff --git a/drivers/net/wireless/mediatek/mt76/mt76x0/usb.c b/drivers/net/wireless/mediatek/mt76/mt76x0/usb.c --- a/drivers/net/wireless/mediatek/mt76/mt76x0/usb.c +++ b/drivers/net/wireless/mediatek/mt76/mt76x0/usb.c - { usb_device(0x2357, 0x0123) }, /* tp-link t2uhp */ + { usb_device(0x2357, 0x0123) }, /* tp-lin...
Networking
51bf9d60fb927b850ec2abdc1f9f72de523098a3
eric y y wong
drivers
net
mediatek, mt76, mt76x0, wireless
mt76: mt7921: improve doze opportunity
increase mt7921 mac work timeout in oder to have move sleep opportunities
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
improve runtime-pm support for mt7663/mt7921
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mt76 ']
['h', 'c']
2
3
3
--- diff --git a/drivers/net/wireless/mediatek/mt76/mt7921/mac.c b/drivers/net/wireless/mediatek/mt76/mt7921/mac.c --- a/drivers/net/wireless/mediatek/mt76/mt7921/mac.c +++ b/drivers/net/wireless/mediatek/mt76/mt7921/mac.c - if (++mphy->mac_work_count == 5) { + if (++mphy->mac_work_count == 2) { - if (++phy->sta_work_c...
Networking
c18ba14c4bc953250aa497d03855592bd133ccde
lorenzo bianconi
drivers
net
mediatek, mt76, mt7921, wireless
mt76: mt7663: add awake and doze time accounting
similar to mt7921, introduce awake and doze time accounting for runtime pm.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
improve runtime-pm support for mt7663/mt7921
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mt76 ']
['c']
3
52
6
--- diff --git a/drivers/net/wireless/mediatek/mt76/mt7615/debugfs.c b/drivers/net/wireless/mediatek/mt76/mt7615/debugfs.c --- a/drivers/net/wireless/mediatek/mt76/mt7615/debugfs.c +++ b/drivers/net/wireless/mediatek/mt76/mt7615/debugfs.c + struct mt76_connac_pm *pm = &dev->pm; + if (val == pm->enable) + return 0; + - ...
Networking
abe912ae3cd42f95beeff8eb67acbe0ca8b8aedd
lorenzo bianconi
drivers
net
mediatek, mt76, mt7615, wireless
mt76: connac: unschedule mac_work before going to sleep
in order to wake the device less frequently and so reduce power consumpation, unschedule mac_work before going to sleep
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
improve runtime-pm support for mt7663/mt7921
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mt76 ']
['c']
3
7
1
--- diff --git a/drivers/net/wireless/mediatek/mt76/mt7615/mac.c b/drivers/net/wireless/mediatek/mt76/mt7615/mac.c --- a/drivers/net/wireless/mediatek/mt76/mt7615/mac.c +++ b/drivers/net/wireless/mediatek/mt76/mt7615/mac.c + ieee80211_queue_delayed_work(mphy->hw, &mphy->mac_work, + mt7615_watchdog_time); diff --git a/d...
Networking
b1bd7bb8121d89518b2248357a070d4bf8defd3e
lorenzo bianconi
drivers
net
mediatek, mt76, mt7615, mt7921, wireless
mt76: mt7921: mt7921_stop should put device in fw_own state
mt7921_stop should put device in fw_own state to reduce power consumption.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
improve runtime-pm support for mt7663/mt7921
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mt76 ']
['c']
1
1
1
--- diff --git a/drivers/net/wireless/mediatek/mt76/mt76_connac_mac.c b/drivers/net/wireless/mediatek/mt76/mt76_connac_mac.c --- a/drivers/net/wireless/mediatek/mt76/mt76_connac_mac.c +++ b/drivers/net/wireless/mediatek/mt76/mt76_connac_mac.c - if (!pm->enable || !test_bit(mt76_state_running, &phy->state)) + if (!pm->e...
Networking
081b37aea5085fd1535651150c5742e19ccfea82
sean wang
drivers
net
mediatek, mt76, wireless
mt76: mt7615: enable hw rx-amsdu de-aggregation
enable hw rx-amsdu de-aggregation support. this is a preliminary patch to enable rx checksum offload.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
enable hw rx-amsdu de-aggregation
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mt76 ', 'mt7615']
['h', 'c']
4
19
3
--- diff --git a/drivers/net/wireless/mediatek/mt76/mt7615/init.c b/drivers/net/wireless/mediatek/mt76/mt7615/init.c --- a/drivers/net/wireless/mediatek/mt76/mt7615/init.c +++ b/drivers/net/wireless/mediatek/mt76/mt7615/init.c - /* disable hdr translation and hw amsdu */ - mt_dma_dcr0_rx_vec_drop); + mt_dma_dcr0_rx_vec...
Networking
e78d73e01db3309bbc099be87a5157d3c710fcc8
ryder lee
drivers
net
mediatek, mt76, mt7615, wireless
mt76: mt7615: add support for rx decapsulation offload
for ap and client mode, the hardware can pass received packets as 802.3 frames that can be passed to the network stack as-is.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for rx decapsulation offload
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mt76 ', 'mt7615']
['h', 'c']
9
127
13
--- diff --git a/drivers/net/wireless/mediatek/mt76/mt7615/init.c b/drivers/net/wireless/mediatek/mt76/mt7615/init.c --- a/drivers/net/wireless/mediatek/mt76/mt7615/init.c +++ b/drivers/net/wireless/mediatek/mt76/mt7615/init.c - mt_dma_dcr0_rx_vec_drop | mt_dma_dcr0_damsdu_en); + mt_dma_dcr0_rx_vec_drop | mt_dma_dcr0_d...
Networking
d4b98c63d7a772cfc2ed68c646915d5b3988e934
ryder lee frank wunderlich frank w public files de
drivers
net
mediatek, mt76, mt7615, wireless
mt76: mt7615: add rx checksum offload support
set skb->ip_summed to checksum_unnecessary if the hardware has validated the ip and tcp/udp checksum
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add rx checksum offload support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mt76 ', 'mt7615']
['c']
2
5
0
--- diff --git a/drivers/net/wireless/mediatek/mt76/mt7615/init.c b/drivers/net/wireless/mediatek/mt76/mt7615/init.c --- a/drivers/net/wireless/mediatek/mt76/mt7615/init.c +++ b/drivers/net/wireless/mediatek/mt76/mt7615/init.c + hw->netdev_features = netif_f_rxcsum; diff --git a/drivers/net/wireless/mediatek/mt76/mt761...
Networking
2122dfbfd0bd951a6bded5fbd9a1e87b37c41caa
ryder lee
drivers
net
mediatek, mt76, mt7615, wireless
mt7601u: enable tdls support
notify mac80211 the mt7601u chipset support 802.11 tdls. the feature has been tested with a mt7610u peer.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
enable tdls support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mt76 ', 'mt7601u']
['c']
1
1
0
--- diff --git a/drivers/net/wireless/mediatek/mt7601u/init.c b/drivers/net/wireless/mediatek/mt7601u/init.c --- a/drivers/net/wireless/mediatek/mt7601u/init.c +++ b/drivers/net/wireless/mediatek/mt7601u/init.c + wiphy->flags |= wiphy_flag_supports_tdls;
Networking
670d9e53886c942b7f29c475b2b494278e586921
lorenzo bianconi jakub kicinski kuba kernel org
drivers
net
mediatek, mt7601u, wireless
net/mlx5: e-switch, let user to enable disable metadata
currently each packet inserted in eswitch is tagged with a internal metadata to indicate source vport. metadata tagging is not always needed. metadata insertion is needed for multi-port roce, failover between representors and stacked devices. in many other cases, metadata enablement is not needed.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
devlink parameter to control mlx5 metadata enablement for e-switch
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mt76 ']
['h', 'c', 'rst']
5
122
7
---------------------------------------------- ---------------------------------------------- ---------------------------------------------- ---------------------------------------------- ---------------------------------------------- ---------------------------------------------- --- - added performance numbers in com...
Networking
7bf481d7e75a474e2a0f564b4de6bc2f1eeafc9a
parav pandit
documentation
networking
core, device_drivers, ethernet, mellanox, mlx5
net/mlx5: e-switch, skip querying sf enabled bits
with vhca events, sf state is queried through the vhca events. device no longer expects sf bitmap in the query eswitch functions command.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
devlink parameter to control mlx5 metadata enablement for e-switch
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mt76 ']
['c']
1
0
6
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/eswitch.c b/drivers/net/ethernet/mellanox/mlx5/core/eswitch.c --- a/drivers/net/ethernet/mellanox/mlx5/core/eswitch.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/eswitch.c - u16 max_sf_vports; - max_sf_vports = mlx5_sf_max_functions(dev); - /* device interface ...
Networking
7d5ae47891929235c4a269b91996ab951cbf3c20
parav pandit
drivers
net
core, ethernet, mellanox, mlx5
net/mlx5: e-switch, make vport number u16
vport number is 16-bit field in hardware. make it u16.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
devlink parameter to control mlx5 metadata enablement for e-switch
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mt76 ']
['h', 'c']
3
4
4
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/eswitch.h b/drivers/net/ethernet/mellanox/mlx5/core/eswitch.h --- a/drivers/net/ethernet/mellanox/mlx5/core/eswitch.h +++ b/drivers/net/ethernet/mellanox/mlx5/core/eswitch.h - int vport; + u16 vport; diff --git a/drivers/net/ethernet/mellanox/mlx5/core/eswitch_of...
Networking
6308a5f06be08f3ea1f1a895a9ef54c7b65c4c35
parav pandit
include
linux
core, ethernet, mellanox, mlx5
net/mlx5: e-switch make cleanup sequence mirror of init
make cleanup sequence mirror of init sequence for cleaning up reps and freeing vports.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
devlink parameter to control mlx5 metadata enablement for e-switch
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mt76 ']
['c']
1
1
2
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/eswitch.c b/drivers/net/ethernet/mellanox/mlx5/core/eswitch.c --- a/drivers/net/ethernet/mellanox/mlx5/core/eswitch.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/eswitch.c - esw_offloads_cleanup_reps(esw); - esw_offloads_cleanup_reps(esw); + esw_offloads_cleanu...
Networking
13795553a84dd3411d0870e161d40fee9c4ebe5c
parav pandit
drivers
net
core, ethernet, mellanox, mlx5
net/mlx5: e-switch, convert a macro to a helper routine
convert esw_allowed macro to a helper routine so that it can be used in other eswitch files.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
devlink parameter to control mlx5 metadata enablement for e-switch
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mt76 ']
['h', 'c']
2
20
17
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/eswitch.c b/drivers/net/ethernet/mellanox/mlx5/core/eswitch.c --- a/drivers/net/ethernet/mellanox/mlx5/core/eswitch.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/eswitch.c -#define esw_allowed(esw) ((esw) && mlx5_eswitch_manager((esw)->dev)) - - if (!esw_allowe...
Networking
b16f2bb6b6ca926e303273913288461091ba8cd8
parav pandit
drivers
net
core, ethernet, mellanox, mlx5
net/mlx5: e-switch, move legacy code to a individual file
currently eswitch offers two modes. legacy and offloads. offloads code is already in its own file eswitch_offloads.c
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
devlink parameter to control mlx5 metadata enablement for e-switch
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mt76 ']
['h', 'c', 'makefile']
5
539
507
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/makefile b/drivers/net/ethernet/mellanox/mlx5/core/makefile --- a/drivers/net/ethernet/mellanox/mlx5/core/makefile +++ b/drivers/net/ethernet/mellanox/mlx5/core/makefile - ecpf.o rdma.o + ecpf.o rdma.o esw/legacy.o diff --git a/drivers/net/ethernet/mellanox/mlx5/...
Networking
b55b35382e51c84bcddc45bd87cf8fa16621452b
parav pandit
drivers
net
core, esw, ethernet, mellanox, mlx5
net/mlx5: e-switch, initialize eswitch acls ns when eswitch is enabled
currently eswitch flow steering (fs) namespace of vport's ingress and egress acl are enabled when fs layer is initialized. this is done even when eswitch is diabled. this demands that total eswitch ports to be known to fs layer without eswitch in use.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
devlink parameter to control mlx5 metadata enablement for e-switch
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mt76 ']
['h', 'c']
3
93
55
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/eswitch.c b/drivers/net/ethernet/mellanox/mlx5/core/eswitch.c --- a/drivers/net/ethernet/mellanox/mlx5/core/eswitch.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/eswitch.c +static int mlx5_esw_acls_ns_init(struct mlx5_eswitch *esw) +{ + struct mlx5_core_dev *de...
Networking
57b92bdd9e14f969de85d25cefc10abc3f73defd
parav pandit
drivers
net
core, ethernet, mellanox, mlx5
net/mlx5: add memic operations related bits
add the memic operations bits and structures to the mlx5_ifc file.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add memic operations support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mt76 ']
['h']
1
41
1
--- diff --git a/include/linux/mlx5/mlx5_ifc.h b/include/linux/mlx5/mlx5_ifc.h --- a/include/linux/mlx5/mlx5_ifc.h +++ b/include/linux/mlx5/mlx5_ifc.h + mlx5_cmd_op_modify_memic = 0x207, - u8 reserved_at_180[0x680]; + u8 reserved_at_180[0x80]; + + u8 memic_operations[0x20]; + + u8 reserved_at_220[0x5e0]; +enum { + mlx5...
Networking
63f9c44bca5e10fb1fd86aee7e38039ed98f95cc
maor gottlieb
include
linux
mlx5
rdma/uverbs: make uverbs_object_methods to consider line number
in order to support multiple methods declaration in the same file we should use the line number as part of the name.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add memic operations support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mt76 ']
['h']
1
1
1
--- diff --git a/include/rdma/uverbs_named_ioctl.h b/include/rdma/uverbs_named_ioctl.h --- a/include/rdma/uverbs_named_ioctl.h +++ b/include/rdma/uverbs_named_ioctl.h -#define uverbs_object_methods(object_id) _object_methods_##object_id +#define uverbs_object_methods(object_id) _uverbs_name(_object_methods_##object_id,...
Networking
7ca2b8a378ca0d4ce52edc63d6b160467d8a10c1
maor gottlieb
include
rdma
rdma/mlx5: move all dm logic to separate file
move all device memory related code to a separate file.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add memic operations support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mt76 ']
['h', 'c', 'makefile']
8
388
362
--- diff --git a/drivers/infiniband/hw/mlx5/makefile b/drivers/infiniband/hw/mlx5/makefile --- a/drivers/infiniband/hw/mlx5/makefile +++ b/drivers/infiniband/hw/mlx5/makefile + dm.o \ diff --git a/drivers/infiniband/hw/mlx5/cmd.c b/drivers/infiniband/hw/mlx5/cmd.c --- a/drivers/infiniband/hw/mlx5/cmd.c +++ b/drivers/in...
Networking
831df88381f73bca0f5624b69ab985cac3d036bc
maor gottlieb
drivers
infiniband
hw, mlx5
rdma/mlx5: re-organize the dm code
1. inline the checks from check_dm_type_support() into their respective allocation functions. 2. fix use after free when driver fails to copy the memic address to the user by moving the allocation code into their respective functions, hence we avoid the explicit call to free the dm in the error flow. 3. split mlx5_ib_d...
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add memic operations support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mt76 ']
['h', 'c']
3
114
116
--- diff --git a/drivers/infiniband/hw/mlx5/dm.c b/drivers/infiniband/hw/mlx5/dm.c --- a/drivers/infiniband/hw/mlx5/dm.c +++ b/drivers/infiniband/hw/mlx5/dm.c - struct mlx5_ib_dm *mdm, u64 address) + struct mlx5_ib_dm_memic *mdm, u64 address) - context, &mdm->mentry.rdma_entry, mdm->size, + context, &mdm->mentry.rdma_e...
Networking
251b9d7887505d67dbe5089f78ad5f8d610b2c2f
maor gottlieb
drivers
infiniband
hw, mlx5
rdma/mlx5: add support to modify_memic command
add two functions to allocate and deallocate memic operations by using the modify_memic command.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add memic operations support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mt76 ']
['h', 'c']
2
38
0
--- diff --git a/drivers/infiniband/hw/mlx5/dm.c b/drivers/infiniband/hw/mlx5/dm.c --- a/drivers/infiniband/hw/mlx5/dm.c +++ b/drivers/infiniband/hw/mlx5/dm.c +void mlx5_cmd_dealloc_memic_op(struct mlx5_dm *dm, phys_addr_t addr, + u8 operation) +{ + u32 in[mlx5_st_sz_dw(modify_memic_in)] = {}; + struct mlx5_core_dev *d...
Networking
39cc792ff2e8d7814b322547514ef1e3ce5c36a5
maor gottlieb
drivers
infiniband
hw, mlx5
rdma/mlx5: add support in memic operations
memic buffer, in addition to regular read and write operations, can support atomic operations from the host.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add memic operations support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mt76 ']
['h', 'c']
5
209
14
--- diff --git a/drivers/infiniband/hw/mlx5/dm.c b/drivers/infiniband/hw/mlx5/dm.c --- a/drivers/infiniband/hw/mlx5/dm.c +++ b/drivers/infiniband/hw/mlx5/dm.c - struct mlx5_ib_dm_memic *mdm, u64 address) + struct mlx5_user_mmap_entry *mentry, u8 mmap_flag, + size_t size, u64 address) - mdm->mentry.mmap_flag = mlx5_ib_m...
Networking
cea85fa5dbc2e0206b58095c0c12ff035b11d129
maor gottlieb
drivers
infiniband
hw, mlx5, rdma
rdma/mlx5: expose uapi to query dm
expose uapi to query memic dm, this will let user space application that didn't allocate the dm but has access to by owning the matching command fd to retrieve its information.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add memic operations support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mt76 ']
['h', 'c']
3
55
1
--- diff --git a/drivers/infiniband/hw/mlx5/dm.c b/drivers/infiniband/hw/mlx5/dm.c --- a/drivers/infiniband/hw/mlx5/dm.c +++ b/drivers/infiniband/hw/mlx5/dm.c + dm->req_length = attr->length; +static int uverbs_handler(mlx5_ib_method_dm_query)( + struct uverbs_attr_bundle *attrs) +{ + struct ib_dm *ibdm = + uverbs_attr...
Networking
18731642d4e1f73e446710389d3b01233d6fbc78
maor gottlieb
drivers
infiniband
hw, mlx5, rdma
net/mlx5: ct: add support for matching on ct_state inv and rel flags
add support for matching on ct_state inv and rel flags.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for matching on ct_state inv and rel flags
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mt76 ', 'ct']
['c']
1
24
2
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.c b/drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.c --- a/drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.c +#define mlx5_ct_state_related_bit bit(5) +#define mlx5_ct_state_invalid_bit bit(6) +...
Networking
116c76c51035ec49af0894e8e8ad71334f9ad7aa
ariel levkovich
drivers
net
core, en, ethernet, mellanox, mlx5
net/mlx5: ct: add support for mirroring
add support for mirroring before the ct action by spliting the pre ct rule. mirror outputs are done first on the tc chain,prio table rule (the fwd rule), which will then forward to a per port fwd table. on this fwd table, we insert the original pre ct rule that forwards to ct/ct nat table.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for mirroring
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mt76 ', 'ct']
['c']
2
14
9
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.c b/drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.c --- a/drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.c + /* splits were handled before ct */ + if (ct_priv->ns_type == mlx5_flow_namespace_f...
Networking
69e2916ebce4410c0f6ba6c59c4f6e9eb228e5ec
paul blakey roi dayan roid nvidia com
drivers
net
core, en, ethernet, mellanox, mlx5
net/mlx5: dr, add support for dynamic flex parser
flex parser is a hw parser that can support protocols that are not natively supported by the hca, such as geneve (tlv options) and gtp-u. there are 8 such parsers, and each of them can be assigned to parse a specific set of protocols. this patch adds misc4 match params which allows using a correct flex parser that was ...
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
dr, add support for dynamic flex parser
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mt76 ']
['h', 'c']
7
279
1
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_matcher.c b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_matcher.c --- a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_matcher.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_matcher.c +static bool dr_mask_is_flex_parser_id_0_...
Networking
160e9cb37a8496edfe4ce74abe33ade103f59db2
yevgeny kliteynik
drivers
net
core, ethernet, mellanox, mlx5, steering
net/mlx5: dr, add support for force-loopback qp
when supported by the device, sw steering roce rc qp that is used to write/read to/from icm will be created with force-loopback attribute. such qp doesn't require gid index upon creation.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
dr, add support for force-loopback qp
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mt76 ']
['h', 'c']
4
77
7
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_cmd.c b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_cmd.c --- a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_cmd.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_cmd.c +static int dr_cmd_query_nic_vport_roce_en(struct mlx5_co...
Networking
7304d603a57a1edecfecfbcc26f85edcda4cae81
yevgeny kliteynik
drivers
net
core, ethernet, mellanox, mlx5, steering
net/mlx5: dr, add support for isolate_vl_tc qp
when using sw steering, rule insertion rate depends on the rdma rc qp performance used for writing to the icm. during stress this qp is competing on the hw resources with all the other qps that are used to send data. to protect sw steering qp's performance in such cases, we set this qp to use isolated vl. the vl number...
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
dr, add support for isolate_vl_tc qp
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mt76 ']
['h', 'c']
4
14
1
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_cmd.c b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_cmd.c --- a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_cmd.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_cmd.c + caps->isolate_vl_tc = mlx5_cap_gen(mdev, isolate_vl_tc_...
Networking
aeacb52a8de7046be5399ba311f49bce96e1b269
yevgeny kliteynik
drivers
net
core, ethernet, mellanox, mlx5, steering
net/mlx5: dr, add support for matching on geneve tlv option
enable matching on tunnel geneve tlv option using the flex parser.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
dr, add support for matching on geneve tlv option
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mt76 ']
['h', 'c']
7
107
4
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_cmd.c b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_cmd.c --- a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_cmd.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_cmd.c + if (caps->flex_protocols & mlx5_flex_parser_geneve_tlv_...
Networking
3442e0335e70f348728c17bca924ec507ad6358a
yevgeny kliteynik
drivers
net
core, ethernet, mellanox, mlx5, steering
net/mlx5: dr, add support for matching tunnel gtp-u
enable matching on tunnel gtp-u and gtp-u first extension header using dynamic flex parser.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
dr, add support for matching tunnel gtp-u
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mt76 ']
['h', 'c']
8
397
1
--- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_cmd.c b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_cmd.c --- a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_cmd.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_cmd.c + if (caps->flex_protocols & mlx5_flex_parser_gtpu_dw_0_e...
Networking
df9dd15ae118e4c95fba6fe2d870ae23a99c3de2
yevgeny kliteynik
drivers
net
core, ethernet, mellanox, mlx5, steering
net: ethernet: mtk_eth_soc: implement dynamic interrupt moderation
reduces the number of interrupts under load
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
implement dynamic interrupt moderation
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['mtk_eth_soc']
['h', 'kconfig', 'c']
3
124
14
--- diff --git a/drivers/net/ethernet/mediatek/kconfig b/drivers/net/ethernet/mediatek/kconfig --- a/drivers/net/ethernet/mediatek/kconfig +++ b/drivers/net/ethernet/mediatek/kconfig + select dimlib diff --git a/drivers/net/ethernet/mediatek/mtk_eth_soc.c b/drivers/net/ethernet/mediatek/mtk_eth_soc.c --- a/drivers/net/...
Networking
e9229ffd550b2d8c4997c67a501dbc3919fd4e26
felix fietkau
drivers
net
ethernet, mediatek
netdevsim: add dummy psample implementation
allow netdevsim to report "sampled" packets to the psample module by periodically generating packets from a work queue. the behavior can be enabled / disabled (default) and the various meta data attributes can be controlled via debugfs knobs.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add dummy psample implementation
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['netdevsim ']
['h', 'kconfig', 'c', 'makefile']
5
299
2
--- diff --git a/drivers/net/kconfig b/drivers/net/kconfig --- a/drivers/net/kconfig +++ b/drivers/net/kconfig + depends on psample || psample=n diff --git a/drivers/net/netdevsim/makefile b/drivers/net/netdevsim/makefile --- a/drivers/net/netdevsim/makefile +++ b/drivers/net/netdevsim/makefile + +ifneq ($(config_psamp...
Networking
a8700c3dd0a48f379d269ac6ddcf8bd857042771
ido schimmel
drivers
net
netdevsim
netdevsim: add support for resilient nexthop groups
allow resilient nexthop groups to be programmed and account their occupancy according to their number of buckets. the nexthop group itself as well as its buckets are marked with hardware flags (i.e., 'rtnh_f_trap').
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for resilient nexthop groups
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['netdevsim ']
['c']
1
55
0
--- 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 + bool fail_res_nexthop_group_replace; + bool fail_nexthop_bucket_replace; + bool is_resilient; + case nh_notifier_info_type_res_table: + occ = info->nh_res_table->num_nh_bucket...
Networking
d8eaa4facacbb13425d4097bd066e28958a5716f
ido schimmel
drivers
net
netdevsim
netdevsim: add fec settings support
add support for ethtool fec and some ethtool error injection.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add fec settings support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['netdevsim ']
['h', 'c']
2
39
0
--- diff --git a/drivers/net/netdevsim/ethtool.c b/drivers/net/netdevsim/ethtool.c --- a/drivers/net/netdevsim/ethtool.c +++ b/drivers/net/netdevsim/ethtool.c +static int +nsim_get_fecparam(struct net_device *dev, struct ethtool_fecparam *fecparam) +{ + struct netdevsim *ns = netdev_priv(dev); + + if (ns->ethtool.get_e...
Networking
0d7f76dc11e6df6b883f625c8343aa8fa1f6874b
jakub kicinski
drivers
net
netdevsim
nfp: flower: add support for packet-per-second policing
allow hardware offload of a policer action attached to a matchall filter which enforces a packets-per-second rate-limit.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for packet-per-second policing
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['nfp', 'flower']
['h', 'c']
2
119
46
--- 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 +#define nfp_fl_feats_qos_pps bit(9) - nfp_fl_feats_vlan_qinq) + nfp_fl_feats_vlan_qinq | \ +...
Networking
631a44ed2560672c27a149134a4d8cb963c07779
peng zhang
drivers
net
ethernet, flower, netronome, nfp
net: ocelot: add pgid_blackhole
add a new pgid that is used not to forward frames anywhere. it is used by mrp to make sure that mrp test frames will not reach cpu port.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
extend mrp
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['ocelot ']
['h', 'c']
2
6
1
--- diff --git a/drivers/net/ethernet/mscc/ocelot.c b/drivers/net/ethernet/mscc/ocelot.c --- a/drivers/net/ethernet/mscc/ocelot.c +++ b/drivers/net/ethernet/mscc/ocelot.c + + ocelot_write_rix(ocelot, 0, ana_pgid_pgid, pgid_blackhole); + diff --git a/include/soc/mscc/ocelot.h b/include/soc/mscc/ocelot.h --- a/include/so...
Networking
ebb1bb401303ffac0ee994ba8ed9dfd24bb2ac5f
horatiu vultur
include
soc
ethernet, mscc
net: ocelot: extend mrp
this patch extends mrp support for ocelot. it allows to have multiple rings and when the node has the mrc role it forwards mrp test frames in hw. for mrm there is no change.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
extend mrp
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['ocelot ']
['h', 'c']
4
160
93
--- diff --git a/drivers/net/ethernet/mscc/ocelot.c b/drivers/net/ethernet/mscc/ocelot.c --- a/drivers/net/ethernet/mscc/ocelot.c +++ b/drivers/net/ethernet/mscc/ocelot.c -#if is_enabled(config_bridge_mrp) - if (skb->protocol == cpu_to_be16(eth_p_mrp) && - cpuq & bit(ocelot_mrp_cpuq)) - skb->offload_fwd_mark = 0; -#end...
Networking
7c588c3e96e9733a2a8a40caefd26c9189416821
horatiu vultur
include
soc
ethernet, mscc
net: ocelot: remove ocelot_xfh_get_cpuq
now when extracting frames from cpu the cpuq is not used anymore so remove it.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
extend mrp
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['ocelot ']
['h', 'c']
3
1
9
--- diff --git a/drivers/net/ethernet/mscc/ocelot.c b/drivers/net/ethernet/mscc/ocelot.c --- a/drivers/net/ethernet/mscc/ocelot.c +++ b/drivers/net/ethernet/mscc/ocelot.c - u64 tod_in_ns, full_ts_in_ns, cpuq; + u64 tod_in_ns, full_ts_in_ns; - ocelot_xfh_get_cpuq(xfh, &cpuq); diff --git a/include/linux/dsa/ocelot.h b/in...
Networking
2ed2c5f0391106406ead3a74bfa571575eafe8b6
horatiu vultur
include
linux
dsa, ethernet, mscc
net: ocelot: support multiple bridges
the ocelot switches are a bit odd in that they do not have an stp state to put the ports into. instead, the forwarding configuration is delayed from the typical port_bridge_join into stp_state_set, when the port enters the br_state_forwarding state.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
support multiple bridges
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['ocelot ']
['h', 'c']
2
39
40
--- diff --git a/drivers/net/ethernet/mscc/ocelot.c b/drivers/net/ethernet/mscc/ocelot.c --- a/drivers/net/ethernet/mscc/ocelot.c +++ b/drivers/net/ethernet/mscc/ocelot.c - if (ocelot->bridge_mask & bit(src_port)) + if (ocelot->ports[src_port]->bridge) +static u32 ocelot_get_bridge_fwd_mask(struct ocelot *ocelot, + str...
Networking
df291e54ccca0ef357f07a7b89263f7918d6ed7a
vladimir oltean
include
soc
ethernet, mscc
octeontx2-af: cn10k: mailbox changes for cn10k cpt
adds changes to existing cpt mailbox messages to support cn10k cpt block. this patch also adds new register defines for cn10k cpt.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for cn10k cpt block
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['octeontx2-af ']
['h', 'c']
2
31
1
--- diff --git a/drivers/net/ethernet/marvell/octeontx2/af/rvu_cpt.c b/drivers/net/ethernet/marvell/octeontx2/af/rvu_cpt.c --- a/drivers/net/ethernet/marvell/octeontx2/af/rvu_cpt.c +++ b/drivers/net/ethernet/marvell/octeontx2/af/rvu_cpt.c +#define pci_devid_otx2_cpt10k_pf 0xa0f2 + +/* length of initial context fetch in...
Networking
e4bbc5c53a8f6b9235d8f1292377705cf7bcf59b
srujana challa
drivers
net
af, ethernet, marvell, octeontx2
octeontx2-af: cn10k: add mailbox to configure reassembly timeout
cn10k cpt coprocessor includes a component named rxc which is responsible for reassembly of inner ip packets. rxc has the feature to evict oldest entries based on age/threshold. this patch adds a new mailbox to configure reassembly age or threshold.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for cn10k cpt block
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['octeontx2-af ']
['h', 'c']
2
75
7
--- 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(cpt_rxc_time_cfg, 0xa06, cpt_rxc_time_cfg, cpt_rxc_time_cfg_req, \ + msg_rsp) \ +/* mailbo...
Networking
ecad2ce8c48fcaa23c6efd07e8d1467319a7bf8a
srujana challa
drivers
net
af, ethernet, marvell, octeontx2
octeontx2-af: add mailbox for cpt stats
adds a new mailbox to get cpt stats, includes performance counters, cpt engines status and rxc status.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for cn10k cpt block
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['octeontx2-af ']
['h', 'c']
2
160
0
--- 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(cpt_stats, 0xa05, cpt_sts, cpt_sts_req, cpt_sts_rsp) \ +/* mailbox message request and res...
Networking
2e2ee4cd0ab546859b5b5b2874b973b6caf855b3
srujana challa
drivers
net
af, ethernet, marvell, octeontx2
octeontx2-pf: add ip tos and ip proto icmp/icmpv6 flow offload support
add support for programming the hw mcam match key with ip tos, ip(v6) proto icmp/icmpv6, allowing flow offload rules to be installed using those fields. the npc hw extracts layer type, which will be used as a matching criteria for different ip protocols.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add tc hardware offloads
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['octeontx2-af ']
['h', 'c']
3
57
4
--- diff --git a/drivers/net/ethernet/marvell/octeontx2/af/npc.h b/drivers/net/ethernet/marvell/octeontx2/af/npc.h --- a/drivers/net/ethernet/marvell/octeontx2/af/npc.h +++ b/drivers/net/ethernet/marvell/octeontx2/af/npc.h + npc_ipproto_icmp, + npc_ipproto_icmp6, diff --git a/drivers/net/ethernet/marvell/octeontx2/af/r...
Networking
2b9cef6679020938666a81f3b6e743cdfcb8b32d
naveen mamindlapalli
drivers
net
af, ethernet, marvell, nic, octeontx2
octeontx2-pf: add tc flower hardware offload on ingress traffic
this patch adds support for tc flower hardware offload on ingress traffic. since the tc-flower filter rules use the same set of mcam rules as the n-tuple filters, the n-tuple filters and tc flower rules are mutually exclusive. when one of the feature is enabled using ethtool, the other feature is disabled in the driver...
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add tc hardware offloads
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['octeontx2-af ']
['h', 'c', 'makefile']
6
551
2
-> ethernet: dst_mac -> l2 proto: all protocols -> vlan (802.1q): vlan_id/vlan_prio -> ipv4: dst_ip/src_ip/ip_proto{tcp|udp|sctp|icmp}/ip_tos -> ipv6: ip_proto{icmpv6} -> l4(tcp/udp/sctp): dst_port/src_port -> drop -> accept -> redirect -> vlan pop --- diff --git a/drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs....
Networking
1d4d9e42c2406bc7599f5a5b7a49b71dced34b1e
naveen mamindlapalli
drivers
net
af, ethernet, marvell, nic, octeontx2
octeontx2-pf: add tc flower stats handler for hw offloads
add support to get the stats for tc flower flows that are offloaded to hardware. to support this feature, added a new af mbox handler which returns the mcam entry stats for a flow that has hardware stat counter enabled.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add tc hardware offloads
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['octeontx2-af ']
['h', 'c']
3
122
1
--- 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(npc_mcam_get_stats, 0x6012, npc_mcam_entry_stats, \ + npc_mcam_get_stats_req, \ + npc_mcam...
Networking
d8ce30e0cf76afe2dd1acfd3f64f66a8afdfa539
naveen mamindlapalli
drivers
net
af, ethernet, marvell, nic, octeontx2
octeontx2-pf: tc_matchall egress ratelimiting offload
add tc_matchall egress ratelimiting offload support with police action for entire traffic going out of the interface.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add tc hardware offloads
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['octeontx2-af ']
['h', 'c']
3
236
4
--- 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/marvell/octeontx2/nic/otx2_common.h +#define otx2_flag_tc_matchall_egress_enabled bit_ull(12) dif...
Networking
e638a83f167ee9c4abd3faa3be460afe5a688490
sunil goutham
drivers
net
ethernet, marvell, nic, octeontx2
net: pcs: add c37 sgmii an support for intel mgbe controller
xpcs ip supports c37 sgmii an process and it is used in intel multi-gbe controller as mac-side sgmii.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add c37 sgmii an support for intel mgbe controller
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['pcs']
['h', 'c']
2
167
1
--- diff --git a/drivers/net/pcs/pcs-xpcs.c b/drivers/net/pcs/pcs-xpcs.c --- a/drivers/net/pcs/pcs-xpcs.c +++ b/drivers/net/pcs/pcs-xpcs.c +#define synopsys_xpcs_sgmii_id 0x7996ced0 +/* clause 37 defines */ +/* vr mii mmd registers offsets */ +#define dw_vr_mii_dig_ctrl1 0x8000 +#define dw_vr_mii_an_ctrl 0x8001 +#defin...
Networking
b97b5331b8ab7f60fb880e0c31c9b09b73d2fa4e
ong boon leong
drivers
net
pcs
net: phy: add marvell 88x2222 transceiver support
add basic support for the marvell 88x2222 multi-speed ethernet transceiver.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add marvell 88x2222 transceiver support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['phy ']
['h', 'kconfig', 'c', 'makefile']
4
527
0
--- diff --git a/drivers/net/phy/kconfig b/drivers/net/phy/kconfig --- a/drivers/net/phy/kconfig +++ b/drivers/net/phy/kconfig +config marvell_88x2222_phy + tristate "marvell 88x2222 phy" + help + support for the marvell 88x2222 dual-port multi-speed ethernet + transceiver. + diff --git a/drivers/net/phy/makefile b/dri...
Networking
6e3bac3eba448a438840ab8152cb8bbfcb8787b8
ivan bornyakov
include
linux
phy
net: phy: broadcom: add statistics for all gigabit phys
all gigabit phys use the same register layout as far as fetching statistics goes. fast ethernet phys do not all support statistics, and the bcm54616s would require some switching between the coper and fiber modes to fetch the appropriate statistics which is not supported yet.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add statistics for all gigabit phys
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['phy ', 'broadcom']
['c']
1
66
10
--- diff --git a/drivers/net/phy/broadcom.c b/drivers/net/phy/broadcom.c --- a/drivers/net/phy/broadcom.c +++ b/drivers/net/phy/broadcom.c -struct bcm53xx_phy_priv { +struct bcm54xx_phy_priv { -static int bcm53xx_phy_probe(struct phy_device *phydev) +static int bcm54xx_phy_probe(struct phy_device *phydev) - struct bcm5...
Networking
5a32fcdb1e686e90a2c5f2d095fb79aa2fb3f176
florian fainelli andrew lunn andrew lunn ch
drivers
net
phy
net: phy: add genphy_c45_loopback
add generic code to enable c45 phy loopback into the common phy-c45.c file. this will allow c45 phy drivers aceess this by setting .set_loopback.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for clause-45 phy loopback
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['phy ']
['h', 'c']
2
9
0
--- diff --git a/drivers/net/phy/phy-c45.c b/drivers/net/phy/phy-c45.c --- a/drivers/net/phy/phy-c45.c +++ b/drivers/net/phy/phy-c45.c +int genphy_c45_loopback(struct phy_device *phydev, bool enable) +{ + return phy_modify_mmd(phydev, mdio_mmd_pcs, mdio_ctrl1, + mdio_pcs_ctrl1_loopback, + enable ? mdio_pcs_ctrl1_loopba...
Networking
0ef25ed104ac17fa0586fbb076f24a5e8940b966
wong vee khee heiner kallweit hkallweit gmail com heiner kallweit hkallweit gmail com andrew lunn andrew lunn ch
include
linux
phy
net: phy: marvell10g: add phy loopback support
add support for phy loopback for marvell 88x2110 and marvell 88x3310.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for clause-45 phy loopback
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['phy ']
['c']
1
2
0
--- diff --git a/drivers/net/phy/marvell10g.c b/drivers/net/phy/marvell10g.c --- a/drivers/net/phy/marvell10g.c +++ b/drivers/net/phy/marvell10g.c + .set_loopback = genphy_c45_loopback, + .set_loopback = genphy_c45_loopback,
Networking
d137c70d0e7a3db91ed0c674acb561c115911100
wong vee khee
drivers
net
phy
net: phy: marvell10g: allow 5gbase-r and usxgmii
these modes are also supported by these phys.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
allow 5gbase-r and usxgmii
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['phy ', 'marvell10g']
['c']
1
7
1
--- diff --git a/drivers/net/phy/marvell10g.c b/drivers/net/phy/marvell10g.c --- a/drivers/net/phy/marvell10g.c +++ b/drivers/net/phy/marvell10g.c + phydev->interface != phy_interface_mode_5gbaser && - phydev->interface != phy_interface_mode_10gbaser) + phydev->interface != phy_interface_mode_10gbaser && + phydev->inte...
Networking
0d3755428d6990637cf6dc45f007980a1dce28d1
marek beh n andrew lunn andrew lunn ch
drivers
net
phy
net: phy: marvell10g: support all rate matching modes
add support for all rate matching modes for 88x3310 (currently only 10gbase-r is supported, but xaui and rxaui can also be used).
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
support all rate matching modes
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['phy ', 'marvell10g']
['c']
1
92
11
--- diff --git a/drivers/net/phy/marvell10g.c b/drivers/net/phy/marvell10g.c --- a/drivers/net/phy/marvell10g.c +++ b/drivers/net/phy/marvell10g.c +struct mv3310_chip { + int (*get_mactype)(struct phy_device *phydev); + int (*init_interface)(struct phy_device *phydev, int mactype); +}; + + phy_interface_t const_interfa...
Networking
97bbe3bd6922e7ccf8ecd308640a7da55ae3c2f9
marek beh n
drivers
net
phy
net: phy: marvell: add downshift support for m88e1240
add downshift support for 88e1240, it uses the same downshift configuration registers as 88e1011.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add downshift support for
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['phy ', 'marvell']
['c']
1
2
0
--- diff --git a/drivers/net/phy/marvell.c b/drivers/net/phy/marvell.c --- a/drivers/net/phy/marvell.c +++ b/drivers/net/phy/marvell.c + .get_tunable = m88e1011_get_tunable, + .set_tunable = m88e1011_set_tunable,
Networking
65ad85f63b15af6995473724ab8562772db22753
maxim kochetkov
drivers
net
phy
net: phy: marvell: add support for amethyst internal phy
add support for amethyst internal phy.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for amethyst internal phy
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'cpu frequency scaling', 'voltage, current regulators, ...
['phy ', 'marvell']
['h', 'c']
2
115
3
--- diff --git a/drivers/net/phy/marvell.c b/drivers/net/phy/marvell.c --- a/drivers/net/phy/marvell.c +++ b/drivers/net/phy/marvell.c +#define mii_88e6393_misc_test_samples_2048 (0x0 << 11) +#define mii_88e6393_misc_test_samples_4096 (0x1 << 11) +#define mii_88e6393_misc_test_samples_8192 (0x2 << 11) +#define mii_88e6...
Networking
a978f7c479ea68d68a6267a37cbd44362bdd9811
marek beh n
include
linux
phy