Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion configs/aarch64_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ BR2_ROOTFS_OVERLAY="${BR2_EXTERNAL_INFIX_PATH}/board/common/rootfs ${BR2_EXTERNA
BR2_ROOTFS_POST_BUILD_SCRIPT="${BR2_EXTERNAL_INFIX_PATH}/board/common/post-build.sh"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.25"
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.27"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="${BR2_EXTERNAL_INFIX_PATH}/board/aarch64/linux_defconfig"
BR2_LINUX_KERNEL_INSTALL_TARGET=y
Expand Down
2 changes: 1 addition & 1 deletion configs/aarch64_minimal_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ BR2_ROOTFS_OVERLAY="${BR2_EXTERNAL_INFIX_PATH}/board/common/rootfs ${BR2_EXTERNA
BR2_ROOTFS_POST_BUILD_SCRIPT="${BR2_EXTERNAL_INFIX_PATH}/board/common/post-build.sh"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.25"
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.27"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="${BR2_EXTERNAL_INFIX_PATH}/board/aarch64/linux_defconfig"
BR2_LINUX_KERNEL_INSTALL_TARGET=y
Expand Down
2 changes: 1 addition & 1 deletion configs/arm_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ BR2_ROOTFS_OVERLAY="${BR2_EXTERNAL_INFIX_PATH}/board/common/rootfs ${BR2_EXTERNA
BR2_ROOTFS_POST_BUILD_SCRIPT="${BR2_EXTERNAL_INFIX_PATH}/board/common/post-build.sh"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.25"
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.27"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="${BR2_EXTERNAL_INFIX_PATH}/board/arm/linux_defconfig"
BR2_LINUX_KERNEL_INSTALL_TARGET=y
Expand Down
2 changes: 1 addition & 1 deletion configs/arm_minimal_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ BR2_ROOTFS_OVERLAY="${BR2_EXTERNAL_INFIX_PATH}/board/common/rootfs ${BR2_EXTERNA
BR2_ROOTFS_POST_BUILD_SCRIPT="${BR2_EXTERNAL_INFIX_PATH}/board/common/post-build.sh"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.25"
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.27"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="${BR2_EXTERNAL_INFIX_PATH}/board/arm/linux_defconfig"
BR2_LINUX_KERNEL_INSTALL_TARGET=y
Expand Down
2 changes: 1 addition & 1 deletion configs/x86_64_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ BR2_ROOTFS_OVERLAY="${BR2_EXTERNAL_INFIX_PATH}/board/common/rootfs ${BR2_EXTERNA
BR2_ROOTFS_POST_BUILD_SCRIPT="board/qemu/x86_64/post-build.sh ${BR2_EXTERNAL_INFIX_PATH}/board/common/post-build.sh"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.25"
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.27"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="${BR2_EXTERNAL_INFIX_PATH}/board/x86_64/linux_defconfig"
BR2_LINUX_KERNEL_INSTALL_TARGET=y
Expand Down
2 changes: 1 addition & 1 deletion configs/x86_64_minimal_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ BR2_ROOTFS_OVERLAY="${BR2_EXTERNAL_INFIX_PATH}/board/common/rootfs ${BR2_EXTERNA
BR2_ROOTFS_POST_BUILD_SCRIPT="board/qemu/x86_64/post-build.sh ${BR2_EXTERNAL_INFIX_PATH}/board/common/post-build.sh"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.25"
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.27"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="${BR2_EXTERNAL_INFIX_PATH}/board/x86_64/linux_defconfig"
BR2_LINUX_KERNEL_INSTALL_TARGET=y
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 1a58edf0d4db2f4b0b894e1b98009380634bc7e1 Mon Sep 17 00:00:00 2001
From d496e0ce0e31d856a90a0233671e8bdc8ad16500 Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <tobias@waldekranz.com>
Date: Tue, 19 Sep 2023 18:38:10 +0200
Subject: [PATCH 01/48] net: phy: marvell10g: Support firmware loading on
Subject: [PATCH 01/49] net: phy: marvell10g: Support firmware loading on
88X3310

