summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
2019-08-11env: Move env_get() to env.hSimon Glass2-0/+2
2019-08-11env: Move env_set() to env.hSimon Glass4-0/+4
2019-08-11env: Move env_get_ulong() to env.hSimon Glass1-0/+1
2019-08-11env: Move env_set_hex() to env.hSimon Glass1-0/+1
2019-08-11env: Move get_env_id() to env.hSimon Glass1-1/+2
2019-07-19net: add MDIO_MUX DM classAlex Marginean2-0/+233
2019-07-15net: introduce MDIO DM class for MDIO devicesAlex Marginean2-0/+116
2019-06-14net: Convert CONFIG_TFTP_BLOCKSIZE to KconfigMarek Vasut1-0/+6
2019-06-14net: Convert CONFIG_IP_DEFRAG to KconfigMarek Vasut1-0/+7
2019-06-01net: eth-uclass: Support device tree MAC addressesThierry Reding1-3/+27
2019-06-01net: eth-uclass: Write MAC address to hardware after probeThierry Reding1-0/+2
2019-02-02lmb: handle more than one DRAM BANKSimon Goldschmidt1-2/+1
2019-01-26lib: lmb: rename lmb_get_unreserved_size to lmb_get_free_sizeSimon Goldschmidt1-1/+1
2019-01-24net: remove CONFIG_MCAST_TFTPChris Packham4-232/+0
2019-01-24net: move ether_crc to tsec driverChris Packham1-24/+0
2019-01-24net: explicitly assign errno to return code in case of network failureThomas RIENOESSL1-0/+1
2019-01-17tftp: prevent overwriting reserved memorySimon Goldschmidt1-10/+63
2018-10-10net: Consolidate UDP header functionsDuncan Hare2-15/+27
2018-10-10net: Don't overwrite waiting packets with asynchronous repliesJoe Hershberger4-6/+19
2018-10-10net: Add an accessor to know if waiting for ARPJoe Hershberger1-3/+8
2018-08-21net: eth-uclass: Fix for DM USB ethernet supportJean-Jacques Hiblot1-1/+2
2018-07-26net: Consolidate the parsing of bootfileJoe Hershberger3-25/+23