summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-09-17Kconfig: 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-22NFS: Add error message when U-Boot NFS version (V2) is not supported by NFS s...Guillaume GARDET1-1/+16
2016-06-13net: 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-29net: 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
2016-01-08net: remove scary warning about EEPROM provided MAC addressAndre Przywara1-2/+0
2016-01-07net: Fix delay in net_retry testJoe Hershberger1-4/+3
2016-01-07dm: eth: Stick to 'ethact' when 'ethrotate' is 'no' in eth_init()Bin Meng1-4/+20
2016-01-07dm: eth: Test 'ethrotate' before changing current ethernet deviceBin Meng1-0/+11
2015-12-18dm: net: Fix DM for targets which use MANUAL_RELOCMichal Simek1-0/+28
2015-11-20Move console definitions into a new console.h fileSimon Glass1-0/+1
2015-10-29net: eth: Check return value in various placesBin Meng1-18/+25
2015-10-29net: eth: Clear MAC address in eth_pre_remove()Bin Meng1-0/+5
2015-10-29net: Increase the size of the net_boot_file_name bufferJacob Stiffler1-1/+1
2015-10-29net: parse DHCP options from overloaded file/sname fieldsStefan Brüns1-10/+32
2015-10-29net: Do not overwrite options found in overloaded 'file' fieldStefan Brüns1-26/+18