When probing, if a device is waiting for firmware to be loaded into
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 88958b4437b9b6c51a24dbd24692e0e0b27f1438 Mon Sep 17 00:00:00 2001
From a8a671d6494d4ecd32a21d9d3a5c264c8d2ad60a Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <tobias@waldekranz.com>
Date: Tue, 21 Nov 2023 20:15:24 +0100
Subject: [PATCH 02/48] net: phy: marvell10g: Fix power-up when strapped to
Subject: [PATCH 02/49] net: phy: marvell10g: Fix power-up when strapped to
start powered down

On devices which are hardware strapped to start powered down (PDSTATE
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From ee98438d1e702735344ce470be5b55d2e9abc398 Mon Sep 17 00:00:00 2001
From f0da745c1c9e15b0e5c5bf998df1df985a52686b Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <tobias@waldekranz.com>
Date: Wed, 15 Nov 2023 20:58:42 +0100
Subject: [PATCH 03/48] net: phy: marvell10g: Add LED support for 88X3310
Subject: [PATCH 03/49] net: phy: marvell10g: Add LED support for 88X3310

Pickup the LEDs from the state in which the hardware reset or
bootloader left them, but also support further configuration via
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 9bde8e2bd4dce93ad5e80f5c9f8fc0e1f9a7d1ca Mon Sep 17 00:00:00 2001
From 5381de807ff89f1e237863fefd3026c4d3204277 Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <tobias@waldekranz.com>
Date: Tue, 12 Dec 2023 09:51:05 +0100
Subject: [PATCH 04/48] net: phy: marvell10g: Support LEDs tied to a single
Subject: [PATCH 04/49] net: phy: marvell10g: Support LEDs tied to a single
media side

In a combo-port setup, i.e. where both the copper and fiber interface
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From f2e1903dbc979b5da26d94eac73db97bde9f495a Mon Sep 17 00:00:00 2001
From 2787061e8e9016e5db3d66bcd87a0fcd7ed2be90 Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <tobias@waldekranz.com>
Date: Wed, 27 Mar 2024 10:10:19 +0100
Subject: [PATCH 05/48] net: phy: Do not resume PHY when attaching
Subject: [PATCH 05/49] net: phy: Do not resume PHY when attaching

The PHY should not start negotiating with its link-partner until
explicitly instructed to do so.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 4a3e8b33268460d283b48214ca158ebd93e96ead Mon Sep 17 00:00:00 2001
From 3bf6f89a8939525aec4833c0f73b24eeecc02b72 Mon Sep 17 00:00:00 2001
From: Joachim Wiberg <troglobit@gmail.com>
Date: Mon, 4 Mar 2024 16:47:28 +0100
Subject: [PATCH 06/48] net: bridge: avoid classifying unknown multicast as
Subject: [PATCH 06/49] net: bridge: avoid classifying unknown multicast as
mrouters_only

Unknown multicast, MAC/IPv4/IPv6, should always be flooded according to
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From ef1f7e05f43a38dd81bbbc4bbb8f1e70ad8b4180 Mon Sep 17 00:00:00 2001
From 413cdadc73f46c9954cf1c5801665c03eb4bf728 Mon Sep 17 00:00:00 2001
From: Joachim Wiberg <troglobit@gmail.com>
Date: Tue, 5 Mar 2024 06:44:41 +0100
Subject: [PATCH 07/48] net: bridge: Ignore router ports when forwarding L2
Subject: [PATCH 07/49] net: bridge: Ignore router ports when forwarding L2
multicast

Multicast router ports are either statically configured or learned from
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 1b6e4e22f39f95684d91d43c4e4a48c997bc54a9 Mon Sep 17 00:00:00 2001
From 1c9b3677a4b6b90e5b95541d68ff857b5a8dff44 Mon Sep 17 00:00:00 2001
From: Joachim Wiberg <troglobit@gmail.com>
Date: Thu, 4 Apr 2024 16:36:30 +0200
Subject: [PATCH 08/48] net: bridge: drop delay for applying strict multicast
Subject: [PATCH 08/49] net: bridge: drop delay for applying strict multicast
filtering

This *local* patch drops the initial delay before applying strict multicast
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 5aa81b3d419d971e9ed6e1d61314075414a584b8 Mon Sep 17 00:00:00 2001
From fc42676b0d5ccf7c64af61a2969e7b33005cc94b Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <tobias@waldekranz.com>
Date: Thu, 16 May 2024 14:51:54 +0200
Subject: [PATCH 09/48] net: bridge: Differentiate MDB additions from
Subject: [PATCH 09/49] net: bridge: Differentiate MDB additions from
modifications

Before this change, the reception of an IGMPv3 report (and analogously
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 7f2bc7bff72bcdbf46a7c40ab19790ccd9a6fca2 Mon Sep 17 00:00:00 2001
From 8a6d5b7810f8b09044c6cc7cdf375b5c203458a0 Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <tobias@waldekranz.com>
Date: Fri, 24 Nov 2023 23:29:55 +0100
Subject: [PATCH 10/48] nvmem: layouts: onie-tlv: Let device probe even when
Subject: [PATCH 10/49] nvmem: layouts: onie-tlv: Let device probe even when
TLV is invalid

Before this change, probing an NVMEM device, expected to contain a
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 7df1f07e90e3c4846a5770bf9e5d6723d180f61f Mon Sep 17 00:00:00 2001
From c8de0e077a079a19be453c4ee4fdd43dd787b006 Mon Sep 17 00:00:00 2001
From: Joachim Wiberg <troglobit@gmail.com>
Date: Sun, 11 Aug 2024 11:27:35 +0200
Subject: [PATCH 11/48] net: usb: r8152: add r8153b support for link/activity
Subject: [PATCH 11/49] net: usb: r8152: add r8153b support for link/activity
LEDs

This patch adds support for the link/activity LEDs on the NanoPi R2S
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From e716d8e693ba5e553d79f659f154e120d7799703 Mon Sep 17 00:00:00 2001
From 4bd57e4a1cea7619aeb98342eb68ab386cfe6a87 Mon Sep 17 00:00:00 2001
From: Joachim Wiberg <troglobit@gmail.com>
Date: Sun, 10 Aug 2025 18:52:54 +0200
Subject: [PATCH 12/48] arm64: dts: mediatek: mt7986a: rename BPi R3 ports to
Subject: [PATCH 12/49] arm64: dts: mediatek: mt7986a: rename BPi R3 ports to
match case

For ref. see: https://wiki.banana-pi.org/File:Bpi-r3_Metal_case.jpg
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 907a2d33e007604e37eaacbc12a82fc930f60c4f Mon Sep 17 00:00:00 2001
From e0101b48017f9eddaf19248db02d5787603d67b1 Mon Sep 17 00:00:00 2001
From: Mattias Walström <lazzer@gmail.com>
Date: Wed, 20 Aug 2025 21:38:24 +0200
Subject: [PATCH 13/48] drm/panel-simple: Add a timing for the Raspberry Pi 7"
Subject: [PATCH 13/49] drm/panel-simple: Add a timing for the Raspberry Pi 7"
panel

The Raspberry Pi 7" 800x480 panel uses a Toshiba TC358762 DSI
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 02efd1af3a3688da535b7ccfb131acca099b16ed Mon Sep 17 00:00:00 2001
From 4d8f65cfc3a5aa917885771c3fcb206f787fa6d4 Mon Sep 17 00:00:00 2001
From: Mattias Walström <lazzer@gmail.com>
Date: Thu, 21 Aug 2025 11:20:23 +0200
Subject: [PATCH 14/48] input:touchscreen:edt-ft5x06: Add polled mode
Subject: [PATCH 14/49] input:touchscreen:edt-ft5x06: Add polled mode

Not all hardware has interrupts therefore we need
to poll the touchscreen.
Expand All @@ -10,7 +10,7 @@ to poll the touchscreen.
1 file changed, 58 insertions(+), 16 deletions(-)

diff --git a/drivers/input/touchscreen/edt-ft5x06.c b/drivers/input/touchscreen/edt-ft5x06.c
index bf498bd4dea9..30308d840935 100644
index 4efdb467b6c6..6ec1078081d5 100644
--- a/drivers/input/touchscreen/edt-ft5x06.c
+++ b/drivers/input/touchscreen/edt-ft5x06.c
@@ -77,6 +77,9 @@
Expand Down Expand Up @@ -95,7 +95,7 @@ index bf498bd4dea9..30308d840935 100644

return 0;
}
@@ -1327,18 +1354,27 @@ static int edt_ft5x06_ts_probe(struct i2c_client *client)
@@ -1330,18 +1357,27 @@ static int edt_ft5x06_ts_probe(struct i2c_client *client)
dev_err(&client->dev, "Unable to init MT slots.\n");
return error;
}
Expand Down Expand Up @@ -135,7 +135,7 @@ index bf498bd4dea9..30308d840935 100644
}

