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/aarch32_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="${BR2_EXTERNAL_INFIX_PATH}/board/common/post-build
BR2_ROOTFS_POST_IMAGE_SCRIPT="${BR2_EXTERNAL_INFIX_PATH}/board/common/post-image.sh"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.6"
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.7"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="${BR2_EXTERNAL_INFIX_PATH}/board/aarch32/linux_defconfig"
BR2_LINUX_KERNEL_INSTALL_TARGET=y
Expand Down
2 changes: 1 addition & 1 deletion configs/aarch32_minimal_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="${BR2_EXTERNAL_INFIX_PATH}/board/common/post-build
BR2_ROOTFS_POST_IMAGE_SCRIPT="${BR2_EXTERNAL_INFIX_PATH}/board/common/post-image.sh"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.6"
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.7"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="${BR2_EXTERNAL_INFIX_PATH}/board/aarch32/linux_defconfig"
BR2_LINUX_KERNEL_INSTALL_TARGET=y
Expand Down
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.6"
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.7"
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 @@ -26,7 +26,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.6"
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.7"
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/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.6"
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.7"
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.6"
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.7"
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
1 change: 1 addition & 0 deletions doc/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ All notable changes to the project are documented in this file.

### Changes

- Upgrade Linux kernel to 6.18.7 (LTS)
Noteworthy changes and additions in this release are marked below in bold text.

- Upgrade **Linux kernel to 6.18.6** (LTS)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 257b51fcd94ca99b13555354327ce2dbaaba4003 Mon Sep 17 00:00:00 2001
From 0da46e7eaa8896066c9ef549ee6ff95a713285f7 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/30] net: phy: marvell10g: Support firmware loading on
Subject: [PATCH 01/32] 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 7cb0e3b358c7d9118e179e2e0684ec66bed1ba18 Mon Sep 17 00:00:00 2001
From 6ca7c41f05512829625df7f89c9cedfa8fce4954 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/30] net: phy: marvell10g: Fix power-up when strapped to
Subject: [PATCH 02/32] 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 e12b368dfff77e0741cb3d9d7636ec4dfbbfd0f9 Mon Sep 17 00:00:00 2001
From 4ddca512b7f01fc8a3296b04252552e78d3aa084 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/30] net: phy: marvell10g: Add LED support for 88X3310
Subject: [PATCH 03/32] 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 13346d7128b4ef758e801ad619d3e8a17b5c01a9 Mon Sep 17 00:00:00 2001
From c064ebbc07a2fe41ea6d34f1c19804a26a37214b 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/30] net: phy: marvell10g: Support LEDs tied to a single
Subject: [PATCH 04/32] 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 ac79628c9cc6191d01b56f18c4a4202f8dc19b41 Mon Sep 17 00:00:00 2001
From ac10b342937848aefe4c09ee054cb13a973564e5 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/30] net: phy: Do not resume PHY when attaching
Subject: [PATCH 05/32] 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 ee691bd5beac643fc2266de5803aca437b3e6e3d Mon Sep 17 00:00:00 2001
From 2ea2108430d61be4b2c607782c4d70d65606504c 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/30] net: bridge: avoid classifying unknown multicast as
Subject: [PATCH 06/32] net: bridge: avoid classifying unknown multicast as
mrouters_only

