index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
nfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-18
common: Drop log.h from common header
Simon Glass
1
-0
/
+1
2020-01-17
common: Move the image globals into image.h
Simon Glass
1
-0
/
+1
2020-01-17
image: Rename load_addr, save_addr, save_size
Simon Glass
1
-4
/
+5
2020-01-17
common: Move flash_perror() to flash.h
Simon Glass
1
-0
/
+1
2019-12-02
common: Move get_ticks() function out of common.h
Simon Glass
1
-0
/
+1
2019-09-04
net: nfs: remove superfluous conversions
Heinrich Schuchardt
1
-3
/
+3
2019-09-04
CVE-2019-14196: nfs: fix unbounded memcpy with a failed length check at nfs_l...
liucheng (G)
1
-0
/
+4
2019-09-04
CVE-2019-14195: nfs: fix unbounded memcpy with unvalidated length at nfs_read...
liucheng (G)
1
-0
/
+3
2019-09-04
CVE-2019-14194/CVE-2019-14198: nfs: fix unbounded memcpy with a failed length...
liucheng (G)
1
-0
/
+3
2019-09-04
CVE: nfs: fix stack-based buffer overflow in some nfs_handler reply helper fu...
liucheng (G)
1
-0
/
+3
2018-07-26
net: Consolidate the parsing of bootfile
Joe Hershberger
1
-13
/
+2
2018-07-26
net: Always print basic info for nfs, just like tftp
Joe Hershberger
1
-13
/
+13
2018-07-26
net: Check subnet against the actual ip address in use for nfs
Joe Hershberger
1
-1
/
+1
2018-06-13
net: nfs: don't fail when nfs_read_reply returns -NFS_RPC_DROP
Vasily Khoruzhick
1
-0
/
+2
2016-09-09
Revert "net: nfs: Use the tx buffer to construct rpc msgs"
Joe Hershberger
1
-45
/
+43
2016-08-22
net: nfs: Simplify rpc_add_credentials()
Joe Hershberger
1
-16
/
+3
2016-08-22
net: nfs: Use the tx buffer to construct rpc msgs
Joe Hershberger
1
-43
/
+45
2016-08-22
net: nfs: Move some prints to debug statements
Joe Hershberger
1
-21
/
+22
2016-08-22
net: nfs: Use consistent names for the rpc_pkt
Joe Hershberger
1
-17
/
+17
2016-08-22
net: nfs: Correct a comment
Joe Hershberger
1
-1
/
+1
2016-08-22
net: nfs: Consolidate handling of NFSv3 attributes
Joe Hershberger
1
-92
/
+59
2016-08-22
net: nfs: Fix lines that are too long
Joe Hershberger
1
-3
/
+6
2016-08-22
net: nfs: Share the file handle buffer for v2 / v3
Joe Hershberger
1
-7
/
+5
2016-08-22
net: NFS: Add NFSv3 support
Guillaume GARDET
1
-46
/
+228
2016-08-22
net: nfs: Remove separate buffer for default name
Joe Hershberger
1
-3
/
+1
2016-07-06
net: Fix incorrect RPC packets on 64-bit systems
Ralf Hubert
1
-6
/
+6
2016-06-21
NFS: Add error message when U-Boot NFS version (V2) is not supported by NFS s...
Guillaume GARDET
1
-1
/
+16
2015-04-18
net: cosmetic: Fix checkpatch.pl failures in net.c
Joe Hershberger
1
-5
/
+6
2015-04-18
net: cosmetic: Clean up NFS variables and functions
Joe Hershberger
1
-97
/
+76
2015-04-18
net: cosmetic: Cleanup internal packet buffer names
Joe Hershberger
1
-4
/
+4
2015-04-18
net: cosmetic: Name ethaddr variables consistently
Joe Hershberger
1
-2
/
+2
2015-04-18
net: cosmetic: Fixup var names related to boot file
Joe Hershberger
1
-9
/
+10
2015-04-18
net: cosmetic: Change IPaddr_t to struct in_addr
Joe Hershberger
1
-19
/
+21
2015-04-18
net: Access mapped physmem in net functions
Joe Hershberger
1
-1
/
+5
2013-06-24
net: nfs: add dynamic wait period
Matthias Brugger
1
-21
/
+53
2012-07-12
net: nfs: make NFS_TIMEOUT configurable
Tetsuyuki Kobayashi
1
-1
/
+5
2012-05-23
net: Refactor to separate the UDP handler from the ARP handler
Joe Hershberger
1
-1
/
+1
2012-05-23
net: Refactor to protect access to the NetState variable
Joe Hershberger
1
-6
/
+6
2012-05-23
net: cosmetic: Un-typedef IP_t
Joe Hershberger
1
-1
/
+1
2012-05-15
net: cosmetic: nfs.* checkpatch compliance
Joe Hershberger
1
-151
/
+149
2011-12-06
net: Make sure IPaddr_t is 32 bits in size
Matthias Weisser
1
-1
/
+1
2011-10-05
net: drop !NET_MULTI code
Mike Frysinger
1
-2
/
+0
2011-05-12
NET: pass source IP address to packet handlers
Luca Ceresoli
1
-1
/
+1
2009-12-13
net: pull CONFIG checks out of source and into makefile
Mike Frysinger
1
-4
/
+0
2009-12-07
nfs: NfsTimeout() updates
Evan Samanas
1
-5
/
+6
2009-12-07
fix nfs symlink name corruption
Ed Swarthout
1
-1
/
+1
2009-08-07
minor debug cleanups in ./net
Robin Getz
1
-32
/
+10
2009-03-20
convert print_IPaddr() to %pI4
Mike Frysinger
1
-6
/
+4
2008-10-18
rename CFG_ macros to CONFIG_SYS
Jean-Christophe PLAGNIOL-VILLARD
1
-3
/
+3
2008-10-18
net: express the first argument to NetSetTimeout() in milliseconds
Bartlomiej Sieka
1
-3
/
+3
[next]