summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-08-18Merge tag 'net-20250818' of https://source.denx.de/u-boot/custodians/u-boot-netTom Rini
2025-08-18phy: cadence: torrent: Set an error code for returnAndrew Goodbody
2025-08-18phy: cadence: sierra: Remove variable that is not assigned toAndrew Goodbody
2025-08-18net: ks8851_mll: Remove unreachable codeAndrew Goodbody
2025-08-18net: lwip: ping: set net_try_count to 1Jerome Forissier
2025-08-18net: cortina_ni: Fix typo accessing wrong phyAndrew Goodbody
2025-08-18lwip: sntp: remove redundant sys_check_timeouts()Jerome Forissier
2025-08-18lwip: tftp: resend initial requestJerome Forissier
2025-08-18net: introduce CONFIG_DNSJerome Forissier
2025-08-18net: octeontx2: NULL check before dereferenceAndrew Goodbody
2025-08-18net: octeontx2: Restore default value for errAndrew Goodbody
2025-08-18net: mvpp2: Use field just assigned in error testAndrew Goodbody
2025-08-18net: mvpp2: Cannot test unsigned variable to be negativeAndrew Goodbody
2025-08-18net: mvpp2: Return -ENOMEM for failed allocAndrew Goodbody
2025-08-18net: mvpp2: Fix impossible testAndrew Goodbody
2025-08-18net: mv88e6xxx: Fix logical operator instead of bitwiseAndrew Goodbody
2025-08-18net: mediatek: Use correct variable for returnAndrew Goodbody
2025-08-18net: ldpaa_eth: Fix buffer overflow in memsetAndrew Goodbody
2025-08-18net: add missing SPDX-License-Identifier for files originating from LiMonMax Merchel
2025-08-18net: lwip: add Kconfig option to show ICMP unreachable errorsJerome Forissier
2025-08-18lwip: icmp: allow reporting ICMP destination unreachableJerome Forissier
2025-08-18net: phy: broadcom: add support for BCM54612EJim Liu
2025-08-18net: designware: Fix get_timer value overflowJim Liu
2025-08-18phy: marvell: Cannot test unsigned field to be negativeAndrew Goodbody
2025-08-18phy: marvell: Fix off by 1 limit checksAndrew Goodbody
2025-08-18net: phy: vitesse: Fix incorrect test for timeoutAndrew Goodbody
2025-08-18net: octeontx: Free allocated memory on errorAndrew Goodbody
2025-08-18net: octeontx: Remove unneeded testAndrew Goodbody
2025-08-18net: octeontx: Remove unneeded codeAndrew Goodbody
2025-08-17Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-shTom Rini
2025-08-17configs: Remove redundant CONFIG_TEXT_BASE assignments for Renesas defconfigsLad Prabhakar
2025-08-17arm64: dts: renesas: r8a779g3: Describe generic SPI NOR support on Retronix R...Marek Vasut
2025-08-17arm64: dts: renesas: r8a779g3: Set VDDQ18_25_AVB voltage on Retronix R-Car V4...Marek Vasut
2025-08-17arm64: dts: renesas: r8a779g3: Invert microSD voltage selector on Retronix R-...Marek Vasut
2025-08-17arm64: renesas: r8a779g3: Enable xHCI USB on Retronix R-Car V4H Sparrow Hawk ...Marek Vasut
2025-08-17arm64: renesas: r8a779g3: Disable dual-rank DRAM on Retronix R-Car V4H ES2 Sp...Marek Vasut
2025-08-17arm64: renesas: r8a779g3: Disable MicroSD UHS modes on Retronix R-Car V4H Spa...Marek Vasut
2025-08-17pci: pcie-rcar-gen4: Fix PHY initializationMarek Vasut
2025-08-14bootstd: rauc: Change global method to check any partitionMartin Schwan
2025-08-14env: Correct Kconfig type for ENV_MMC_SW_PARTITIONTom Rini
2025-08-14Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini
2025-08-14arch/riscv/lib: update memmove and memcpy for big-endianBen Dooks
2025-08-14starfive: fix return code of `mac write_eeprom`Heinrich Schuchardt
2025-08-14board: MAINTAINERS: Add Voyager board maintainerLeo Yu-Chi Liang
2025-08-14doc: board: voyager: Add documentation for VoyagerLeo Yu-Chi Liang
2025-08-14configs: andes: add Voyager board defconfigLeo Yu-Chi Liang
2025-08-14board: andestech: Add Voyager board supportLeo Yu-Chi Liang
2025-08-14riscv: dts: andes: Add Voyager device treeLeo Yu-Chi Liang
2025-08-14riscv: board: Add Andes Voyager board Kconfig supportLeo Yu-Chi Liang
2025-08-14common: spl: fix compilation warningLeo Yu-Chi Liang