aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: lwip: add TFTP_BLOCKSIZEJerome Forissier2024-10-162-10/+12
* net: lwip: add wget commandJerome Forissier2024-10-162-0/+358
* net: lwip: add dns commandJerome Forissier2024-10-162-0/+128
* net: lwip: add ping commandJerome Forissier2024-10-162-0/+178
* net: lwip: add TFTP support and tftpboot commandJerome Forissier2024-10-163-4/+306
* net: lwip: add DHCP support and dhcp commmandJerome Forissier2024-10-166-5/+479
* net: eth-uclass: add function eth_start_udev()Jerome Forissier2024-10-161-13/+25
* net: split net into net{,-common,-legacy,-lwip}Jerome Forissier2024-10-163-12/+15
* net: introduce alternative implementation as net/lwip/Jerome Forissier2024-10-163-30/+84
* net: correct wget_connected debug messagesHeinrich Schuchardt2024-10-151-6/+2
* net/wget: set filesizeHeinrich Schuchardt2024-10-151-0/+1
* Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD"WIP/11Oct2024Tom Rini2024-10-113-11/+11
|\
| * global: Rename SPL_TPL_ to PHASE_Simon Glass2024-10-111-3/+3
| * global: Rename SPL_ to XPL_Simon Glass2024-10-111-3/+3
| * global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass2024-10-112-5/+5
* | tftp: implement support for LED activityChristian Marangi2024-10-102-0/+9
* | Merge patch series "Miscellaneous fixes"WIP/24Sep2024-nextTom Rini2024-09-241-7/+4
|\ \
| * | net: wget: allow EFI bootJerome Forissier2024-09-241-0/+4
| * | net: wget: removed unused function wget_success()Jerome Forissier2024-09-241-7/+0
* | | wget: rework the logic to validate the load addressSughosh Ganu2024-09-201-35/+1
* | | tftp: rework the logic to validate the load addressSughosh Ganu2024-09-201-18/+1
| |/ |/|
* | include: export uuid.hCaleb Connolly2024-09-121-1/+1
|/
* net: guard call to tftp_start() with IS_ENABLED(CONFIG_CMD_TFTPBOOT)Jerome Forissier2024-09-101-9/+14
* lmb: remove the lmb_init_and_reserve() functionSughosh Ganu2024-09-032-4/+0
* lmb: allow lmb module to be used in SPLSughosh Ganu2024-09-032-22/+22
* lmb: make LMB memory map persistent and globalSughosh Ganu2024-09-032-6/+4
* sandbox: Enable wget commandYasuharu Shibata2024-08-151-4/+3
* net/tftp: make tftpput working with servers that do not use OACKMikhail Kshevetskiy2024-08-011-1/+8
* net: remove duplicate eth_env_set_enetaddr_by_index() declarationAlexander Sverdlin2024-07-311-16/+0
* net: Remove duplicate newlinesMarek Vasut2024-07-157-8/+0
* Fix Kconfig coding style from spaces to tabAnand Moon2024-07-051-2/+2
* Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2024-05-2026-26/+3
* Merge tag 'v2024.07-rc3' into nextTom Rini2024-05-2026-3/+26
|\
| * Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2024-05-1926-3/+26
* | net: eth-uclass: guard against reentrant eth_init()/eth_halt() callsMatthias Schiffer2024-05-151-8/+32
|/
* net: Remove <common.h> and add needed includesTom Rini2024-05-0626-26/+3
* rng: Introduce SPL_DM_RNGMarek Vasut2024-05-051-1/+1
* net: consider option-length when parsing NIS domainHeinrich Schuchardt2024-05-031-1/+1
* net: add support to parse the NIS domain for the dhcp optionsCharles Hardin2024-04-181-0/+8
* net: wget: fix TCP sequence number wrap around issueWIP/16Apr2024Yasuharu Shibata2024-04-161-3/+1
* net: wget: Support retransmission a dropped packetYasuharu Shibata2024-04-161-2/+10
* net: nfs: fix file handle length in NFSv3Sébastien Szymanski2024-04-101-5/+13
* net: mdio-uclass: Bind and probe generic Ethernet PHY driverRoger Quadros2024-03-261-0/+41
* net: mdio: Handle bus level GPIO ResetRoger Quadros2024-03-071-1/+36
* net: tftp: remove explicit efi configuration dependencyAKASHI Takahiro2024-01-171-6/+4
* fastboot: multiresponse supportIon Agorria2024-01-091-6/+23
* Merge tag 'v2024.01-rc6' into nextTom Rini2024-01-032-5/+11
|\
| * net: fix NetConsole documentation referenceBaruch Siach2023-12-191-1/+1
| * net: wget: Support non-default HTTP portMarek Vasut2023-12-191-4/+10
* | global: Drop common.h inclusionTom Rini2023-12-214-8/+1