summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* lmb: handle more than one DRAM BANKSimon Goldschmidt2019-02-021-2/+1
* lib: lmb: rename lmb_get_unreserved_size to lmb_get_free_sizeSimon Goldschmidt2019-01-261-1/+1
* net: remove CONFIG_MCAST_TFTPChris Packham2019-01-244-232/+0
* net: move ether_crc to tsec driverChris Packham2019-01-241-24/+0
* net: explicitly assign errno to return code in case of network failureThomas RIENOESSL2019-01-241-0/+1
* tftp: prevent overwriting reserved memorySimon Goldschmidt2019-01-161-10/+63
* net: Consolidate UDP header functionsDuncan Hare2018-10-102-15/+27
* net: Don't overwrite waiting packets with asynchronous repliesJoe Hershberger2018-10-104-6/+19
* net: Add an accessor to know if waiting for ARPJoe Hershberger2018-10-101-3/+8
* net: eth-uclass: Fix for DM USB ethernet supportJean-Jacques Hiblot2018-08-211-1/+2
* net: Consolidate the parsing of bootfileJoe Hershberger2018-07-263-25/+23
* net: Read bootfile from env on netboot_common()Joe Hershberger2018-07-261-20/+0
* net: Make copy_filename() accept NULL srcJoe Hershberger2018-07-261-2/+2
* net: Re-check prerequisites when autoloadingJoe Hershberger2018-07-261-0/+20
* net: When checking prerequisites, consider boot_file_nameJoe Hershberger2018-07-261-1/+6
* net: Always print basic info for nfs, just like tftpJoe Hershberger2018-07-261-13/+13
* net: Check subnet against the actual ip address in use for nfsJoe Hershberger2018-07-261-1/+1
* net: Correct size of NFS buffersJoe Hershberger2018-07-261-2/+5
* net: Only call halt on a driver that has been init'edJoe Hershberger2018-07-261-1/+1
* net: Add option to prefer bootp/dhcp serveripAlexander Graf2018-07-021-1/+6
* net: Prefer command line argumentsAlexander Graf2018-07-022-5/+11
* net: Add new wol command - Wake on LANLothar Felten2018-07-024-0/+181
* net: fastboot: Fix build when FASTBOOT_FLASH is disabledAlex Kiernan2018-07-021-0/+2
* net: nfs: don't fail when nfs_read_reply returns -NFS_RPC_DROPVasily Khoruzhick2018-06-131-0/+2
* net: Protect net_state from reentrant net_loop()Leonid Iziumtsev2018-06-131-0/+3
* net: Initialize as many ethernet devices as possibleMario Six2018-06-131-2/+2
* net: Always align tx packetsMario Six2018-06-132-2/+4
* net: fastboot: Merge AOSP UDP fastbootAlex Kiernan2018-05-303-0/+325
* net: bootp: Fix compile error processing ntpserver optionChris Packham2018-05-141-1/+1
* SPDX: Convert a few files that were missed beforeTom Rini2018-05-107-7/+7
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0711-23/+11
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* net: Make core net code depend on NET instead of CMD_NETJoe Hershberger2018-04-131-5/+5
* net: Move net command options to the cmd menuJoe Hershberger2018-04-131-50/+0
* net: Make CMD_NET a menuconfigJoe Hershberger2018-04-132-12/+11
* net: Move enetaddr env access code to env config instead of net configAlex Kiernan2018-04-081-30/+1
* net: Only access network devices after initAlexander Graf2018-03-221-2/+2
* net: Fix netretry conditionLeonid Iziumtsev2018-03-221-1/+1
* Kconfig: cmd: Make networking command dependent on NETMichal Simek2018-02-271-0/+11
* Convert CONFIG_BOOTP_BOOTPATH et al to KconfigAdam Ford2018-02-231-0/+18
* Convert CONFIG LIB_HW_RAND to KconfigAdam Ford2018-02-081-1/+0
* net: dhcp: Allow "MAY_FAIL" to still try each adapterJoe Hershberger2018-01-151-5/+12
* net: Remove nfs.h include from bootp.cJoe Hershberger2018-01-151-1/+0
* net/tftp: fix build if CMD_BOOTEFI is not setJörg Krause2017-09-221-0/+2
* net: nfs: Drop CONFIG_NFS_READ_SIZETom Rini2017-09-071-8/+5
* env: Rename some other getenv()-related functionsSimon Glass2017-08-162-2/+2
* env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()Simon Glass2017-08-163-6/+6
* env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass2017-08-162-2/+2
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-166-24/+24
* env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass2017-08-164-8/+8