summaryrefslogtreecommitdiff
path: root/net/nfs.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-01-17common: Move the image globals into image.hSimon Glass1-0/+1
2020-01-17image: Rename load_addr, save_addr, save_sizeSimon Glass1-4/+5
2020-01-17common: Move flash_perror() to flash.hSimon Glass1-0/+1
2019-12-03common: Move get_ticks() function out of common.hSimon Glass1-0/+1
2019-09-04net: nfs: remove superfluous conversionsHeinrich Schuchardt1-3/+3
2019-09-04CVE-2019-14196: nfs: fix unbounded memcpy with a failed length check at nfs_l...liucheng (G)1-0/+4
2019-09-04CVE-2019-14195: nfs: fix unbounded memcpy with unvalidated length at nfs_read...liucheng (G)1-0/+3
2019-09-04CVE-2019-14194/CVE-2019-14198: nfs: fix unbounded memcpy with a failed length...liucheng (G)1-0/+3
2019-09-04CVE: nfs: fix stack-based buffer overflow in some nfs_handler reply helper fu...liucheng (G)1-0/+3
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