summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-26net: Read bootfile from env on netboot_common()Joe Hershberger1-20/+0
2018-07-26net: Make copy_filename() accept NULL srcJoe Hershberger1-2/+2
2018-07-26net: Re-check prerequisites when autoloadingJoe Hershberger1-0/+20
2018-07-26net: When checking prerequisites, consider boot_file_nameJoe Hershberger1-1/+6
2018-07-26net: Always print basic info for nfs, just like tftpJoe Hershberger1-13/+13
2018-07-26net: Check subnet against the actual ip address in use for nfsJoe Hershberger1-1/+1
2018-07-26net: Correct size of NFS buffersJoe Hershberger1-2/+5
2018-07-26net: Only call halt on a driver that has been init'edJoe Hershberger1-1/+1
2018-07-02net: Add option to prefer bootp/dhcp serveripAlexander Graf1-1/+6
2018-07-02net: Prefer command line argumentsAlexander Graf2-5/+11
2018-07-02net: Add new wol command - Wake on LANLothar Felten4-0/+181
2018-07-02net: fastboot: Fix build when FASTBOOT_FLASH is disabledAlex Kiernan1-0/+2
2018-06-13net: nfs: don't fail when nfs_read_reply returns -NFS_RPC_DROPVasily Khoruzhick1-0/+2
2018-06-13net: Protect net_state from reentrant net_loop()Leonid Iziumtsev1-0/+3
2018-06-13net: Initialize as many ethernet devices as possibleMario Six1-2/+2
2018-06-13net: Always align tx packetsMario Six2-2/+4
2018-05-30net: fastboot: Merge AOSP UDP fastbootAlex Kiernan3-0/+325
2018-05-15net: bootp: Fix compile error processing ntpserver optionChris Packham1-1/+1
2018-05-11SPDX: Convert a few files that were missed beforeTom Rini7-7/+7
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini11-23/+11
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2018-04-13net: Make core net code depend on NET instead of CMD_NETJoe Hershberger1-5/+5
2018-04-13net: Move net command options to the cmd menuJoe Hershberger1-50/+0
2018-04-13net: Make CMD_NET a menuconfigJoe Hershberger2-12/+11
2018-04-09net: Move enetaddr env access code to env config instead of net configAlex Kiernan1-30/+1
2018-03-22net: Only access network devices after initAlexander Graf1-2/+2
2018-03-22net: Fix netretry conditionLeonid Iziumtsev1-1/+1
2018-02-28Kconfig: cmd: Make networking command dependent on NETMichal Simek1-0/+11