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