summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-09-22net: wget: Avoid packet queue overflowRichard Weinberger1-1/+9
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-06net: ipv6: Add support for default gateway discovery.Ehsan Mohandesi3-11/+256
2023-05-06net: share fastboot boot handle logic between transportsDmitrii Merkurev2-31/+5
2023-05-06net: add fastboot TCP supportDmitrii Merkurev4-8/+159
2023-05-06net: support being a TCP server to unblock TCP fastbootDmitrii Merkurev2-79/+79
2023-05-06net: dhcp6: Add DHCPv6 (DHCP for IPv6)Sean Edmond4-2/+985
2023-05-06net: add NFSv1 supportThomas RIENOESSL1-9/+33
2023-05-06nfs: handle rpc errors for mount callsThomas RIENOESSL1-5/+8
2023-05-06nfs: factor out generic reply error handlingThomas RIENOESSL1-42/+52
2023-05-06nfs: 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-03Correct SPL uses of PHY_FIXEDSimon Glass1-1/+1
2023-02-10Correct SPL use of NETDEVICESSimon Glass1-1/+1
2023-02-10Correct 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
2023-02-02net: dsa: move cpu port probe to dsa_post_probeTim Harvey1-1/+10
2023-02-02net: mdio-uclass: scan for dm mdio children on post-bindTim Harvey1-0/+4
2023-01-24bootstd: Add a new pre-scan priority for bootdevsSimon Glass1-2/+2
2023-01-24bootstd: Rename bootdev checkersSimon Glass1-1/+1
2023-01-24bootstd: Add a hunter for ethernetSimon Glass1-23/+41
2023-01-24sandbox: Allow ethernet bootdevs to be disabled for testsSimon Glass1-1/+13
2023-01-24sandbox: Allow ethernet to be disabled at runtimeSimon Glass1-0/+4
2023-01-20global: Finish CONFIG -> CFG migrationTom Rini1-7/+7
2023-01-11fastboot: remove #ifdef CONFIG when it is possiblePatrick Delaunay1-5/+3
2023-01-09Merge branch 'next'Tom Rini4-437/+55
2022-12-29net: wget: fix implicit declarationMichael Walle1-0/+1
2022-12-22net: don't memcpy to NULLHeinrich Schuchardt1-1/+1
2022-12-22net: ipv6: Add missing break into IPv6 protocol handlerViacheslav Mitrofanov1-0/+1
2022-12-22Convert CONFIG_HOSTNAME et al to KconfigTom Rini1-0/+52
2022-12-08net: Remove eth_legacy.cTom Rini3-437/+3
2022-12-05net: ping6: Add ping6 commandViacheslav Mitrofanov4-0/+136
2022-12-05net: tftp: Add IPv6 support for tftpbootViacheslav Mitrofanov2-7/+68
2022-12-05net: ipv6: Incorporate IPv6 support into u-boot net subsystemViacheslav Mitrofanov1-1/+22
2022-12-05net: ipv6: Add implementation of main IPv6 functionsViacheslav Mitrofanov1-0/+362
2022-12-05net: ipv6: Add ip6addr, gatewayip6, serverip6 variables callbacksViacheslav Mitrofanov1-0/+48
2022-12-05net: ipv6: Add Neighbor Discovery Protocol (NDP)Viacheslav Mitrofanov2-0/+290
2022-12-05net: ipv6: Add IPv6 build optionsViacheslav Mitrofanov2-0/+11
2022-12-05net: ipv6: Add IPv6 basic primitivesViacheslav Mitrofanov1-0/+31