error = input_register_device(input);
@@ -1360,6 +1396,11 @@ static void edt_ft5x06_ts_remove(struct i2c_client *client)
@@ -1363,6 +1399,11 @@ static void edt_ft5x06_ts_remove(struct i2c_client *client)
{
struct edt_ft5x06_ts_data *tsdata = i2c_get_clientdata(client);

Expand All @@ -147,7 +147,7 @@ index bf498bd4dea9..30308d840935 100644
edt_ft5x06_ts_teardown_debugfs(tsdata);
}

@@ -1391,7 +1432,8 @@ static int edt_ft5x06_ts_suspend(struct device *dev)
@@ -1394,7 +1435,8 @@ static int edt_ft5x06_ts_suspend(struct device *dev)
* settings. Disable the irq to avoid adjusting each host till the
* device is back in a full functional state.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From bdd547ca4fe915df479094bd4184d0870bfb20fc Mon Sep 17 00:00:00 2001
From fccca32ba560c79143ce5a2069bd5951a3029dce Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <tobias@waldekranz.com>
Date: Tue, 12 Mar 2024 10:27:24 +0100
Subject: [PATCH 15/48] [FIX] net: dsa: mv88e6xxx: Fix timeout on waiting for
Subject: [PATCH 15/49] [FIX] net: dsa: mv88e6xxx: Fix timeout on waiting for
PPU on 6393X

