1. 5e6e41b net: bootp: Make root path (option 17) length configurable by Andre Kalb · 2 years, 8 months ago
  2. 01d1b99 Convert CONFIG_NET_RETRY_COUNT to Kconfig by Tom Rini · 2 years, 6 months ago
  3. f0171e7 net: Remove CONFIG_BOOTP_DHCP_REQUEST_DELAY by Tom Rini · 2 years, 7 months ago
  4. 4340753 net: Drop #ifdefs with CONFIG_BOOTP_SERVERIP by Simon Glass · 2 years, 9 months ago
  5. d4a660a net: bootp: Correct VCI string transmission by Walter Stoll · 3 years ago
  6. 0b1284e global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · 3 years, 2 months ago
  7. c8e251f Adds basic support for ProxyDHCP by Lyle Franklin · 5 years ago
  8. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 4 months ago
  9. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 4 months ago
  10. 52f2423 common: Drop bootstage.h from common header by Simon Glass · 4 years, 4 months ago
  11. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 4 months ago
  12. ba06b3c common: Drop uuid.h from common header by Simon Glass · 4 years, 4 months ago
  13. 9eef56d env: Move env_get_ulong() to env.h by Simon Glass · 5 years ago
  14. bdce340 net: Add option to prefer bootp/dhcp serverip by Alexander Graf · 6 years ago
  15. 449312c net: Prefer command line arguments by Alexander Graf · 6 years ago
  16. 4b4dc52 net: bootp: Fix compile error processing ntpserver option by Chris Packham · 6 years ago
  17. 2099b9f net: dhcp: Allow "MAY_FAIL" to still try each adapter by Joe Hershberger · 7 years ago
  18. 765a159 net: Remove nfs.h include from bootp.c by Joe Hershberger · 7 years ago
  19. bfebc8c env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() by Simon Glass · 7 years ago
  20. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  21. 382bee5 env: Rename setenv() to env_set() by Simon Glass · 7 years ago
  22. 2d8d190 status_led: Kconfig migration by Uri Mashiach · 8 years ago
  23. 166c409 net: Handle an empty bootp extension section by Andre Renaud · 8 years ago
  24. bc6fc28 net: Optionally use pxe client arch from variable by Alexander Graf · 8 years ago
  25. 20898ea distro: Add efi pxe boot code by Alexander Graf · 8 years ago
  26. 4570a99 bootp: Move vendor class identifier set to function by Alexander Graf · 8 years ago
  27. 0efe1bc efi_loader: Add network access support by Alexander Graf · 8 years ago
  28. 214cc90 bootp: Prevent u-boot from using others responses. by Anton Persson · 9 years ago
  29. 50768f5 net: bootp: Add environment variable for timeout period by Alexandre Messier · 9 years ago
  30. b2b7fbc net: Add bootfile in DHCP Request by Alexandre Messier · 9 years ago
  31. 44c42dd net: bootp: Ignore packets whose yiaddr is 0 by Peng Fan · 9 years ago
  32. 774c3e0 net: parse DHCP options from overloaded file/sname fields by Stefan Brüns · 9 years ago
  33. ec87b1b net: Do not overwrite options found in overloaded 'file' field by Stefan Brüns · 9 years ago
  34. 4f28c9b net: cancel timeout handler after DHCPACK by Stefan Brüns · 9 years ago
  35. c56eb57 net: Fix parsing of Bootp/DHCP option 0 (Pad) by Stefan Brüns · 9 years ago
  36. 454d9d3 net: send RFC1542 compliant value for bootp requests by Stefan Brüns · 9 years ago
  37. 867d6ae net: reject Bootp/DHCP packets with bad OP value by Stefan Brüns · 9 years ago
  38. 8295332 net: protect status led access in bootp by Thomas Chou · 9 years ago
  39. 214dc1d net: bootp fix vci string on SPL-Boot by Hannes Petermaier · 9 years ago
  40. 3469695 net: tftp: Move tftp.h file from ./net to ./include/net by Lukasz Majewski · 9 years ago
  41. 5917e7d net: Fix incorrect DHCP/BOOTP packets on 64-bit systems by Sergey Temerkhanov · 9 years ago
  42. bc0571f net: cosmetic: Fix checkpatch.pl failures in net.c by Joe Hershberger · 9 years ago
  43. 7044c6b net: cosmetic: Clean up DHCP variables and functions by Joe Hershberger · 9 years ago
  44. 1203fcc net: cosmetic: Cleanup internal packet buffer names by Joe Hershberger · 9 years ago
  45. 0adb5b7 net: cosmetic: Name ethaddr variables consistently by Joe Hershberger · 9 years ago
  46. 586cbe5 net: cosmetic: Fixup var names for DHCP strings by Joe Hershberger · 9 years ago
  47. 1411157 net: cosmetic: Fixup var names related to boot file by Joe Hershberger · 9 years ago
  48. 049a95a net: cosmetic: Change IPaddr_t to struct in_addr by Joe Hershberger · 9 years ago
  49. ecec4e9 net: bootp: as CONFIG_BOOTP_SERVERIP is defined, keep bootfile not changed by Wu, Josh · 10 years ago
  50. 92ac8ac net: More BOOTP retry timeout improvements by Thierry Reding · 10 years ago
  51. f59be6e net: BOOTP retry timeout improvements by Stephen Warren · 10 years ago
  52. 8e8d73b bootp can use mdelay by Pavel Machek · 10 years ago
  53. d718ded lib: uuid: code refactor for proper maintain between uuid bin and string by Przemyslaw Marczak · 10 years ago
  54. 0637059 net/: sparse fixes by Kim Phillips · 12 years ago
  55. 7ac2fe2 OMAP: networking support for SPL by Ilya Yanok · 12 years ago
  56. 9ace17c net/bootp: add VCI support for BOOTP also by Ilya Yanok · 12 years ago
  57. ee0f60d net: Quietly ignore DHCP Option 28 (Broadcast Address) by Brian Rzycki · 12 years ago
  58. b977aa8 net: bootp: fix build by benoit.thebaudeau@advans · 12 years ago
  59. db7720b net: make net_rand.h inclusion depend on BOOTP_RANDOM_DELAY by Kim Phillips · 12 years ago
  60. 2c00e09 net: Add option CONFIG_BOOTP_MAY_FAIL by Joe Hershberger · 12 years ago
  61. 1752f0f net: Fix unused variable compile warning by Joe Hershberger · 12 years ago
  62. ece223b net: Refactor to separate the UDP handler from the ARP handler by Joe Hershberger · 12 years ago
  63. f962322 net: Move debug trace to point of action by Joe Hershberger · 12 years ago
  64. ae446f5 net: Refactor bootp packet length computations by Joe Hershberger · 12 years ago
  65. 4b11c91 net: Refactor IP, UPD, and ICMP header writing functions by Joe Hershberger · 12 years ago
  66. f831573 net: cosmetic: Rename OPT_SIZE to OPT_FIELD_SIZE by Joe Hershberger · 12 years ago
  67. cb487f5 net: cosmetic: Un-typedef Ethernet_t by Joe Hershberger · 12 years ago
  68. 594c26f net: cosmetic: Un-typedef IP_t by Joe Hershberger · 12 years ago
  69. eafc8db net: Move MAC-seeded rand out of bootp.c by Joe Hershberger · 12 years ago
  70. 3090b7e3 net: cosmetic: bootp.* checkpatch compliance by Joe Hershberger · 12 years ago
  71. db288a9 net: Remove volatile from net API by Joe Hershberger · 12 years ago
  72. 573f14f bootstage: Plumb in bootstage calls for basic operations by Simon Glass · 13 years ago
  73. c0fe04b net/bootp.c: Fix GCC 4.6 warning by Anatolij Gustschin · 13 years ago
  74. e4a3d57 net: Export auto_load, use it in rarp by Simon Glass · 13 years ago
  75. 58f317d net: tftpput: Support selecting get/put for tftp by Simon Glass · 13 years ago
  76. d2b5d5c net: bootp: add PXE/RFC 4578 DHCP options support by Jason Hobbs · 13 years ago
  77. 7aabad2 net/bootp.c: fix tftp load if autoload environment var isn't set by Peter Korsgaard · 13 years ago
  78. 0934986 Put common autoload code into auto_load() function by Simon Glass · 13 years ago
  79. 09e3a67 bootp: add ntpserver option to bootp request by Luuk Paulussen · 13 years ago
  80. 03eb129 NET: pass source IP address to packet handlers by Luca Ceresoli · 13 years ago
  81. 21076f6 Fix bad padding of bootp request packet by Simon Glass · 14 years ago
  82. 258ccd6 net: Fix potential empty DHCP Parameter Request List by Jason Liu · 14 years ago
  83. 6ac59c5 net: pull CONFIG checks out of source and into makefile by Mike Frysinger · 15 years ago
  84. d8d8724 net/bootp.c: fix compile warning by Wolfgang Denk · 15 years ago
  85. 0ebf04c minor debug cleanups in ./net by Robin Getz · 15 years ago
  86. d9bec9f net: rename NetRxPkt to NetRxPacket by Mike Frysinger · 15 years ago
  87. c9a2aab A VLAN tagged DHCP request/discover is 4 bytes short by Norbert van Bolhuis · 15 years ago
  88. 95823ca net: get mac address from environment and use eth util funcs by Mike Frysinger · 16 years ago
  89. b6446b6 convert print_IPaddr() to %pI4 by Mike Frysinger · 16 years ago
  90. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  91. 49f3bdb net: express the first argument to NetSetTimeout() in milliseconds by Bartlomiej Sieka · 16 years ago
  92. 51dfe13 Fix bogus error message in the DHCP handler by Remy Bohmer · 16 years ago
  93. 0328ef0 Fix DHCP protocol so U-Boot does not respond too early by Robin Getz · 16 years ago
  94. b64f190 Fix printf() format issues with sizeof_t types by using %zu by Wolfgang Denk · 16 years ago
  95. 1aeed8d Coding Style cleanup; update CHANGELOG by Wolfgang Denk · 16 years ago
  96. d9a2f41 DHCP request fix for Windows Server 2003 by Aras Vaichas · 17 years ago
  97. 079c2c4 Fix warning differ in signedness in net/net.c and net/nfs.c by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  98. 992742a Cleanup coding style; update CHANGELOG by Wolfgang Denk · 17 years ago
  99. e5c794e DHCP Client Fix by Justin Flammia · 17 years ago
  100. 135e19b Avoid compiler warning. by Wolfgang Denk · 17 years ago