summaryrefslogtreecommitdiffstats
path: root/fs/tftp.c
Commit message (Expand)AuthorAgeFilesLines
* fs: tftp: Use pr_debug for errorsSascha Hauer2018-09-101-1/+1
* fs: tftp: improve file size handlingSascha Hauer2018-08-301-2/+8
* fs: tftp: hide files which are actually not present on the serverSascha Hauer2018-08-301-8/+25
* fs: tftp: fix return valueSascha Hauer2018-08-301-1/+1
* fs: tftp: fix memory holeSascha Hauer2018-08-301-10/+7
* fs: tftp: overhaul debuggingSascha Hauer2018-08-301-10/+25
* fs: tftp: Switch to dentry cache implementationSascha Hauer2018-07-131-42/+55
* tftp: implement forward seekingUwe Kleine-König2017-03-031-1/+26
* tftp: trivial code simplificationUwe Kleine-König2017-03-031-6/+4
* fs/tftp.c: drop unused server_port variableAntony Pavlov2015-07-201-3/+0
* tftp_recv(): handle opcode field in a more natural wayAntony Pavlov2015-06-291-8/+7
* tftp_recv(): according to RFC1350 minimal tftp packet length is 4 bytesAntony Pavlov2015-06-291-3/+2
* fs/tftp: handle incoming packets in the separate tftp_recv() functionAntony Pavlov2015-06-291-10/+17
* fs: rename inode member of struct filep to privSascha Hauer2015-03-091-4/+4
* sizes.h: move include/sizes.h to include/linux/sizes.hMasahiro Yamada2015-01-081-1/+1
* tftp: add timeframe when remote server is retransmittingChristoph Fritz2014-05-051-3/+5
* fs: tftp: Fix writing files to tftpSascha Hauer2014-02-261-1/+9
* fs: tftp: don't duplicate timeout informationBaruch Siach2013-08-121-1/+1
* read_file: Make it work on tftp servers which do not pass sizeSascha Hauer2013-06-201-1/+4
* Merge branch 'for-next/misc'Sascha Hauer2013-02-041-10/+11
|\
| * tftp: reset timer on progressSascha Hauer2013-01-201-10/+11
* | treewide: fix format specifiersSascha Hauer2013-01-271-2/+2
|/
* mem: add the swab (swap bytes) option to memory_display()Antony Pavlov2012-11-261-1/+1
* fs tftp: Fix possible fifo overflowSascha Hauer2012-10-241-1/+5
* fs tftp: Only request a block onceSascha Hauer2012-10-241-0/+6
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-3/+0
* use loff_t for file offsetsSascha Hauer2012-06-301-1/+1
* fs tftp: Fix short file transfersSascha Hauer2012-06-241-1/+2
* fs tftp: use resolv to resolv ip addressSascha Hauer2012-04-151-1/+1
* fs: get fs device using container_ofSascha Hauer2012-02-251-2/+1
* Add suport for tftp as a filesystemSascha Hauer2012-02-191-0/+644