summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
2022-12-02net: CONFIG_NET_DEVICES in dhcp_handler()Heinrich Schuchardt1-1/+1
2022-11-28net: Add wget applicationYing-Chun Liu (PaulLiu)3-0/+445
2022-11-28net: Add TCP protocolYing-Chun Liu (PaulLiu)4-0/+767
2022-11-28net: deal with fragment-overlapping-two-holes caseRasmus Villemoes1-3/+7
2022-11-28net: tftp: sanitize tftp block size, especially for TXRasmus Villemoes1-0/+47
2022-11-28net: tftp: use IS_ENABLED(CONFIG_NET_TFTP_VARS) instead of #ifRasmus Villemoes1-28/+28
2022-11-28net: fix ip_len in reassembled IP datagramRasmus Villemoes1-2/+2
2022-11-28net: (actually/better) deal with CVE-2022-{30790,30552}Rasmus Villemoes1-1/+9
2022-11-28net: compare received length to sizeof(ip_hdr), not sizeof(ip_udp_hdr)Rasmus Villemoes1-2/+6
2022-11-28net: improve check for no IP optionsRasmus Villemoes1-1/+1
2022-11-06efi_loader: Let networking support depend on NETDEVICESJan Kiszka1-1/+3
2022-10-21cmd: Add ncsi commandSamuel Mendoza-Jonas1-0/+1
2022-10-21net: NC-SI setup and handlingSamuel Mendoza-Jonas1-1/+25
2022-10-18net: eth-uclass: Do not set device on errorMichal Suchanek1-0/+2
2022-10-18dm: treewide: Use uclass_first_device_err when accessing one deviceMichal Suchanek1-2/+2
2022-09-29dm: core: Drop ofnode_is_available()Simon Glass1-1/+1
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese1-1/+1