summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
2022-08-10common: Drop display_options.h from common headerSimon Glass2-0/+2
2022-08-08net: bootp: Make root path (option 17) length configurableAndre Kalb2-1/+7
2022-08-04Audit <flash.h> inclusionTom Rini1-0/+2
2022-08-04net: Remove CONFIG_SYS_DIRECT_FLASH_TFTPTom Rini1-39/+13
2022-06-20Merge branch 'master' into nextTom Rini1-1/+1
2022-06-17net: Fix discuss discard typoMarek Vasut1-1/+1
2022-06-08net: Add support for reading mac addresses from nvmem cellsSean Anderson1-4/+9
2022-06-08net: dsa: Fix segmentation fault if master fails to probeSean Anderson1-2/+4
2022-06-03net: Check for the minimum IP fragmented datagram sizeFabio Estevam1-0/+3
2022-05-26net: nfs: Fix CVE-2022-30767 (old CVE-2019-14196)Andrea zi0Black Cappa1-3/+1
2022-05-04net: mdio-uclass: add dm_phy_find_by_ofnode() helperMarek Behún1-0/+22
2022-04-25bootstd: ethernet: Add a bootdev driverSimon Glass4-0/+119
2022-04-22Allow colon in PXE bootfile URLsLyle Franklin1-2/+7
2022-04-12net: tftp: fix tftp server initializationArjan Minzinga Zijlstra1-0/+2
2022-04-10treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NAMarek Behún1-2/+2
2022-04-10net: introduce helpers to get PHY interface mode from a device/ofnodeMarek Behún1-17/+1
2022-04-10treewide: use dm_mdio_read/write/reset() wrappersMarek Behún2-27/+8
2022-04-10net: mdio-uclass: add wrappers for read/write/reset operationsMarek Behún1-0/+31
2022-04-10net: introduce helpers to get PHY ofnode from MACMarek Behún1-18/+6
2022-04-10net: mdio-uclass: use ARRAY_SIZE()Marek Behún1-6/+5
2022-04-10net: mdio-uclass: fix type for phy_mode_str and phy_handle_strMarek Behún1-5/+6
2022-03-25Convert CONFIG_SYS_RX_ETH_BUFFER to KconfigTom Rini1-0/+9
2022-03-25Convert CONFIG_TFTP_PORT to KconfigTom Rini1-0/+18