aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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-14net: bootp: Fix compile error processing ntpserver optionChris Packham1-1/+1
2018-05-10SPDX: 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-08net: 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-27Kconfig: cmd: Make networking command dependent on NETMichal Simek1-0/+11
2018-02-23Convert CONFIG_BOOTP_BOOTPATH et al to KconfigAdam Ford1-0/+18
2018-02-08Convert CONFIG LIB_HW_RAND to KconfigAdam Ford1-1/+0
2018-01-15net: dhcp: Allow "MAY_FAIL" to still try each adapterJoe Hershberger1-5/+12
2018-01-15net: Remove nfs.h include from bootp.cJoe Hershberger1-1/+0
2017-09-22net/tftp: fix build if CMD_BOOTEFI is not setJörg Krause1-0/+2
2017-09-07net: nfs: Drop CONFIG_NFS_READ_SIZETom Rini1-8/+5
2017-08-16env: Rename some other getenv()-related functionsSimon Glass2-2/+2
2017-08-16env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()Simon Glass3-6/+6
2017-08-16env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass2-2/+2
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass6-24/+24
2017-08-16env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass4-8/+8
2017-08-16env: Rename common functions related to setenv()Simon Glass1-2/+2
2017-08-16env: Rename setenv() to env_set()Simon Glass4-6/+6
2017-08-07net: Use packed structures for networkingDenis Pynkin4-4/+4
2017-08-07net: Fix compile failure in net.cHolger Dengler1-2/+2
2017-08-07net: tftp: silence a subscript above array bounds compile time warningVladimir Zapolskiy1-2/+2
2017-08-07net: Get mac address from driver as seedJimmy Du1-2/+2
2017-06-02net: core: avoid possible NULL pointer dereferencexypron.glpk@gmx.de1-1/+2
2017-05-12net: Disable the format-extra-args warningTom Rini1-0/+5
2017-05-12net/arp: remove superfluous assignmentsxypron.glpk@gmx.de1-3/+0
2017-03-26net: link_local: Fix netmask endianness bugAlexandre Messier1-1/+1
2017-03-20net: don't override ethernet address environmentRoger Quadros1-0/+3
2017-02-07net: core: cosmetic: A MAC address is not limited to SROMoliver@schinagl.nl1-1/+1
2017-02-07net: cosmetic: Make the MAC address string less magicaloliver@schinagl.nl1-1/+1
2017-02-07net: cosmetic: Do not use magic values for ARP_HLENoliver@schinagl.nl2-10/+10
2017-01-21status_led: Kconfig migrationUri Mashiach2-12/+14
2016-11-13net: write enetaddr down to hardware on env_callbackMarek Vasut1-0/+1
2016-11-07net: use random ethernet address if invalid and not zeroSiva Durga Prasad Paladugu1-1/+2
2016-10-13net: write enetaddr down to hardware on env_callbackHannes Schmelzer1-0/+1
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1