aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-07-15net: Remove duplicate newlinesMarek Vasut
2024-07-05Fix Kconfig coding style from spaces to tabAnand Moon
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-20Merge tag 'v2024.07-rc3' into nextTom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-15net: eth-uclass: guard against reentrant eth_init()/eth_halt() callsMatthias Schiffer
2024-05-06net: Remove <common.h> and add needed includesTom Rini
2024-05-05rng: Introduce SPL_DM_RNGMarek Vasut
2024-05-03net: consider option-length when parsing NIS domainHeinrich Schuchardt
2024-04-18net: add support to parse the NIS domain for the dhcp optionsCharles Hardin
2024-04-16net: wget: fix TCP sequence number wrap around issueYasuharu Shibata
2024-04-16net: wget: Support retransmission a dropped packetYasuharu Shibata
2024-04-10net: nfs: fix file handle length in NFSv3Sébastien Szymanski
2024-03-26net: mdio-uclass: Bind and probe generic Ethernet PHY driverRoger Quadros
2024-03-07net: mdio: Handle bus level GPIO ResetRoger Quadros
2024-01-17net: tftp: remove explicit efi configuration dependencyAKASHI Takahiro
2024-01-09fastboot: multiresponse supportIon Agorria
2024-01-03Merge tag 'v2024.01-rc6' into nextTom Rini
2023-12-21global: Drop common.h inclusionTom Rini
2023-12-19net: fix NetConsole documentation referenceBaruch Siach
2023-12-19net: wget: Support non-default HTTP portMarek Vasut
2023-11-22net: Make NET imply NETDEVICESTom Rini
2023-11-18cmd: efidebug: add uri device pathMasahisa Kojima
2023-11-18net: wget: add wget with dns utility functionMasahisa Kojima
2023-11-18net: wget: prevent overwriting reserved memoryMasahisa Kojima
2023-11-05net: eth-uclass: Improve error message when MAC is not foundFabio Estevam
2023-11-05net: Add option for tracing packetsSean Anderson
2023-11-05net: eth-uclass: Setup ROM source only when ROM reading passesMichal Simek
2023-11-05net: Get pxe config file from dhcp option 209Sean Edmond
2023-11-05net: dhcp6: Fix OPT_BOOTFILE_PARAM parsingSean Edmond
2023-10-17net: bootp: Fall back to BOOTP from DHCP when unit testingSean Anderson
2023-10-17net: bootp: Move port numbers to headerSean Anderson
2023-10-17net: Fix compiling SPL when fastboot is enabledSean Anderson
2023-10-02Merge branch 'next'Tom Rini
2023-09-24common: Drop linux/printk.h from common headerSimon Glass
2023-09-22net: wget: Avoid packet queue overflowRichard Weinberger
2023-09-14net: phy: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut
2023-09-14net: eth: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut
2023-08-22net: Fix the displayed value of bytes transferredSiddharth Vadapalli
2023-07-27net: ipv6: router advertisement message length should be within limitsEhsan Mohandesi
2023-07-16bootstd: Use bootdev instead of bootdeviceSimon Glass
2023-07-05Merge tag 'v2023.07-rc6' into nextTom Rini
2023-06-14net: dhcp6: Fix VCI stringSean Edmond
2023-06-14net: ipv6: Fix CID 453851 and CID 436278Sean Edmond
2023-06-14net: dsa: Fix OF fallback lookup for portsMarcus Comstedt
2023-05-13bootstd: Rename distro and syslinux to extlinuxSimon Glass
2023-05-05net: ipv6: Add support for default gateway discovery.Ehsan Mohandesi
2023-05-05net: share fastboot boot handle logic between transportsDmitrii Merkurev
2023-05-05net: add fastboot TCP supportDmitrii Merkurev
2023-05-05net: support being a TCP server to unblock TCP fastbootDmitrii Merkurev