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.43"
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.44"
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.43"
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.44"
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.43"
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.44"
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.43"
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.44"
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.43"
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.44"
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.43"
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.44"
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 doc/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ All notable changes to the project are documented in this file.

### Changes

- Upgrade Linux kernel to 6.18.43 (LTS)
- Upgrade Linux kernel to 6.18.44 (LTS)
- Upgrade Buildroot to 2025.02.15 (LTS)
- Add support for firewall address-set (ipset): named sets of IP addresses and
networks, usable as zone sources for per-IP access control, issue #1189
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 6d069870636bac1428f6ea1f5901c1cb984f01e7 Mon Sep 17 00:00:00 2001
From 0ad06406827daac0c26003ba78f19509a8c99b24 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/50] net: phy: marvell10g: Support firmware loading on
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 6064657d54b41a8d010ffbd9764941dfa00ab4fd Mon Sep 17 00:00:00 2001
From 51c6f304772ec67319a65de141759e7b9a0377b4 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/50] net: phy: marvell10g: Fix power-up when strapped to
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From a340d0466798946bd66247d7e874f355f03ceb0e Mon Sep 17 00:00:00 2001
From 873814cc417087804e05e703950cc63457e293eb 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/50] net: phy: marvell10g: Add LED support for 88X3310
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 42f7fcc62a09640bfec8bae4c898f736dd41b4ba Mon Sep 17 00:00:00 2001
From 9666ca198ccad4e8f814dd81c3d7c52da189b2aa 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/50] net: phy: marvell10g: Support LEDs tied to a single
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From a955b7fe49404f833b3ac6112f00a91d863b8394 Mon Sep 17 00:00:00 2001
From 07c198b83cdcef359156ea628570a2693569bd81 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/50] net: phy: Do not resume PHY when attaching
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From b52021d888e813a26bec118863b76f5b1dc3efed Mon Sep 17 00:00:00 2001
From 59788908c7e6613fea2cdad5884bc42809ab5659 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/50] net: bridge: avoid classifying unknown multicast as
Expand Down Expand Up @@ -170,10 +170,10 @@ index 2cbae0f9ae1f..0c539bf4bebe 100644
br_multicast_flood(mdst, skb, brmctx, local_rcv, false);
}
diff --git a/net/bridge/br_multicast.c b/net/bridge/br_multicast.c
index b77b3250afbd..f27cb9b54211 100644
index ce34881a9d96..96cddf968083 100644
--- a/net/bridge/br_multicast.c
+++ b/net/bridge/br_multicast.c
@@ -3836,6 +3836,11 @@ static void br_multicast_err_count(const struct net_bridge *br,
@@ -3837,6 +3837,11 @@ static void br_multicast_err_count(const struct net_bridge *br,
u64_stats_update_end(&pstats->syncp);
}

Expand All @@ -185,7 +185,7 @@ index b77b3250afbd..f27cb9b54211 100644
static void br_multicast_pim(struct net_bridge_mcast *brmctx,
struct net_bridge_mcast_port *pmctx,
const struct sk_buff *skb)
@@ -3882,7 +3887,8 @@ static int br_multicast_ipv4_rcv(struct net_bridge_mcast *brmctx,
@@ -3883,7 +3888,8 @@ static int br_multicast_ipv4_rcv(struct net_bridge_mcast *brmctx,

if (err == -ENOMSG) {
if (!ipv4_is_local_multicast(ip_hdr(skb)->daddr)) {
Expand All @@ -195,7 +195,7 @@ index b77b3250afbd..f27cb9b54211 100644
} else if (pim_ipv4_all_pim_routers(ip_hdr(skb)->daddr)) {
if (ip_hdr(skb)->protocol == IPPROTO_PIM)
br_multicast_pim(brmctx, pmctx, skb);
@@ -3951,7 +3957,8 @@ static int br_multicast_ipv6_rcv(struct net_bridge_mcast *brmctx,
@@ -3952,7 +3958,8 @@ static int br_multicast_ipv6_rcv(struct net_bridge_mcast *brmctx,

if (err == -ENOMSG || err == -ENODATA) {
if (!ipv6_addr_is_ll_all_nodes(&ipv6_hdr(skb)->daddr))
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 726845c4ce4ec657a7032d4fc8700661953f0c25 Mon Sep 17 00:00:00 2001
From f8a4b5f4e272446ca6345b0d7bbe8c019eacbb27 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/50] net: bridge: Ignore router ports when forwarding L2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 7000a48f7dcd3d22f332bd0a93972d65c82f4c58 Mon Sep 17 00:00:00 2001
From 0b265046999d83b520a589815bdda3db3fe08d78 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/50] net: bridge: drop delay for applying strict multicast
Expand All @@ -24,7 +24,7 @@ Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
2 files changed, 8 insertions(+), 38 deletions(-)

diff --git a/net/bridge/br_multicast.c b/net/bridge/br_multicast.c
index f27cb9b54211..bfb38b18c1da 100644
index 96cddf968083..ec01c7e1a782 100644
--- a/net/bridge/br_multicast.c
+++ b/net/bridge/br_multicast.c
@@ -1760,10 +1760,6 @@ static void br_ip6_multicast_querier_expired(struct timer_list *t)
Expand Down Expand Up @@ -102,7 +102,7 @@ index f27cb9b54211..bfb38b18c1da 100644
goto out;
} else if (!group) {
goto out;
@@ -4122,8 +4112,6 @@ void br_multicast_ctx_init(struct net_bridge *br,
@@ -4123,8 +4113,6 @@ void br_multicast_ctx_init(struct net_bridge *br,
br_ip4_multicast_local_router_expired, 0);
timer_setup(&brmctx->ip4_other_query.timer,
br_ip4_multicast_querier_expired, 0);
Expand All @@ -111,7 +111,7 @@ index f27cb9b54211..bfb38b18c1da 100644
timer_setup(&brmctx->ip4_own_query.timer,
br_ip4_multicast_query_expired, 0);
#if IS_ENABLED(CONFIG_IPV6)
@@ -4131,8 +4119,6 @@ void br_multicast_ctx_init(struct net_bridge *br,
@@ -4132,8 +4120,6 @@ void br_multicast_ctx_init(struct net_bridge *br,
br_ip6_multicast_local_router_expired, 0);
timer_setup(&brmctx->ip6_other_query.timer,
br_ip6_multicast_querier_expired, 0);
Expand All @@ -120,7 +120,7 @@ index f27cb9b54211..bfb38b18c1da 100644
timer_setup(&brmctx->ip6_own_query.timer,
br_ip6_multicast_query_expired, 0);
#endif
@@ -4267,12 +4253,10 @@ static void __br_multicast_stop(struct net_bridge_mcast *brmctx)
@@ -4268,12 +4254,10 @@ static void __br_multicast_stop(struct net_bridge_mcast *brmctx)
{
timer_delete_sync(&brmctx->ip4_mc_router_timer);
timer_delete_sync(&brmctx->ip4_other_query.timer);
Expand All @@ -133,7 +133,7 @@ index f27cb9b54211..bfb38b18c1da 100644
timer_delete_sync(&brmctx->ip6_own_query.timer);
#endif
}
@@ -4747,8 +4731,6 @@ EXPORT_SYMBOL_GPL(br_multicast_router);
@@ -4748,8 +4732,6 @@ EXPORT_SYMBOL_GPL(br_multicast_router);

int br_multicast_set_querier(struct net_bridge_mcast *brmctx, unsigned long val)
{
Expand All @@ -142,7 +142,7 @@ index f27cb9b54211..bfb38b18c1da 100644
val = !!val;

spin_lock_bh(&brmctx->br->multicast_lock);
@@ -4759,19 +4741,9 @@ int br_multicast_set_querier(struct net_bridge_mcast *brmctx, unsigned long val)
@@ -4760,19 +4742,9 @@ int br_multicast_set_querier(struct net_bridge_mcast *brmctx, unsigned long val)
if (!val)
goto unlock;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 63c0ff1960bc608cea6874b7545b8bf77bc34700 Mon Sep 17 00:00:00 2001
From 8e4a276d0b239dec5d174b694d8606b93cced044 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/50] net: bridge: Differentiate MDB additions from
Expand Down Expand Up @@ -62,7 +62,7 @@ index 400eb872b403..cd7a2cd0911a 100644
if (br_multicast_should_handle_mode(brmctx, cfg->group.proto))
br_multicast_star_g_handle_mode(pg, cfg->filter_mode);
diff --git a/net/bridge/br_multicast.c b/net/bridge/br_multicast.c
index bfb38b18c1da..cc7ce7fc6580 100644
index ec01c7e1a782..6375ac195423 100644
--- a/net/bridge/br_multicast.c
+++ b/net/bridge/br_multicast.c
@@ -616,7 +616,7 @@ static void br_multicast_fwd_src_handle(struct net_bridge_group_src *src)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 220694fcd74167b2a1c71ef47c2a959b62cc5a99 Mon Sep 17 00:00:00 2001
From fb836043c03c2c400c62c90a809a601315d9dea5 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/50] nvmem: layouts: onie-tlv: Let device probe even when
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 75cada89cbfb972843fb0d6503ec7bac1a1da75f Mon Sep 17 00:00:00 2001
From 3db0d5c0fb0e3fe08060e2e337c1197bfd7e409b 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/50] net: usb: r8152: add r8153b support for link/activity
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 580f1c58feef9d17495c9781a64c273916df2146 Mon Sep 17 00:00:00 2001
From bfa12d8bbde1adc4ae420af00c1d50932837029f 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/50] arm64: dts: mediatek: mt7986a: rename BPi R3 ports to
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From e7a746c3e8bc34c3d9d26609bc882f2fe8477a9d Mon Sep 17 00:00:00 2001
From a0a9ec519c879d71d8fd37ba1dab4ab107ab63d1 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/50] drm/panel-simple: Add a timing for the Raspberry Pi 7"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 21c0765c89ffa94f68d09b793251cb468108eb4d Mon Sep 17 00:00:00 2001
From 3ddee3c80ef6a080892f08df8a7f89522b4c8d74 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/50] input:touchscreen:edt-ft5x06: Add polled mode
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 473a09ffef1f517fc6de3cac9bb4da0404823de6 Mon Sep 17 00:00:00 2001
From 50a69e5e4841c4f794c8f8d9f4a8a454d3658f9e 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/50] [FIX] net: dsa: mv88e6xxx: Fix timeout on waiting for
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 652f8d46b39d0e5b87a881be90822d45e8dfe81b Mon Sep 17 00:00:00 2001
From c2eb372b51696755cda773c930716f8410c794c3 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/50] net: dsa: mv88e6xxx: Improve indirect register access
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 7cb221ec6bdeb7f4588a3571b8d055dc69a07015 Mon Sep 17 00:00:00 2001
From 0ce7563e8e9e2c39f87367c7e20a5c32e2da48c5 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/50] net: dsa: mv88e6xxx: Honor ports being managed via
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 666b29e3573943aeb3ccc63a4103e4adad26b50f Mon Sep 17 00:00:00 2001
From eaafafc94fdfa725c03225d04e079ef3212ebb12 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/50] net: dsa: mv88e6xxx: Limit rsvd2cpu policy to user
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From de9367ec09db18f95396d2e4b3b22b7fee56f8b0 Mon Sep 17 00:00:00 2001
From 70161c679f409e1655c8f03ab384ed198bca624b 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/50] net: dsa: tag_dsa: Use tag priority as initial
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From c6f24f709211bac082a5d64563b39a751ceea6ee Mon Sep 17 00:00:00 2001
From 734ba2e674112e6ecfab9868a17eba9d91fab681 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/50] net: dsa: Support MDB memberships whose L2 addresses
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 2446e710899feaf1bd1995593789ffddf30b6613 Mon Sep 17 00:00:00 2001
From 7ef5fd306820d1c2b52e0543ad517fc29a16146c 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/50] net: dsa: Support EtherType based priority overrides
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 4b4ecc2339e32d34593a6c834f2b7f74b54110b0 Mon Sep 17 00:00:00 2001
From 600ee44c1894fbe581f5be8b7e49f3decb5140ca 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/50] net: dsa: mv88e6xxx: Support EtherType based priority
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From a3e5d218909a8269a3eb93df15e43ae9ece5b5ed Mon Sep 17 00:00:00 2001
From d497384b403d66dbfc63c23384043d8866b0d76a 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/50] net: dsa: mv88e6xxx: Add mqprio qdisc support
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 7065ec1e6b3571c72ceb9ef830745888bd7d0ded Mon Sep 17 00:00:00 2001
From 0099bd5e2d6f150ff0087c92dcd43ae96f09196b 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/50] net: dsa: mv88e6xxx: Use VLAN prio over IP when both
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From f42cd9068fe45b201379bfc99a03d0a0af397a37 Mon Sep 17 00:00:00 2001
From 018c4e1c5d9d93e6c9af7573799b212088e34a65 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/50] [FIX] net: dsa: mv88e6xxx: Trap locally terminated
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 747810805c4ee38733c3b4beb678fb9c29fed13e Mon Sep 17 00:00:00 2001
From e43dc964ef31750c2faca510388795977ff17506 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/50] net: dsa: mv88e6xxx: collapse disabled state into
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 396f911e4b3767f24a64d70ae1a55ab28123b996 Mon Sep 17 00:00:00 2001
From 61ff605f415d2ce6a2f5edf2fc8edc0ea3a71b19 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/50] net: dsa: mv88e6xxx: Only activate LAG offloading when
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From f7730fea6c19cb9e66e8f0aa8eaa89cc2791210e Mon Sep 17 00:00:00 2001
From 8e298d47efc2d65354fa09940ea72c0d6fd6c48b 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/50] net: dsa: mv88e6xxx: Add LED support for 6393X
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From eb4743310cba888d89cac1effac1ce17adc42524 Mon Sep 17 00:00:00 2001
From b80c070c0597b87dad5fbb9675fc93ea21021b62 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/50] wifi: brcmfmac: support deletion and recreation of
Expand Down Expand Up @@ -347,7 +347,7 @@ index 273c80f2d483..ee7e9dc17dce 100644

