aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-16Kconfig: spl: Add SPL support options to KconfigSimon Glass1-3/+0
2016-09-09Revert "net: nfs: Correct the reply data buffer size"Joe Hershberger1-1/+1
2016-09-09Revert "net: nfs: Use the tx buffer to construct rpc msgs"Joe Hershberger1-45/+43
2016-08-22net: nfs: Simplify rpc_add_credentials()Joe Hershberger1-16/+3
2016-08-22net: nfs: Use the tx buffer to construct rpc msgsJoe Hershberger1-43/+45
2016-08-22net: nfs: Move some prints to debug statementsJoe Hershberger1-21/+22
2016-08-22net: nfs: Use consistent names for the rpc_pktJoe Hershberger1-17/+17
2016-08-22net: nfs: Correct a commentJoe Hershberger1-1/+1
2016-08-22net: nfs: Consolidate handling of NFSv3 attributesJoe Hershberger1-92/+59
2016-08-22net: nfs: Fix lines that are too longJoe Hershberger1-3/+6
2016-08-22net: nfs: Correct the reply data buffer sizeJoe Hershberger1-1/+1
2016-08-22net: nfs: Share the file handle buffer for v2 / v3Joe Hershberger1-7/+5
2016-08-22net: NFS: Add NFSv3 supportGuillaume GARDET2-47/+242
2016-08-22net: nfs: Remove unused defineJoe Hershberger1-2/+0
2016-08-22net: nfs: Remove separate buffer for default nameJoe Hershberger1-3/+1
2016-08-22net: Stop including NFS overhead in defragment maxJoe Hershberger1-9/+1
2016-07-16Various, unrelated tree-wide typo fixes.Robert P. J. Day1-1/+1
2016-07-06net: Fix incorrect RPC packets on 64-bit systemsRalf Hubert1-6/+6
2016-06-21NFS: Add error message when U-Boot NFS version (V2) is not supported by NFS s...Guillaume GARDET1-1/+16
2016-06-12net: Handle an empty bootp extension sectionAndre Renaud1-0/+9
2016-05-27net: Optionally use pxe client arch from variableAlexander Graf1-7/+15
2016-05-27distro: Add efi pxe boot codeAlexander Graf1-2/+11
2016-05-27net: Move CONFIG_SPL_NET_VCI_STRING into KconfigAlexander Graf1-0/+3
2016-05-27net: Fix client identifiers for ARMAlexander Graf1-1/+2
2016-05-27net: Move the VCI and client arch values to KconfigAlexander Graf1-0/+12
2016-05-27bootp: Move vendor class identifier set to functionAlexander Graf1-13/+13
2016-05-27efi_loader: Add network access supportAlexander Graf3-2/+6
2016-03-27bootp: Prevent u-boot from using others responses.Anton Persson1-0/+2
2016-02-26net: bootp: Add environment variable for timeout periodAlexandre Messier1-1/+10
2016-02-06microblaze: Correct build error in eth-uclass.cSimon Glass1-0/+2
2016-01-28net: Add bootfile in DHCP RequestAlexandre Messier1-0/+1
2016-01-28net: Rename eth.c to eth_lecacy.cSimon Glass2-1/+1
2016-01-28net: Move driver-model code into its own fileSimon Glass3-543/+553
2016-01-28net: Move remaining common functions to eth_common.cSimon Glass3-104/+113
2016-01-28net: Move environment functions to the common fileSimon Glass3-43/+59
2016-01-28net: Move common init into a new eth_common.c fileSimon Glass4-28/+53
2016-01-28net: Don't call board/cpu_eth_init() with driver modelSimon Glass1-2/+2
2016-01-28net: bootp: Ignore packets whose yiaddr is 0Peng Fan1-0/+3