aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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
2022-12-29net: wget: fix implicit declarationMichael Walle
2022-12-22net: don't memcpy to NULLHeinrich Schuchardt
2022-12-22net: ipv6: Add missing break into IPv6 protocol handlerViacheslav Mitrofanov
2022-12-22Convert CONFIG_HOSTNAME et al to KconfigTom Rini
2022-12-07net: Remove eth_legacy.cTom Rini
2022-12-05net: ping6: Add ping6 commandViacheslav Mitrofanov
2022-12-05net: tftp: Add IPv6 support for tftpbootViacheslav Mitrofanov
2022-12-05net: ipv6: Incorporate IPv6 support into u-boot net subsystemViacheslav Mitrofanov
2022-12-05net: ipv6: Add implementation of main IPv6 functionsViacheslav Mitrofanov
2022-12-05net: ipv6: Add ip6addr, gatewayip6, serverip6 variables callbacksViacheslav Mitrofanov
2022-12-05net: ipv6: Add Neighbor Discovery Protocol (NDP)Viacheslav Mitrofanov
2022-12-05net: ipv6: Add IPv6 build optionsViacheslav Mitrofanov
2022-12-05net: ipv6: Add IPv6 basic primitivesViacheslav Mitrofanov
2022-12-02net: CONFIG_NET_DEVICES in dhcp_handler()Heinrich Schuchardt