summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2021-06-23net: eth-uclass: call stop only for active devicesKeerthy
2021-06-23net: eth-uclass: eth_get_dev based on SEQ_ALIAS instead of probe orderKeerthy
2020-10-19net: add a define for the number of packets received as batchPatrick Wildt
2020-10-10net: Expose some errors generated in net_initSean Anderson
2020-09-30sntp: use udp frameworkPhilippe Reynes
2020-09-30net: add a generic udp protocolPhilippe Reynes
2020-09-30net: use log_err() for 'No ethernet found' messageHeinrich Schuchardt
2020-09-30net: tftp: Fix load_block offset calculationLey Foon Tan
2020-09-30net: tftp: Fix store_block offset calculationLey Foon Tan
2020-09-30net: tftp: Fix tftp_prev_block counter updateLey Foon Tan
2020-09-30net: mdio: Fix not calling dev_dbg with a deviceSean Anderson
2020-09-01fastboot: Add support for 'reboot fastboot' commandRoman Kovalivskyi
2020-08-04net: ping: reset stored IP addressMarek Szyprowski
2020-08-04net: tftp: Add client support for RFC 7440Ramon Fried
2020-08-03net: Drop dm.h header file from phy.hSimon Glass
2020-07-28Convert CONFIG_BOOTP_SEND_HOSTNAME to KconfigAdam Ford
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada
2020-07-07net: dm: Remove warning about EEPROM provided MAC addressAndre Przywara
2020-06-12net: move random_port() to dnsBaruch Siach
2020-06-12net: tftp: fix option validation as per RFCsRavik Hasija
2020-06-12net: tftp: fix progress marker for file transferRavik Hasija
2020-06-12net: Fix error if some network features are disabledKrebs, Olaf
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop linux/bug.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop image.h from common headerSimon Glass
2020-05-18common: Drop bootstage.h from common headerSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-05-18common: Drop uuid.h from common headerSimon Glass
2020-05-10net: Add eth phy generic driver for shared MDIOYe Li
2020-05-10net: eth-uclass: add return value checkPeng Fan
2020-04-27net: tftp: remove TFTP_MTU_BLOCKSIZEPatrick Delaunay
2020-04-27net: tftp: Add help for CONFIG_TFTP_BLOCKSIZEPatrick Delaunay
2020-04-06net: eth-uclass: Fix message if mac is coming from DT or ROMMichal Simek
2020-03-09net: tftp: use correct printf codesHeinrich Schuchardt
2020-02-13net: convert NET_MAXDEFRAG to KconfigRasmus Villemoes
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2020-01-17common: Move the image globals into image.hSimon Glass
2020-01-17image: Rename load_addr, save_addr, save_sizeSimon Glass
2020-01-17common: Move flash_perror() to flash.hSimon Glass
2019-12-15net: Move the checksum functions to lib/Simon Glass
2019-12-09net: mdio-uclass: add dm_eth_phy_connect helper functionAlex Marginean
2019-12-09net: mdio-uclass: rename arguments of dm_mdio_phy_connect for clarityAlex Marginean
2019-12-09net: tftp: Fix too small block sizeAndre Przywara
2019-12-09net: eth-uclass: ignore unavailable devicesMichael Walle
2019-12-09net: tftp: Fix tftp store address check in store_block()Bin Meng
2019-12-09net: avoid address-of-packed-member errorHeinrich Schuchardt
2019-12-09net: nfs: Only link in NFS code outside of SPL buildsTom Rini
2019-12-09net: Always build the string_to_enetaddr() helperJoe Hershberger