mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
0b6b54eca9
Since the introduction of out-of-band tagging, writing the outbound tag
had been completely broken: First, in place of a port mask containing
the port number, just the port number itself was set in the register
value. Just after that, the full port mask 0x3e (all 5 external ports)
was set unconditionally.
This remained unnoticed because the switch would then use the FDB to
decide where to send unicast packets; broadcast and multicast packets
were however sent to every port.
Fix the port tag computation and only use the full port mask as a
fallback for non-DSA mode, as it was done in the older driver patches
used on Linux 5.15.
Fixes:
|
||
---|---|---|
.. | ||
004-v6.7-firmware-qcom_scm-disable-SDI-if-required.patch | ||
100-ARM-dts-qcom-ipq4019-add-label-to-SCM.patch | ||
104-clk-fix-apss-cpu-overclocking.patch | ||
301-arm-compressed-add-appended-DTB-section.patch | ||
302-arm-compressed-set-ipq40xx-watchdog-to-allow-boot.patch | ||
400-mmc-sdhci-sdhci-msm-use-sdhci_set_clock-instead-of-s.patch | ||
401-mmc-sdhci-msm-comment-unused-sdhci_msm_set_clock.patch | ||
422-firmware-qcom-scm-fix-SCM-cold-boot-address.patch | ||
444-mtd-nand-rawnand-add-support-for-Toshiba-TC58NVG0S3H.patch | ||
700-net-ipqess-introduce-the-Qualcomm-IPQESS-driver.patch | ||
701-net-dsa-add-out-of-band-tagging-protocol.patch | ||
702-net-ipqess-Add-out-of-band-DSA-tagging-support.patch | ||
703-net-qualcomm-ipqess-release-IRQ-s-on-network-device-.patch | ||
704-net-qualcomm-ipqess-enable-threaded-NAPI-by-default.patch | ||
705-ARM-dts-qcom-ipq4019-Add-description-for-the-IPQESS-.patch | ||
706-net-dsa-qca8k-add-IPQ4019-built-in-switch-support.patch | ||
707-arm-dts-ipq4019-add-switch-node.patch | ||
709-ARM-dts-qcom-ipq4019-add-QCA8075-PHY-Package-nodes.patch | ||
710-arm-dts-ipq4019-QCA807x-properties.patch | ||
711-net-qualcomm-ipqess-fix-TX-timeout-errors.patch | ||
850-soc-add-qualcomm-syscon.patch | ||
910-Revert-firmware-qcom_scm-Clear-download-bit-during-r.patch | ||
998-lantiq-atm-hacks.patch | ||
999-atm-mpoa-intel-dsl-phy-support.patch |