aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini26-3/+26
2024-05-06net: Remove <common.h> and add needed includesTom Rini26-26/+3
2024-05-05rng: Introduce SPL_DM_RNGMarek Vasut1-1/+1
2024-05-03net: consider option-length when parsing NIS domainHeinrich Schuchardt1-1/+1
2024-04-18net: add support to parse the NIS domain for the dhcp optionsCharles Hardin1-0/+8
2024-04-16net: wget: fix TCP sequence number wrap around issueWIP/16Apr2024Yasuharu Shibata1-3/+1
2024-04-16net: wget: Support retransmission a dropped packetYasuharu Shibata1-2/+10
2024-04-10net: nfs: fix file handle length in NFSv3Sébastien Szymanski1-5/+13
2024-03-26net: mdio-uclass: Bind and probe generic Ethernet PHY driverRoger Quadros1-0/+41
2024-03-07net: mdio: Handle bus level GPIO ResetRoger Quadros1-1/+36
2024-01-17net: tftp: remove explicit efi configuration dependencyAKASHI Takahiro1-6/+4
2024-01-09fastboot: multiresponse supportIon Agorria1-6/+23
2024-01-03Merge tag 'v2024.01-rc6' into nextTom Rini2-5/+11
2023-12-21global: Drop common.h inclusionTom Rini4-8/+1
2023-12-19net: fix NetConsole documentation referenceBaruch Siach1-1/+1
2023-12-19net: wget: Support non-default HTTP portMarek Vasut1-4/+10
2023-11-22net: Make NET imply NETDEVICESTom Rini1-0/+1
2023-11-18cmd: efidebug: add uri device pathMasahisa Kojima1-0/+71
2023-11-18net: wget: add wget with dns utility functionMasahisa Kojima1-0/+54
2023-11-18net: wget: prevent overwriting reserved memoryMasahisa Kojima1-7/+73
2023-11-05net: eth-uclass: Improve error message when MAC is not foundFabio Estevam1-1/+1
2023-11-05net: Add option for tracing packetsSean Anderson1-0/+3
2023-11-05net: eth-uclass: Setup ROM source only when ROM reading passesMichal Simek1-3/+7
2023-11-05net: Get pxe config file from dhcp option 209Sean Edmond1-0/+21
2023-11-05net: dhcp6: Fix OPT_BOOTFILE_PARAM parsingSean Edmond1-3/+12
2023-10-17net: bootp: Fall back to BOOTP from DHCP when unit testingSean Anderson1-0/+6
2023-10-17net: bootp: Move port numbers to headerSean Anderson2-3/+3
2023-10-17net: Fix compiling SPL when fastboot is enabledSean Anderson2-4/+4
2023-10-02Merge branch 'next'Tom Rini4-31/+2
2023-09-24common: Drop linux/printk.h from common headerSimon Glass1-0/+1
2023-09-22net: wget: Avoid packet queue overflowRichard Weinberger1-1/+9
2023-09-14net: phy: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut1-4/+0
2023-09-14net: eth: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut1-26/+0
2023-08-22net: Fix the displayed value of bytes transferredWIP/2023-08-22-assorted-code-cleanupsSiddharth Vadapalli1-1/+1
2023-07-27net: ipv6: router advertisement message length should be within limitsEhsan Mohandesi1-0/+2
2023-07-16bootstd: Use bootdev instead of bootdeviceSimon Glass1-1/+1
2023-07-05Merge tag 'v2023.07-rc6' into nextTom Rini2-1/+6
2023-06-14net: dhcp6: Fix VCI stringSean Edmond1-1/+1
2023-06-14net: ipv6: Fix CID 453851 and CID 436278Sean Edmond1-0/+5
2023-06-14net: dsa: Fix OF fallback lookup for portsMarcus Comstedt1-1/+1
2023-05-13bootstd: Rename distro and syslinux to extlinuxSimon Glass1-2/+2
2023-05-05net: ipv6: Add support for default gateway discovery.Ehsan Mohandesi3-11/+256
2023-05-05net: share fastboot boot handle logic between transportsDmitrii Merkurev2-31/+5
2023-05-05net: add fastboot TCP supportDmitrii Merkurev4-8/+159
2023-05-05net: support being a TCP server to unblock TCP fastbootDmitrii Merkurev2-79/+79
2023-05-05net: dhcp6: Add DHCPv6 (DHCP for IPv6)Sean Edmond4-2/+985
2023-05-05net: add NFSv1 supportThomas RIENOESSL1-9/+33
2023-05-05nfs: handle rpc errors for mount callsThomas RIENOESSL1-5/+8
2023-05-05nfs: factor out generic reply error handlingThomas RIENOESSL1-42/+52
2023-05-05nfs: convert supported_nfs_versions bitfield to an enumThomas RIENOESSL1-41/+52