summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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
2022-11-28net: Add wget applicationYing-Chun Liu (PaulLiu)
2022-11-28net: Add TCP protocolYing-Chun Liu (PaulLiu)
2022-11-28net: deal with fragment-overlapping-two-holes caseRasmus Villemoes
2022-11-28net: tftp: sanitize tftp block size, especially for TXRasmus Villemoes
2022-11-28net: tftp: use IS_ENABLED(CONFIG_NET_TFTP_VARS) instead of #ifRasmus Villemoes
2022-11-28net: fix ip_len in reassembled IP datagramRasmus Villemoes
2022-11-28net: (actually/better) deal with CVE-2022-{30790,30552}Rasmus Villemoes
2022-11-28net: compare received length to sizeof(ip_hdr), not sizeof(ip_udp_hdr)Rasmus Villemoes
2022-11-28net: improve check for no IP optionsRasmus Villemoes
2022-11-06efi_loader: Let networking support depend on NETDEVICESJan Kiszka
2022-10-21cmd: Add ncsi commandSamuel Mendoza-Jonas
2022-10-21net: NC-SI setup and handlingSamuel Mendoza-Jonas
2022-10-17net: eth-uclass: Do not set device on errorMichal Suchanek
2022-10-17dm: treewide: Use uclass_first_device_err when accessing one deviceMichal Suchanek
2022-09-29dm: core: Drop ofnode_is_available()Simon Glass
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese
2022-08-10common: Drop display_options.h from common headerSimon Glass
2022-08-08net: bootp: Make root path (option 17) length configurableAndre Kalb
2022-08-04Audit <flash.h> inclusionTom Rini