aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-02-08Merge commit 'Prepare v2024.01' into masterDmitrii Merkurev
2024-01-23Merge commit 'Prepare v2023.10' into masterDmitrii Merkurev
2024-01-23Merge commit 'Prepare v2023.07' into masterDmitrii Merkurev
2023-12-19net: fix NetConsole documentation referenceBaruch Siach
2023-12-19net: wget: Support non-default HTTP portMarek Vasut
2023-12-05net: handle hanging TCP connections by introducing timeoutDmitrii Merkurev
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-22fastboot: answer ACK before handling incoming commandDmitrii Merkurev
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-13fastboot: add TCP sparse images downloading supportDmitrii Merkurev
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-08-21net: avoid failing the whole net loop on any received RSTDmitrii Merkurev
2023-08-18Merge "fastboot: support fastboot tcp flashing" into mainTreehugger Robot
2023-08-18fastboot: support fastboot tcp flashingDmitrii Merkurev
2023-08-18Merge changes I63fcea23,I7aef153f into mainDmitrii Merkurev
2023-08-17net: fix ndisc ethernet address caching logicDmitrii Merkurev
2023-08-11net: avoid closing TCP session because of any outcoming RSTDmitrii Merkurev
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
2023-05-05net: dhcp6: Add DHCPv6 (DHCP for IPv6)Sean Edmond
2023-05-05net: add NFSv1 supportThomas RIENOESSL
2023-05-05nfs: handle rpc errors for mount callsThomas RIENOESSL
2023-05-05nfs: factor out generic reply error handlingThomas RIENOESSL
2023-05-05nfs: convert supported_nfs_versions bitfield to an enumThomas RIENOESSL
2023-04-27Merge branch 'v2023.04' into masterYing-Chun Liu (PaulLiu)
2023-04-12net: handle fastboot boot commands after TCP connection is closedDmitrii Merkurev
2023-04-11net: update net_ip6 from link_local address when eth device is changedDmitrii Merkurev
2023-04-07net: phy: Only call phy_init() on systems needing manual relocationMarek Vasut
2023-04-06net: add fastboot TCP6 supportDmitrii Merkurev
2023-04-06net: introduce TCP/IP6 supportDmitrii Merkurev