summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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
2019-12-02common: Move get_ticks() function out of common.hSimon Glass
2019-12-02common: Move random-number functions into their own headerSimon Glass
2019-12-02Drop CONFIG_SHOW_ACTIVITYSimon Glass
2019-09-04net: nfs: remove superfluous packed attributeHeinrich Schuchardt
2019-09-04net: nfs: remove superfluous conversionsHeinrich Schuchardt
2019-09-04CVE-2019-14196: nfs: fix unbounded memcpy with a failed length check at nfs_l...liucheng (G)
2019-09-04CVE-2019-14195: nfs: fix unbounded memcpy with unvalidated length at nfs_read...liucheng (G)
2019-09-04CVE-2019-14194/CVE-2019-14198: nfs: fix unbounded memcpy with a failed length...liucheng (G)
2019-09-04CVE: nfs: fix stack-based buffer overflow in some nfs_handler reply helper fu...liucheng (G)
2019-09-04CVE: net: fix unbounded memcpy of UDP packetliucheng (G)
2019-09-04net: mdio-uclass: name MDIO according to device-name property if presetAlex Marginean
2019-09-04net: introduce packet capture supportRamon Fried
2019-09-04net: Fix Covarity Defect 244093Joe Hershberger
2019-08-11env: Rename environment.h to env_internal.hSimon Glass
2019-08-11env: Drop environment.h header file where not neededSimon Glass
2019-08-11env: net: Move eth_parse_enetaddr() to net.c/hSimon Glass
2019-08-11env: Move env_get() to env.hSimon Glass
2019-08-11env: Move env_set() to env.hSimon Glass
2019-08-11env: Move env_get_ulong() to env.hSimon Glass
2019-08-11env: Move env_set_hex() to env.hSimon Glass
2019-08-11env: Move get_env_id() to env.hSimon Glass
2019-07-18net: add MDIO_MUX DM classAlex Marginean