1. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 4 months ago
  2. 4d72caa common: Drop image.h from common header by Simon Glass · 4 years, 4 months ago
  3. 31d275b net: tftp: remove TFTP_MTU_BLOCKSIZE by Patrick Delaunay · 4 years, 5 months ago
  4. 2bcc43b net: tftp: use correct printf codes by Heinrich Schuchardt · 4 years, 7 months ago
  5. 8e8ccfe common: Move the image globals into image.h by Simon Glass · 4 years, 9 months ago
  6. bb872dd image: Rename load_addr, save_addr, save_size by Simon Glass · 4 years, 9 months ago
  7. ca48cb4 net: tftp: Fix tftp store address check in store_block() by Bin Meng · 4 years, 10 months ago
  8. 7b51b57 env: Move env_get() to env.h by Simon Glass · 5 years ago
  9. 9cc2323 lmb: handle more than one DRAM BANK by Simon Goldschmidt · 6 years ago
  10. 65304aa lib: lmb: rename lmb_get_unreserved_size to lmb_get_free_size by Simon Goldschmidt · 6 years ago
  11. 67bb984 net: remove CONFIG_MCAST_TFTP by Chris Packham · 6 years ago
  12. a156c47 tftp: prevent overwriting reserved memory by Simon Goldschmidt · 6 years ago
  13. 6ab1283 net: Consolidate the parsing of bootfile by Joe Hershberger · 6 years ago
  14. 64b8d7a net/tftp: fix build if CMD_BOOTEFI is not set by Jörg Krause · 7 years ago
  15. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  16. 0c17b1b net: tftp: silence a subscript above array bounds compile time warning by Vladimir Zapolskiy · 7 years ago
  17. 0efe1bc efi_loader: Add network access support by Alexander Graf · 8 years ago
  18. f5fb734 net: TFTP: variables cleanup and addition by Albert ARIBAUD \(3ADEV\) · 9 years ago
  19. af2ca59 net: Revert "tftp: adjust settings to be suitable for 100Mbit ethernet" by Bin Meng · 9 years ago
  20. 3469695 net: tftp: Move tftp.h file from ./net to ./include/net by Lukasz Majewski · 9 years ago
  21. 620776d tftp: adjust settings to be suitable for 100Mbit ethernet by Pavel Machek · 9 years ago
  22. 7628afe tftp.c: fix CONFIG_TFTP_TSIZE for small files by Max Krummenacher · 9 years ago
  23. bc0571f net: cosmetic: Fix checkpatch.pl failures in net.c by Joe Hershberger · 9 years ago
  24. 8885c5f net: cosmetic: Clean up TFTP variables and functions by Joe Hershberger · 9 years ago
  25. 1203fcc net: cosmetic: Cleanup internal packet buffer names by Joe Hershberger · 9 years ago
  26. 0adb5b7 net: cosmetic: Name ethaddr variables consistently by Joe Hershberger · 9 years ago
  27. 1411157 net: cosmetic: Fixup var names related to boot file by Joe Hershberger · 9 years ago
  28. 049a95a net: cosmetic: Change IPaddr_t to struct in_addr by Joe Hershberger · 9 years ago
  29. 55d5fd9 net: Access mapped physmem in net functions by Joe Hershberger · 10 years ago
  30. 8104f54 net: Display the size when tftpboot finishes by Simon Glass · 10 years ago
  31. 8e52533 net: tftpsrv: Get correct client MAC address by Andrew Ruder · 11 years ago
  32. f754f5d net: tftp: Make sure timeout will not effect wrap offset by rockly · 11 years ago
  33. 61fdd4f net/tftp: sparse fixes by Kim Phillips · 12 years ago
  34. 85b1980 net: Add tftp speed indication by Simon Glass · 12 years ago
  35. bc46dfa net: tftp: fix type of block arg to store_block by Jayachandran Chandrasekharan Nair · 12 years ago
  36. ece223b net: Refactor to separate the UDP handler from the ARP handler by Joe Hershberger · 12 years ago
  37. 22f6e99 net: Refactor to protect access to the NetState variable by Joe Hershberger · 12 years ago
  38. 594c26f net: cosmetic: Un-typedef IP_t by Joe Hershberger · 12 years ago
  39. 13dfe94 net: cosmetic: tftp.* checkpatch compliance by Joe Hershberger · 12 years ago
  40. db288a9 net: Remove volatile from net API by Joe Hershberger · 12 years ago
  41. ea45cb0 net: Make sure IPaddr_t is 32 bits in size by Matthias Weisser · 13 years ago
  42. 8c6914f net: Add more #ifdefs for tftpput to reduce code size by Simon Glass · 13 years ago
  43. 165099e net: Make net_transfer() a static function by Simon Glass · 13 years ago
  44. 39bccd2 net: Hide more code behind CONFIG_CMD_TFTPPUT by Simon Glass · 13 years ago
  45. 1fb7cd4 net: tftpput: implement tftp logic by Simon Glass · 13 years ago
  46. 58f317d net: tftpput: Support selecting get/put for tftp by Simon Glass · 13 years ago
  47. e4cde2f net: tftpput: Factor out start, restart and next block functions by Simon Glass · 13 years ago
  48. f5329bb net: tftpput: move common code into separate functions by Simon Glass · 13 years ago
  49. e2a5345 net: drop !NET_MULTI code by Mike Frysinger · 13 years ago
  50. 4d69e98 net/tftp.c: fix typo by Luca Ceresoli · 13 years ago
  51. e59e356 TFTP: net/tftp.c: add server mode receive by Luca Ceresoli · 13 years ago
  52. e3fb0ab TFTP: rename STATE_RRQ to STATE_SEND_RRQ by Luca Ceresoli · 13 years ago
  53. 20478ce TFTP: replace "server" with "remote" in local variable names by Luca Ceresoli · 13 years ago
  54. 9bb0a1b net/tftp.c: cosmetic: do not initialise statics to 0 or NULL by Luca Ceresoli · 13 years ago
  55. 0bdd8ac net/tftp.c: cosmetic: fix indentation by Luca Ceresoli · 13 years ago
  56. 6d2231e net/tftp.c: cosmetic: trailing statements should be on next line by Luca Ceresoli · 13 years ago
  57. 7bc325a net/tftp.c: cosmetic: fix brace issues by Luca Ceresoli · 13 years ago
  58. 2cb5360 net/tftp.c: cosmetic: do not use assignment in if condition by Luca Ceresoli · 13 years ago
  59. 2e32025 net/tftp.c: cosmetic: fix pointer syntax issues by Luca Ceresoli · 13 years ago
  60. c718b14 net/tftp.c: cosmetic: fix whitespace issues by Luca Ceresoli · 13 years ago
  61. 2f09413 net/tftp.c: cosmetic: fix lines over 80 characters by Luca Ceresoli · 13 years ago
  62. 03eb129 NET: pass source IP address to packet handlers by Luca Ceresoli · 13 years ago
  63. c96f86e TFTP: allow for adjustable retransmission timout by Wolfgang Denk · 15 years ago
  64. aafda38 Add error codes/handling for TFTP-server by Remy Bohmer · 15 years ago
  65. 6ac59c5 net: pull CONFIG checks out of source and into makefile by Mike Frysinger · 15 years ago
  66. 4fccb81 Add Transfer Size Option to tftp by Robin Getz · 15 years ago
  67. 89ba81d tftp: get the tftp block size from config file and from the environment by Alessandro Rubini · 15 years ago
  68. d371708 net/tftp.c: fix warning: pointer targets differ in signedness by Wolfgang Denk · 15 years ago
  69. 0ebf04c minor debug cleanups in ./net by Robin Getz · 15 years ago
  70. b6446b6 convert print_IPaddr() to %pI4 by Mike Frysinger · 16 years ago
  71. 6a86bb6 net: Fix TftpStart() ip:filename bug by Peter Tyser · 16 years ago
  72. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  73. e83cc06 net: Make TFTP server timeout configurable by Bartlomiej Sieka · 16 years ago
  74. 49f3bdb net: express the first argument to NetSetTimeout() in milliseconds by Bartlomiej Sieka · 16 years ago
  75. be1b0d2 Don't tftp to unknown flash by Jochen Friedrich · 16 years ago
  76. dc4b0b3 Fix printf errors. by Andrew Klossner · 16 years ago
  77. 38cc09c TFTP: fix search of ':' in BootFile by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  78. a93907c TFTP: add host ip addr support by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  79. 079c2c4 Fix warning differ in signedness in net/net.c and net/nfs.c by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  80. 6017474 Fix TFTP OACK code for short packets. by Wolfgang Denk · 17 years ago
  81. ff13ac8 Backout commit 8f1bc284 as it causes TFTP to fail. by Wolfgang Denk · 17 years ago
  82. 8f1bc28 tftp: don't implicity trust the format of recevied packets by Grant Likely · 17 years ago
  83. ef8f207 Fix: TFTP is not working on little endian systems by stefano babic · 17 years ago
  84. 30b52df 86xx: Fix lingering CFG_CMD_* references in sbc8641d.h by Jon Loeliger · 17 years ago
  85. 85eb5ca Coding style cleanup; rebuild CHANGELOG by Wolfgang Denk · 17 years ago
  86. 53a5c42 multicast tftp: RFC2090 by David Updegraff · 17 years ago
  87. 610f2e9 net/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
  88. 643d1ab net/: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  89. 6e2115a net/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  90. ddd5d9d Fix typo. Patch by Andreas Engel, 28 Nov 2005 by Wolfgang Denk · 18 years ago
  91. 84bd92b Merge with /home/m8/git/u-boot by Wolfgang Denk · 19 years ago
  92. 77ddac9 Cleanup for GCC-4.x by Wolfgang Denk · 19 years ago
  93. e6f2e90 Added support for TQM834x boards. by Marian Balakowicz · 19 years ago
  94. 28cb937 Update for TFTP using a fixed UDP port by Wolfgang Denk · 19 years ago
  95. ecb0ccd Allow to force TFTP to use a fixed UDP port by Wolfgang Denk · 19 years ago
  96. 7bc5ee0 Prepare U-Boot for gcc-4.x by Wolfgang Denk · 19 years ago
  97. c43352c Fix endianess problem in TFTP / NFS default filenames by Wolfgang Denk · 19 years ago
  98. a3d991b Patches by Pantelis Antoniou, 30 Mar 2004: by wdenk · 20 years ago
  99. 4b9206e * Patches by Thomas Viehweger, 16 Mar 2004: by wdenk · 21 years ago
  100. cd0a9de * Patch by Laurent Mohin, 10 Feb 2004: Fix buffer overflow in common/usb.c by wdenk · 21 years ago