diff --git a/configs/aarch64_defconfig b/configs/aarch64_defconfig index dbd59989..bebb167c 100644 --- a/configs/aarch64_defconfig +++ b/configs/aarch64_defconfig @@ -27,7 +27,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.12.14" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.16" 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 diff --git a/configs/aarch64_minimal_defconfig b/configs/aarch64_minimal_defconfig index a349dc55..c08e9b4d 100644 --- a/configs/aarch64_minimal_defconfig +++ b/configs/aarch64_minimal_defconfig @@ -27,7 +27,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.12.14" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.16" 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 diff --git a/configs/x86_64_defconfig b/configs/x86_64_defconfig index 781c1948..f06b2926 100644 --- a/configs/x86_64_defconfig +++ b/configs/x86_64_defconfig @@ -26,7 +26,7 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="board/qemu/x86_64/post-build.sh ${BR2_EXTERNAL_INF 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.12.14" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.16" 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 diff --git a/configs/x86_64_minimal_defconfig b/configs/x86_64_minimal_defconfig index 54ba4b34..cdffb29d 100644 --- a/configs/x86_64_minimal_defconfig +++ b/configs/x86_64_minimal_defconfig @@ -26,7 +26,7 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="board/qemu/x86_64/post-build.sh ${BR2_EXTERNAL_INF 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.12.14" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.16" 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 diff --git a/doc/ChangeLog.md b/doc/ChangeLog.md index f8f66b15..5b093521 100644 --- a/doc/ChangeLog.md +++ b/doc/ChangeLog.md @@ -8,7 +8,8 @@ All notable changes to the project are documented in this file. ------------------------- ### Changes - - Upgrade Linux kernel to 6.12.14 (LTS) + - Upgrade Linux kernel to 6.12.16 (LTS) + - Upgrade Buildroot to 2024.02.11 (LTS) - YANG type for SSH private/public keys has changed, from ietf-crypto-types to infix-crypto-types - Add support for link aggregation (lag), static (balance-xor) and LACP diff --git a/patches/linux/6.12.14/0001-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch b/patches/linux/6.12.16/0001-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch similarity index 94% rename from patches/linux/6.12.14/0001-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch rename to patches/linux/6.12.16/0001-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch index 09bf70b7..cd6e0322 100644 --- a/patches/linux/6.12.14/0001-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch +++ b/patches/linux/6.12.16/0001-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch @@ -1,4 +1,4 @@ -From 0b10cfdb401b2336b3eec9d3b1f4b851a3478009 Mon Sep 17 00:00:00 2001 +From dedc00b9742eacec407664b38932d6dac0d52ee6 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 12 Mar 2024 10:27:24 +0100 Subject: [PATCH 01/26] [FIX] net: dsa: mv88e6xxx: Fix timeout on waiting for diff --git a/patches/linux/6.12.14/0002-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch b/patches/linux/6.12.16/0002-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch similarity index 99% rename from patches/linux/6.12.14/0002-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch rename to patches/linux/6.12.16/0002-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch index 4eef77e4..c422e4b8 100644 --- a/patches/linux/6.12.14/0002-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch +++ b/patches/linux/6.12.16/0002-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch @@ -1,4 +1,4 @@ -From a994279e52be28e36bd7e36583b5382ee4a1bd2c Mon Sep 17 00:00:00 2001 +From f50f03e04e97fdf2af4b115f6b200aa685375b9d Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 27 Mar 2024 15:52:43 +0100 Subject: [PATCH 02/26] net: dsa: mv88e6xxx: Improve indirect register access diff --git a/patches/linux/6.12.14/0003-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch b/patches/linux/6.12.16/0003-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch similarity index 95% rename from patches/linux/6.12.14/0003-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch rename to patches/linux/6.12.16/0003-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch index 0c521fdf..089d5aff 100644 --- a/patches/linux/6.12.14/0003-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch +++ b/patches/linux/6.12.16/0003-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch @@ -1,4 +1,4 @@ -From f26f0cf42d93be47dac68e99dc8d0cc63d7544a7 Mon Sep 17 00:00:00 2001 +From 818b1b72ac111dd4d6f5a3be72ddb4fee6f333f9 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Mon, 22 Apr 2024 23:18:01 +0200 Subject: [PATCH 03/26] net: dsa: mv88e6xxx: Honor ports being managed via diff --git a/patches/linux/6.12.14/0004-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch b/patches/linux/6.12.16/0004-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch similarity index 98% rename from patches/linux/6.12.14/0004-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch rename to patches/linux/6.12.16/0004-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch index 0b2cb9bf..1a532586 100644 --- a/patches/linux/6.12.14/0004-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch +++ b/patches/linux/6.12.16/0004-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch @@ -1,4 +1,4 @@ -From 539b9cc3c6fd59a6a7b9afffe7caf9eacedf1fe4 Mon Sep 17 00:00:00 2001 +From eab6e0bf215364b462fc97891fbbffc1be4077c9 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 24 Apr 2024 22:41:04 +0200 Subject: [PATCH 04/26] net: dsa: mv88e6xxx: Limit rsvd2cpu policy to user diff --git a/patches/linux/6.12.14/0005-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch b/patches/linux/6.12.16/0005-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch similarity index 99% rename from patches/linux/6.12.14/0005-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch rename to patches/linux/6.12.16/0005-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch index 87360af4..826b5d58 100644 --- a/patches/linux/6.12.14/0005-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch +++ b/patches/linux/6.12.16/0005-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch @@ -1,4 +1,4 @@ -From 117007dda54a6c8c213afae8a0251e4d83b94589 Mon Sep 17 00:00:00 2001 +From 269019dcb52e694e010c4a5923bc922a48ae1d88 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Thu, 16 Nov 2023 19:44:32 +0100 Subject: [PATCH 05/26] net: dsa: mv88e6xxx: Add LED infrastructure diff --git a/patches/linux/6.12.14/0006-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch b/patches/linux/6.12.16/0006-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch similarity index 99% rename from patches/linux/6.12.14/0006-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch rename to patches/linux/6.12.16/0006-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch index 96cd42aa..aca988b6 100644 --- a/patches/linux/6.12.14/0006-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch +++ b/patches/linux/6.12.16/0006-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch @@ -1,4 +1,4 @@ -From f0e1560a5c3feff19bf2428b705e68afe85826ff Mon Sep 17 00:00:00 2001 +From 45e4c4fa5ba2a0b831e8be8b09f1997ce87af471 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Thu, 16 Nov 2023 21:59:35 +0100 Subject: [PATCH 06/26] net: dsa: mv88e6xxx: Add LED support for 6393X diff --git a/patches/linux/6.12.14/0007-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch b/patches/linux/6.12.16/0007-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch similarity index 96% rename from patches/linux/6.12.14/0007-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch rename to patches/linux/6.12.16/0007-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch index 68ffbd8e..7cff19e6 100644 --- a/patches/linux/6.12.14/0007-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch +++ b/patches/linux/6.12.16/0007-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch @@ -1,4 +1,4 @@ -From 35cd7b6ba72fa10fcd2e545215a92e089f5985e5 Mon Sep 17 00:00:00 2001 +From 239292aff3fa2aa6192009e623d656da94d3d7da Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 28 May 2024 10:38:42 +0200 Subject: [PATCH 07/26] net: dsa: tag_dsa: Use tag priority as initial diff --git a/patches/linux/6.12.14/0008-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch b/patches/linux/6.12.16/0008-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch similarity index 97% rename from patches/linux/6.12.14/0008-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch rename to patches/linux/6.12.16/0008-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch index ca43345d..51180cee 100644 --- a/patches/linux/6.12.14/0008-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch +++ b/patches/linux/6.12.16/0008-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch @@ -1,4 +1,4 @@ -From fc15e54c2bccc427fa3de62703d838a461632f0b Mon Sep 17 00:00:00 2001 +From 9f9334105c1a318b418ecc49b24125b1b48bd441 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 16 Jan 2024 16:00:55 +0100 Subject: [PATCH 08/26] net: dsa: Support MDB memberships whose L2 addresses diff --git a/patches/linux/6.12.14/0009-net-dsa-Support-EtherType-based-priority-overrides.patch b/patches/linux/6.12.16/0009-net-dsa-Support-EtherType-based-priority-overrides.patch similarity index 98% rename from patches/linux/6.12.14/0009-net-dsa-Support-EtherType-based-priority-overrides.patch rename to patches/linux/6.12.16/0009-net-dsa-Support-EtherType-based-priority-overrides.patch index fc7d8677..950de76b 100644 --- a/patches/linux/6.12.14/0009-net-dsa-Support-EtherType-based-priority-overrides.patch +++ b/patches/linux/6.12.16/0009-net-dsa-Support-EtherType-based-priority-overrides.patch @@ -1,4 +1,4 @@ -From ced27a4bf5a6455e83dc308e980f3afc96ced2d3 Mon Sep 17 00:00:00 2001 +From 55c4258fe131e1cf7dd56249e95d175353ee07a1 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Thu, 21 Mar 2024 19:12:15 +0100 Subject: [PATCH 09/26] net: dsa: Support EtherType based priority overrides diff --git a/patches/linux/6.12.14/0010-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch b/patches/linux/6.12.16/0010-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch similarity index 99% rename from patches/linux/6.12.14/0010-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch rename to patches/linux/6.12.16/0010-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch index fa2e5473..dd5f9ad1 100644 --- a/patches/linux/6.12.14/0010-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch +++ b/patches/linux/6.12.16/0010-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch @@ -1,4 +1,4 @@ -From e66e3a276ca7a1a893a7521dcb2f7b437072f549 Mon Sep 17 00:00:00 2001 +From fb982194f2dc76a7e701d966cd938abe5ade7c29 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Fri, 22 Mar 2024 16:15:43 +0100 Subject: [PATCH 10/26] net: dsa: mv88e6xxx: Support EtherType based priority diff --git a/patches/linux/6.12.14/0011-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch b/patches/linux/6.12.16/0011-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch similarity index 98% rename from patches/linux/6.12.14/0011-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch rename to patches/linux/6.12.16/0011-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch index 82557a14..72af90d0 100644 --- a/patches/linux/6.12.14/0011-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch +++ b/patches/linux/6.12.16/0011-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch @@ -1,4 +1,4 @@ -From 69740f30d070e4b89103e8ebfcf92c7ff337ee92 Mon Sep 17 00:00:00 2001 +From 3bcfe3af3dc1966dab80dfa28d6444ee1260cdd6 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 28 May 2024 11:04:22 +0200 Subject: [PATCH 11/26] net: dsa: mv88e6xxx: Add mqprio qdisc support diff --git a/patches/linux/6.12.14/0012-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch b/patches/linux/6.12.16/0012-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch similarity index 97% rename from patches/linux/6.12.14/0012-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch rename to patches/linux/6.12.16/0012-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch index f1bf6f2d..9e4084c7 100644 --- a/patches/linux/6.12.14/0012-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch +++ b/patches/linux/6.12.16/0012-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch @@ -1,4 +1,4 @@ -From bfaa05fa61ff8a40358e54023833221abf043edc Mon Sep 17 00:00:00 2001 +From 490d5c88c1a2f22564c73a6e6f2ae7164b63ab15 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 29 May 2024 13:20:41 +0200 Subject: [PATCH 12/26] net: dsa: mv88e6xxx: Use VLAN prio over IP when both diff --git a/patches/linux/6.12.14/0013-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch b/patches/linux/6.12.16/0013-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch similarity index 98% rename from patches/linux/6.12.14/0013-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch rename to patches/linux/6.12.16/0013-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch index 1237ab9f..fef859d5 100644 --- a/patches/linux/6.12.14/0013-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch +++ b/patches/linux/6.12.16/0013-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch @@ -1,4 +1,4 @@ -From c5647af856a81598092b0661b45769e35030ccb8 Mon Sep 17 00:00:00 2001 +From acb8ca0e53de47c138cc1ae5297f3389a28fc0ed Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 26 Nov 2024 19:45:59 +0100 Subject: [PATCH 13/26] [FIX] net: dsa: mv88e6xxx: Trap locally terminated diff --git a/patches/linux/6.12.14/0014-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch b/patches/linux/6.12.16/0014-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch similarity index 99% rename from patches/linux/6.12.14/0014-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch rename to patches/linux/6.12.16/0014-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch index 736fd6ce..e8908181 100644 --- a/patches/linux/6.12.14/0014-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch +++ b/patches/linux/6.12.16/0014-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch @@ -1,4 +1,4 @@ -From eeb0c10b82acec6634218abb46c2729f0a9f9ae5 Mon Sep 17 00:00:00 2001 +From 5ec37d2274efd2d5bf3b008e8dae2a91d493637a Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 19 Sep 2023 18:38:10 +0200 Subject: [PATCH 14/26] net: phy: marvell10g: Support firmware loading on diff --git a/patches/linux/6.12.14/0015-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch b/patches/linux/6.12.16/0015-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch similarity index 96% rename from patches/linux/6.12.14/0015-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch rename to patches/linux/6.12.16/0015-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch index 13c6c22c..13fea00a 100644 --- a/patches/linux/6.12.14/0015-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch +++ b/patches/linux/6.12.16/0015-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch @@ -1,4 +1,4 @@ -From 62f7ba36e1db4f01f1f1bfcdf2a15e38dc9efa6f Mon Sep 17 00:00:00 2001 +From 961c05b8a5640accb3e8dd987f062e27e95ab6a7 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 21 Nov 2023 20:15:24 +0100 Subject: [PATCH 15/26] net: phy: marvell10g: Fix power-up when strapped to diff --git a/patches/linux/6.12.14/0016-net-phy-marvell10g-Add-LED-support-for-88X3310.patch b/patches/linux/6.12.16/0016-net-phy-marvell10g-Add-LED-support-for-88X3310.patch similarity index 99% rename from patches/linux/6.12.14/0016-net-phy-marvell10g-Add-LED-support-for-88X3310.patch rename to patches/linux/6.12.16/0016-net-phy-marvell10g-Add-LED-support-for-88X3310.patch index c7ca23f2..150a90dc 100644 --- a/patches/linux/6.12.14/0016-net-phy-marvell10g-Add-LED-support-for-88X3310.patch +++ b/patches/linux/6.12.16/0016-net-phy-marvell10g-Add-LED-support-for-88X3310.patch @@ -1,4 +1,4 @@ -From c26d23a84b9eec9867449a01a692d70282b127ae Mon Sep 17 00:00:00 2001 +From e0f66c9db21dbb38a503a48b5702df0f7e06b84b Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 15 Nov 2023 20:58:42 +0100 Subject: [PATCH 16/26] net: phy: marvell10g: Add LED support for 88X3310 diff --git a/patches/linux/6.12.14/0017-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch b/patches/linux/6.12.16/0017-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch similarity index 97% rename from patches/linux/6.12.14/0017-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch rename to patches/linux/6.12.16/0017-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch index e645d132..75c0550e 100644 --- a/patches/linux/6.12.14/0017-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch +++ b/patches/linux/6.12.16/0017-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch @@ -1,4 +1,4 @@ -From e0fc506d5a66c52dcedd8216f82012ffb37c732c Mon Sep 17 00:00:00 2001 +From 5cbf2addffa0fceed5ff628d9cffd38ee1d8d7b6 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 12 Dec 2023 09:51:05 +0100 Subject: [PATCH 17/26] net: phy: marvell10g: Support LEDs tied to a single diff --git a/patches/linux/6.12.14/0018-net-phy-Do-not-resume-PHY-when-attaching.patch b/patches/linux/6.12.16/0018-net-phy-Do-not-resume-PHY-when-attaching.patch similarity index 95% rename from patches/linux/6.12.14/0018-net-phy-Do-not-resume-PHY-when-attaching.patch rename to patches/linux/6.12.16/0018-net-phy-Do-not-resume-PHY-when-attaching.patch index 2b902df2..3fc2929c 100644 --- a/patches/linux/6.12.14/0018-net-phy-Do-not-resume-PHY-when-attaching.patch +++ b/patches/linux/6.12.16/0018-net-phy-Do-not-resume-PHY-when-attaching.patch @@ -1,4 +1,4 @@ -From c9977f82869ab70f731d4ea26e0ed9337ed5d304 Mon Sep 17 00:00:00 2001 +From a387139ebacd57e9da99c65b57d8ccaa52375f87 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 27 Mar 2024 10:10:19 +0100 Subject: [PATCH 18/26] net: phy: Do not resume PHY when attaching diff --git a/patches/linux/6.12.14/0019-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch b/patches/linux/6.12.16/0019-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch similarity index 99% rename from patches/linux/6.12.14/0019-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch rename to patches/linux/6.12.16/0019-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch index 3475679e..9a196d15 100644 --- a/patches/linux/6.12.14/0019-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch +++ b/patches/linux/6.12.16/0019-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch @@ -1,4 +1,4 @@ -From 63d1a9ffba21f9224b002df59c28756f4b682a5a Mon Sep 17 00:00:00 2001 +From be69fe69db142057baeec12fcee96f26911736f2 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Mon, 4 Mar 2024 16:47:28 +0100 Subject: [PATCH 19/26] net: bridge: avoid classifying unknown multicast as diff --git a/patches/linux/6.12.14/0020-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch b/patches/linux/6.12.16/0020-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch similarity index 95% rename from patches/linux/6.12.14/0020-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch rename to patches/linux/6.12.16/0020-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch index ba45d5a0..1009154d 100644 --- a/patches/linux/6.12.14/0020-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch +++ b/patches/linux/6.12.16/0020-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch @@ -1,4 +1,4 @@ -From 8de3989588928e780768ff3382875783e633d22e Mon Sep 17 00:00:00 2001 +From 109cd2fc5b8d9f95540ba63b23c341ddd0eb4a36 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Tue, 5 Mar 2024 06:44:41 +0100 Subject: [PATCH 20/26] net: bridge: Ignore router ports when forwarding L2 diff --git a/patches/linux/6.12.14/0021-net-bridge-drop-delay-for-applying-strict-multicast-.patch b/patches/linux/6.12.16/0021-net-bridge-drop-delay-for-applying-strict-multicast-.patch similarity index 99% rename from patches/linux/6.12.14/0021-net-bridge-drop-delay-for-applying-strict-multicast-.patch rename to patches/linux/6.12.16/0021-net-bridge-drop-delay-for-applying-strict-multicast-.patch index fe122eb2..74ed8831 100644 --- a/patches/linux/6.12.14/0021-net-bridge-drop-delay-for-applying-strict-multicast-.patch +++ b/patches/linux/6.12.16/0021-net-bridge-drop-delay-for-applying-strict-multicast-.patch @@ -1,4 +1,4 @@ -From 609cc3577a1a544ed73027df050454535e6046da Mon Sep 17 00:00:00 2001 +From 2f0d0f94bc063e14d1d47464ae95a62770096dab Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Thu, 4 Apr 2024 16:36:30 +0200 Subject: [PATCH 21/26] net: bridge: drop delay for applying strict multicast diff --git a/patches/linux/6.12.14/0022-net-bridge-Differentiate-MDB-additions-from-modifica.patch b/patches/linux/6.12.16/0022-net-bridge-Differentiate-MDB-additions-from-modifica.patch similarity index 98% rename from patches/linux/6.12.14/0022-net-bridge-Differentiate-MDB-additions-from-modifica.patch rename to patches/linux/6.12.16/0022-net-bridge-Differentiate-MDB-additions-from-modifica.patch index c01799d1..746ecce1 100644 --- a/patches/linux/6.12.14/0022-net-bridge-Differentiate-MDB-additions-from-modifica.patch +++ b/patches/linux/6.12.16/0022-net-bridge-Differentiate-MDB-additions-from-modifica.patch @@ -1,4 +1,4 @@ -From 51e020d4a166e50f9c151ae5cccb08550dc61ac2 Mon Sep 17 00:00:00 2001 +From a5a6f59163c694f79f279cdb25217898de5f4ac0 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Thu, 16 May 2024 14:51:54 +0200 Subject: [PATCH 22/26] net: bridge: Differentiate MDB additions from diff --git a/patches/linux/6.12.14/0023-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch b/patches/linux/6.12.16/0023-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch similarity index 96% rename from patches/linux/6.12.14/0023-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch rename to patches/linux/6.12.16/0023-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch index d31d5fd4..bb738f8d 100644 --- a/patches/linux/6.12.14/0023-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch +++ b/patches/linux/6.12.16/0023-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch @@ -1,4 +1,4 @@ -From f5b525c808b13b43934e78464d2b01a7d27ce4b6 Mon Sep 17 00:00:00 2001 +From 5201985ce5044a2232f20e9236fe7fb79f71ad8e Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Fri, 24 Nov 2023 23:29:55 +0100 Subject: [PATCH 23/26] nvmem: layouts: onie-tlv: Let device probe even when diff --git a/patches/linux/6.12.14/0024-usb-core-adjust-log-level-for-unauthorized-devices.patch b/patches/linux/6.12.16/0024-usb-core-adjust-log-level-for-unauthorized-devices.patch similarity index 96% rename from patches/linux/6.12.14/0024-usb-core-adjust-log-level-for-unauthorized-devices.patch rename to patches/linux/6.12.16/0024-usb-core-adjust-log-level-for-unauthorized-devices.patch index bf3ecd83..03c15b0d 100644 --- a/patches/linux/6.12.14/0024-usb-core-adjust-log-level-for-unauthorized-devices.patch +++ b/patches/linux/6.12.16/0024-usb-core-adjust-log-level-for-unauthorized-devices.patch @@ -1,4 +1,4 @@ -From 39832d9e6aff85e80a367f9d43ce09fb239d82ac Mon Sep 17 00:00:00 2001 +From 0ea85ca94b630ed11564c9f5acb91047f642d40b Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Mon, 29 Apr 2024 15:14:51 +0200 Subject: [PATCH 24/26] usb: core: adjust log level for unauthorized devices diff --git a/patches/linux/6.12.14/0025-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch b/patches/linux/6.12.16/0025-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch similarity index 96% rename from patches/linux/6.12.14/0025-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch rename to patches/linux/6.12.16/0025-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch index d859d191..6371bf43 100644 --- a/patches/linux/6.12.14/0025-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch +++ b/patches/linux/6.12.16/0025-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch @@ -1,4 +1,4 @@ -From ba0c10cb8ea89f4ebef34fc0dbee4df3545b8d2d Mon Sep 17 00:00:00 2001 +From 0c9b45daab08a185bbc2867fd70f144eff329f0a Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Thu, 16 Jan 2025 12:35:12 +0100 Subject: [PATCH 25/26] net: dsa: mv88e6xxx: collapse disabled state into diff --git a/patches/linux/6.12.14/0026-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch b/patches/linux/6.12.16/0026-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch similarity index 98% rename from patches/linux/6.12.14/0026-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch rename to patches/linux/6.12.16/0026-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch index 888e1ba0..c5bcdcde 100644 --- a/patches/linux/6.12.14/0026-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch +++ b/patches/linux/6.12.16/0026-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch @@ -1,4 +1,4 @@ -From 43a67b5bb9b829e3317cc1fb9166f1ee6dea1b1e Mon Sep 17 00:00:00 2001 +From 8fedc0ece436b194c8188d2df7ba3ecef611f7bd Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 12 Feb 2025 22:03:14 +0100 Subject: [PATCH 26/26] net: dsa: mv88e6xxx: Only activate LAG offloading when