summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: phy: Only call phy_init() on systems needing manual relocationMarek Vasut2023-04-071-1/+1
* net: Pull board_interface_eth_init() into common codeMarek Vasut2023-03-301-0/+7
* Correct SPL uses of PHY_FIXEDSimon Glass2023-03-021-1/+1
* Correct SPL use of NETDEVICESSimon Glass2023-02-101-1/+1
* Correct SPL uses of FASTBOOT_FLASHSimon Glass2023-02-091-1/+1
* net: ipv6: Fixed IPv6 string to address conversion off-by-one errorEhsan Mohandesi2023-02-021-1/+1
* net: ipv6: Fix IPv6 netmask parsingSean Edmond2023-02-021-3/+6
* net: tftp: Fix for DATA ACK for block count out of orderSean Edmond2023-02-021-0/+8
* net: dsa: allow rcv() and xmit() to be optionalTim Harvey2023-02-021-13/+15
* net: dsa: ensure dsa driver has proper opsTim Harvey2023-02-021-0/+17
* net: dsa: move cpu port probe to dsa_post_probeTim Harvey2023-02-021-1/+10
* net: mdio-uclass: scan for dm mdio children on post-bindTim Harvey2023-02-021-0/+4
* bootstd: Add a new pre-scan priority for bootdevsSimon Glass2023-01-231-2/+2
* bootstd: Rename bootdev checkersSimon Glass2023-01-231-1/+1
* bootstd: Add a hunter for ethernetSimon Glass2023-01-231-23/+41
* sandbox: Allow ethernet bootdevs to be disabled for testsSimon Glass2023-01-231-1/+13
* sandbox: Allow ethernet to be disabled at runtimeSimon Glass2023-01-231-0/+4
* global: Finish CONFIG -> CFG migrationTom Rini2023-01-201-7/+7
* fastboot: remove #ifdef CONFIG when it is possiblePatrick Delaunay2023-01-111-5/+3
* Merge branch 'next'Tom Rini2023-01-094-437/+55
|\
| * Convert CONFIG_HOSTNAME et al to KconfigTom Rini2022-12-221-0/+52
| * net: Remove eth_legacy.cTom Rini2022-12-073-437/+3
* | net: wget: fix implicit declarationMichael Walle2022-12-291-0/+1
* | net: don't memcpy to NULLHeinrich Schuchardt2022-12-221-1/+1
* | net: ipv6: Add missing break into IPv6 protocol handlerViacheslav Mitrofanov2022-12-221-0/+1
|/
* net: ping6: Add ping6 commandViacheslav Mitrofanov2022-12-054-0/+136
* net: tftp: Add IPv6 support for tftpbootViacheslav Mitrofanov2022-12-052-7/+68
* net: ipv6: Incorporate IPv6 support into u-boot net subsystemViacheslav Mitrofanov2022-12-051-1/+22
* net: ipv6: Add implementation of main IPv6 functionsViacheslav Mitrofanov2022-12-051-0/+362
* net: ipv6: Add ip6addr, gatewayip6, serverip6 variables callbacksViacheslav Mitrofanov2022-12-051-0/+48
* net: ipv6: Add Neighbor Discovery Protocol (NDP)Viacheslav Mitrofanov2022-12-052-0/+290
* net: ipv6: Add IPv6 build optionsViacheslav Mitrofanov2022-12-052-0/+11
* net: ipv6: Add IPv6 basic primitivesViacheslav Mitrofanov2022-12-051-0/+31
* net: CONFIG_NET_DEVICES in dhcp_handler()Heinrich Schuchardt2022-12-021-1/+1
* net: Add wget applicationYing-Chun Liu (PaulLiu)2022-11-283-0/+445
* net: Add TCP protocolYing-Chun Liu (PaulLiu)2022-11-284-0/+767
* net: deal with fragment-overlapping-two-holes caseRasmus Villemoes2022-11-281-3/+7
* net: tftp: sanitize tftp block size, especially for TXRasmus Villemoes2022-11-281-0/+47
* net: tftp: use IS_ENABLED(CONFIG_NET_TFTP_VARS) instead of #ifRasmus Villemoes2022-11-281-28/+28
* net: fix ip_len in reassembled IP datagramRasmus Villemoes2022-11-281-2/+2
* net: (actually/better) deal with CVE-2022-{30790,30552}Rasmus Villemoes2022-11-281-1/+9
* net: compare received length to sizeof(ip_hdr), not sizeof(ip_udp_hdr)Rasmus Villemoes2022-11-281-2/+6
* net: improve check for no IP optionsRasmus Villemoes2022-11-281-1/+1
* efi_loader: Let networking support depend on NETDEVICESJan Kiszka2022-11-061-1/+3
* cmd: Add ncsi commandSamuel Mendoza-Jonas2022-10-211-0/+1
* net: NC-SI setup and handlingSamuel Mendoza-Jonas2022-10-211-1/+25
* net: eth-uclass: Do not set device on errorMichal Suchanek2022-10-171-0/+2
* dm: treewide: Use uclass_first_device_err when accessing one deviceMichal Suchanek2022-10-171-2/+2
* dm: core: Drop ofnode_is_available()Simon Glass2022-09-291-1/+1
* cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese2022-09-181-1/+1