1. 6eaea25 env: Move env_get_ulong() to env.h by Simon Glass · Thu Aug 01 09:46:48 2019 -0600
  2. 427e695 net: Add option to prefer bootp/dhcp serverip by Alexander Graf · Fri Jun 15 10:29:28 2018 +0200
  3. f43bf5d net: Prefer command line arguments by Alexander Graf · Fri Jun 15 10:29:27 2018 +0200
  4. 3a2ae81 net: bootp: Fix compile error processing ntpserver option by Chris Packham · Thu May 03 20:19:03 2018 +1200
  5. 724cc6a net: dhcp: Allow "MAY_FAIL" to still try each adapter by Joe Hershberger · Tue Nov 07 18:13:40 2017 -0800
  6. 7c646e8 net: Remove nfs.h include from bootp.c by Joe Hershberger · Wed Aug 30 17:38:42 2017 -0500
  7. 22c34c2 env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() by Simon Glass · Thu Aug 03 12:22:13 2017 -0600
  8. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · Thu Aug 03 12:22:12 2017 -0600
  9. 6a38e41 env: Rename setenv() to env_set() by Simon Glass · Thu Aug 03 12:22:09 2017 -0600
  10. 4892d39 status_led: Kconfig migration by Uri Mashiach · Thu Jan 19 10:51:45 2017 +0200
  11. 23298cd net: Handle an empty bootp extension section by Andre Renaud · Thu May 05 07:28:08 2016 -0600
  12. 3d5fc4e net: Optionally use pxe client arch from variable by Alexander Graf · Thu May 12 15:51:45 2016 +0200
  13. 3661aac distro: Add efi pxe boot code by Alexander Graf · Fri May 06 21:01:07 2016 +0200
  14. ea73a04 bootp: Move vendor class identifier set to function by Alexander Graf · Fri May 06 21:01:02 2016 +0200
  15. 94c4b99 efi_loader: Add network access support by Alexander Graf · Fri May 06 21:01:01 2016 +0200
  16. bf27a4c bootp: Prevent u-boot from using others responses. by Anton Persson · Thu Mar 17 09:38:21 2016 +0100
  17. 1597132 net: bootp: Add environment variable for timeout period by Alexandre Messier · Mon Feb 01 17:08:57 2016 -0500
  18. ad28a31 net: Add bootfile in DHCP Request by Alexandre Messier · Thu Jan 28 11:19:02 2016 -0500
  19. 67e72e9 net: bootp: Ignore packets whose yiaddr is 0 by Peng Fan · Thu Jan 07 15:28:23 2016 +0800
  20. 79f724c net: parse DHCP options from overloaded file/sname fields by Stefan Brüns · Fri Sep 04 00:31:49 2015 +0200
  21. 345cb83 net: Do not overwrite options found in overloaded 'file' field by Stefan Brüns · Fri Sep 04 00:31:48 2015 +0200
  22. 4c60e4a net: cancel timeout handler after DHCPACK by Stefan Brüns · Sun Aug 30 17:47:17 2015 +0200
  23. 4431829 net: Fix parsing of Bootp/DHCP option 0 (Pad) by Stefan Brüns · Fri Aug 28 10:15:54 2015 +0200
  24. 2eb2556 net: send RFC1542 compliant value for bootp requests by Stefan Brüns · Thu Aug 27 23:57:18 2015 +0200
  25. a48cd93 net: reject Bootp/DHCP packets with bad OP value by Stefan Brüns · Thu Aug 27 23:53:26 2015 +0200
  26. 3948aa0 net: protect status led access in bootp by Thomas Chou · Tue Aug 25 20:54:24 2015 +0800
  27. 1ea8852 net: bootp fix vci string on SPL-Boot by Hannes Petermaier · Tue Aug 25 12:17:59 2015 +0200
  28. 2118592 net: tftp: Move tftp.h file from ./net to ./include/net by Lukasz Majewski · Mon Aug 24 00:21:43 2015 +0200
  29. bf5ad64 net: Fix incorrect DHCP/BOOTP packets on 64-bit systems by Sergey Temerkhanov · Wed Apr 08 01:41:22 2015 -0500
  30. c80b41b0 net: cosmetic: Fix checkpatch.pl failures in net.c by Joe Hershberger · Wed Apr 08 01:41:21 2015 -0500
  31. 2fe81a5 net: cosmetic: Clean up DHCP variables and functions by Joe Hershberger · Wed Apr 08 01:41:09 2015 -0500
  32. a8ca4f6 net: cosmetic: Cleanup internal packet buffer names by Joe Hershberger · Wed Apr 08 01:41:05 2015 -0500
  33. 8ecdbed net: cosmetic: Name ethaddr variables consistently by Joe Hershberger · Wed Apr 08 01:41:04 2015 -0500
  34. 6d23643 net: cosmetic: Fixup var names for DHCP strings by Joe Hershberger · Wed Apr 08 01:41:03 2015 -0500
  35. 290c899 net: cosmetic: Fixup var names related to boot file by Joe Hershberger · Wed Apr 08 01:41:02 2015 -0500
  36. 5874dec net: cosmetic: Change IPaddr_t to struct in_addr by Joe Hershberger · Wed Apr 08 01:41:01 2015 -0500
  37. a9c2cbd net: bootp: as CONFIG_BOOTP_SERVERIP is defined, keep bootfile not changed by Wu, Josh · Tue Nov 18 13:07:08 2014 +0800
  38. 8977cda net: More BOOTP retry timeout improvements by Thierry Reding · Tue Aug 19 10:21:24 2014 +0200
  39. 69e1e35 net: BOOTP retry timeout improvements by Stephen Warren · Fri Jul 25 17:30:48 2014 -0600
  40. 764c29d bootp can use mdelay by Pavel Machek · Fri Jul 11 11:39:37 2014 +0200
  41. 0c81336 lib: uuid: code refactor for proper maintain between uuid bin and string by Przemyslaw Marczak · Wed Apr 02 10:20:03 2014 +0200
  42. 40c2c03 net/: sparse fixes by Kim Phillips · Mon Oct 29 13:34:33 2012 +0000
  43. f7a2c55 OMAP: networking support for SPL by Ilya Yanok · Tue Sep 18 00:22:50 2012 +0000
  44. 3087658 net/bootp: add VCI support for BOOTP also by Ilya Yanok · Mon Sep 17 10:26:25 2012 +0000
  45. 5a672a2 net: Quietly ignore DHCP Option 28 (Broadcast Address) by Brian Rzycki · Tue Sep 11 09:22:53 2012 +0000
  46. 7232ee5 net: bootp: fix build by benoit.thebaudeau@advans · Thu Jul 19 01:23:21 2012 +0000
  47. 576175b net: make net_rand.h inclusion depend on BOOTP_RANDOM_DELAY by Kim Phillips · Thu Jul 05 13:19:32 2012 +0000
  48. 8ca7fa0 net: Add option CONFIG_BOOTP_MAY_FAIL by Joe Hershberger · Wed May 23 07:59:19 2012 +0000
  49. 9d37a58 net: Fix unused variable compile warning by Joe Hershberger · Wed May 23 07:59:18 2012 +0000
  50. f50357b net: Refactor to separate the UDP handler from the ARP handler by Joe Hershberger · Wed May 23 07:59:15 2012 +0000
  51. b1e9476 net: Move debug trace to point of action by Joe Hershberger · Wed May 23 07:59:11 2012 +0000
  52. db3e6e4 net: Refactor bootp packet length computations by Joe Hershberger · Wed May 23 07:59:10 2012 +0000
  53. 2ed5b49 net: Refactor IP, UPD, and ICMP header writing functions by Joe Hershberger · Wed May 23 07:59:07 2012 +0000
  54. ceba447 net: cosmetic: Rename OPT_SIZE to OPT_FIELD_SIZE by Joe Hershberger · Wed May 23 07:58:14 2012 +0000
  55. 1178f41 net: cosmetic: Un-typedef Ethernet_t by Joe Hershberger · Wed May 23 07:58:06 2012 +0000
  56. 6fe8b45 net: cosmetic: Un-typedef IP_t by Joe Hershberger · Wed May 23 07:58:04 2012 +0000
  57. 797f2c5 net: Move MAC-seeded rand out of bootp.c by Joe Hershberger · Wed May 23 07:57:58 2012 +0000
  58. 8f4b135 net: cosmetic: bootp.* checkpatch compliance by Joe Hershberger · Tue May 15 08:59:06 2012 +0000
  59. 4b7747e net: Remove volatile from net API by Joe Hershberger · Tue May 15 08:59:04 2012 +0000
  60. 768cbf0 bootstage: Plumb in bootstage calls for basic operations by Simon Glass · Sat Dec 10 11:08:06 2011 +0000
  61. e4e53d1 net/bootp.c: Fix GCC 4.6 warning by Anatolij Gustschin · Sat Nov 19 10:29:58 2011 +0000
  62. 5234ad1 net: Export auto_load, use it in rarp by Simon Glass · Thu Oct 27 06:24:32 2011 +0000
  63. f59675a net: tftpput: Support selecting get/put for tftp by Simon Glass · Mon Oct 24 18:00:05 2011 +0000
  64. ea320281 net: bootp: add PXE/RFC 4578 DHCP options support by Jason Hobbs · Wed Aug 31 05:37:31 2011 +0000
  65. 10b532c net/bootp.c: fix tftp load if autoload environment var isn't set by Peter Korsgaard · Sun Sep 18 21:54:46 2011 +0000
  66. ab068eb Put common autoload code into auto_load() function by Simon Glass · Mon Jun 13 16:13:12 2011 -0700
  67. 6380e01 bootp: add ntpserver option to bootp request by Luuk Paulussen · Mon May 16 18:29:19 2011 +0000
  68. 428ab36 NET: pass source IP address to packet handlers by Luca Ceresoli · Mon Apr 18 06:19:50 2011 +0000
  69. a0978eb Fix bad padding of bootp request packet by Simon Glass · Wed Feb 02 15:03:28 2011 -0800
  70. 1c7dca5 net: Fix potential empty DHCP Parameter Request List by Jason Liu · Sun Nov 14 12:23:09 2010 +0800
  71. 8c2926d net: pull CONFIG checks out of source and into makefile by Mike Frysinger · Tue Nov 03 11:35:42 2009 -0500
  72. 2b18422 net/bootp.c: fix compile warning by Wolfgang Denk · Fri Sep 11 09:05:32 2009 +0200
  73. 9e0a4d6 minor debug cleanups in ./net by Robin Getz · Thu Jul 23 03:01:03 2009 -0400
  74. dc16603 net: rename NetRxPkt to NetRxPacket by Mike Frysinger · Sat Jul 18 21:04:08 2009 -0400
  75. 20a020c A VLAN tagged DHCP request/discover is 4 bytes short by Norbert van Bolhuis · Thu Jun 04 09:39:48 2009 +0200
  76. 79ca1b9 net: get mac address from environment and use eth util funcs by Mike Frysinger · Wed Feb 11 18:23:48 2009 -0500
  77. d5695f4 convert print_IPaddr() to %pI4 by Mike Frysinger · Tue Feb 17 00:00:53 2009 -0500
  78. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
  79. 5666846 net: express the first argument to NetSetTimeout() in milliseconds by Bartlomiej Sieka · Wed Oct 01 15:26:28 2008 +0200
  80. 03a4449 Fix bogus error message in the DHCP handler by Remy Bohmer · Wed Aug 20 11:30:28 2008 +0200
  81. 0f734c6 Fix DHCP protocol so U-Boot does not respond too early by Robin Getz · Tue Jul 15 21:44:46 2008 +0200
  82. 509cd07 Fix printf() format issues with sizeof_t types by using %zu by Wolfgang Denk · Mon Jul 14 15:06:35 2008 +0200
  83. 35f734f Coding Style cleanup; update CHANGELOG by Wolfgang Denk · Sun Apr 13 09:59:26 2008 -0700
  84. 72aa3f3 DHCP request fix for Windows Server 2003 by Aras Vaichas · Wed Mar 26 09:43:57 2008 +1100
  85. c1a6164 Fix warning differ in signedness in net/net.c and net/nfs.c by Jean-Christophe PLAGNIOL-VILLARD · Sat Nov 17 11:31:10 2007 +0100
  86. f7a7f08 Cleanup coding style; update CHANGELOG by Wolfgang Denk · Sat Nov 03 23:09:27 2007 +0100
  87. 01f256b DHCP Client Fix by Justin Flammia · Mon Oct 29 17:40:35 2007 -0400
  88. d8cafd1 Avoid compiler warning. by Wolfgang Denk · Tue Sep 18 21:36:35 2007 +0200
  89. 22bcd6e New CONFIG_BOOTP_SERVERIP option by Wilson Callan · Sat Jul 28 10:56:13 2007 -0400
  90. a9807e5 net/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · Tue Jul 10 11:05:02 2007 -0500
  91. 5336a76 Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK! by Jon Loeliger · Mon Jul 09 22:08:34 2007 -0500
  92. 54f35c2 net/: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · Mon Jul 09 17:45:14 2007 -0500
  93. 36301de net/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · Mon Jun 11 19:02:49 2007 -0500
  94. 8a933fb Minor code cleanup. by Wolfgang Denk · Thu Oct 12 00:01:08 2006 +0200
  95. 68e83a8 Make bootp implementation RFC3046 compliant Patch by Joakim Larsson, 27 Jun 2006 by Wolfgang Denk · Mon Oct 09 01:26:14 2006 +0200
  96. 012429c Add support for the DHCP vendor optional bootfile (#67). by Wolfgang Denk · Sun Mar 12 18:26:46 2006 +0100
  97. 7fb5266 Cleanup for GCC-4.x by Wolfgang Denk · Thu Oct 13 16:45:02 2005 +0200
  98. 8d5d28a Fix problems with SNTP support; enable SNTP support in some boards. by wdenk · Sat Apr 02 22:37:54 2005 +0000
  99. b4ad962 * Patch by Masami Komiya, 30 Mar 2005: by wdenk · Fri Apr 01 00:25:43 2005 +0000
  100. 145d2c1 Patches by Pantelis Antoniou, 30 Mar 2004: by wdenk · Thu Apr 15 21:48:45 2004 +0000