summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2020-05-18MA-16457-2 support reboot-fastboot command in u-bootHaoran.Wang
2020-04-26MLK-23574-28 net: Add eth phy generic driver for shared MDIOYe Li
2020-04-23MLK-14862 net: eth-uclass: add return value checkPeng Fan
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
2019-07-15net: introduce MDIO DM class for MDIO devicesAlex Marginean
2019-06-14net: Convert CONFIG_TFTP_BLOCKSIZE to KconfigMarek Vasut
2019-06-14net: Convert CONFIG_IP_DEFRAG to KconfigMarek Vasut
2019-06-01net: eth-uclass: Support device tree MAC addressesThierry Reding
2019-06-01net: eth-uclass: Write MAC address to hardware after probeThierry Reding
2019-02-02lmb: handle more than one DRAM BANKSimon Goldschmidt
2019-01-26lib: lmb: rename lmb_get_unreserved_size to lmb_get_free_sizeSimon Goldschmidt
2019-01-24net: remove CONFIG_MCAST_TFTPChris Packham
2019-01-24net: move ether_crc to tsec driverChris Packham
2019-01-24net: explicitly assign errno to return code in case of network failureThomas RIENOESSL