summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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
2022-08-04net: Remove CONFIG_SYS_DIRECT_FLASH_TFTPTom Rini
2022-06-20Merge branch 'master' into nextTom Rini
2022-06-16net: Fix discuss discard typoMarek Vasut
2022-06-08net: Add support for reading mac addresses from nvmem cellsSean Anderson
2022-06-08net: dsa: Fix segmentation fault if master fails to probeSean Anderson
2022-06-03net: Check for the minimum IP fragmented datagram sizeFabio Estevam
2022-05-26net: nfs: Fix CVE-2022-30767 (old CVE-2019-14196)Andrea zi0Black Cappa
2022-05-04net: mdio-uclass: add dm_phy_find_by_ofnode() helperMarek BehĂșn
2022-04-25bootstd: ethernet: Add a bootdev driverSimon Glass