In a multi-chip setup, delays of up to 750ms are observed before the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From bf7ea26e4ab01fd94b6e43507c9cbb47fca4fc6f Mon Sep 17 00:00:00 2001
From d173413ddac6b1bb95508bc86dba3b892363f564 Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <tobias@waldekranz.com>
Date: Wed, 27 Mar 2024 15:52:43 +0100
Subject: [PATCH 16/48] net: dsa: mv88e6xxx: Improve indirect register access
Subject: [PATCH 16/49] net: dsa: mv88e6xxx: Improve indirect register access
perf on 6393

When operating in multi-chip mode, the 6393 family maps a subset of
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From cd5282da53b15d91b18b9f365ee4ecc453c69260 Mon Sep 17 00:00:00 2001
From 2502ddfa3e773e0db3951bc6f72fee680942891c Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <tobias@waldekranz.com>
Date: Mon, 22 Apr 2024 23:18:01 +0200
Subject: [PATCH 17/48] net: dsa: mv88e6xxx: Honor ports being managed via
Subject: [PATCH 17/49] net: dsa: mv88e6xxx: Honor ports being managed via
in-band-status

Keep all link parameters in their unforced states when the port is
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 01b7489743f6d4a385e4e2e25fc1988235aa9e0b Mon Sep 17 00:00:00 2001
From 648be78063d2ac626e370dc5c3c493e0dbcaba40 Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <tobias@waldekranz.com>
Date: Wed, 24 Apr 2024 22:41:04 +0200
Subject: [PATCH 18/48] net: dsa: mv88e6xxx: Limit rsvd2cpu policy to user
Subject: [PATCH 18/49] net: dsa: mv88e6xxx: Limit rsvd2cpu policy to user
ports on 6393X

