summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: ipv6: Add support for default gateway discovery.Ehsan Mohandesi2023-05-053-11/+256
* net: share fastboot boot handle logic between transportsDmitrii Merkurev2023-05-052-31/+5
* net: add fastboot TCP supportDmitrii Merkurev2023-05-054-8/+159
* net: support being a TCP server to unblock TCP fastbootDmitrii Merkurev2023-05-052-79/+79
* net: dhcp6: Add DHCPv6 (DHCP for IPv6)Sean Edmond2023-05-054-2/+985
* net: add NFSv1 supportThomas RIENOESSL2023-05-051-9/+33
* nfs: handle rpc errors for mount callsThomas RIENOESSL2023-05-051-5/+8
* nfs: factor out generic reply error handlingThomas RIENOESSL2023-05-051-42/+52
* nfs: convert supported_nfs_versions bitfield to an enumThomas RIENOESSL2023-05-051-41/+52
* net: phy: Only call phy_init() on systems needing manual relocationMarek Vasut2023-04-071-1/+1
* net: Pull board_interface_eth_init() into common codeMarek Vasut2023-03-301-0/+7
* Correct SPL uses of PHY_FIXEDSimon Glass2023-03-021-1/+1
* Correct SPL use of NETDEVICESSimon Glass2023-02-101-1/+1
* Correct SPL uses of FASTBOOT_FLASHSimon Glass2023-02-091-1/+1
* net: ipv6: Fixed IPv6 string to address conversion off-by-one errorEhsan Mohandesi2023-02-021-1/+1
* net: ipv6: Fix IPv6 netmask parsingSean Edmond2023-02-021-3/+6
* net: tftp: Fix for DATA ACK for block count out of orderSean Edmond2023-02-021-0/+8
* net: dsa: allow rcv() and xmit() to be optionalTim Harvey2023-02-021-13/+15
* net: dsa: ensure dsa driver has proper opsTim Harvey2023-02-021-0/+17
* 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