index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
nfs.c
Age
Commit message (
Expand
)
Author
2023-05-05
net: add NFSv1 support
Thomas RIENOESSL
2023-05-05
nfs: handle rpc errors for mount calls
Thomas RIENOESSL
2023-05-05
nfs: factor out generic reply error handling
Thomas RIENOESSL
2023-05-05
nfs: convert supported_nfs_versions bitfield to an enum
Thomas RIENOESSL
2022-08-10
common: Drop display_options.h from common header
Simon Glass
2022-08-04
Audit <flash.h> inclusion
Tom Rini
2022-05-26
net: nfs: Fix CVE-2022-30767 (old CVE-2019-14196)
Andrea zi0Black Cappa
2022-03-18
Convert CONFIG_NFS_TIMEOUT to Kconfig
Tom Rini
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-01-17
common: Move the image globals into image.h
Simon Glass
2020-01-17
image: Rename load_addr, save_addr, save_size
Simon Glass
2020-01-17
common: Move flash_perror() to flash.h
Simon Glass
2019-12-02
common: Move get_ticks() function out of common.h
Simon Glass
2019-09-04
net: nfs: remove superfluous conversions
Heinrich Schuchardt
2019-09-04
CVE-2019-14196: nfs: fix unbounded memcpy with a failed length check at nfs_l...
liucheng (G)
2019-09-04
CVE-2019-14195: nfs: fix unbounded memcpy with unvalidated length at nfs_read...
liucheng (G)
2019-09-04
CVE-2019-14194/CVE-2019-14198: nfs: fix unbounded memcpy with a failed length...
liucheng (G)
2019-09-04
CVE: nfs: fix stack-based buffer overflow in some nfs_handler reply helper fu...
liucheng (G)
2018-07-26
net: Consolidate the parsing of bootfile
Joe Hershberger
2018-07-26
net: Always print basic info for nfs, just like tftp
Joe Hershberger
2018-07-26
net: Check subnet against the actual ip address in use for nfs
Joe Hershberger
2018-06-13
net: nfs: don't fail when nfs_read_reply returns -NFS_RPC_DROP
Vasily Khoruzhick
2016-09-09
Revert "net: nfs: Use the tx buffer to construct rpc msgs"
Joe Hershberger
2016-08-22
net: nfs: Simplify rpc_add_credentials()
Joe Hershberger
2016-08-22
net: nfs: Use the tx buffer to construct rpc msgs
Joe Hershberger
2016-08-22
net: nfs: Move some prints to debug statements
Joe Hershberger
2016-08-22
net: nfs: Use consistent names for the rpc_pkt
Joe Hershberger
2016-08-22
net: nfs: Correct a comment
Joe Hershberger
2016-08-22
net: nfs: Consolidate handling of NFSv3 attributes
Joe Hershberger
2016-08-22
net: nfs: Fix lines that are too long
Joe Hershberger
2016-08-22
net: nfs: Share the file handle buffer for v2 / v3
Joe Hershberger
2016-08-22
net: NFS: Add NFSv3 support
Guillaume GARDET
2016-08-22
net: nfs: Remove separate buffer for default name
Joe Hershberger
2016-07-06
net: Fix incorrect RPC packets on 64-bit systems
Ralf Hubert
2016-06-21
NFS: Add error message when U-Boot NFS version (V2) is not supported by NFS s...
Guillaume GARDET
2015-04-18
net: cosmetic: Fix checkpatch.pl failures in net.c
Joe Hershberger
2015-04-18
net: cosmetic: Clean up NFS variables and functions
Joe Hershberger
2015-04-18
net: cosmetic: Cleanup internal packet buffer names
Joe Hershberger
2015-04-18
net: cosmetic: Name ethaddr variables consistently
Joe Hershberger
2015-04-18
net: cosmetic: Fixup var names related to boot file
Joe Hershberger
2015-04-18
net: cosmetic: Change IPaddr_t to struct in_addr
Joe Hershberger
2015-04-18
net: Access mapped physmem in net functions
Joe Hershberger
2013-06-24
net: nfs: add dynamic wait period
Matthias Brugger
2012-07-12
net: nfs: make NFS_TIMEOUT configurable
Tetsuyuki Kobayashi
2012-05-23
net: Refactor to separate the UDP handler from the ARP handler
Joe Hershberger
2012-05-23
net: Refactor to protect access to the NetState variable
Joe Hershberger
2012-05-23
net: cosmetic: Un-typedef IP_t
Joe Hershberger
2012-05-15
net: cosmetic: nfs.* checkpatch compliance
Joe Hershberger
2011-12-06
net: Make sure IPaddr_t is 32 bits in size
Matthias Weisser
2011-10-05
net: drop !NET_MULTI code
Mike Frysinger
[next]