For packets with a DA in the IEEE reserved L2 group range, originating
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 1c8c377c0d8638ed2d1d43414ea9bcb7522788f0 Mon Sep 17 00:00:00 2001
From 73cf9d4289903fbab381c0d13ad67d6ac15c955b Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <tobias@waldekranz.com>
Date: Tue, 28 May 2024 10:38:42 +0200
Subject: [PATCH 19/48] net: dsa: tag_dsa: Use tag priority as initial
Subject: [PATCH 19/49] net: dsa: tag_dsa: Use tag priority as initial
skb->priority

Use the 3-bit priority field from the DSA tag as the initial packet
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 177bb276b21b8d2ddc8f0c142155e56aa5a0d021 Mon Sep 17 00:00:00 2001
From f5ec2c3e7093f995b0be4bc7d57f2a763b63bef8 Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <tobias@waldekranz.com>
Date: Tue, 16 Jan 2024 16:00:55 +0100
Subject: [PATCH 20/48] net: dsa: Support MDB memberships whose L2 addresses
Subject: [PATCH 20/49] net: dsa: Support MDB memberships whose L2 addresses
overlap

Multiple IP multicast groups (32 for v4, 2^80 for v6) map to the same
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 894c8e45709a629c4b10d079b31f1f4800a43677 Mon Sep 17 00:00:00 2001
From c9e30186aa21f6c85faa2925774bd5525dfae2ad Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <tobias@waldekranz.com>
Date: Thu, 21 Mar 2024 19:12:15 +0100
Subject: [PATCH 21/48] net: dsa: Support EtherType based priority overrides
Subject: [PATCH 21/49] net: dsa: Support EtherType based priority overrides

---
include/net/dsa.h | 4 ++++
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 5004969cb16e3c23e517105ff2030a76a21df966 Mon Sep 17 00:00:00 2001
From d468bdf0d3731a54bf9ab97fd501fcfadede1715 Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <tobias@waldekranz.com>
Date: Fri, 22 Mar 2024 16:15:43 +0100
Subject: [PATCH 22/48] net: dsa: mv88e6xxx: Support EtherType based priority
Subject: [PATCH 22/49] net: dsa: mv88e6xxx: Support EtherType based priority
overrides

---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 9784e108d7e23741bfe5f2793faec26ff213ca86 Mon Sep 17 00:00:00 2001
From d18cd836a813072b0d1571bcf9084aafcd89956b Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <tobias@waldekranz.com>
Date: Tue, 28 May 2024 11:04:22 +0200
Subject: [PATCH 23/48] net: dsa: mv88e6xxx: Add mqprio qdisc support
Subject: [PATCH 23/49] net: dsa: mv88e6xxx: Add mqprio qdisc support

Add support for attaching mqprio qdisc's to mv88e6xxx ports and use
the packet's traffic class as the outgoing priority when no PCP bits
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 7a5d8a80b8c5df68956486da53b06548b7d3e196 Mon Sep 17 00:00:00 2001
From aae5116ea3833e14d6899985a679ec4ab64f28bf Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <tobias@waldekranz.com>
Date: Wed, 29 May 2024 13:20:41 +0200
Subject: [PATCH 24/48] net: dsa: mv88e6xxx: Use VLAN prio over IP when both
Subject: [PATCH 24/49] net: dsa: mv88e6xxx: Use VLAN prio over IP when both
are available

