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