1. 9d1f619 env: Rename environment.h to env_internal.h by Simon Glass · Fri Aug 02 09:44:25 2019 -0600
  2. 9cce6f7 env: Drop environment.h header file where not needed by Simon Glass · Thu Aug 01 09:47:12 2019 -0600
  3. d416b4b env: net: Move eth_parse_enetaddr() to net.c/h by Simon Glass · Thu Aug 01 09:46:54 2019 -0600
  4. 0af6e2d env: Move env_get() to env.h by Simon Glass · Thu Aug 01 09:46:52 2019 -0600
  5. 5e6201b env: Move env_set() to env.h by Simon Glass · Thu Aug 01 09:46:51 2019 -0600
  6. 6eaea25 env: Move env_get_ulong() to env.h by Simon Glass · Thu Aug 01 09:46:48 2019 -0600
  7. 313112a env: Move env_set_hex() to env.h by Simon Glass · Thu Aug 01 09:46:46 2019 -0600
  8. 2d85a75 env: Move get_env_id() to env.h by Simon Glass · Thu Aug 01 09:46:41 2019 -0600
  9. ab8c2a5 net: add MDIO_MUX DM class by Alex Marginean · Fri Jul 12 10:13:50 2019 +0300
  10. 1a5b098 net: introduce MDIO DM class for MDIO devices by Alex Marginean · Mon Jun 03 19:10:30 2019 +0300
  11. 09b93a6 net: Convert CONFIG_TFTP_BLOCKSIZE to Kconfig by Marek Vasut · Tue Jun 11 04:51:15 2019 +0200
  12. a61efd8 net: Convert CONFIG_IP_DEFRAG to Kconfig by Marek Vasut · Tue Jun 11 04:51:14 2019 +0200
  13. 8fe0853 net: eth-uclass: Support device tree MAC addresses by Thierry Reding · Mon May 20 17:59:57 2019 +0200
  14. 1306487 net: eth-uclass: Write MAC address to hardware after probe by Thierry Reding · Mon May 20 17:59:56 2019 +0200
  15. 8890e7d lmb: handle more than one DRAM BANK by Simon Goldschmidt · Sat Jan 26 22:13:04 2019 +0100
  16. 7510a56 lib: lmb: rename lmb_get_unreserved_size to lmb_get_free_size by Simon Goldschmidt · Mon Jan 21 20:29:55 2019 +0100
  17. a55ef7f net: remove CONFIG_MCAST_TFTP by Chris Packham · Mon Nov 26 21:00:29 2018 +1300
  18. bbe1857 net: move ether_crc to tsec driver by Chris Packham · Mon Nov 26 21:00:28 2018 +1300
  19. 2dee419 net: explicitly assign errno to return code in case of network failure by Thomas RIENOESSL · Wed Nov 21 15:56:07 2018 +0100
  20. a96cf8f tftp: prevent overwriting reserved memory by Simon Goldschmidt · Mon Jan 14 22:38:22 2019 +0100
  21. f1447c9 net: Consolidate UDP header functions by Duncan Hare · Sun Jun 24 15:40:41 2018 -0700
  22. e79a518 net: Don't overwrite waiting packets with asynchronous replies by Joe Hershberger · Wed Sep 26 16:49:02 2018 -0500
  23. 5641f67 net: Add an accessor to know if waiting for ARP by Joe Hershberger · Wed Sep 26 16:48:58 2018 -0500
  24. d21faa5 net: eth-uclass: Fix for DM USB ethernet support by Jean-Jacques Hiblot · Thu Aug 09 16:17:41 2018 +0200
  25. 9cb7b02 net: Consolidate the parsing of bootfile by Joe Hershberger · Tue Jul 03 19:36:43 2018 -0500
  26. 2e13527 net: Read bootfile from env on netboot_common() by Joe Hershberger · Tue Jul 03 19:36:42 2018 -0500
  27. e20cadd net: Make copy_filename() accept NULL src by Joe Hershberger · Tue Jul 03 19:36:41 2018 -0500
  28. 40aa208 net: Re-check prerequisites when autoloading by Joe Hershberger · Tue Jul 03 19:36:40 2018 -0500
  29. f559f1c net: When checking prerequisites, consider boot_file_name by Joe Hershberger · Tue Jul 03 19:36:39 2018 -0500
  30. 463624d net: Always print basic info for nfs, just like tftp by Joe Hershberger · Tue Jul 03 19:22:56 2018 -0500
  31. 7d9c9b2 net: Check subnet against the actual ip address in use for nfs by Joe Hershberger · Tue Jul 03 19:22:55 2018 -0500
  32. dc7e166 net: Correct size of NFS buffers by Joe Hershberger · Tue Jul 03 19:22:54 2018 -0500
  33. 3c91d15 net: Only call halt on a driver that has been init'ed by Joe Hershberger · Mon Jul 02 14:47:46 2018 -0500
  34. 427e695 net: Add option to prefer bootp/dhcp serverip by Alexander Graf · Fri Jun 15 10:29:28 2018 +0200
  35. f43bf5d net: Prefer command line arguments by Alexander Graf · Fri Jun 15 10:29:27 2018 +0200
  36. 776fc10 net: Add new wol command - Wake on LAN by Lothar Felten · Fri Jun 22 22:29:54 2018 +0200
  37. 3338d9a net: fastboot: Fix build when FASTBOOT_FLASH is disabled by Alex Kiernan · Fri Jun 15 05:06:00 2018 +0000
  38. b32c220 net: nfs: don't fail when nfs_read_reply returns -NFS_RPC_DROP by Vasily Khoruzhick · Mon May 14 08:34:36 2018 -0700
  39. 4b58b05 net: Protect net_state from reentrant net_loop() by Leonid Iziumtsev · Tue May 08 15:55:50 2018 +0200
  40. 865c387 net: Initialize as many ethernet devices as possible by Mario Six · Fri Apr 27 14:52:56 2018 +0200
  41. 193235d net: Always align tx packets by Mario Six · Wed Mar 28 14:38:49 2018 +0200
  42. d5aa57c net: fastboot: Merge AOSP UDP fastboot by Alex Kiernan · Tue May 29 15:30:53 2018 +0000
  43. 3a2ae81 net: bootp: Fix compile error processing ntpserver option by Chris Packham · Thu May 03 20:19:03 2018 +1200
  44. 70df9d6 SPDX: Convert a few files that were missed before by Tom Rini · Mon May 07 17:02:21 2018 -0400
  45. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  46. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · Wed Apr 18 13:50:47 2018 -0400
  47. 33c791b net: Make core net code depend on NET instead of CMD_NET by Joe Hershberger · Fri Apr 13 15:26:38 2018 -0500
  48. 0824ad9 net: Move net command options to the cmd menu by Joe Hershberger · Fri Apr 13 15:26:32 2018 -0500
  49. b042946 net: Make CMD_NET a menuconfig by Joe Hershberger · Fri Apr 13 15:26:30 2018 -0500
  50. 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
  51. 7151149 net: Only access network devices after init by Alexander Graf · Thu Mar 15 15:07:09 2018 +0100
  52. fb7c94c net: Fix netretry condition by Leonid Iziumtsev · Fri Mar 09 15:29:06 2018 +0100
  53. 2f785a1 Kconfig: cmd: Make networking command dependent on NET by Michal Simek · Mon Feb 26 16:01:02 2018 +0100
  54. 58dbf86 Convert CONFIG_BOOTP_BOOTPATH et al to Kconfig by Adam Ford · Tue Feb 06 07:58:59 2018 -0600
  55. 38003a6 Convert CONFIG LIB_HW_RAND to Kconfig by Adam Ford · Tue Feb 06 10:18:18 2018 -0600
  56. 724cc6a net: dhcp: Allow "MAY_FAIL" to still try each adapter by Joe Hershberger · Tue Nov 07 18:13:40 2017 -0800
  57. 7c646e8 net: Remove nfs.h include from bootp.c by Joe Hershberger · Wed Aug 30 17:38:42 2017 -0500
  58. 6f341f5 net/tftp: fix build if CMD_BOOTEFI is not set by Jörg Krause · Fri Sep 15 22:16:48 2017 +0200
  59. bc27488 net: nfs: Drop CONFIG_NFS_READ_SIZE by Tom Rini · Sun Aug 20 22:40:01 2017 -0400
  60. da1a134 env: Rename some other getenv()-related functions by Simon Glass · Thu Aug 03 12:22:15 2017 -0600
  61. 399a9ce env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr() by Simon Glass · Thu Aug 03 12:22:14 2017 -0600
  62. 22c34c2 env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() by Simon Glass · Thu Aug 03 12:22:13 2017 -0600
  63. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · Thu Aug 03 12:22:12 2017 -0600
  64. 8551d55 env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr() by Simon Glass · Thu Aug 03 12:22:11 2017 -0600
  65. 4d949a2 env: Rename common functions related to setenv() by Simon Glass · Thu Aug 03 12:22:10 2017 -0600
  66. 6a38e41 env: Rename setenv() to env_set() by Simon Glass · Thu Aug 03 12:22:09 2017 -0600
  67. 4c7a6e0 net: Use packed structures for networking by Denis Pynkin · Fri Jul 21 19:28:42 2017 +0300
  68. ae85c07 net: Fix compile failure in net.c by Holger Dengler · Thu Jul 20 10:10:55 2017 +0200
  69. 04cc290 net: tftp: silence a subscript above array bounds compile time warning by Vladimir Zapolskiy · Wed Jun 28 22:56:07 2017 +0300
  70. d5017ca net: Get mac address from driver as seed by Jimmy Du · Tue Jun 06 11:58:54 2017 -0500
  71. 0211e39 net: core: avoid possible NULL pointer dereference by xypron.glpk@gmx.de · Tue May 16 05:07:01 2017 +0200
  72. e44b385 net: Disable the format-extra-args warning by Tom Rini · Wed May 10 15:26:06 2017 -0400
  73. a05e7ac net/arp: remove superfluous assignments by xypron.glpk@gmx.de · Mon May 08 21:24:28 2017 +0200
  74. d26427f net: link_local: Fix netmask endianness bug by Alexandre Messier · Tue Mar 14 15:03:31 2017 -0400
  75. 0c61d1b net: don't override ethernet address environment by Roger Quadros · Mon Mar 13 15:04:33 2017 +0200
  76. 54e89f0 net: core: cosmetic: A MAC address is not limited to SROM by oliver@schinagl.nl · Fri Nov 25 16:30:23 2016 +0100
  77. 0522360 net: cosmetic: Make the MAC address string less magical by oliver@schinagl.nl · Fri Nov 25 16:30:20 2016 +0100
  78. 496904b net: cosmetic: Do not use magic values for ARP_HLEN by oliver@schinagl.nl · Fri Nov 25 16:30:19 2016 +0100
  79. 4892d39 status_led: Kconfig migration by Uri Mashiach · Thu Jan 19 10:51:45 2017 +0200
  80. 0ef2148 net: write enetaddr down to hardware on env_callback by Marek Vasut · Sat Nov 12 16:28:40 2016 +0100
  81. e0b7bc7 net: use random ethernet address if invalid and not zero by Siva Durga Prasad Paladugu · Wed Nov 02 12:52:13 2016 +0100
  82. 3071f07 net: write enetaddr down to hardware on env_callback by Hannes Schmelzer · Fri Sep 02 14:48:17 2016 +0200
  83. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · Wed Sep 21 11:28:55 2016 +0900
  84. 1e3911a Kconfig: spl: Add SPL support options to Kconfig by Simon Glass · Tue Sep 13 07:05:23 2016 -0600
  85. 76a5c6b Revert "net: nfs: Correct the reply data buffer size" by Joe Hershberger · Fri Sep 09 13:01:24 2016 -0500
  86. 8481b20 Revert "net: nfs: Use the tx buffer to construct rpc msgs" by Joe Hershberger · Fri Sep 09 12:56:26 2016 -0500
  87. 35fd378 net: nfs: Simplify rpc_add_credentials() by Joe Hershberger · Mon Aug 15 15:03:27 2016 -0500
  88. f6b19eb net: nfs: Use the tx buffer to construct rpc msgs by Joe Hershberger · Mon Aug 15 15:03:26 2016 -0500
  89. 739776a net: nfs: Move some prints to debug statements by Joe Hershberger · Mon Aug 15 15:03:25 2016 -0500
  90. 3393d4c net: nfs: Use consistent names for the rpc_pkt by Joe Hershberger · Mon Aug 15 15:03:24 2016 -0500
  91. 10e4097 net: nfs: Correct a comment by Joe Hershberger · Mon Aug 15 15:03:23 2016 -0500
  92. 46e9312 net: nfs: Consolidate handling of NFSv3 attributes by Joe Hershberger · Mon Aug 15 15:03:22 2016 -0500
  93. 1f46617 net: nfs: Fix lines that are too long by Joe Hershberger · Mon Aug 15 15:03:21 2016 -0500
  94. d10bced net: nfs: Correct the reply data buffer size by Joe Hershberger · Mon Aug 15 15:03:20 2016 -0500
  95. f59972b net: nfs: Share the file handle buffer for v2 / v3 by Joe Hershberger · Mon Aug 15 15:03:19 2016 -0500
  96. 2a4bc83 net: NFS: Add NFSv3 support by Guillaume GARDET · Fri Jul 29 11:31:00 2016 +0200
  97. 877a564 net: nfs: Remove unused define by Joe Hershberger · Mon Aug 15 14:42:17 2016 -0500
  98. a8d4f89 net: nfs: Remove separate buffer for default name by Joe Hershberger · Mon Aug 15 14:42:16 2016 -0500
  99. 9d39030 net: Stop including NFS overhead in defragment max by Joe Hershberger · Mon Aug 15 14:42:15 2016 -0500
  100. 8d56db9 Various, unrelated tree-wide typo fixes. by Robert P. J. Day · Fri Jul 15 13:44:45 2016 -0400