Switch the priority sourcing precdence to prefer VLAN PCP over IP
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 43effaa176813e0e770c224582dd99c0e139979c Mon Sep 17 00:00:00 2001
From 66c1ae891e891d68528d6021039b2add165e8a57 Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <tobias@waldekranz.com>
Date: Tue, 26 Nov 2024 19:45:59 +0100
Subject: [PATCH 25/48] [FIX] net: dsa: mv88e6xxx: Trap locally terminated
Subject: [PATCH 25/49] [FIX] net: dsa: mv88e6xxx: Trap locally terminated
VLANs

Before this change, in a setup like the following, packets assigned to
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From c51a3e7a888b1ad8606e1b25cd7c96e65f93b15a Mon Sep 17 00:00:00 2001
From 04b243e64b190fbd9db9af5302f0dd74ede938b0 Mon Sep 17 00:00:00 2001
From: Joachim Wiberg <troglobit@gmail.com>
Date: Thu, 16 Jan 2025 12:35:12 +0100
Subject: [PATCH 26/48] net: dsa: mv88e6xxx: collapse disabled state into
Subject: [PATCH 26/49] net: dsa: mv88e6xxx: collapse disabled state into
blocking

This patch changes the behavior of switchcore ports wrt. the port state.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 944eb4b7e5511cfd115124fd54a79cd9d827cc1c Mon Sep 17 00:00:00 2001
From 0ff55c32bafe2adce2cb345786558ec611b2b666 Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <tobias@waldekranz.com>
Date: Wed, 12 Feb 2025 22:03:14 +0100
Subject: [PATCH 27/48] net: dsa: mv88e6xxx: Only activate LAG offloading when
Subject: [PATCH 27/49] net: dsa: mv88e6xxx: Only activate LAG offloading when
bridged

The current port isolation scheme for mv88e6xxx is detailed here:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From b6e365e47484728bfc50b52ee066f8fb2763bec7 Mon Sep 17 00:00:00 2001
From 50ebb193e4a56d95ea2fb8cafbeba640c377ded5 Mon Sep 17 00:00:00 2001
From: Mattias Walström <lazzer@gmail.com>
Date: Wed, 14 Jan 2026 18:22:41 +0100
Subject: [PATCH 28/48] net: dsa: mv88e6xxx: Add LED support for 6393X
Subject: [PATCH 28/49] net: dsa: mv88e6xxx: Add LED support for 6393X

Original commit:
commit 462277b926140ee2d231317e92afb6cabf640268
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 756f5d27cfcb0ae6f5b22aa481c002b89f50bb66 Mon Sep 17 00:00:00 2001
From cae84b0bbdab5d902d90af06c7180f2845246ca9 Mon Sep 17 00:00:00 2001
From: Mattias Walström <lazzer@gmail.com>
Date: Thu, 15 Jan 2026 22:47:37 +0100
Subject: [PATCH 29/48] wifi: brcmfmac: support deletion and recreation of
Subject: [PATCH 29/49] wifi: brcmfmac: support deletion and recreation of
primary interface
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From a1a034f88eebe3ac427ee3eded3d701df373ee24 Mon Sep 17 00:00:00 2001
From 274078b3ddbfac59e398003f1b8525a01fb6e06c Mon Sep 17 00:00:00 2001
From: Mattias Walström <lazzer@gmail.com>
Date: Mon, 19 Jan 2026 13:06:53 +0100
Subject: [PATCH 30/48] wifi: brcmfmac: check connection state before querying
Subject: [PATCH 30/49] wifi: brcmfmac: check connection state before querying
station info
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From bcfe1fc5235c276c41b46bf3281a6ed1263999f8 Mon Sep 17 00:00:00 2001
From 01e062d58230e229361c3f106e5c822b3b891de3 Mon Sep 17 00:00:00 2001
From: Mattias Walström <lazzer@gmail.com>
Date: Tue, 20 Jan 2026 20:12:10 +0100
Subject: [PATCH 31/48] wifi: brcmfmac: suppress log spam for
Subject: [PATCH 31/49] wifi: brcmfmac: suppress log spam for
regulatory-restricted channels
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Expand Down
Loading
Loading