1. 5d162bb tftp: implement support for LED activity by Christian Marangi · 8 weeks ago
  2. af45c84 tftp: rework the logic to validate the load address by Sughosh Ganu · 10 weeks ago
  3. c7ce26c lmb: remove the lmb_init_and_reserve() function by Sughosh Ganu · 3 months ago
  4. 6942bdb lmb: allow lmb module to be used in SPL by Sughosh Ganu · 3 months ago
  5. ed17a33 lmb: make LMB memory map persistent and global by Sughosh Ganu · 3 months ago
  6. 1dd034e net/tftp: make tftpput working with servers that do not use OACK by Mikhail Kshevetskiy · 4 months ago
  7. 218a32d net: Remove duplicate newlines by Marek Vasut · 4 months ago
  8. 03de305 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 6 months ago WIP/20May2024-next
  9. d678a59 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
  10. 26d4114 net: Remove <common.h> and add needed includes by Tom Rini · 7 months ago
  11. 593607c net: tftp: remove explicit efi configuration dependency by AKASHI Takahiro · 10 months ago
  12. 7db25d9 net: ipv6: Fixed IPv6 string to address conversion off-by-one error by Ehsan Mohandesi · 1 year, 11 months ago
  13. 21a265c net: tftp: Fix for DATA ACK for block count out of order by Sean Edmond · 1 year, 11 months ago
  14. 7fbf230 net: tftp: Add IPv6 support for tftpboot by Viacheslav Mitrofanov · 2 years ago
  15. 087648b net: tftp: sanitize tftp block size, especially for TX by Rasmus Villemoes · 2 years, 1 month ago
  16. 4b8c44e net: tftp: use IS_ENABLED(CONFIG_NET_TFTP_VARS) instead of #if by Rasmus Villemoes · 2 years, 1 month ago
  17. 4e4bf94 common: Drop display_options.h from common header by Simon Glass · 2 years, 4 months ago
  18. 52938fc net: Remove CONFIG_SYS_DIRECT_FLASH_TFTP by Tom Rini · 2 years, 4 months ago
  19. 1ffe366 net: tftp: fix tftp server initialization by Arjan Minzinga Zijlstra · 2 years, 8 months ago
  20. 01d1b99 Convert CONFIG_NET_RETRY_COUNT to Kconfig by Tom Rini · 2 years, 9 months ago
  21. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
  22. 66356b4 WS cleanup: remove trailing empty lines by Wolfgang Denk · 3 years, 2 months ago
  23. 0b1284e global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · 3 years, 4 months ago
  24. 2dddc1b net: tftp: Avoid sending extra ack on completion by Ramon Fried · 3 years, 10 months ago
  25. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago WIP/2021-02-02-drop-asm_global_data-when-unused
  26. beb61e1 net: tftp: Fix incorrect tftp_next_ack on no OACK by Harm Berntsen · 4 years ago
  27. 5f59518 efi_loader: setting boot device by Heinrich Schuchardt · 3 years, 11 months ago
  28. f6a158b net: tftp: Fix load_block offset calculation by Ley Foon Tan · 4 years, 3 months ago
  29. ae0bdf0 net: tftp: Fix store_block offset calculation by Ley Foon Tan · 4 years, 3 months ago
  30. 6bf4636 net: tftp: Fix tftp_prev_block counter update by Ley Foon Tan · 4 years, 3 months ago
  31. cc6b87e net: tftp: Add client support for RFC 7440 by Ramon Fried · 4 years, 4 months ago
  32. 0813921 net: tftp: fix option validation as per RFCs by Ravik Hasija · 4 years, 6 months ago
  33. de5468e net: tftp: fix progress marker for file transfer by Ravik Hasija · 4 years, 7 months ago
  34. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  35. 4d72caa common: Drop image.h from common header by Simon Glass · 4 years, 7 months ago
  36. 31d275b net: tftp: remove TFTP_MTU_BLOCKSIZE by Patrick Delaunay · 4 years, 7 months ago
  37. 2bcc43b net: tftp: use correct printf codes by Heinrich Schuchardt · 4 years, 9 months ago
  38. 8e8ccfe common: Move the image globals into image.h by Simon Glass · 5 years ago
  39. bb872dd image: Rename load_addr, save_addr, save_size by Simon Glass · 5 years ago
  40. ca48cb4 net: tftp: Fix tftp store address check in store_block() by Bin Meng · 5 years ago
  41. 7b51b57 env: Move env_get() to env.h by Simon Glass · 5 years ago
  42. 9cc2323 lmb: handle more than one DRAM BANK by Simon Goldschmidt · 6 years ago
  43. 65304aa lib: lmb: rename lmb_get_unreserved_size to lmb_get_free_size by Simon Goldschmidt · 6 years ago
  44. 67bb984 net: remove CONFIG_MCAST_TFTP by Chris Packham · 6 years ago
  45. a156c47 tftp: prevent overwriting reserved memory by Simon Goldschmidt · 6 years ago
  46. 6ab1283 net: Consolidate the parsing of bootfile by Joe Hershberger · 6 years ago
  47. 64b8d7a net/tftp: fix build if CMD_BOOTEFI is not set by Jörg Krause · 7 years ago
  48. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  49. 0c17b1b net: tftp: silence a subscript above array bounds compile time warning by Vladimir Zapolskiy · 7 years ago
  50. 0efe1bc efi_loader: Add network access support by Alexander Graf · 9 years ago
  51. f5fb734 net: TFTP: variables cleanup and addition by Albert ARIBAUD \(3ADEV\) · 9 years ago
  52. af2ca59 net: Revert "tftp: adjust settings to be suitable for 100Mbit ethernet" by Bin Meng · 9 years ago
  53. 3469695 net: tftp: Move tftp.h file from ./net to ./include/net by Lukasz Majewski · 9 years ago
  54. 620776d tftp: adjust settings to be suitable for 100Mbit ethernet by Pavel Machek · 9 years ago
  55. 7628afe tftp.c: fix CONFIG_TFTP_TSIZE for small files by Max Krummenacher · 9 years ago
  56. bc0571f net: cosmetic: Fix checkpatch.pl failures in net.c by Joe Hershberger · 10 years ago
  57. 8885c5f net: cosmetic: Clean up TFTP variables and functions by Joe Hershberger · 10 years ago
  58. 1203fcc net: cosmetic: Cleanup internal packet buffer names by Joe Hershberger · 10 years ago
  59. 0adb5b7 net: cosmetic: Name ethaddr variables consistently by Joe Hershberger · 10 years ago
  60. 1411157 net: cosmetic: Fixup var names related to boot file by Joe Hershberger · 10 years ago
  61. 049a95a net: cosmetic: Change IPaddr_t to struct in_addr by Joe Hershberger · 10 years ago
  62. 55d5fd9 net: Access mapped physmem in net functions by Joe Hershberger · 10 years ago
  63. 8104f54 net: Display the size when tftpboot finishes by Simon Glass · 10 years ago
  64. 8e52533 net: tftpsrv: Get correct client MAC address by Andrew Ruder · 11 years ago
  65. f754f5d net: tftp: Make sure timeout will not effect wrap offset by rockly · 11 years ago
  66. 61fdd4f net/tftp: sparse fixes by Kim Phillips · 12 years ago
  67. 85b1980 net: Add tftp speed indication by Simon Glass · 12 years ago
  68. bc46dfa net: tftp: fix type of block arg to store_block by Jayachandran Chandrasekharan Nair · 12 years ago
  69. ece223b net: Refactor to separate the UDP handler from the ARP handler by Joe Hershberger · 13 years ago
  70. 22f6e99 net: Refactor to protect access to the NetState variable by Joe Hershberger · 13 years ago
  71. 594c26f net: cosmetic: Un-typedef IP_t by Joe Hershberger · 13 years ago
  72. 13dfe94 net: cosmetic: tftp.* checkpatch compliance by Joe Hershberger · 13 years ago
  73. db288a9 net: Remove volatile from net API by Joe Hershberger · 13 years ago
  74. ea45cb0 net: Make sure IPaddr_t is 32 bits in size by Matthias Weisser · 13 years ago
  75. 8c6914f net: Add more #ifdefs for tftpput to reduce code size by Simon Glass · 13 years ago
  76. 165099e net: Make net_transfer() a static function by Simon Glass · 13 years ago
  77. 39bccd2 net: Hide more code behind CONFIG_CMD_TFTPPUT by Simon Glass · 13 years ago
  78. 1fb7cd4 net: tftpput: implement tftp logic by Simon Glass · 13 years ago
  79. 58f317d net: tftpput: Support selecting get/put for tftp by Simon Glass · 13 years ago
  80. e4cde2f net: tftpput: Factor out start, restart and next block functions by Simon Glass · 13 years ago
  81. f5329bb net: tftpput: move common code into separate functions by Simon Glass · 13 years ago
  82. e2a5345 net: drop !NET_MULTI code by Mike Frysinger · 13 years ago
  83. 4d69e98 net/tftp.c: fix typo by Luca Ceresoli · 14 years ago
  84. e59e356 TFTP: net/tftp.c: add server mode receive by Luca Ceresoli · 14 years ago
  85. e3fb0ab TFTP: rename STATE_RRQ to STATE_SEND_RRQ by Luca Ceresoli · 14 years ago
  86. 20478ce TFTP: replace "server" with "remote" in local variable names by Luca Ceresoli · 14 years ago
  87. 9bb0a1b net/tftp.c: cosmetic: do not initialise statics to 0 or NULL by Luca Ceresoli · 14 years ago
  88. 0bdd8ac net/tftp.c: cosmetic: fix indentation by Luca Ceresoli · 14 years ago
  89. 6d2231e net/tftp.c: cosmetic: trailing statements should be on next line by Luca Ceresoli · 14 years ago
  90. 7bc325a net/tftp.c: cosmetic: fix brace issues by Luca Ceresoli · 14 years ago
  91. 2cb5360 net/tftp.c: cosmetic: do not use assignment in if condition by Luca Ceresoli · 14 years ago
  92. 2e32025 net/tftp.c: cosmetic: fix pointer syntax issues by Luca Ceresoli · 14 years ago
  93. c718b14 net/tftp.c: cosmetic: fix whitespace issues by Luca Ceresoli · 14 years ago
  94. 2f09413 net/tftp.c: cosmetic: fix lines over 80 characters by Luca Ceresoli · 14 years ago
  95. 03eb129 NET: pass source IP address to packet handlers by Luca Ceresoli · 14 years ago
  96. c96f86e TFTP: allow for adjustable retransmission timout by Wolfgang Denk · 15 years ago
  97. aafda38 Add error codes/handling for TFTP-server by Remy Bohmer · 15 years ago
  98. 6ac59c5 net: pull CONFIG checks out of source and into makefile by Mike Frysinger · 15 years ago
  99. 4fccb81 Add Transfer Size Option to tftp by Robin Getz · 15 years ago
  100. 89ba81d tftp: get the tftp block size from config file and from the environment by Alessandro Rubini · 15 years ago