1. 4e4bf94 common: Drop display_options.h from common header by Simon Glass · 2 years, 2 months ago
  2. 52938fc net: Remove CONFIG_SYS_DIRECT_FLASH_TFTP by Tom Rini · 2 years, 2 months ago
  3. 1ffe366 net: tftp: fix tftp server initialization by Arjan Minzinga Zijlstra · 2 years, 6 months ago
  4. 01d1b99 Convert CONFIG_NET_RETRY_COUNT to Kconfig by Tom Rini · 2 years, 7 months ago
  5. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 8 months ago
  6. 66356b4 WS cleanup: remove trailing empty lines by Wolfgang Denk · 3 years ago
  7. 0b1284e global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · 3 years, 2 months ago
  8. 2dddc1b net: tftp: Avoid sending extra ack on completion by Ramon Fried · 3 years, 8 months ago
  9. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 3 years, 11 months ago
  10. beb61e1 net: tftp: Fix incorrect tftp_next_ack on no OACK by Harm Berntsen · 3 years, 10 months ago
  11. 5f59518 efi_loader: setting boot device by Heinrich Schuchardt · 3 years, 9 months ago
  12. f6a158b net: tftp: Fix load_block offset calculation by Ley Foon Tan · 4 years, 1 month ago
  13. ae0bdf0 net: tftp: Fix store_block offset calculation by Ley Foon Tan · 4 years, 1 month ago
  14. 6bf4636 net: tftp: Fix tftp_prev_block counter update by Ley Foon Tan · 4 years, 1 month ago
  15. cc6b87e net: tftp: Add client support for RFC 7440 by Ramon Fried · 4 years, 2 months ago
  16. 0813921 net: tftp: fix option validation as per RFCs by Ravik Hasija · 4 years, 4 months ago
  17. de5468e net: tftp: fix progress marker for file transfer by Ravik Hasija · 4 years, 5 months ago
  18. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  19. 4d72caa common: Drop image.h from common header by Simon Glass · 4 years, 5 months ago
  20. 31d275b net: tftp: remove TFTP_MTU_BLOCKSIZE by Patrick Delaunay · 4 years, 5 months ago
  21. 2bcc43b net: tftp: use correct printf codes by Heinrich Schuchardt · 4 years, 7 months ago
  22. 8e8ccfe common: Move the image globals into image.h by Simon Glass · 4 years, 9 months ago
  23. bb872dd image: Rename load_addr, save_addr, save_size by Simon Glass · 4 years, 9 months ago
  24. ca48cb4 net: tftp: Fix tftp store address check in store_block() by Bin Meng · 4 years, 10 months ago
  25. 7b51b57 env: Move env_get() to env.h by Simon Glass · 5 years ago
  26. 9cc2323 lmb: handle more than one DRAM BANK by Simon Goldschmidt · 6 years ago
  27. 65304aa lib: lmb: rename lmb_get_unreserved_size to lmb_get_free_size by Simon Goldschmidt · 6 years ago
  28. 67bb984 net: remove CONFIG_MCAST_TFTP by Chris Packham · 6 years ago
  29. a156c47 tftp: prevent overwriting reserved memory by Simon Goldschmidt · 6 years ago
  30. 6ab1283 net: Consolidate the parsing of bootfile by Joe Hershberger · 6 years ago
  31. 64b8d7a net/tftp: fix build if CMD_BOOTEFI is not set by Jörg Krause · 7 years ago
  32. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  33. 0c17b1b net: tftp: silence a subscript above array bounds compile time warning by Vladimir Zapolskiy · 7 years ago
  34. 0efe1bc efi_loader: Add network access support by Alexander Graf · 8 years ago
  35. f5fb734 net: TFTP: variables cleanup and addition by Albert ARIBAUD \(3ADEV\) · 9 years ago
  36. af2ca59 net: Revert "tftp: adjust settings to be suitable for 100Mbit ethernet" by Bin Meng · 9 years ago
  37. 3469695 net: tftp: Move tftp.h file from ./net to ./include/net by Lukasz Majewski · 9 years ago
  38. 620776d tftp: adjust settings to be suitable for 100Mbit ethernet by Pavel Machek · 9 years ago
  39. 7628afe tftp.c: fix CONFIG_TFTP_TSIZE for small files by Max Krummenacher · 9 years ago
  40. bc0571f net: cosmetic: Fix checkpatch.pl failures in net.c by Joe Hershberger · 9 years ago
  41. 8885c5f net: cosmetic: Clean up TFTP variables and functions by Joe Hershberger · 9 years ago
  42. 1203fcc net: cosmetic: Cleanup internal packet buffer names by Joe Hershberger · 9 years ago
  43. 0adb5b7 net: cosmetic: Name ethaddr variables consistently by Joe Hershberger · 9 years ago
  44. 1411157 net: cosmetic: Fixup var names related to boot file by Joe Hershberger · 9 years ago
  45. 049a95a net: cosmetic: Change IPaddr_t to struct in_addr by Joe Hershberger · 9 years ago
  46. 55d5fd9 net: Access mapped physmem in net functions by Joe Hershberger · 10 years ago
  47. 8104f54 net: Display the size when tftpboot finishes by Simon Glass · 10 years ago
  48. 8e52533 net: tftpsrv: Get correct client MAC address by Andrew Ruder · 11 years ago
  49. f754f5d net: tftp: Make sure timeout will not effect wrap offset by rockly · 11 years ago
  50. 61fdd4f net/tftp: sparse fixes by Kim Phillips · 12 years ago
  51. 85b1980 net: Add tftp speed indication by Simon Glass · 12 years ago
  52. bc46dfa net: tftp: fix type of block arg to store_block by Jayachandran Chandrasekharan Nair · 12 years ago
  53. ece223b net: Refactor to separate the UDP handler from the ARP handler by Joe Hershberger · 12 years ago
  54. 22f6e99 net: Refactor to protect access to the NetState variable by Joe Hershberger · 12 years ago
  55. 594c26f net: cosmetic: Un-typedef IP_t by Joe Hershberger · 12 years ago
  56. 13dfe94 net: cosmetic: tftp.* checkpatch compliance by Joe Hershberger · 12 years ago
  57. db288a9 net: Remove volatile from net API by Joe Hershberger · 12 years ago
  58. ea45cb0 net: Make sure IPaddr_t is 32 bits in size by Matthias Weisser · 13 years ago
  59. 8c6914f net: Add more #ifdefs for tftpput to reduce code size by Simon Glass · 13 years ago
  60. 165099e net: Make net_transfer() a static function by Simon Glass · 13 years ago
  61. 39bccd2 net: Hide more code behind CONFIG_CMD_TFTPPUT by Simon Glass · 13 years ago
  62. 1fb7cd4 net: tftpput: implement tftp logic by Simon Glass · 13 years ago
  63. 58f317d net: tftpput: Support selecting get/put for tftp by Simon Glass · 13 years ago
  64. e4cde2f net: tftpput: Factor out start, restart and next block functions by Simon Glass · 13 years ago
  65. f5329bb net: tftpput: move common code into separate functions by Simon Glass · 13 years ago
  66. e2a5345 net: drop !NET_MULTI code by Mike Frysinger · 13 years ago
  67. 4d69e98 net/tftp.c: fix typo by Luca Ceresoli · 13 years ago
  68. e59e356 TFTP: net/tftp.c: add server mode receive by Luca Ceresoli · 13 years ago
  69. e3fb0ab TFTP: rename STATE_RRQ to STATE_SEND_RRQ by Luca Ceresoli · 13 years ago
  70. 20478ce TFTP: replace "server" with "remote" in local variable names by Luca Ceresoli · 13 years ago
  71. 9bb0a1b net/tftp.c: cosmetic: do not initialise statics to 0 or NULL by Luca Ceresoli · 13 years ago
  72. 0bdd8ac net/tftp.c: cosmetic: fix indentation by Luca Ceresoli · 13 years ago
  73. 6d2231e net/tftp.c: cosmetic: trailing statements should be on next line by Luca Ceresoli · 13 years ago
  74. 7bc325a net/tftp.c: cosmetic: fix brace issues by Luca Ceresoli · 13 years ago
  75. 2cb5360 net/tftp.c: cosmetic: do not use assignment in if condition by Luca Ceresoli · 13 years ago
  76. 2e32025 net/tftp.c: cosmetic: fix pointer syntax issues by Luca Ceresoli · 13 years ago
  77. c718b14 net/tftp.c: cosmetic: fix whitespace issues by Luca Ceresoli · 13 years ago
  78. 2f09413 net/tftp.c: cosmetic: fix lines over 80 characters by Luca Ceresoli · 13 years ago
  79. 03eb129 NET: pass source IP address to packet handlers by Luca Ceresoli · 13 years ago
  80. c96f86e TFTP: allow for adjustable retransmission timout by Wolfgang Denk · 15 years ago
  81. aafda38 Add error codes/handling for TFTP-server by Remy Bohmer · 15 years ago
  82. 6ac59c5 net: pull CONFIG checks out of source and into makefile by Mike Frysinger · 15 years ago
  83. 4fccb81 Add Transfer Size Option to tftp by Robin Getz · 15 years ago
  84. 89ba81d tftp: get the tftp block size from config file and from the environment by Alessandro Rubini · 15 years ago
  85. d371708 net/tftp.c: fix warning: pointer targets differ in signedness by Wolfgang Denk · 15 years ago
  86. 0ebf04c minor debug cleanups in ./net by Robin Getz · 15 years ago
  87. b6446b6 convert print_IPaddr() to %pI4 by Mike Frysinger · 16 years ago
  88. 6a86bb6 net: Fix TftpStart() ip:filename bug by Peter Tyser · 16 years ago
  89. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  90. e83cc06 net: Make TFTP server timeout configurable by Bartlomiej Sieka · 16 years ago
  91. 49f3bdb net: express the first argument to NetSetTimeout() in milliseconds by Bartlomiej Sieka · 16 years ago
  92. be1b0d2 Don't tftp to unknown flash by Jochen Friedrich · 16 years ago
  93. dc4b0b3 Fix printf errors. by Andrew Klossner · 16 years ago
  94. 38cc09c TFTP: fix search of ':' in BootFile by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  95. a93907c TFTP: add host ip addr support by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  96. 079c2c4 Fix warning differ in signedness in net/net.c and net/nfs.c by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  97. 6017474 Fix TFTP OACK code for short packets. by Wolfgang Denk · 17 years ago
  98. ff13ac8 Backout commit 8f1bc284 as it causes TFTP to fail. by Wolfgang Denk · 17 years ago
  99. 8f1bc28 tftp: don't implicity trust the format of recevied packets by Grant Likely · 17 years ago
  100. ef8f207 Fix: TFTP is not working on little endian systems by stefano babic · 17 years ago