aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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