aboutsummaryrefslogtreecommitdiff
path: root/net/nfs.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+1
2024-05-06net: Remove <common.h> and add needed includesTom Rini1-1/+0
2024-04-10net: nfs: fix file handle length in NFSv3Sébastien Szymanski1-5/+13
2023-05-05net: add NFSv1 supportThomas RIENOESSL1-9/+33
2023-05-05nfs: handle rpc errors for mount callsThomas RIENOESSL1-5/+8
2023-05-05nfs: factor out generic reply error handlingThomas RIENOESSL1-42/+52
2023-05-05nfs: convert supported_nfs_versions bitfield to an enumThomas RIENOESSL1-41/+52
2022-08-10common: Drop display_options.h from common headerSimon Glass1-0/+1
2022-08-04Audit <flash.h> inclusionTom Rini1-0/+2
2022-05-26net: nfs: Fix CVE-2022-30767 (old CVE-2019-14196)Andrea zi0Black Cappa1-3/+1
2022-03-18Convert CONFIG_NFS_TIMEOUT to KconfigTom Rini1-7/+2
2020-05-18common: 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-02common: 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-21NFS: 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-24net: nfs: add dynamic wait periodMatthias Brugger1-21/+53
2012-07-12net: nfs: make NFS_TIMEOUT configurableTetsuyuki Kobayashi1-1/+5
2012-05-23net: Refactor to separate the UDP handler from the ARP handlerJoe Hershberger1-1/+1
2012-05-23net: Refactor to protect access to the NetState variableJoe Hershberger1-6/+6
2012-05-23net: cosmetic: Un-typedef IP_tJoe Hershberger1-1/+1