summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeLines
* MLK-14862 net: eth-uclass: add return value checkPeng Fan2017-05-11-2/+12
* net: core: cosmetic: A MAC address is not limited to SROMoliver@schinagl.nl2017-02-07-1/+1
* net: cosmetic: Make the MAC address string less magicaloliver@schinagl.nl2017-02-07-1/+1
* net: cosmetic: Do not use magic values for ARP_HLENoliver@schinagl.nl2017-02-07-10/+10
* status_led: Kconfig migrationUri Mashiach2017-01-21-12/+14
* net: write enetaddr down to hardware on env_callbackMarek Vasut2016-11-13-0/+1
* net: use random ethernet address if invalid and not zeroSiva Durga Prasad Paladugu2016-11-07-1/+2
* net: write enetaddr down to hardware on env_callbackHannes Schmelzer2016-10-13-0/+1
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-23-1/+1
* Kconfig: spl: Add SPL support options to KconfigSimon Glass2016-09-16-3/+0
* Revert "net: nfs: Correct the reply data buffer size"Joe Hershberger2016-09-09-1/+1
* Revert "net: nfs: Use the tx buffer to construct rpc msgs"Joe Hershberger2016-09-09-45/+43
* net: nfs: Simplify rpc_add_credentials()Joe Hershberger2016-08-22-16/+3
* net: nfs: Use the tx buffer to construct rpc msgsJoe Hershberger2016-08-22-43/+45
* net: nfs: Move some prints to debug statementsJoe Hershberger2016-08-22-21/+22
* net: nfs: Use consistent names for the rpc_pktJoe Hershberger2016-08-22-17/+17
* net: nfs: Correct a commentJoe Hershberger2016-08-22-1/+1
* net: nfs: Consolidate handling of NFSv3 attributesJoe Hershberger2016-08-22-92/+59
* net: nfs: Fix lines that are too longJoe Hershberger2016-08-22-3/+6
* net: nfs: Correct the reply data buffer sizeJoe Hershberger2016-08-22-1/+1
* net: nfs: Share the file handle buffer for v2 / v3Joe Hershberger2016-08-22-7/+5
* net: NFS: Add NFSv3 supportGuillaume GARDET2016-08-22-47/+242
* net: nfs: Remove unused defineJoe Hershberger2016-08-22-2/+0
* net: nfs: Remove separate buffer for default nameJoe Hershberger2016-08-22-3/+1
* net: Stop including NFS overhead in defragment maxJoe Hershberger2016-08-22-9/+1
* Various, unrelated tree-wide typo fixes.Robert P. J. Day2016-07-16-1/+1
* net: Fix incorrect RPC packets on 64-bit systemsRalf Hubert2016-07-06-6/+6
* NFS: Add error message when U-Boot NFS version (V2) is not supported by NFS s...Guillaume GARDET2016-06-21-1/+16
* net: Handle an empty bootp extension sectionAndre Renaud2016-06-12-0/+9
* net: Optionally use pxe client arch from variableAlexander Graf2016-05-27-7/+15
* distro: Add efi pxe boot codeAlexander Graf2016-05-27-2/+11
* net: Move CONFIG_SPL_NET_VCI_STRING into KconfigAlexander Graf2016-05-27-0/+3
* net: Fix client identifiers for ARMAlexander Graf2016-05-27-1/+2
* net: Move the VCI and client arch values to KconfigAlexander Graf2016-05-27-0/+12
* bootp: Move vendor class identifier set to functionAlexander Graf2016-05-27-13/+13
* efi_loader: Add network access supportAlexander Graf2016-05-27-2/+6
* bootp: Prevent u-boot from using others responses.Anton Persson2016-03-27-0/+2
* net: bootp: Add environment variable for timeout periodAlexandre Messier2016-02-26-1/+10
* microblaze: Correct build error in eth-uclass.cSimon Glass2016-02-06-0/+2
* net: Add bootfile in DHCP RequestAlexandre Messier2016-01-28-0/+1
* net: Rename eth.c to eth_lecacy.cSimon Glass2016-01-28-1/+1
* net: Move driver-model code into its own fileSimon Glass2016-01-28-543/+553
* net: Move remaining common functions to eth_common.cSimon Glass2016-01-28-104/+113
* net: Move environment functions to the common fileSimon Glass2016-01-28-43/+59
* net: Move common init into a new eth_common.c fileSimon Glass2016-01-28-28/+53
* net: Don't call board/cpu_eth_init() with driver modelSimon Glass2016-01-28-2/+2
* net: bootp: Ignore packets whose yiaddr is 0Peng Fan2016-01-28-0/+3
* net: remove scary warning about EEPROM provided MAC addressAndre Przywara2016-01-08-2/+0
* net: Fix delay in net_retry testJoe Hershberger2016-01-07-4/+3
* dm: eth: Stick to 'ethact' when 'ethrotate' is 'no' in eth_init()Bin Meng2016-01-07-4/+20