summaryrefslogtreecommitdiff
path: root/net/nfs.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-24net: Refactor to separate the UDP handler from the ARP handlerJoe Hershberger1-1/+1
2012-05-24net: Refactor to protect access to the NetState variableJoe Hershberger1-6/+6
2012-05-24net: cosmetic: Un-typedef IP_tJoe Hershberger1-1/+1
2012-05-16net: cosmetic: nfs.* checkpatch complianceJoe Hershberger1-151/+149
2011-12-07net: Make sure IPaddr_t is 32 bits in sizeMatthias Weisser1-1/+1
2011-10-06net: drop !NET_MULTI codeMike Frysinger1-2/+0
2011-05-12NET: pass source IP address to packet handlersLuca Ceresoli1-1/+1
2009-12-14net: pull CONFIG checks out of source and into makefileMike Frysinger1-4/+0
2009-12-08nfs: NfsTimeout() updatesEvan Samanas1-5/+6
2009-12-07fix nfs symlink name corruptionEd Swarthout1-1/+1
2009-08-08minor debug cleanups in ./netRobin Getz1-32/+10
2009-03-21convert print_IPaddr() to %pI4Mike Frysinger1-6/+4
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-3/+3
2008-10-18net: express the first argument to NetSetTimeout() in millisecondsBartlomiej Sieka1-3/+3
2008-02-14NFS Timeout with large files.Hiroshi Ito1-1/+6
2007-11-18Fix warning differ in signedness in net/net.c and net/nfs.cJean-Christophe PLAGNIOL-VILLARD1-1/+1
2007-11-04Fix typo in nfs.cGuennadi Liakhovetski1-1/+0
2007-07-12Fix some compile problems introduced by the latest CFG_CMD_xxx cleanupStefan Roese1-2/+1
2007-07-10net/: Remove obsolete references to CONFIG_COMMANDSJon Loeliger1-3/+3
2007-07-04net/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-1/+2
2005-08-06Fix return code of NFS commandWolfgang Denk1-5/+9
2005-08-04Fix endianess problem in TFTP / NFS default filenamesWolfgang Denk1-6/+4
2004-09-29* Patch by Ganapathi C, 04 Aug 2004:wdenk1-7/+9
2004-07-01* Fix "cls" command when used with splash screenwdenk1-1/+1
2004-04-16Patches by Pantelis Antoniou, 30 Mar 2004:wdenk1-1/+1
2004-03-24* Patches by Thomas Viehweger, 16 Mar 2004:wdenk1-8/+3
2004-03-14* Patch by Yuli Barcohen, 4 Mar 2004:wdenk1-14/+21
2004-02-27* Patch by Steven Scholz, 25 Feb 2004:wdenk1-2/+2
2004-02-25* Patch by Masami Komiya, 24 Feb 2004:wdenk1-6/+6
2004-02-24* Patch by Masami Komiy, 22 Feb 2004:wdenk1-0/+772