1. 8ce7c82 Correct SPL use of NETDEVICES by Simon Glass · 1 year, 10 months ago
  2. 364d002 global: Finish CONFIG -> CFG migration by Tom Rini · 1 year, 11 months ago
  3. ae08ffd net: CONFIG_NET_DEVICES in dhcp_handler() by Heinrich Schuchardt · 2 years ago
  4. f138982 efi_loader: Let networking support depend on NETDEVICES by Jan Kiszka · 2 years, 1 month ago
  5. e9926e5 net: bootp: Make root path (option 17) length configurable by Andre Kalb · 2 years, 10 months ago
  6. 26011a3 Convert CONFIG_NET_RETRY_COUNT to Kconfig by Tom Rini · 2 years, 9 months ago
  7. 94bae42 net: Remove CONFIG_BOOTP_DHCP_REQUEST_DELAY by Tom Rini · 2 years, 9 months ago
  8. 297fc20 net: Drop #ifdefs with CONFIG_BOOTP_SERVERIP by Simon Glass · 3 years ago
  9. 8182a3a net: bootp: Correct VCI string transmission by Walter Stoll · 3 years, 1 month ago
  10. ff9b903 global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · 3 years, 4 months ago
  11. 73fcbc7 Adds basic support for ProxyDHCP by Lyle Franklin · 5 years ago
  12. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  13. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  14. 1ea9789 common: Drop bootstage.h from common header by Simon Glass · 4 years, 7 months ago
  15. 274e0b0 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
  16. 6f04498 common: Drop uuid.h from common header by Simon Glass · 4 years, 7 months ago
  17. 6eaea25 env: Move env_get_ulong() to env.h by Simon Glass · 5 years ago
  18. 427e695 net: Add option to prefer bootp/dhcp serverip by Alexander Graf · 6 years ago
  19. f43bf5d net: Prefer command line arguments by Alexander Graf · 6 years ago
  20. 3a2ae81 net: bootp: Fix compile error processing ntpserver option by Chris Packham · 7 years ago
  21. 724cc6a net: dhcp: Allow "MAY_FAIL" to still try each adapter by Joe Hershberger · 7 years ago
  22. 7c646e8 net: Remove nfs.h include from bootp.c by Joe Hershberger · 7 years ago
  23. 22c34c2 env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() by Simon Glass · 7 years ago
  24. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  25. 6a38e41 env: Rename setenv() to env_set() by Simon Glass · 7 years ago
  26. 4892d39 status_led: Kconfig migration by Uri Mashiach · 8 years ago
  27. 23298cd net: Handle an empty bootp extension section by Andre Renaud · 9 years ago
  28. 3d5fc4e net: Optionally use pxe client arch from variable by Alexander Graf · 9 years ago
  29. 3661aac distro: Add efi pxe boot code by Alexander Graf · 9 years ago
  30. ea73a04 bootp: Move vendor class identifier set to function by Alexander Graf · 9 years ago
  31. 94c4b99 efi_loader: Add network access support by Alexander Graf · 9 years ago
  32. bf27a4c bootp: Prevent u-boot from using others responses. by Anton Persson · 9 years ago
  33. 1597132 net: bootp: Add environment variable for timeout period by Alexandre Messier · 9 years ago
  34. ad28a31 net: Add bootfile in DHCP Request by Alexandre Messier · 9 years ago
  35. 67e72e9 net: bootp: Ignore packets whose yiaddr is 0 by Peng Fan · 9 years ago
  36. 79f724c net: parse DHCP options from overloaded file/sname fields by Stefan Brüns · 9 years ago
  37. 345cb83 net: Do not overwrite options found in overloaded 'file' field by Stefan Brüns · 9 years ago
  38. 4c60e4a net: cancel timeout handler after DHCPACK by Stefan Brüns · 9 years ago
  39. 4431829 net: Fix parsing of Bootp/DHCP option 0 (Pad) by Stefan Brüns · 9 years ago
  40. 2eb2556 net: send RFC1542 compliant value for bootp requests by Stefan Brüns · 9 years ago
  41. a48cd93 net: reject Bootp/DHCP packets with bad OP value by Stefan Brüns · 9 years ago
  42. 3948aa0 net: protect status led access in bootp by Thomas Chou · 9 years ago
  43. 1ea8852 net: bootp fix vci string on SPL-Boot by Hannes Petermaier · 9 years ago
  44. 2118592 net: tftp: Move tftp.h file from ./net to ./include/net by Lukasz Majewski · 9 years ago
  45. bf5ad64 net: Fix incorrect DHCP/BOOTP packets on 64-bit systems by Sergey Temerkhanov · 10 years ago
  46. c80b41b0 net: cosmetic: Fix checkpatch.pl failures in net.c by Joe Hershberger · 10 years ago
  47. 2fe81a5 net: cosmetic: Clean up DHCP variables and functions by Joe Hershberger · 10 years ago
  48. a8ca4f6 net: cosmetic: Cleanup internal packet buffer names by Joe Hershberger · 10 years ago
  49. 8ecdbed net: cosmetic: Name ethaddr variables consistently by Joe Hershberger · 10 years ago
  50. 6d23643 net: cosmetic: Fixup var names for DHCP strings by Joe Hershberger · 10 years ago
  51. 290c899 net: cosmetic: Fixup var names related to boot file by Joe Hershberger · 10 years ago
  52. 5874dec net: cosmetic: Change IPaddr_t to struct in_addr by Joe Hershberger · 10 years ago
  53. a9c2cbd net: bootp: as CONFIG_BOOTP_SERVERIP is defined, keep bootfile not changed by Wu, Josh · 10 years ago
  54. 8977cda net: More BOOTP retry timeout improvements by Thierry Reding · 10 years ago
  55. 69e1e35 net: BOOTP retry timeout improvements by Stephen Warren · 10 years ago
  56. 764c29d bootp can use mdelay by Pavel Machek · 10 years ago
  57. 0c81336 lib: uuid: code refactor for proper maintain between uuid bin and string by Przemyslaw Marczak · 11 years ago
  58. 40c2c03 net/: sparse fixes by Kim Phillips · 12 years ago
  59. f7a2c55 OMAP: networking support for SPL by Ilya Yanok · 12 years ago
  60. 3087658 net/bootp: add VCI support for BOOTP also by Ilya Yanok · 12 years ago
  61. 5a672a2 net: Quietly ignore DHCP Option 28 (Broadcast Address) by Brian Rzycki · 12 years ago
  62. 7232ee5 net: bootp: fix build by benoit.thebaudeau@advans · 12 years ago
  63. 576175b net: make net_rand.h inclusion depend on BOOTP_RANDOM_DELAY by Kim Phillips · 12 years ago
  64. 8ca7fa0 net: Add option CONFIG_BOOTP_MAY_FAIL by Joe Hershberger · 13 years ago
  65. 9d37a58 net: Fix unused variable compile warning by Joe Hershberger · 13 years ago
  66. f50357b net: Refactor to separate the UDP handler from the ARP handler by Joe Hershberger · 13 years ago
  67. b1e9476 net: Move debug trace to point of action by Joe Hershberger · 13 years ago
  68. db3e6e4 net: Refactor bootp packet length computations by Joe Hershberger · 13 years ago
  69. 2ed5b49 net: Refactor IP, UPD, and ICMP header writing functions by Joe Hershberger · 13 years ago
  70. ceba447 net: cosmetic: Rename OPT_SIZE to OPT_FIELD_SIZE by Joe Hershberger · 13 years ago
  71. 1178f41 net: cosmetic: Un-typedef Ethernet_t by Joe Hershberger · 13 years ago
  72. 6fe8b45 net: cosmetic: Un-typedef IP_t by Joe Hershberger · 13 years ago
  73. 797f2c5 net: Move MAC-seeded rand out of bootp.c by Joe Hershberger · 13 years ago
  74. 8f4b135 net: cosmetic: bootp.* checkpatch compliance by Joe Hershberger · 13 years ago
  75. 4b7747e net: Remove volatile from net API by Joe Hershberger · 13 years ago
  76. 768cbf0 bootstage: Plumb in bootstage calls for basic operations by Simon Glass · 13 years ago
  77. e4e53d1 net/bootp.c: Fix GCC 4.6 warning by Anatolij Gustschin · 13 years ago
  78. 5234ad1 net: Export auto_load, use it in rarp by Simon Glass · 13 years ago
  79. f59675a net: tftpput: Support selecting get/put for tftp by Simon Glass · 13 years ago
  80. ea320281 net: bootp: add PXE/RFC 4578 DHCP options support by Jason Hobbs · 13 years ago
  81. 10b532c net/bootp.c: fix tftp load if autoload environment var isn't set by Peter Korsgaard · 13 years ago
  82. ab068eb Put common autoload code into auto_load() function by Simon Glass · 13 years ago
  83. 6380e01 bootp: add ntpserver option to bootp request by Luuk Paulussen · 14 years ago
  84. 428ab36 NET: pass source IP address to packet handlers by Luca Ceresoli · 14 years ago
  85. a0978eb Fix bad padding of bootp request packet by Simon Glass · 14 years ago
  86. 1c7dca5 net: Fix potential empty DHCP Parameter Request List by Jason Liu · 14 years ago
  87. 8c2926d net: pull CONFIG checks out of source and into makefile by Mike Frysinger · 15 years ago
  88. 2b18422 net/bootp.c: fix compile warning by Wolfgang Denk · 15 years ago
  89. 9e0a4d6 minor debug cleanups in ./net by Robin Getz · 15 years ago
  90. dc16603 net: rename NetRxPkt to NetRxPacket by Mike Frysinger · 15 years ago
  91. 20a020c A VLAN tagged DHCP request/discover is 4 bytes short by Norbert van Bolhuis · 15 years ago
  92. 79ca1b9 net: get mac address from environment and use eth util funcs by Mike Frysinger · 16 years ago
  93. d5695f4 convert print_IPaddr() to %pI4 by Mike Frysinger · 16 years ago
  94. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  95. 5666846 net: express the first argument to NetSetTimeout() in milliseconds by Bartlomiej Sieka · 16 years ago
  96. 03a4449 Fix bogus error message in the DHCP handler by Remy Bohmer · 16 years ago
  97. 0f734c6 Fix DHCP protocol so U-Boot does not respond too early by Robin Getz · 16 years ago
  98. 509cd07 Fix printf() format issues with sizeof_t types by using %zu by Wolfgang Denk · 16 years ago
  99. 35f734f Coding Style cleanup; update CHANGELOG by Wolfgang Denk · 17 years ago
  100. 72aa3f3 DHCP request fix for Windows Server 2003 by Aras Vaichas · 17 years ago