summaryrefslogtreecommitdiffstats
path: root/net/nfs.h
Commit message (Collapse)AuthorAgeFilesLines
* net: Replace license and copyright boilerplate by SPDX identfiersUwe Kleine-König2020-11-021-8/+2
| | | | | | | | | Converts the files that licensecheck can determine to be licensed under GPL-2.0-only or GPL-2.0-or-later and also convert the copyright statements to SPDX. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* pass filename to nfs and tftp start functionsSascha Hauer2009-10-191-1/+1
| | | | Signed-off-by: Sascha Hauer <sha@pengutronix.de>
* * Patch by Steven Scholz, 25 Feb 2004:wdenk2004-02-271-1/+1
| | | | | | | | | | | - Timeouts in FPGA code should be based on CFG_HZ - Minor cleanup in code for Altera FPGA ACEX1K * Patch by Steven Scholz, 25 Feb 2004: Changed "Directory Hierarchy" section in README * Patch by Masami Komiya, 25 Feb 2004: Reduce copy count in nfs_read_reply() of NFS code
* * Patch by Masami Komiy, 22 Feb 2004:wdenk2004-02-241-0/+74
Add support for NFS for file download * Minor code cleanup