index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
xprtsock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-19
SUNRPC: Add a TCP-with-TLS RPC transport class
Chuck Lever
1
-0
/
+370
2023-06-19
SUNRPC: Capture CMSG metadata on client-side receive
Chuck Lever
1
-2
/
+47
2023-06-19
SUNRPC: Ignore data_ready callbacks during TLS handshakes
Chuck Lever
1
-0
/
+6
2023-06-19
SUNRPC: support abstract unix socket addresses
NeilBrown
1
-2
/
+7
2023-04-11
sunrpc: simplify one-level sysctl registration for xs_tunables_table
Luis Chamberlain
1
-11
/
+2
2023-03-23
SUNRPC: fix shutdown of NFS TCP client socket
Siddharth Kawar
1
-0
/
+1
2023-01-23
net/sock: Introduce trace_sk_data_ready()
Peilin Ye
1
-0
/
+3
2022-12-20
Treewide: Stop corrupting socket's task_frag
Benjamin Coddington
1
-0
/
+3
2022-12-13
Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-3
/
+3
2022-11-25
use less confusing names for iov_iter direction initializers
Al Viro
1
-3
/
+3
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
1
-1
/
+1
2022-10-17
Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2022-10-12
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
1
-1
/
+1
2022-10-06
SUNRPC: Fix races with rpc_killall_tasks()
Trond Myklebust
1
-2
/
+1
2022-10-03
SUNRPC: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-1
/
+1
2022-07-27
SUNRPC: Don't reuse bvec on retransmission of the request
Trond Myklebust
1
-10
/
+2
2022-07-23
SUNRPC: Replace dprintk() call site in xs_data_ready
Chuck Lever
1
-2
/
+4
2022-05-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+31
2022-04-30
Revert "SUNRPC: attempt AF_LOCAL connect on setup"
Trond Myklebust
1
-3
/
+0
2022-04-29
SUNRPC: Ensure timely close of disconnected AF_LOCAL sockets
Trond Myklebust
1
-0
/
+21
2022-04-28
SUNRPC: Don't leak sockets in xs_local_connect()
Trond Myklebust
1
-1
/
+10
2022-04-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-6
/
+27
2022-04-12
net: remove noblock parameter from recvmsg() entities
Oliver Hartkopp
1
-1
/
+1
2022-04-07
SUNRPC: Move the call to xprt_send_pagedata() out of xprt_sock_sendmsg()
Trond Myklebust
1
-2
/
+13
2022-04-07
SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()
Trond Myklebust
1
-3
/
+13
2022-03-30
SUNRPC: handle malloc failure in ->request_prepare
NeilBrown
1
-2
/
+2
2022-03-25
SUNRPC: Do not dereference non-socket transports in sysfs
Trond Myklebust
1
-2
/
+24
2022-03-22
SUNRPC: Make the rpciod and xprtiod slab allocation modes consistent
Trond Myklebust
1
-5
/
+6
2022-03-22
SUNRPC: Improve accuracy of socket ENOBUFS determination
Trond Myklebust
1
-35
/
+18
2022-03-22
SUNRPC: Replace internal use of SOCKWQ_ASYNC_NOSPACE
Trond Myklebust
1
-18
/
+4
2022-03-22
SUNRPC: Fix socket waits for write buffer space
Trond Myklebust
1
-15
/
+39
2022-03-22
SUNRPC: Only save the TCP source port after the connection is complete
Trond Myklebust
1
-2
/
+3
2022-03-22
SUNRPC: Don't call connect() more than once on a TCP socket
Trond Myklebust
1
-10
/
+12
2022-03-13
SUNRPC: change locking for xs_swap_enable/disable
NeilBrown
1
-15
/
+11
2022-03-13
SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOC
NeilBrown
1
-0
/
+8
2022-02-08
SUNRPC: lock against ->sock changing during sysfs read
NeilBrown
1
-1
/
+6
2022-01-06
SUNRPC: clean up some inconsistent indenting
Jiapeng Chong
1
-1
/
+1
2021-11-23
SUNRPC: use different lock keys for INET6 and LOCAL
NeilBrown
1
-5
/
+5
2021-11-05
SUNRPC: Prevent immediate close+reconnect
Trond Myklebust
1
-1
/
+1
2021-11-05
SUNRPC: Fix races when closing the socket
Trond Myklebust
1
-0
/
+1
2021-11-01
SUNRPC: Clean up xs_tcp_setup_sock()
Trond Myklebust
1
-40
/
+28
2021-11-01
SUNRPC: Replace use of socket sk_callback_lock with sock_lock
Trond Myklebust
1
-27
/
+11
2021-09-04
Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-4
/
+11
2021-08-27
SUNRPC: Tweak TCP socket shutdown in the RPC client
Trond Myklebust
1
-3
/
+6
2021-08-27
SUNRPC: Simplify socket shutdown when not reusing TCP ports
Trond Myklebust
1
-0
/
+4
2021-08-16
params: lift param_set_uint_minmax to common code
Sagi Grimberg
1
-18
/
+0
2021-08-10
sunrpc: Fix return value of get_srcport()
Anna Schumaker
1
-1
/
+1
2021-07-08
Merge part 2 of branch 'sysfs-devel'
Trond Myklebust
1
-0
/
+7
2021-07-08
Merge branch 'sysfs-devel'
Trond Myklebust
1
-0
/
+9
2021-07-08
SUNRPC query transport's source port
Olga Kornievskaia
1
-0
/
+7
[next]