aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: wget: fix TCP sequence number wrap around issueWIP/16Apr2024Yasuharu Shibata2024-04-161-3/+1
* net: wget: Support retransmission a dropped packetYasuharu Shibata2024-04-161-2/+10
* net: nfs: fix file handle length in NFSv3Sébastien Szymanski2024-04-101-5/+13
* net: mdio-uclass: Bind and probe generic Ethernet PHY driverRoger Quadros2024-03-261-0/+41
* net: mdio: Handle bus level GPIO ResetRoger Quadros2024-03-071-1/+36
* net: tftp: remove explicit efi configuration dependencyAKASHI Takahiro2024-01-171-6/+4
* fastboot: multiresponse supportIon Agorria2024-01-091-6/+23
* Merge tag 'v2024.01-rc6' into nextTom Rini2024-01-032-5/+11
|\
| * net: fix NetConsole documentation referenceBaruch Siach2023-12-191-1/+1
| * net: wget: Support non-default HTTP portMarek Vasut2023-12-191-4/+10
* | global: Drop common.h inclusionTom Rini2023-12-214-8/+1
* | net: Make NET imply NETDEVICESTom Rini2023-11-221-0/+1
* | cmd: efidebug: add uri device pathMasahisa Kojima2023-11-181-0/+71
* | net: wget: add wget with dns utility functionMasahisa Kojima2023-11-181-0/+54
* | net: wget: prevent overwriting reserved memoryMasahisa Kojima2023-11-181-7/+73
|/
* net: eth-uclass: Improve error message when MAC is not foundFabio Estevam2023-11-051-1/+1
* net: Add option for tracing packetsSean Anderson2023-11-051-0/+3
* net: eth-uclass: Setup ROM source only when ROM reading passesMichal Simek2023-11-051-3/+7
* net: Get pxe config file from dhcp option 209Sean Edmond2023-11-051-0/+21
* net: dhcp6: Fix OPT_BOOTFILE_PARAM parsingSean Edmond2023-11-051-3/+12
* net: bootp: Fall back to BOOTP from DHCP when unit testingSean Anderson2023-10-171-0/+6
* net: bootp: Move port numbers to headerSean Anderson2023-10-172-3/+3
* net: Fix compiling SPL when fastboot is enabledSean Anderson2023-10-172-4/+4
* Merge branch 'next'Tom Rini2023-10-024-31/+2
|\
| * common: Drop linux/printk.h from common headerWIP/23Sep2023Simon Glass2023-09-241-0/+1
| * net: phy: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut2023-09-141-4/+0
| * net: eth: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut2023-09-141-26/+0
| * net: Fix the displayed value of bytes transferredWIP/2023-08-22-assorted-code-cleanupsSiddharth Vadapalli2023-08-221-1/+1
* | net: wget: Avoid packet queue overflowRichard Weinberger2023-09-221-1/+9
|/
* net: ipv6: router advertisement message length should be within limitsEhsan Mohandesi2023-07-271-0/+2
* bootstd: Use bootdev instead of bootdeviceSimon Glass2023-07-161-1/+1
* Merge tag 'v2023.07-rc6' into nextTom Rini2023-07-052-1/+6
|\
| * net: dhcp6: Fix VCI stringSean Edmond2023-06-141-1/+1
| * net: ipv6: Fix CID 453851 and CID 436278Sean Edmond2023-06-141-0/+5
* | net: dsa: Fix OF fallback lookup for portsMarcus Comstedt2023-06-141-1/+1
|/
* bootstd: Rename distro and syslinux to extlinuxSimon Glass2023-05-131-2/+2
* net: ipv6: Add support for default gateway discovery.Ehsan Mohandesi2023-05-053-11/+256
* net: share fastboot boot handle logic between transportsDmitrii Merkurev2023-05-052-31/+5
* net: add fastboot TCP supportDmitrii Merkurev2023-05-054-8/+159
* net: support being a TCP server to unblock TCP fastbootDmitrii Merkurev2023-05-052-79/+79
* net: dhcp6: Add DHCPv6 (DHCP for IPv6)Sean Edmond2023-05-054-2/+985
* net: add NFSv1 supportThomas RIENOESSL2023-05-051-9/+33
* nfs: handle rpc errors for mount callsThomas RIENOESSL2023-05-051-5/+8
* nfs: factor out generic reply error handlingThomas RIENOESSL2023-05-051-42/+52
* nfs: convert supported_nfs_versions bitfield to an enumThomas RIENOESSL2023-05-051-41/+52
* net: phy: Only call phy_init() on systems needing manual relocationMarek Vasut2023-04-071-1/+1
* net: Pull board_interface_eth_init() into common codeMarek Vasut2023-03-301-0/+7
* Correct SPL uses of PHY_FIXEDSimon Glass2023-03-021-1/+1
* Correct SPL use of NETDEVICESSimon Glass2023-02-101-1/+1
* Correct SPL uses of FASTBOOT_FLASHSimon Glass2023-02-091-1/+1