summaryrefslogtreecommitdiffstats
path: root/net/nfs.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Move the image globals into image.hSimon Glass2020-01-171-0/+1
* image: Rename load_addr, save_addr, save_sizeSimon Glass2020-01-171-4/+5
* common: Move flash_perror() to flash.hSimon Glass2020-01-171-0/+1
* common: Move get_ticks() function out of common.hSimon Glass2019-12-021-0/+1
* net: nfs: remove superfluous conversionsHeinrich Schuchardt2019-09-041-3/+3
* CVE-2019-14196: nfs: fix unbounded memcpy with a failed length check at nfs_l...liucheng (G)2019-09-041-0/+4
* CVE-2019-14195: nfs: fix unbounded memcpy with unvalidated length at nfs_read...liucheng (G)2019-09-041-0/+3
* CVE-2019-14194/CVE-2019-14198: nfs: fix unbounded memcpy with a failed length...liucheng (G)2019-09-041-0/+3
* CVE: nfs: fix stack-based buffer overflow in some nfs_handler reply helper fu...liucheng (G)2019-09-041-0/+3
* net: Consolidate the parsing of bootfileJoe Hershberger2018-07-261-13/+2
* net: Always print basic info for nfs, just like tftpJoe Hershberger2018-07-261-13/+13
* net: Check subnet against the actual ip address in use for nfsJoe Hershberger2018-07-261-1/+1
* net: nfs: don't fail when nfs_read_reply returns -NFS_RPC_DROPVasily Khoruzhick2018-06-131-0/+2
* Revert "net: nfs: Use the tx buffer to construct rpc msgs"Joe Hershberger2016-09-091-45/+43
* net: nfs: Simplify rpc_add_credentials()Joe Hershberger2016-08-221-16/+3
* net: nfs: Use the tx buffer to construct rpc msgsJoe Hershberger2016-08-221-43/+45
* net: nfs: Move some prints to debug statementsJoe Hershberger2016-08-221-21/+22
* net: nfs: Use consistent names for the rpc_pktJoe Hershberger2016-08-221-17/+17
* net: nfs: Correct a commentJoe Hershberger2016-08-221-1/+1
* net: nfs: Consolidate handling of NFSv3 attributesJoe Hershberger2016-08-221-92/+59
* net: nfs: Fix lines that are too longJoe Hershberger2016-08-221-3/+6
* net: nfs: Share the file handle buffer for v2 / v3Joe Hershberger2016-08-221-7/+5
* net: NFS: Add NFSv3 supportGuillaume GARDET2016-08-221-46/+228
* net: nfs: Remove separate buffer for default nameJoe Hershberger2016-08-221-3/+1
* net: Fix incorrect RPC packets on 64-bit systemsRalf Hubert2016-07-061-6/+6
* NFS: Add error message when U-Boot NFS version (V2) is not supported by NFS s...Guillaume GARDET2016-06-211-1/+16
* net: cosmetic: Fix checkpatch.pl failures in net.cJoe Hershberger2015-04-181-5/+6
* net: cosmetic: Clean up NFS variables and functionsJoe Hershberger2015-04-181-97/+76
* net: cosmetic: Cleanup internal packet buffer namesJoe Hershberger2015-04-181-4/+4
* net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger2015-04-181-2/+2
* net: cosmetic: Fixup var names related to boot fileJoe Hershberger2015-04-181-9/+10
* net: cosmetic: Change IPaddr_t to struct in_addrJoe Hershberger2015-04-181-19/+21
* net: Access mapped physmem in net functionsJoe Hershberger2015-04-181-1/+5
* net: nfs: add dynamic wait periodMatthias Brugger2013-06-241-21/+53
* net: nfs: make NFS_TIMEOUT configurableTetsuyuki Kobayashi2012-07-121-1/+5
* net: Refactor to separate the UDP handler from the ARP handlerJoe Hershberger2012-05-231-1/+1
* net: Refactor to protect access to the NetState variableJoe Hershberger2012-05-231-6/+6
* net: cosmetic: Un-typedef IP_tJoe Hershberger2012-05-231-1/+1
* net: cosmetic: nfs.* checkpatch complianceJoe Hershberger2012-05-151-151/+149
* net: Make sure IPaddr_t is 32 bits in sizeMatthias Weisser2011-12-061-1/+1
* net: drop !NET_MULTI codeMike Frysinger2011-10-051-2/+0
* NET: pass source IP address to packet handlersLuca Ceresoli2011-05-121-1/+1
* net: pull CONFIG checks out of source and into makefileMike Frysinger2009-12-131-4/+0
* nfs: NfsTimeout() updatesEvan Samanas2009-12-071-5/+6
* fix nfs symlink name corruptionEd Swarthout2009-12-071-1/+1
* minor debug cleanups in ./netRobin Getz2009-08-071-32/+10
* convert print_IPaddr() to %pI4Mike Frysinger2009-03-201-6/+4
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-3/+3
* net: express the first argument to NetSetTimeout() in millisecondsBartlomiej Sieka2008-10-181-3/+3