This patch series fix the tftp block number rollover bugs when sending and receiving large file (block number greater than 16-bit).
Tested receiving and sending large file with block number greater than 0xffff, verified content is 100% matched. Tested file size 128MB and 256MB. Ley Foon Tan (3): net: tftp: Fix tftp_prev_block counter update net: tftp: Fix store_block offset calculation net: tftp: Fix load_block offset calculation net/tftp.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) -- 2.19.0