Unknown multicast, MAC/IPv4/IPv6, should always be flooded according to
Expand Down Expand Up @@ -140,7 +140,7 @@ index dea09096ad0f..f0a613238e0d 100644
continue;
break;
diff --git a/net/bridge/br_input.c b/net/bridge/br_input.c
index 777fa869c1a1..924d41c62395 100644
index e355a15bf5ab..be8ba6ac038d 100644
--- a/net/bridge/br_input.c
+++ b/net/bridge/br_input.c
@@ -186,9 +186,13 @@ int br_handle_frame_finish(struct net *net, struct sock *sk, struct sk_buff *skb
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From fd03fe3161bf4f9d0d21eba97aa26602134ad573 Mon Sep 17 00:00:00 2001
From 0b500d7ce8fd3e9a64c1e61b64dc7e28f1441280 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/30] net: bridge: Ignore router ports when forwarding L2
Subject: [PATCH 07/32] 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 4232ec4a201c4931f0ef66c3b4aaf2fe964d2759 Mon Sep 17 00:00:00 2001
From 11275834a80df2c7c9ebc3c185f7307c34177fe1 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/30] net: bridge: drop delay for applying strict multicast
Subject: [PATCH 08/32] 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 78318eb5a2f161c3ebd41b2db0df3e53f9181221 Mon Sep 17 00:00:00 2001
From 5c8691c3eeda59299e0dac6ef6df7ae2cbb247c0 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/30] net: bridge: Differentiate MDB additions from
Subject: [PATCH 09/32] 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 024b3276078901705ee919dec50dd3af6e90e9ad Mon Sep 17 00:00:00 2001
From 75a358d785acab5bc1fae8eaff98eb62bf61605a 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/30] nvmem: layouts: onie-tlv: Let device probe even when
Subject: [PATCH 10/32] 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 cb3ceebe0fc9510bc3ee2c707fa6bdca28ad749b Mon Sep 17 00:00:00 2001
From 57d37c39d87b59ea3e808dcdd7ea762103dd3e3f 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/30] net: usb: r8152: add r8153b support for link/activity
Subject: [PATCH 11/32] 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 db387a57f3aacdd24d391642ad0382fbf1d8f955 Mon Sep 17 00:00:00 2001
From 9e770f7f46bd38c38b820c72bd4de0ff94b25f06 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/30] arm64: dts: mediatek: mt7986a: rename BPi R3 ports to
Subject: [PATCH 12/32] 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 ed41839c56eaaca89a8a6139f17c8a084d01be09 Mon Sep 17 00:00:00 2001
From 4935a1baf872efaa99a7fdbe4ba6d55634bec644 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/30] drm/panel-simple: Add a timing for the Raspberry Pi 7"
Subject: [PATCH 13/32] 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 Expand Up @@ -46,7 +46,7 @@ Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
1 file changed, 30 insertions(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c
index 0019de93be1b..3cddde5733ca 100644
index 271f93399193..75dbc3cb8135 100644
--- a/drivers/gpu/drm/panel/panel-simple.c
+++ b/drivers/gpu/drm/panel/panel-simple.c
@@ -400,7 +400,8 @@ static int panel_simple_get_modes(struct drm_panel *panel,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 1ff1463bf79e6cf94b24d4ad099db4eeadd37fb3 Mon Sep 17 00:00:00 2001
From 4f1c58f67e64ef82b9bd3ec9b9c194d8ab8ce5c3 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/30] input:touchscreen:edt-ft5x06: Add polled mode
Subject: [PATCH 14/32] input:touchscreen:edt-ft5x06: Add polled mode

Not all hardware has interrupts therefore we need
to poll the touchscreen.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From e8e05c96ecbf32bacfac67b0ff9ab10ecdf61da6 Mon Sep 17 00:00:00 2001
From 0efc077ad790a598b18b4fab2b9dd614417e204b 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/30] [FIX] net: dsa: mv88e6xxx: Fix timeout on waiting for
Subject: [PATCH 15/32] [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 400d9ae26cdfd29ebbf546de92c9b75710717f71 Mon Sep 17 00:00:00 2001
From d77bb7ae1ec02a191832ecff5a7e023980e2a02d 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/30] net: dsa: mv88e6xxx: Improve indirect register access
Subject: [PATCH 16/32] 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 4c15bcc33cacc54b17a46bf6407a44e3f9d400c0 Mon Sep 17 00:00:00 2001
From b876e4718bc9f28cf898bddb8fe5f127b2b582b6 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/30] net: dsa: mv88e6xxx: Honor ports being managed via
Subject: [PATCH 17/32] 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 0ef493228499a0578d0c7e6180c242e87db320ba Mon Sep 17 00:00:00 2001
From 2d6aab8ab0ba0465a420cfd34f29dc80765d07e6 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/30] net: dsa: mv88e6xxx: Limit rsvd2cpu policy to user
Subject: [PATCH 18/32] 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 07a88581d188048bb8bfaf3b1252795ed97fb8cc Mon Sep 17 00:00:00 2001
From 29f5994c627c326f062a7e4b1c6ec8b00a30d53a 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/30] net: dsa: tag_dsa: Use tag priority as initial
Subject: [PATCH 19/32] 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 4d05f3f20eacca0786a13dc37fe223ce6a449d38 Mon Sep 17 00:00:00 2001
From bc037d0641c9966c676f61080b400774b30bf26f 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/30] net: dsa: Support MDB memberships whose L2 addresses
Subject: [PATCH 20/32] 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 d64cce84bde89a3a05e07973391913c70bb02b95 Mon Sep 17 00:00:00 2001
From e51540686e673fff781944b04397435c61e5fc81 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/30] net: dsa: Support EtherType based priority overrides
Subject: [PATCH 21/32] 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 ffaa967a50adf49318769dbf72e948ec6048a3be Mon Sep 17 00:00:00 2001
From 550559c5275610b58322692c121194b15cf1f9e6 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/30] net: dsa: mv88e6xxx: Support EtherType based priority
Subject: [PATCH 22/32] 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 71a47eb3d28ad8ce3287f334a4b19e77d3cd8f9b Mon Sep 17 00:00:00 2001
From 4411eea4232e445db1d9b35f62cc1168874617e4 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/30] net: dsa: mv88e6xxx: Add mqprio qdisc support
Subject: [PATCH 23/32] 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 d0f91e5c9fc2b3189a05e9d9b9124359f08bf43b Mon Sep 17 00:00:00 2001
From 1acad33cba1d7a199ce6386d58b589307ff3ee8c 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/30] net: dsa: mv88e6xxx: Use VLAN prio over IP when both
Subject: [PATCH 24/32] 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 8d5ba9ac1c9a7d45e237e052f36c0d6e1994ed65 Mon Sep 17 00:00:00 2001
From 463e8eb7bc4673c77f56628252c495ee840cf35d 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/30] [FIX] net: dsa: mv88e6xxx: Trap locally terminated
Subject: [PATCH 25/32] [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 c5318cd4af7ae08946d748fede2c6ad7c20793e0 Mon Sep 17 00:00:00 2001
From 75795ed5e3d522c4185005a812679c2bd67010cb 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/30] net: dsa: mv88e6xxx: collapse disabled state into
Subject: [PATCH 26/32] 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 03d4905996709abdde6108b79baa44ad840ad512 Mon Sep 17 00:00:00 2001
From 6226d56b75e1087881a150f511ab78457edf9a52 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/30] net: dsa: mv88e6xxx: Only activate LAG offloading when
Subject: [PATCH 27/32] 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 3fe2afd5b90dfae465cf58a35eccc911eab684d6 Mon Sep 17 00:00:00 2001
From a3fd03baa707011d9013dc1110064ae9f7674e20 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/30] net: dsa: mv88e6xxx: Add LED support for 6393X
Subject: [PATCH 28/32] net: dsa: mv88e6xxx: Add LED support for 6393X

Original commit:
commit 462277b926140ee2d231317e92afb6cabf640268
Expand Down
Loading
Loading