1. 573f14f bootstage: Plumb in bootstage calls for basic operations by Simon Glass · 13 years ago
  2. c0fe04b net/bootp.c: Fix GCC 4.6 warning by Anatolij Gustschin · 13 years ago
  3. e4a3d57 net: Export auto_load, use it in rarp by Simon Glass · 13 years ago
  4. 58f317d net: tftpput: Support selecting get/put for tftp by Simon Glass · 13 years ago
  5. d2b5d5c net: bootp: add PXE/RFC 4578 DHCP options support by Jason Hobbs · 13 years ago
  6. 7aabad2 net/bootp.c: fix tftp load if autoload environment var isn't set by Peter Korsgaard · 13 years ago
  7. 0934986 Put common autoload code into auto_load() function by Simon Glass · 13 years ago
  8. 09e3a67 bootp: add ntpserver option to bootp request by Luuk Paulussen · 13 years ago
  9. 03eb129 NET: pass source IP address to packet handlers by Luca Ceresoli · 13 years ago
  10. 21076f6 Fix bad padding of bootp request packet by Simon Glass · 14 years ago
  11. 258ccd6 net: Fix potential empty DHCP Parameter Request List by Jason Liu · 14 years ago
  12. 6ac59c5 net: pull CONFIG checks out of source and into makefile by Mike Frysinger · 15 years ago
  13. d8d8724 net/bootp.c: fix compile warning by Wolfgang Denk · 15 years ago
  14. 0ebf04c minor debug cleanups in ./net by Robin Getz · 15 years ago
  15. d9bec9f net: rename NetRxPkt to NetRxPacket by Mike Frysinger · 15 years ago
  16. c9a2aab A VLAN tagged DHCP request/discover is 4 bytes short by Norbert van Bolhuis · 15 years ago
  17. 95823ca net: get mac address from environment and use eth util funcs by Mike Frysinger · 16 years ago
  18. b6446b6 convert print_IPaddr() to %pI4 by Mike Frysinger · 16 years ago
  19. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  20. 49f3bdb net: express the first argument to NetSetTimeout() in milliseconds by Bartlomiej Sieka · 16 years ago
  21. 51dfe13 Fix bogus error message in the DHCP handler by Remy Bohmer · 16 years ago
  22. 0328ef0 Fix DHCP protocol so U-Boot does not respond too early by Robin Getz · 16 years ago
  23. b64f190 Fix printf() format issues with sizeof_t types by using %zu by Wolfgang Denk · 16 years ago
  24. 1aeed8d Coding Style cleanup; update CHANGELOG by Wolfgang Denk · 16 years ago
  25. d9a2f41 DHCP request fix for Windows Server 2003 by Aras Vaichas · 17 years ago
  26. 079c2c4 Fix warning differ in signedness in net/net.c and net/nfs.c by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  27. 992742a Cleanup coding style; update CHANGELOG by Wolfgang Denk · 17 years ago
  28. e5c794e DHCP Client Fix by Justin Flammia · 17 years ago
  29. 135e19b Avoid compiler warning. by Wolfgang Denk · 17 years ago
  30. 5d110f0 New CONFIG_BOOTP_SERVERIP option by Wilson Callan · 17 years ago
  31. 610f2e9 net/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
  32. 1fe80d7 Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK! by Jon Loeliger · 17 years ago
  33. 643d1ab net/: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  34. 6e2115a net/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  35. c668670 Minor code cleanup. by Wolfgang Denk · 18 years ago
  36. d82718f Make bootp implementation RFC3046 compliant Patch by Joakim Larsson, 27 Jun 2006 by Wolfgang Denk · 18 years ago
  37. 3b2e4fd Add support for the DHCP vendor optional bootfile (#67). by Wolfgang Denk · 19 years ago
  38. 77ddac9 Cleanup for GCC-4.x by Wolfgang Denk · 19 years ago
  39. 414eec3 Fix problems with SNTP support; enable SNTP support in some boards. by wdenk · 19 years ago
  40. ea287de * Patch by Masami Komiya, 30 Mar 2005: by wdenk · 19 years ago
  41. a3d991b Patches by Pantelis Antoniou, 30 Mar 2004: by wdenk · 20 years ago
  42. 4b9206e * Patches by Thomas Viehweger, 16 Mar 2004: by wdenk · 21 years ago
  43. 3d3befa * Patch by Philippe Robin, 09 Mar 2004: by wdenk · 21 years ago
  44. 0e6d798 * Patch by Travis Sawyer, 01 Mar 2004: by wdenk · 21 years ago
  45. 232c150 Add support for Siemens SX1 mobile phone; by wdenk · 21 years ago
  46. 132ba5f * Patch by Pierre Aubert, 26 Feb 2004 add IDE support for MPC5200 by wdenk · 21 years ago
  47. fe389a8 - Added CONFIG_BOOTP_DNS2 and CONFIG_BOOTP_SEND_HOSTNAME to CONFIG_BOOTP_MASK. by stroese · 21 years ago
  48. 8bde7f7 * Code cleanup: by wdenk · 21 years ago
  49. 73a8b27 * Add support for RMU board by wdenk · 21 years ago
  50. 682011f * Patches by Udi Finkelstein, 2 June 2003: by wdenk · 21 years ago
  51. 759a51b Changed DHCP client to use ip address from server option field #54 from the OFFER-paket in the server option field #54 in the REQUEST-paket. This fixes a problem using a Windows 2000 DHCP server, where the DHCP-server is not the TFTP-server. by stroese · 21 years ago
  52. 3e38691 * Patch by Arun Dharankar, 4 Apr 2003: by wdenk · 21 years ago
  53. 47cd00f * Patches by Robert Schwebel, 06 Mar 2003: by wdenk · 22 years ago
  54. 3861aa5 Initial revision by wdenk · 22 years ago