1. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  2. 1ea9789 common: Drop bootstage.h from common header by Simon Glass · Sun May 10 11:40:00 2020 -0600
  3. a94b3ac net: convert NET_MAXDEFRAG to Kconfig by Rasmus Villemoes · Fri Feb 07 15:17:42 2020 +0000
  4. 85f1378 common: Move the image globals into image.h by Simon Glass · Sat Dec 28 10:45:03 2019 -0700
  5. 892265d image: Rename load_addr, save_addr, save_size by Simon Glass · Sat Dec 28 10:45:02 2019 -0700
  6. 16ffe47 net: avoid address-of-packed-member error by Heinrich Schuchardt · Tue Nov 05 12:48:19 2019 +0100
  7. 5725630 net: nfs: Only link in NFS code outside of SPL builds by Tom Rini · Thu Dec 05 19:35:07 2019 -0500
  8. 8e7545e net: Always build the string_to_enetaddr() helper by Joe Hershberger · Fri Sep 13 19:21:16 2019 -0500
  9. d662cdb Drop CONFIG_SHOW_ACTIVITY by Simon Glass · Thu Nov 14 12:57:10 2019 -0700
  10. c580b29 CVE: net: fix unbounded memcpy of UDP packet by liucheng (G) · Thu Aug 29 13:47:33 2019 +0000
  11. ac598c1 net: introduce packet capture support by Ramon Fried · Thu Jul 18 21:43:30 2019 +0300
  12. 9d1f619 env: Rename environment.h to env_internal.h by Simon Glass · Fri Aug 02 09:44:25 2019 -0600
  13. d416b4b env: net: Move eth_parse_enetaddr() to net.c/h by Simon Glass · Thu Aug 01 09:46:54 2019 -0600
  14. 313112a env: Move env_set_hex() to env.h by Simon Glass · Thu Aug 01 09:46:46 2019 -0600
  15. a55ef7f net: remove CONFIG_MCAST_TFTP by Chris Packham · Mon Nov 26 21:00:29 2018 +1300
  16. 2dee419 net: explicitly assign errno to return code in case of network failure by Thomas RIENOESSL · Wed Nov 21 15:56:07 2018 +0100
  17. f1447c9 net: Consolidate UDP header functions by Duncan Hare · Sun Jun 24 15:40:41 2018 -0700
  18. e79a518 net: Don't overwrite waiting packets with asynchronous replies by Joe Hershberger · Wed Sep 26 16:49:02 2018 -0500
  19. 9cb7b02 net: Consolidate the parsing of bootfile by Joe Hershberger · Tue Jul 03 19:36:43 2018 -0500
  20. 2e13527 net: Read bootfile from env on netboot_common() by Joe Hershberger · Tue Jul 03 19:36:42 2018 -0500
  21. e20cadd net: Make copy_filename() accept NULL src by Joe Hershberger · Tue Jul 03 19:36:41 2018 -0500
  22. 40aa208 net: Re-check prerequisites when autoloading by Joe Hershberger · Tue Jul 03 19:36:40 2018 -0500
  23. f559f1c net: When checking prerequisites, consider boot_file_name by Joe Hershberger · Tue Jul 03 19:36:39 2018 -0500
  24. f43bf5d net: Prefer command line arguments by Alexander Graf · Fri Jun 15 10:29:27 2018 +0200
  25. 776fc10 net: Add new wol command - Wake on LAN by Lothar Felten · Fri Jun 22 22:29:54 2018 +0200
  26. 4b58b05 net: Protect net_state from reentrant net_loop() by Leonid Iziumtsev · Tue May 08 15:55:50 2018 +0200
  27. d5aa57c net: fastboot: Merge AOSP UDP fastboot by Alex Kiernan · Tue May 29 15:30:53 2018 +0000
  28. 70df9d6 SPDX: Convert a few files that were missed before by Tom Rini · Mon May 07 17:02:21 2018 -0400
  29. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · Wed Apr 18 13:50:47 2018 -0400
  30. fb7c94c net: Fix netretry condition by Leonid Iziumtsev · Fri Mar 09 15:29:06 2018 +0100
  31. da1a134 env: Rename some other getenv()-related functions by Simon Glass · Thu Aug 03 12:22:15 2017 -0600
  32. 22c34c2 env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() by Simon Glass · Thu Aug 03 12:22:13 2017 -0600
  33. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · Thu Aug 03 12:22:12 2017 -0600
  34. 4d949a2 env: Rename common functions related to setenv() by Simon Glass · Thu Aug 03 12:22:10 2017 -0600
  35. ae85c07 net: Fix compile failure in net.c by Holger Dengler · Thu Jul 20 10:10:55 2017 +0200
  36. 4892d39 status_led: Kconfig migration by Uri Mashiach · Thu Jan 19 10:51:45 2017 +0200
  37. 9d39030 net: Stop including NFS overhead in defragment max by Joe Hershberger · Mon Aug 15 14:42:15 2016 -0500
  38. 94c4b99 efi_loader: Add network access support by Alexander Graf · Fri May 06 21:01:01 2016 +0200
  39. d6978a4 net: Fix delay in net_retry test by Joe Hershberger · Mon Dec 21 16:31:35 2015 -0600
  40. a73bda4 Move console definitions into a new console.h file by Simon Glass · Sun Nov 08 23:47:45 2015 -0700
  41. ae80c2e net: Increase the size of the net_boot_file_name buffer by Jacob Stiffler · Wed Sep 30 10:12:05 2015 -0400
  42. cc97ead net/arp: account for ARP delay, avoid duplicate packets on timeout by Stefan Brüns · Sun Aug 30 17:46:54 2015 +0200
  43. 2118592 net: tftp: Move tftp.h file from ./net to ./include/net by Lukasz Majewski · Mon Aug 24 00:21:43 2015 +0200
  44. afd3160 net: Return -EINTR when ctrl+c is pressed by Michal Simek · Fri Aug 21 08:49:48 2015 +0200
  45. 875b6bf net: Use env callbacks for net variables by Joe Hershberger · Wed May 20 14:27:23 2015 -0500
  46. c80b41b0 net: cosmetic: Fix checkpatch.pl failures in net.c by Joe Hershberger · Wed Apr 08 01:41:21 2015 -0500
  47. 013d387 net: cosmetic: Clean up cmd_net variables and functions by Joe Hershberger · Wed Apr 08 01:41:17 2015 -0500
  48. d02aa6b net: cosmetic: Clean up netconsole variables and functions by Joe Hershberger · Wed Apr 08 01:41:16 2015 -0500
  49. f725e34 net: cosmetic: Clean up DNS variables and functions by Joe Hershberger · Wed Apr 08 01:41:15 2015 -0500
  50. 527336f net: cosmetic: Clean up CDP variables and functions by Joe Hershberger · Wed Apr 08 01:41:14 2015 -0500
  51. 4af0b77 net: cosmetic: Clean up SNTP variables and functions by Joe Hershberger · Wed Apr 08 01:41:12 2015 -0500
  52. 8e805bb net: cosmetic: Clean up RARP variables and functions by Joe Hershberger · Wed Apr 08 01:41:11 2015 -0500
  53. 40d7ca9 net: cosmetic: Clean up NFS variables and functions by Joe Hershberger · Wed Apr 08 01:41:10 2015 -0500
  54. 2fe81a5 net: cosmetic: Clean up DHCP variables and functions by Joe Hershberger · Wed Apr 08 01:41:09 2015 -0500
  55. 85ae776 net: cosmetic: Clean up ARP variables and functions by Joe Hershberger · Wed Apr 08 01:41:08 2015 -0500
  56. 6470159 net: cosmetic: Clean up TFTP variables and functions by Joe Hershberger · Wed Apr 08 01:41:07 2015 -0500
  57. 9f09a36 net: cosmetic: Fix var naming net <-> eth drivers by Joe Hershberger · Wed Apr 08 01:41:06 2015 -0500
  58. a8ca4f6 net: cosmetic: Cleanup internal packet buffer names by Joe Hershberger · Wed Apr 08 01:41:05 2015 -0500
  59. 8ecdbed net: cosmetic: Name ethaddr variables consistently by Joe Hershberger · Wed Apr 08 01:41:04 2015 -0500
  60. 6d23643 net: cosmetic: Fixup var names for DHCP strings by Joe Hershberger · Wed Apr 08 01:41:03 2015 -0500
  61. 290c899 net: cosmetic: Fixup var names related to boot file by Joe Hershberger · Wed Apr 08 01:41:02 2015 -0500
  62. 5874dec net: cosmetic: Change IPaddr_t to struct in_addr by Joe Hershberger · Wed Apr 08 01:41:01 2015 -0500
  63. f4dc96a net: Improve error handling by Joe Hershberger · Sun Mar 22 17:09:24 2015 -0500
  64. f77abc5 net: Clean up network stack names used in DM drivers by Joe Hershberger · Sun Mar 22 17:09:11 2015 -0500
  65. e44a0ea net: Make netretry actually do something by Joe Hershberger · Sun Mar 22 17:09:07 2015 -0500
  66. 3dbe17e net: Remove the bd* parameter from net stack functions by Joe Hershberger · Sun Mar 22 17:09:06 2015 -0500
  67. 11cd5a0 net: Provide a function to get the current MAC address by Joe Hershberger · Sun Mar 22 17:09:00 2015 -0500
  68. dfcdcee net: Use new checksum functions by Simon Glass · Mon Jan 19 22:16:08 2015 -0700
  69. db06592 SPDX License cleanup for LiMon imported files by Wolfgang Denk · Tue Sep 30 10:44:01 2014 +0200
  70. 69e1e35 net: BOOTP retry timeout improvements by Stephen Warren · Fri Jul 25 17:30:48 2014 -0600
  71. ea07042 fix: CONFIG_NETCONSOLE start/handle this stuff only outside SPL by Hannes Petermaier · Fri Jun 13 06:25:29 2014 +0200
  72. 6c8921f NET: Add net_busy_flag if CONFIG_USB_KEYBOARD is defined by Jim Lin · Tue Aug 13 19:03:05 2013 +0800
  73. 09a2bb8 NET: Fix system hanging if NET device is not installed by Jim Lin · Fri May 17 17:41:03 2013 +0800
  74. 596295d net: Use new numeric setenv functions by Simon Glass · Sun Feb 24 17:33:24 2013 +0000
  75. dc9d1e5 env: Add a bootfile env handler by Joe Hershberger · Tue Dec 11 22:16:26 2012 -0600
  76. 864ec56 env: Use getenv_yesno() more generally by Joe Hershberger · Tue Dec 11 22:16:22 2012 -0600
  77. 40c2c03 net/: sparse fixes by Kim Phillips · Mon Oct 29 13:34:33 2012 +0000
  78. 19d6bc0 net: fix netconsole filtering by Joe Hershberger · Wed Oct 03 09:14:03 2012 +0000
  79. 58cd218 net: Filter incoming netconsole packets by IP by Joe Hershberger · Tue Sep 18 10:01:32 2012 +0000
  80. 9f37406 net: Improve the speed of netconsole by Joe Hershberger · Fri Aug 03 10:59:08 2012 +0000
  81. bf17618 net: bugfix: NetSetTimeout assumes CONFIG_SYS_HZ=1000 by Tetsuyuki Kobayashi · Mon Jun 25 02:37:27 2012 +0000
  82. 3d905d2 net: Make sure the ethaddr is updated in net_init() by Joe Hershberger · Mon Jul 23 13:11:16 2012 +0000
  83. 05a377b net: Allow filtering on debug traces in the net subsystem by Joe Hershberger · Wed May 23 08:01:04 2012 +0000
  84. b35a3a6 net: Add link-local addressing support by Joe Hershberger · Wed May 23 08:00:12 2012 +0000
  85. de8205a net: Don't copy every packet that waits for an ARP by Joe Hershberger · Wed May 23 07:59:24 2012 +0000
  86. 017e5c4 net: Fix net buffer initialization by Joe Hershberger · Wed May 23 07:59:22 2012 +0000
  87. 202c600 net: Remove unused parameter from NetInitLoop() by Joe Hershberger · Wed May 23 07:59:21 2012 +0000
  88. 530cd6b net: Add net_update_ether() to handle ARP and Ping replies by Joe Hershberger · Wed May 23 07:59:16 2012 +0000
  89. f50357b net: Refactor to separate the UDP handler from the ARP handler by Joe Hershberger · Wed May 23 07:59:15 2012 +0000
  90. d4bb76a net: Refactor to protect access to the NetState variable by Joe Hershberger · Wed May 23 07:59:14 2012 +0000
  91. ebe3ca8 net: Refactor to use NetSendPacket instead of eth_send directly by Joe Hershberger · Wed May 23 07:59:13 2012 +0000
  92. 16be9cb net: Refactor NetSendUDPPacket to share more code by Joe Hershberger · Wed May 23 07:59:08 2012 +0000
  93. 2ed5b49 net: Refactor IP, UPD, and ICMP header writing functions by Joe Hershberger · Wed May 23 07:59:07 2012 +0000
  94. fee076e net: cosmetic: Alphabetize includes in net.c by Joe Hershberger · Wed May 23 07:58:15 2012 +0000
  95. d01a7a0 net: cosmetic: Rename CDPHandler to cdp_receive by Joe Hershberger · Wed May 23 07:58:13 2012 +0000
  96. facf535 net: cosmetic: Rename "x" to "eth_proto" by Joe Hershberger · Wed May 23 07:58:12 2012 +0000
  97. c17fa98 net: cosmetic: Add a more explicit comment about 802.2 by Joe Hershberger · Wed May 23 07:58:11 2012 +0000
  98. 1a6b8d8 net: cosmetic: Rename parameter len to payload_len by Joe Hershberger · Wed May 23 07:58:10 2012 +0000
  99. 7849561 net: cosmetic: Un-typedef ICMP_t by Joe Hershberger · Wed May 23 07:58:09 2012 +0000
  100. b43784c net: cosmetic: Un-typedef VLAN_Ethernet_t by Joe Hershberger · Wed May 23 07:58:07 2012 +0000