summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-3/+3
2020-07-08net: dm: Remove warning about EEPROM provided MAC addressAndre Przywara1-2/+0
2020-06-12net: move random_port() to dnsBaruch Siach2-14/+10
2020-06-12net: tftp: fix option validation as per RFCsRavik Hasija1-7/+52
2020-06-12net: tftp: fix progress marker for file transferRavik Hasija1-7/+9
2020-06-12net: Fix error if some network features are disabledKrebs, Olaf1-2/+4
2020-05-19common: Drop linux/delay.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop linux/bug.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass14-0/+14
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass2-0/+2
2020-05-19common: Drop image.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop bootstage.h from common headerSimon Glass5-0/+5
2020-05-19common: Drop net.h from common headerSimon Glass3-0/+3
2020-05-18common: Drop uuid.h from common headerSimon Glass1-0/+1
2020-05-10net: Add eth phy generic driver for shared MDIOYe Li1-0/+5
2020-05-10net: eth-uclass: add return value checkPeng Fan1-2/+10
2020-04-27net: tftp: remove TFTP_MTU_BLOCKSIZEPatrick Delaunay1-6/+1
2020-04-27net: tftp: Add help for CONFIG_TFTP_BLOCKSIZEPatrick Delaunay1-0/+4
2020-04-06net: eth-uclass: Fix message if mac is coming from DT or ROMMichal Simek1-5/+7
2020-03-10net: tftp: use correct printf codesHeinrich Schuchardt1-1/+1
2020-02-13net: convert NET_MAXDEFRAG to KconfigRasmus Villemoes2-3/+10
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+3
2020-01-17common: Move the image globals into image.hSimon Glass3-0/+3
2020-01-17image: Rename load_addr, save_addr, save_sizeSimon Glass3-12/+13
2020-01-17common: Move flash_perror() to flash.hSimon Glass1-0/+1
2019-12-15net: Move the checksum functions to lib/Simon Glass2-60/+0
2019-12-09net: mdio-uclass: add dm_eth_phy_connect helper functionAlex Marginean1-0/+90
2019-12-09net: mdio-uclass: rename arguments of dm_mdio_phy_connect for clarityAlex Marginean1-5/+5
2019-12-09net: tftp: Fix too small block sizeAndre Przywara1-1/+1
2019-12-09net: eth-uclass: ignore unavailable devicesMichael Walle1-6/+11
2019-12-09net: tftp: Fix tftp store address check in store_block()Bin Meng1-1/+6
2019-12-09net: avoid address-of-packed-member errorHeinrich Schuchardt1-13/+7
2019-12-09net: nfs: Only link in NFS code outside of SPL buildsTom Rini1-2/+2
2019-12-09net: Always build the string_to_enetaddr() helperJoe Hershberger3-14/+2
2019-12-03common: Move get_ticks() function out of common.hSimon Glass1-0/+1
2019-12-03common: Move random-number functions into their own headerSimon Glass1-0/+1
2019-12-03Drop CONFIG_SHOW_ACTIVITYSimon Glass1-3/+0
2019-09-04net: nfs: remove superfluous packed attributeHeinrich Schuchardt1-1/+1
2019-09-04net: nfs: remove superfluous conversionsHeinrich Schuchardt1-3/+3
2019-09-04CVE-2019-14196: nfs: fix unbounded memcpy with a failed length check at nfs_l...liucheng (G)1-0/+4
2019-09-04CVE-2019-14195: nfs: fix unbounded memcpy with unvalidated length at nfs_read...liucheng (G)1-0/+3
2019-09-04CVE-2019-14194/CVE-2019-14198: nfs: fix unbounded memcpy with a failed length...liucheng (G)1-0/+3
2019-09-04CVE: nfs: fix stack-based buffer overflow in some nfs_handler reply helper fu...liucheng (G)1-0/+3
2019-09-04CVE: net: fix unbounded memcpy of UDP packetliucheng (G)1-0/+3
2019-09-04net: mdio-uclass: name MDIO according to device-name property if presetAlex Marginean1-0/+11
2019-09-04net: introduce packet capture supportRamon Fried5-1/+182
2019-09-04net: Fix Covarity Defect 244093Joe Hershberger1-1/+1
2019-08-12env: Rename environment.h to env_internal.hSimon Glass1-1/+1
2019-08-11env: Drop environment.h header file where not neededSimon Glass4-4/+0
2019-08-11env: net: Move eth_parse_enetaddr() to net.c/hSimon Glass1-0/+12