summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-10-16net: lwip: add wget commandJerome Forissier
2024-10-16net: lwip: add dns commandJerome Forissier
2024-10-16net: lwip: add ping commandJerome Forissier
2024-10-16net: lwip: add TFTP support and tftpboot commandJerome Forissier
2024-10-16net: lwip: add DHCP support and dhcp commmandJerome Forissier
2024-10-16net: eth-uclass: add function eth_start_udev()Jerome Forissier
2024-10-16net: split net into net{,-common,-legacy,-lwip}Jerome Forissier
2024-10-16net: introduce alternative implementation as net/lwip/Jerome Forissier
2024-10-15net: correct wget_connected debug messagesHeinrich Schuchardt
2024-10-15net/wget: set filesizeHeinrich Schuchardt
2024-10-11Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD"Tom Rini
2024-10-11global: Rename SPL_TPL_ to PHASE_Simon Glass
2024-10-11global: Rename SPL_ to XPL_Simon Glass
2024-10-11global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass
2024-10-10tftp: implement support for LED activityChristian Marangi
2024-09-24Merge patch series "Miscellaneous fixes"Tom Rini
2024-09-24net: wget: allow EFI bootJerome Forissier
2024-09-24net: wget: removed unused function wget_success()Jerome Forissier
2024-09-20wget: rework the logic to validate the load addressSughosh Ganu
2024-09-20tftp: rework the logic to validate the load addressSughosh Ganu
2024-09-12include: export uuid.hCaleb Connolly
2024-09-10net: guard call to tftp_start() with IS_ENABLED(CONFIG_CMD_TFTPBOOT)Jerome Forissier
2024-09-03lmb: remove the lmb_init_and_reserve() functionSughosh Ganu
2024-09-03lmb: allow lmb module to be used in SPLSughosh Ganu
2024-09-03lmb: make LMB memory map persistent and globalSughosh Ganu
2024-08-15sandbox: Enable wget commandYasuharu Shibata
2024-08-01net/tftp: make tftpput working with servers that do not use OACKMikhail Kshevetskiy
2024-07-31net: remove duplicate eth_env_set_enetaddr_by_index() declarationAlexander Sverdlin
2024-07-15net: Remove duplicate newlinesMarek Vasut
2024-07-05Fix Kconfig coding style from spaces to tabAnand Moon
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-20Merge tag 'v2024.07-rc3' into nextTom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-15net: eth-uclass: guard against reentrant eth_init()/eth_halt() callsMatthias Schiffer
2024-05-06net: Remove <common.h> and add needed includesTom Rini
2024-05-05rng: Introduce SPL_DM_RNGMarek Vasut
2024-05-03net: consider option-length when parsing NIS domainHeinrich Schuchardt
2024-04-18net: add support to parse the NIS domain for the dhcp optionsCharles Hardin
2024-04-16net: wget: fix TCP sequence number wrap around issueYasuharu Shibata
2024-04-16net: wget: Support retransmission a dropped packetYasuharu Shibata
2024-04-10net: nfs: fix file handle length in NFSv3Sébastien Szymanski
2024-03-26net: mdio-uclass: Bind and probe generic Ethernet PHY driverRoger Quadros
2024-03-07net: mdio: Handle bus level GPIO ResetRoger Quadros
2024-01-17net: tftp: remove explicit efi configuration dependencyAKASHI Takahiro
2024-01-09fastboot: multiresponse supportIon Agorria
2024-01-03Merge tag 'v2024.01-rc6' into nextTom Rini
2023-12-21global: Drop common.h inclusionTom Rini
2023-12-19net: fix NetConsole documentation referenceBaruch Siach
2023-12-19net: wget: Support non-default HTTP portMarek Vasut
2023-11-22net: Make NET imply NETDEVICESTom Rini