Skip to content
Closed
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.26"
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.26"
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.26"
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.26"
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.26"
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.26"
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 98ba85331eee0bfb34e6f924da4c9cb71923764c 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 d39ed5622acdc5c950b831ff789543efc90f647e 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 cb1fd0e865254e0f73aa360b0528131af2193e3e 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 8c23ccee657def2a0b96d00e4ca45bbf53619cb7 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 7c30a7f1f8417dee4eba6ed31d05a1a690a7f710 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 f4278fb3523ac34ec5e9b54225d0afac27bab50a 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 b13c0ce262b59e066c4b19fcc33c08d2b14001a1 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 9a6d13ca74f6e3be41a93230a67baed15fa26743 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 6ae70e98d271199b83f333ed090887a2ed06ac4a 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 2dfe5f720d914025daf5fe798ef3090a32586659 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 277ac9261a66abb84aa25a25be045939dcf5c66b 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 5eb1ec5340f0258e29dceb35f3fbfc32ae76b538 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 cf581319e1a8d1666a84d318d019a1fb2ecd8f3f 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 4266c608d94b4347224885ee7514872b8156bc94 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 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 a79b32dc3c75315043ef3ca7428f361b7aa0fd38 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 836a87046711d7234d5fc3493f0e30027f1601cb 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 af85f8414a1beb8d1648ed64a8072b8f58e9450d 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 085283f41e1ddd7201c3577314df21463d62815e 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 b98d44cb81edb48d6f365422d9c1c296ae855d51 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 2ce1092c587318a494a3e381fdf3693ec3977fa4 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 560ed03fd3e5c31bd1cdd737fe532937345099ab 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 667617e1c2cb313e2bc40894749eb0f8da928019 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 680eae6f286a1e401fcaaa44e703dbd8b947b61c 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 3460f51c2d632181ac95fbd2427ee67985479f81 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 a385a7fc7eb16efe3fb1966e2d9b73b38efb35cb 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 e9d6e03b4e0dee3d3d0deec6cc3be86fb8f5e5eb 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 46bcd3eeca425a5355068516e1b7fc60d2f8128a 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 0e1e64a9f7e03e86eb78f20eafe1050971780edc 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 2d0bedb86b60ee912afc0e621334a3ebe43effcc 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 eb0352568c4039d99045d16f9f96c750c4474ec2 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 88b1505420fd12e4c3384d8a1dd24586e9f16e0e 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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 54eaebf53119b5f64155739e1decf9d290f2a843 Mon Sep 17 00:00:00 2001
From 52dd3159f0230ee7812b9be1cf8d77756aba4296 Mon Sep 17 00:00:00 2001
From: Mattias Walström <lazzer@gmail.com>
Date: Tue, 20 Jan 2026 20:18:45 +0100
Subject: [PATCH 32/48] wifi: brcmfmac: reduce log noise during AP to station
Subject: [PATCH 32/49] wifi: brcmfmac: reduce log noise during AP to station
transition
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 97379c6ac8d1a770a648c4efa9b0e1e8149abefe Mon Sep 17 00:00:00 2001
From 92f54790a997075027c01f4f6fec8e5f92b8ff77 Mon Sep 17 00:00:00 2001
From: Mattias Walström <lazzer@gmail.com>
Date: Tue, 17 Feb 2026 21:59:59 +0100
Subject: [PATCH 33/48] net: phy: air_en8811h: add OF device table for
Subject: [PATCH 33/49] net: phy: air_en8811h: add OF device table for
auto-loading

mdio_uevent() only emits an OF-style MODALIAS via
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From f2048d36925ccbd8717bb0ecc813d3579d868c87 Mon Sep 17 00:00:00 2001
From 057d5099ab55ee6b7362cad3f454eddf195a8f6d Mon Sep 17 00:00:00 2001
From: Dave Stevenson <dave.stevenson@raspberrypi.com>
Date: Fri, 20 Sep 2024 12:05:18 +0100
Subject: [PATCH 34/48] drm: vc4: dsi: enable video and then retry failed
Subject: [PATCH 34/49] drm: vc4: dsi: enable video and then retry failed
transfers

The DSI block appears to be able to come up stuck in a condition where
Expand Down
Loading
Loading