static inline struct brcmf_cfg80211_info *ndev_to_cfg(struct net_device *ndev)
diff --git a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/core.c b/drivers/net/wireless/broadcom/brcm80211/brcmfmac/core.c
index 862a0336a0b5..08f265325ce4 100644
index 169e62b9d773..7d8ec55571dd 100644
--- a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/core.c
+++ b/drivers/net/wireless/broadcom/brcm80211/brcmfmac/core.c
@@ -933,9 +933,11 @@ static void brcmf_del_if(struct brcmf_pub *drvr, s32 bsscfgidx,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 080773537f57e2c6cd77121000676f54d8eb700a Mon Sep 17 00:00:00 2001
From 3b96ffc595963a502305424df468551a17ed1a65 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/50] wifi: brcmfmac: check connection state before querying
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From dcc5390f32c8f1bc62ca96afb90544c24243567c Mon Sep 17 00:00:00 2001
From 4674814aaec23592d8675e281300a3cdd7a11d14 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/50] wifi: brcmfmac: suppress log spam for
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 3a6b49aec92551f6498048072ac462d5132bc182 Mon Sep 17 00:00:00 2001
From d5a3c15edcb36a7147906e5e5689e1f7e5accb24 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/50] wifi: brcmfmac: reduce log noise during AP to station
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From e4d35587171c98f6fa3527731b45a5a9ecb8e956 Mon Sep 17 00:00:00 2001
From 43c100f2543827b857e4de7bc17ed3f35c648668 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/50] net: phy: air_en8811h: add OF device table for
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 735e7e26574c318a0b9ce43dcf1f38e0592f372e Mon Sep 17 00:00:00 2001
From b4e0cbbf7e29f0833399217780024bf8fbcd1d30 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/50] drm: vc4: dsi: enable video and then retry failed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 8bd1a024f6480bfdb337e719a24646c88d61e194 Mon Sep 17 00:00:00 2001
From 64c8f835ea476344370d48088c6fe280cf62ac3c Mon Sep 17 00:00:00 2001
From: Dave Stevenson <dave.stevenson@raspberrypi.com>
Date: Wed, 8 Jun 2022 17:23:47 +0100
Subject: [PATCH 35/50] drm: vc4: dsi: Clocks should be running before reset
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 0e49ed827f7fc0a45e5bebea6554841d516ca073 Mon Sep 17 00:00:00 2001
From c3570c69c6627d18222adf6c4d47d3894a2f21a7 Mon Sep 17 00:00:00 2001
From: Dave Stevenson <dave.stevenson@raspberrypi.com>
Date: Fri, 5 Apr 2024 17:51:55 +0100
Subject: [PATCH 36/50] drm/vc4: Ensure DSI is enabled for FIFO resets
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 228909c5f364f24653964efdde12e45b41f31899 Mon Sep 17 00:00:00 2001
From 183a58b4fccde1f125472e2ddc189ddad1bd8d91 Mon Sep 17 00:00:00 2001
From: Dave Stevenson <dave.stevenson@raspberrypi.com>
Date: Thu, 26 May 2022 18:56:19 +0100
Subject: [PATCH 37/50] drm: vc4: Reset DSI AFE on disable
Expand Down
Loading
Loading