1. 33c791b net: Make core net code depend on NET instead of CMD_NET by Joe Hershberger · Fri Apr 13 15:26:38 2018 -0500
  2. 0824ad9 net: Move net command options to the cmd menu by Joe Hershberger · Fri Apr 13 15:26:32 2018 -0500
  3. b042946 net: Make CMD_NET a menuconfig by Joe Hershberger · Fri Apr 13 15:26:30 2018 -0500
  4. 9c21549 net: Move enetaddr env access code to env config instead of net config by Alex Kiernan · Sun Apr 01 09:22:38 2018 +0000
  5. 7151149 net: Only access network devices after init by Alexander Graf · Thu Mar 15 15:07:09 2018 +0100
  6. fb7c94c net: Fix netretry condition by Leonid Iziumtsev · Fri Mar 09 15:29:06 2018 +0100
  7. 2f785a1 Kconfig: cmd: Make networking command dependent on NET by Michal Simek · Mon Feb 26 16:01:02 2018 +0100
  8. 58dbf86 Convert CONFIG_BOOTP_BOOTPATH et al to Kconfig by Adam Ford · Tue Feb 06 07:58:59 2018 -0600
  9. 38003a6 Convert CONFIG LIB_HW_RAND to Kconfig by Adam Ford · Tue Feb 06 10:18:18 2018 -0600
  10. 724cc6a net: dhcp: Allow "MAY_FAIL" to still try each adapter by Joe Hershberger · Tue Nov 07 18:13:40 2017 -0800
  11. 7c646e8 net: Remove nfs.h include from bootp.c by Joe Hershberger · Wed Aug 30 17:38:42 2017 -0500
  12. 6f341f5 net/tftp: fix build if CMD_BOOTEFI is not set by Jörg Krause · Fri Sep 15 22:16:48 2017 +0200
  13. bc27488 net: nfs: Drop CONFIG_NFS_READ_SIZE by Tom Rini · Sun Aug 20 22:40:01 2017 -0400
  14. da1a134 env: Rename some other getenv()-related functions by Simon Glass · Thu Aug 03 12:22:15 2017 -0600
  15. 399a9ce env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr() by Simon Glass · Thu Aug 03 12:22:14 2017 -0600
  16. 22c34c2 env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() by Simon Glass · Thu Aug 03 12:22:13 2017 -0600
  17. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · Thu Aug 03 12:22:12 2017 -0600
  18. 8551d55 env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr() by Simon Glass · Thu Aug 03 12:22:11 2017 -0600
  19. 4d949a2 env: Rename common functions related to setenv() by Simon Glass · Thu Aug 03 12:22:10 2017 -0600
  20. 6a38e41 env: Rename setenv() to env_set() by Simon Glass · Thu Aug 03 12:22:09 2017 -0600
  21. 4c7a6e0 net: Use packed structures for networking by Denis Pynkin · Fri Jul 21 19:28:42 2017 +0300
  22. ae85c07 net: Fix compile failure in net.c by Holger Dengler · Thu Jul 20 10:10:55 2017 +0200
  23. 04cc290 net: tftp: silence a subscript above array bounds compile time warning by Vladimir Zapolskiy · Wed Jun 28 22:56:07 2017 +0300
  24. d5017ca net: Get mac address from driver as seed by Jimmy Du · Tue Jun 06 11:58:54 2017 -0500
  25. 0211e39 net: core: avoid possible NULL pointer dereference by xypron.glpk@gmx.de · Tue May 16 05:07:01 2017 +0200
  26. e44b385 net: Disable the format-extra-args warning by Tom Rini · Wed May 10 15:26:06 2017 -0400
  27. a05e7ac net/arp: remove superfluous assignments by xypron.glpk@gmx.de · Mon May 08 21:24:28 2017 +0200
  28. d26427f net: link_local: Fix netmask endianness bug by Alexandre Messier · Tue Mar 14 15:03:31 2017 -0400
  29. 0c61d1b net: don't override ethernet address environment by Roger Quadros · Mon Mar 13 15:04:33 2017 +0200
  30. 54e89f0 net: core: cosmetic: A MAC address is not limited to SROM by oliver@schinagl.nl · Fri Nov 25 16:30:23 2016 +0100
  31. 0522360 net: cosmetic: Make the MAC address string less magical by oliver@schinagl.nl · Fri Nov 25 16:30:20 2016 +0100
  32. 496904b net: cosmetic: Do not use magic values for ARP_HLEN by oliver@schinagl.nl · Fri Nov 25 16:30:19 2016 +0100
  33. 4892d39 status_led: Kconfig migration by Uri Mashiach · Thu Jan 19 10:51:45 2017 +0200
  34. 0ef2148 net: write enetaddr down to hardware on env_callback by Marek Vasut · Sat Nov 12 16:28:40 2016 +0100
  35. e0b7bc7 net: use random ethernet address if invalid and not zero by Siva Durga Prasad Paladugu · Wed Nov 02 12:52:13 2016 +0100
  36. 3071f07 net: write enetaddr down to hardware on env_callback by Hannes Schmelzer · Fri Sep 02 14:48:17 2016 +0200
  37. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · Wed Sep 21 11:28:55 2016 +0900
  38. 1e3911a Kconfig: spl: Add SPL support options to Kconfig by Simon Glass · Tue Sep 13 07:05:23 2016 -0600
  39. 76a5c6b Revert "net: nfs: Correct the reply data buffer size" by Joe Hershberger · Fri Sep 09 13:01:24 2016 -0500
  40. 8481b20 Revert "net: nfs: Use the tx buffer to construct rpc msgs" by Joe Hershberger · Fri Sep 09 12:56:26 2016 -0500
  41. 35fd378 net: nfs: Simplify rpc_add_credentials() by Joe Hershberger · Mon Aug 15 15:03:27 2016 -0500
  42. f6b19eb net: nfs: Use the tx buffer to construct rpc msgs by Joe Hershberger · Mon Aug 15 15:03:26 2016 -0500
  43. 739776a net: nfs: Move some prints to debug statements by Joe Hershberger · Mon Aug 15 15:03:25 2016 -0500
  44. 3393d4c net: nfs: Use consistent names for the rpc_pkt by Joe Hershberger · Mon Aug 15 15:03:24 2016 -0500
  45. 10e4097 net: nfs: Correct a comment by Joe Hershberger · Mon Aug 15 15:03:23 2016 -0500
  46. 46e9312 net: nfs: Consolidate handling of NFSv3 attributes by Joe Hershberger · Mon Aug 15 15:03:22 2016 -0500
  47. 1f46617 net: nfs: Fix lines that are too long by Joe Hershberger · Mon Aug 15 15:03:21 2016 -0500
  48. d10bced net: nfs: Correct the reply data buffer size by Joe Hershberger · Mon Aug 15 15:03:20 2016 -0500
  49. f59972b net: nfs: Share the file handle buffer for v2 / v3 by Joe Hershberger · Mon Aug 15 15:03:19 2016 -0500
  50. 2a4bc83 net: NFS: Add NFSv3 support by Guillaume GARDET · Fri Jul 29 11:31:00 2016 +0200
  51. 877a564 net: nfs: Remove unused define by Joe Hershberger · Mon Aug 15 14:42:17 2016 -0500
  52. a8d4f89 net: nfs: Remove separate buffer for default name by Joe Hershberger · Mon Aug 15 14:42:16 2016 -0500
  53. 9d39030 net: Stop including NFS overhead in defragment max by Joe Hershberger · Mon Aug 15 14:42:15 2016 -0500
  54. 8d56db9 Various, unrelated tree-wide typo fixes. by Robert P. J. Day · Fri Jul 15 13:44:45 2016 -0400
  55. 2f8641c net: Fix incorrect RPC packets on 64-bit systems by Ralf Hubert · Fri Jul 01 13:19:51 2016 +0200
  56. 7ba4c67 NFS: Add error message when U-Boot NFS version (V2) is not supported by NFS server by Guillaume GARDET · Mon Jun 06 15:11:45 2016 +0200
  57. 23298cd net: Handle an empty bootp extension section by Andre Renaud · Thu May 05 07:28:08 2016 -0600
  58. 3d5fc4e net: Optionally use pxe client arch from variable by Alexander Graf · Thu May 12 15:51:45 2016 +0200
  59. 3661aac distro: Add efi pxe boot code by Alexander Graf · Fri May 06 21:01:07 2016 +0200
  60. 0a212be net: Move CONFIG_SPL_NET_VCI_STRING into Kconfig by Alexander Graf · Fri May 06 21:01:05 2016 +0200
  61. 6b99b63 net: Fix client identifiers for ARM by Alexander Graf · Fri May 06 21:01:04 2016 +0200
  62. 4c71c51 net: Move the VCI and client arch values to Kconfig by Alexander Graf · Fri May 06 21:01:03 2016 +0200
  63. ea73a04 bootp: Move vendor class identifier set to function by Alexander Graf · Fri May 06 21:01:02 2016 +0200
  64. 94c4b99 efi_loader: Add network access support by Alexander Graf · Fri May 06 21:01:01 2016 +0200
  65. bf27a4c bootp: Prevent u-boot from using others responses. by Anton Persson · Thu Mar 17 09:38:21 2016 +0100
  66. 1597132 net: bootp: Add environment variable for timeout period by Alexandre Messier · Mon Feb 01 17:08:57 2016 -0500
  67. 004b891 microblaze: Correct build error in eth-uclass.c by Simon Glass · Sat Jan 30 15:45:14 2016 -0700
  68. ad28a31 net: Add bootfile in DHCP Request by Alexandre Messier · Thu Jan 28 11:19:02 2016 -0500
  69. 8602d5c net: Rename eth.c to eth_lecacy.c by Simon Glass · Sun Jan 17 14:52:01 2016 -0700
  70. c6011d2 net: Move driver-model code into its own file by Simon Glass · Sun Jan 17 14:52:00 2016 -0700
  71. d9582c3 net: Move remaining common functions to eth_common.c by Simon Glass · Sun Jan 17 14:51:59 2016 -0700
  72. ce63f89 net: Move environment functions to the common file by Simon Glass · Sun Jan 17 14:51:58 2016 -0700
  73. 0a9bde1 net: Move common init into a new eth_common.c file by Simon Glass · Sun Jan 17 14:51:57 2016 -0700
  74. a7d6dbb net: Don't call board/cpu_eth_init() with driver model by Simon Glass · Sun Jan 17 14:51:56 2016 -0700
  75. 67e72e9 net: bootp: Ignore packets whose yiaddr is 0 by Peng Fan · Thu Jan 07 15:28:23 2016 +0800
  76. 60c1421 net: remove scary warning about EEPROM provided MAC address by Andre Przywara · Mon Jan 04 15:48:22 2016 +0000
  77. d6978a4 net: Fix delay in net_retry test by Joe Hershberger · Mon Dec 21 16:31:35 2015 -0600
  78. 1e6c9fc dm: eth: Stick to 'ethact' when 'ethrotate' is 'no' in eth_init() by Bin Meng · Mon Dec 21 22:43:39 2015 -0800
  79. 2d5cc54 dm: eth: Test 'ethrotate' before changing current ethernet device by Bin Meng · Mon Dec 21 22:43:38 2015 -0800
  80. b529109 dm: net: Fix DM for targets which use MANUAL_RELOC by Michal Simek · Tue Dec 08 16:45:30 2015 +0100
  81. a73bda4 Move console definitions into a new console.h file by Simon Glass · Sun Nov 08 23:47:45 2015 -0700
  82. cecd394 net: eth: Check return value in various places by Bin Meng · Wed Oct 07 21:45:44 2015 -0700
  83. e59ecbc net: eth: Clear MAC address in eth_pre_remove() by Bin Meng · Wed Oct 07 21:45:42 2015 -0700
  84. ae80c2e net: Increase the size of the net_boot_file_name buffer by Jacob Stiffler · Wed Sep 30 10:12:05 2015 -0400
  85. 79f724c net: parse DHCP options from overloaded file/sname fields by Stefan Brüns · Fri Sep 04 00:31:49 2015 +0200
  86. 345cb83 net: Do not overwrite options found in overloaded 'file' field by Stefan Brüns · Fri Sep 04 00:31:48 2015 +0200
  87. 1bcee66 net: change the env name to use const by Josh Wu · Tue Sep 01 18:22:55 2015 +0800
  88. a4f2397 net/eth: fix a bug in on_ethaddr() by Gong Qianyu · Mon Aug 31 11:34:43 2015 +0800
  89. 4c60e4a net: cancel timeout handler after DHCPACK by Stefan Brüns · Sun Aug 30 17:47:17 2015 +0200
  90. cc97ead net/arp: account for ARP delay, avoid duplicate packets on timeout by Stefan Brüns · Sun Aug 30 17:46:54 2015 +0200
  91. 86f1fe4 net/arp: Do not run net_start_again() on timeout by Stefan Brüns · Sun Aug 30 17:46:43 2015 +0200
  92. 4431829 net: Fix parsing of Bootp/DHCP option 0 (Pad) by Stefan Brüns · Fri Aug 28 10:15:54 2015 +0200
  93. 2eb2556 net: send RFC1542 compliant value for bootp requests by Stefan Brüns · Thu Aug 27 23:57:18 2015 +0200
  94. a48cd93 net: reject Bootp/DHCP packets with bad OP value by Stefan Brüns · Thu Aug 27 23:53:26 2015 +0200
  95. 3948aa0 net: protect status led access in bootp by Thomas Chou · Tue Aug 25 20:54:24 2015 +0800
  96. 1ea8852 net: bootp fix vci string on SPL-Boot by Hannes Petermaier · Tue Aug 25 12:17:59 2015 +0200
  97. 8300685 net: TFTP: variables cleanup and addition by Albert ARIBAUD \(3ADEV\) · Mon Oct 12 00:02:57 2015 +0200
  98. deea30d net: support NETCONSOLE option via Kconfig by Bernhard Nortmann · Mon Sep 14 15:29:46 2015 +0200
  99. 8de9d12 net: expose eth_is_active() function to test network device state by Bernhard Nortmann · Mon Sep 14 15:29:43 2015 +0200
  100. 9ac7bbf dm: eth: Correctly detect alias in eth_get_dev_by_name() by Bin Meng · Thu Aug 27 22:25:54 2015 -0700