summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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
2019-01-16tftp: prevent overwriting reserved memorySimon Goldschmidt
2018-10-10net: Consolidate UDP header functionsDuncan Hare
2018-10-10net: Don't overwrite waiting packets with asynchronous repliesJoe Hershberger
2018-10-10net: Add an accessor to know if waiting for ARPJoe Hershberger
2018-08-21net: eth-uclass: Fix for DM USB ethernet supportJean-Jacques Hiblot
2018-07-26net: Consolidate the parsing of bootfileJoe Hershberger
2018-07-26net: Read bootfile from env on netboot_common()Joe Hershberger
2018-07-26net: Make copy_filename() accept NULL srcJoe Hershberger
2018-07-26net: Re-check prerequisites when autoloadingJoe Hershberger
2018-07-26net: When checking prerequisites, consider boot_file_nameJoe Hershberger
2018-07-26net: Always print basic info for nfs, just like tftpJoe Hershberger
2018-07-26net: Check subnet against the actual ip address in use for nfsJoe Hershberger
2018-07-26net: Correct size of NFS buffersJoe Hershberger
2018-07-26net: Only call halt on a driver that has been init'edJoe Hershberger
2018-07-02net: Add option to prefer bootp/dhcp serveripAlexander Graf
2018-07-02net: Prefer command line argumentsAlexander Graf
2018-07-02net: Add new wol command - Wake on LANLothar Felten
2018-07-02net: fastboot: Fix build when FASTBOOT_FLASH is disabledAlex Kiernan
2018-06-13net: nfs: don't fail when nfs_read_reply returns -NFS_RPC_DROPVasily Khoruzhick
2018-06-13net: Protect net_state from reentrant net_loop()Leonid Iziumtsev
2018-06-13net: Initialize as many ethernet devices as possibleMario Six