summaryrefslogtreecommitdiff
path: root/net/nfs.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-26net: Consolidate the parsing of bootfileJoe Hershberger1-13/+2
2018-07-26net: Always print basic info for nfs, just like tftpJoe Hershberger1-13/+13
2018-07-26net: Check subnet against the actual ip address in use for nfsJoe Hershberger1-1/+1
2018-06-13net: nfs: don't fail when nfs_read_reply returns -NFS_RPC_DROPVasily Khoruzhick1-0/+2
2016-09-09Revert "net: nfs: Use the tx buffer to construct rpc msgs"Joe Hershberger1-45/+43
2016-08-22net: nfs: Simplify rpc_add_credentials()Joe Hershberger1-16/+3
2016-08-22net: nfs: Use the tx buffer to construct rpc msgsJoe Hershberger1-43/+45
2016-08-22net: nfs: Move some prints to debug statementsJoe Hershberger1-21/+22
2016-08-22net: nfs: Use consistent names for the rpc_pktJoe Hershberger1-17/+17
2016-08-22net: nfs: Correct a commentJoe Hershberger1-1/+1
2016-08-22net: nfs: Consolidate handling of NFSv3 attributesJoe Hershberger1-92/+59
2016-08-22net: nfs: Fix lines that are too longJoe Hershberger1-3/+6
2016-08-22net: nfs: Share the file handle buffer for v2 / v3Joe Hershberger1-7/+5
2016-08-22net: NFS: Add NFSv3 supportGuillaume GARDET1-46/+228
2016-08-22net: nfs: Remove separate buffer for default nameJoe Hershberger1-3/+1
2016-07-06net: Fix incorrect RPC packets on 64-bit systemsRalf Hubert1-6/+6
2016-06-22NFS: Add error message when U-Boot NFS version (V2) is not supported by NFS s...Guillaume GARDET1-1/+16
2015-04-18net: cosmetic: Fix checkpatch.pl failures in net.cJoe Hershberger1-5/+6
2015-04-18net: cosmetic: Clean up NFS variables and functionsJoe Hershberger1-97/+76
2015-04-18net: cosmetic: Cleanup internal packet buffer namesJoe Hershberger1-4/+4
2015-04-18net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger1-2/+2
2015-04-18net: cosmetic: Fixup var names related to boot fileJoe Hershberger1-9/+10
2015-04-18net: cosmetic: Change IPaddr_t to struct in_addrJoe Hershberger1-19/+21
2015-04-18net: Access mapped physmem in net functionsJoe Hershberger1-1/+5
2013-06-25net: nfs: add dynamic wait periodMatthias Brugger1-21/+53
2012-07-12net: nfs: make NFS_TIMEOUT configurableTetsuyuki Kobayashi1-1/+5
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