aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
2023-04-07net: phy: Only call phy_init() on systems needing manual relocationMarek Vasut1-1/+1
2023-03-30net: Pull board_interface_eth_init() into common codeMarek Vasut1-0/+7
2023-03-02Correct SPL uses of PHY_FIXEDSimon Glass1-1/+1
2023-02-10Correct SPL use of NETDEVICESSimon Glass1-1/+1
2023-02-09Correct SPL uses of FASTBOOT_FLASHSimon Glass1-1/+1
2023-02-02net: ipv6: Fixed IPv6 string to address conversion off-by-one errorEhsan Mohandesi1-1/+1
2023-02-02net: ipv6: Fix IPv6 netmask parsingSean Edmond1-3/+6
2023-02-02net: tftp: Fix for DATA ACK for block count out of orderSean Edmond1-0/+8
2023-02-02net: dsa: allow rcv() and xmit() to be optionalTim Harvey1-13/+15
2023-02-02net: dsa: ensure dsa driver has proper opsTim Harvey1-0/+17