| Commit message (Expand) | Author | Age | Files | Lines |
* | net: write enetaddr down to hardware on env_callback | Hannes Schmelzer | 2016-10-13 | 1 | -0/+1 |
* | treewide: replace #include <asm/errno.h> with <linux/errno.h> | Masahiro Yamada | 2016-09-23 | 1 | -1/+1 |
* | Kconfig: spl: Add SPL support options to Kconfig | Simon Glass | 2016-09-16 | 1 | -3/+0 |
* | Revert "net: nfs: Correct the reply data buffer size" | Joe Hershberger | 2016-09-09 | 1 | -1/+1 |
* | Revert "net: nfs: Use the tx buffer to construct rpc msgs" | Joe Hershberger | 2016-09-09 | 1 | -45/+43 |
* | net: nfs: Simplify rpc_add_credentials() | Joe Hershberger | 2016-08-22 | 1 | -16/+3 |
* | net: nfs: Use the tx buffer to construct rpc msgs | Joe Hershberger | 2016-08-22 | 1 | -43/+45 |
* | net: nfs: Move some prints to debug statements | Joe Hershberger | 2016-08-22 | 1 | -21/+22 |
* | net: nfs: Use consistent names for the rpc_pkt | Joe Hershberger | 2016-08-22 | 1 | -17/+17 |
* | net: nfs: Correct a comment | Joe Hershberger | 2016-08-22 | 1 | -1/+1 |
* | net: nfs: Consolidate handling of NFSv3 attributes | Joe Hershberger | 2016-08-22 | 1 | -92/+59 |
* | net: nfs: Fix lines that are too long | Joe Hershberger | 2016-08-22 | 1 | -3/+6 |
* | net: nfs: Correct the reply data buffer size | Joe Hershberger | 2016-08-22 | 1 | -1/+1 |
* | net: nfs: Share the file handle buffer for v2 / v3 | Joe Hershberger | 2016-08-22 | 1 | -7/+5 |
* | net: NFS: Add NFSv3 support | Guillaume GARDET | 2016-08-22 | 2 | -47/+242 |
* | net: nfs: Remove unused define | Joe Hershberger | 2016-08-22 | 1 | -2/+0 |
* | net: nfs: Remove separate buffer for default name | Joe Hershberger | 2016-08-22 | 1 | -3/+1 |
* | net: Stop including NFS overhead in defragment max | Joe Hershberger | 2016-08-22 | 1 | -9/+1 |
* | Various, unrelated tree-wide typo fixes. | Robert P. J. Day | 2016-07-16 | 1 | -1/+1 |
* | net: Fix incorrect RPC packets on 64-bit systems | Ralf Hubert | 2016-07-06 | 1 | -6/+6 |
* | NFS: Add error message when U-Boot NFS version (V2) is not supported by NFS s... | Guillaume GARDET | 2016-06-21 | 1 | -1/+16 |
* | net: Handle an empty bootp extension section | Andre Renaud | 2016-06-12 | 1 | -0/+9 |
* | net: Optionally use pxe client arch from variable | Alexander Graf | 2016-05-27 | 1 | -7/+15 |
* | distro: Add efi pxe boot code | Alexander Graf | 2016-05-27 | 1 | -2/+11 |
* | net: Move CONFIG_SPL_NET_VCI_STRING into Kconfig | Alexander Graf | 2016-05-27 | 1 | -0/+3 |
* | net: Fix client identifiers for ARM | Alexander Graf | 2016-05-27 | 1 | -1/+2 |
* | net: Move the VCI and client arch values to Kconfig | Alexander Graf | 2016-05-27 | 1 | -0/+12 |
* | bootp: Move vendor class identifier set to function | Alexander Graf | 2016-05-27 | 1 | -13/+13 |
* | efi_loader: Add network access support | Alexander Graf | 2016-05-27 | 3 | -2/+6 |
* | bootp: Prevent u-boot from using others responses. | Anton Persson | 2016-03-27 | 1 | -0/+2 |
* | net: bootp: Add environment variable for timeout period | Alexandre Messier | 2016-02-26 | 1 | -1/+10 |
* | microblaze: Correct build error in eth-uclass.c | Simon Glass | 2016-02-06 | 1 | -0/+2 |
* | net: Add bootfile in DHCP Request | Alexandre Messier | 2016-01-28 | 1 | -0/+1 |
* | net: Rename eth.c to eth_lecacy.c | Simon Glass | 2016-01-28 | 2 | -1/+1 |
* | net: Move driver-model code into its own file | Simon Glass | 2016-01-28 | 3 | -543/+553 |
* | net: Move remaining common functions to eth_common.c | Simon Glass | 2016-01-28 | 3 | -104/+113 |
* | net: Move environment functions to the common file | Simon Glass | 2016-01-28 | 3 | -43/+59 |
* | net: Move common init into a new eth_common.c file | Simon Glass | 2016-01-28 | 4 | -28/+53 |
* | net: Don't call board/cpu_eth_init() with driver model | Simon Glass | 2016-01-28 | 1 | -2/+2 |
* | net: bootp: Ignore packets whose yiaddr is 0 | Peng Fan | 2016-01-28 | 1 | -0/+3 |
* | net: remove scary warning about EEPROM provided MAC address | Andre Przywara | 2016-01-08 | 1 | -2/+0 |
* | net: Fix delay in net_retry test | Joe Hershberger | 2016-01-07 | 1 | -4/+3 |
* | dm: eth: Stick to 'ethact' when 'ethrotate' is 'no' in eth_init() | Bin Meng | 2016-01-07 | 1 | -4/+20 |
* | dm: eth: Test 'ethrotate' before changing current ethernet device | Bin Meng | 2016-01-07 | 1 | -0/+11 |
* | dm: net: Fix DM for targets which use MANUAL_RELOC | Michal Simek | 2015-12-18 | 1 | -0/+28 |
* | Move console definitions into a new console.h file | Simon Glass | 2015-11-19 | 1 | -0/+1 |
* | net: eth: Check return value in various places | Bin Meng | 2015-10-29 | 1 | -18/+25 |
* | net: eth: Clear MAC address in eth_pre_remove() | Bin Meng | 2015-10-29 | 1 | -0/+5 |
* | net: Increase the size of the net_boot_file_name buffer | Jacob Stiffler | 2015-10-29 | 1 | -1/+1 |
* | net: parse DHCP options from overloaded file/sname fields | Stefan BrĂ¼ns | 2015-10-29 | 1 | -10/+32 |