summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* common: Drop display_options.h from common headerSimon Glass2022-08-102-0/+2
* net: bootp: Make root path (option 17) length configurableAndre Kalb2022-08-082-1/+7
* Audit <flash.h> inclusionTom Rini2022-08-041-0/+2
* net: Remove CONFIG_SYS_DIRECT_FLASH_TFTPTom Rini2022-08-041-39/+13
* Merge branch 'master' into nextTom Rini2022-06-201-1/+1
|\
| * net: Fix discuss discard typoMarek Vasut2022-06-161-1/+1
* | net: Add support for reading mac addresses from nvmem cellsSean Anderson2022-06-081-4/+9
* | net: dsa: Fix segmentation fault if master fails to probeSean Anderson2022-06-081-2/+4
|/
* net: Check for the minimum IP fragmented datagram sizeFabio Estevam2022-06-031-0/+3
* net: nfs: Fix CVE-2022-30767 (old CVE-2019-14196)Andrea zi0Black Cappa2022-05-261-3/+1
* net: mdio-uclass: add dm_phy_find_by_ofnode() helperMarek Behún2022-05-041-0/+22
* bootstd: ethernet: Add a bootdev driverSimon Glass2022-04-254-0/+119
* Allow colon in PXE bootfile URLsLyle Franklin2022-04-221-2/+7
* net: tftp: fix tftp server initializationArjan Minzinga Zijlstra2022-04-121-0/+2
* treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NAMarek Behún2022-04-101-2/+2
* net: introduce helpers to get PHY interface mode from a device/ofnodeMarek Behún2022-04-101-17/+1
* treewide: use dm_mdio_read/write/reset() wrappersMarek Behún2022-04-102-27/+8
* net: mdio-uclass: add wrappers for read/write/reset operationsMarek Behún2022-04-101-0/+31
* net: introduce helpers to get PHY ofnode from MACMarek Behún2022-04-101-18/+6
* net: mdio-uclass: use ARRAY_SIZE()Marek Behún2022-04-101-6/+5
* net: mdio-uclass: fix type for phy_mode_str and phy_handle_strMarek Behún2022-04-101-5/+6
* Convert CONFIG_SYS_RX_ETH_BUFFER to KconfigTom Rini2022-03-251-0/+9
* Convert CONFIG_TFTP_PORT to KconfigTom Rini2022-03-251-0/+18
* Convert CONFIG_SYS_FAULT_ECHO_LINK_DOWN to KconfigTom Rini2022-03-251-0/+7
* Convert CONFIG_NFS_TIMEOUT to KconfigTom Rini2022-03-181-7/+2