aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* env: Rename common functions related to setenv()Simon Glass2017-08-161-2/+2
* env: Rename setenv() to env_set()Simon Glass2017-08-164-6/+6
* net: Use packed structures for networkingDenis Pynkin2017-08-074-4/+4
* net: Fix compile failure in net.cHolger Dengler2017-08-071-2/+2
* net: tftp: silence a subscript above array bounds compile time warningVladimir Zapolskiy2017-08-071-2/+2
* net: Get mac address from driver as seedJimmy Du2017-08-071-2/+2
* net: core: avoid possible NULL pointer dereferencexypron.glpk@gmx.de2017-06-021-1/+2
* net: Disable the format-extra-args warningTom Rini2017-05-121-0/+5
* net/arp: remove superfluous assignmentsxypron.glpk@gmx.de2017-05-121-3/+0
* net: link_local: Fix netmask endianness bugAlexandre Messier2017-03-261-1/+1
* net: don't override ethernet address environmentRoger Quadros2017-03-201-0/+3
* net: core: cosmetic: A MAC address is not limited to SROMoliver@schinagl.nl2017-02-071-1/+1
* net: cosmetic: Make the MAC address string less magicaloliver@schinagl.nl2017-02-071-1/+1
* net: cosmetic: Do not use magic values for ARP_HLENoliver@schinagl.nl2017-02-072-10/+10
* status_led: Kconfig migrationUri Mashiach2017-01-212-12/+14
* net: write enetaddr down to hardware on env_callbackMarek Vasut2016-11-131-0/+1
* net: use random ethernet address if invalid and not zeroSiva Durga Prasad Paladugu2016-11-071-1/+2
* net: write enetaddr down to hardware on env_callbackHannes Schmelzer2016-10-131-0/+1
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1