aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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
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-07net: phy: Only call phy_init() on systems needing manual relocationMarek Vasut
2023-03-30net: Pull board_interface_eth_init() into common codeMarek Vasut
2023-03-02Correct SPL uses of PHY_FIXEDSimon Glass
2023-02-10Correct SPL use of NETDEVICESSimon Glass
2023-02-09Correct SPL uses of FASTBOOT_FLASHSimon Glass
2023-02-02net: ipv6: Fixed IPv6 string to address conversion off-by-one errorEhsan Mohandesi
2023-02-02net: ipv6: Fix IPv6 netmask parsingSean Edmond
2023-02-02net: tftp: Fix for DATA ACK for block count out of orderSean Edmond
2023-02-02net: dsa: allow rcv() and xmit() to be optionalTim Harvey
2023-02-02net: dsa: ensure dsa driver has proper opsTim Harvey
2023-02-02net: dsa: move cpu port probe to dsa_post_probeTim Harvey
2023-02-02net: mdio-uclass: scan for dm mdio children on post-bindTim Harvey
2023-01-23bootstd: Add a new pre-scan priority for bootdevsSimon Glass
2023-01-23bootstd: Rename bootdev checkersSimon Glass
2023-01-23bootstd: Add a hunter for ethernetSimon Glass
2023-01-23sandbox: Allow ethernet bootdevs to be disabled for testsSimon Glass
2023-01-23sandbox: Allow ethernet to be disabled at runtimeSimon Glass
2023-01-20global: Finish CONFIG -> CFG migrationTom Rini
2023-01-11fastboot: remove #ifdef CONFIG when it is possiblePatrick Delaunay
2023-01-09Merge branch 'next'Tom Rini