index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sunrpc
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
SUNRPC: remove timeout arg from svc_recv()
NeilBrown
2023-08-29
2
-20
/
+16
|
*
|
SUNRPC: change svc_recv() to return void.
NeilBrown
2023-08-29
1
-17
/
+11
|
*
|
SUNRPC: call svc_process() from svc_recv().
NeilBrown
2023-08-29
2
-2
/
+2
|
*
|
nfsd: don't allow nfsd threads to be signalled.
NeilBrown
2023-08-29
1
-10
/
+6
|
*
|
SUNRPC: Reduce thread wake-up rate when receiving large RPC messages
Chuck Lever
2023-08-29
1
-1
/
+11
|
*
|
SUNRPC: Revert e0a912e8ddba
Chuck Lever
2023-08-29
1
-6
/
+0
|
*
|
SUNRPC: Convert svc_udp_sendto() to use the per-socket bio_vec array
Chuck Lever
2023-08-29
1
-11
/
+13
|
*
|
SUNRPC: Send RPC message on TCP with a single sock_sendmsg() call
Chuck Lever
2023-08-29
1
-15
/
+18
|
*
|
SUNRPC: Convert svc_tcp_sendmsg to use bio_vecs directly
Chuck Lever
2023-08-29
2
-44
/
+70
|
*
|
SUNRPC: Remove net/sunrpc/auth_gss/gss_krb5_seqnum.c
Chuck Lever
2023-08-29
3
-114
/
+1
|
*
|
SUNRPC: Remove the ->import_ctx method
Chuck Lever
2023-08-29
2
-12
/
+1
|
*
|
SUNRPC: Remove CONFIG_RPCSEC_GSS_KRB5_CRYPTOSYSTEM
Chuck Lever
2023-08-29
2
-14
/
+0
|
*
|
SUNRPC: Remove gss_import_v1_context()
Chuck Lever
2023-08-29
1
-141
/
+1
|
*
|
SUNRPC: Remove krb5_derive_key_v1()
Chuck Lever
2023-08-29
2
-90
/
+0
|
*
|
SUNRPC: Remove code behind CONFIG_RPCSEC_GSS_KRB5_SIMPLIFIED
Chuck Lever
2023-08-29
5
-486
/
+0
|
*
|
SUNRPC: Remove DES and DES3 enctypes from the supported enctypes list
Chuck Lever
2023-08-29
1
-52
/
+0
|
*
|
SUNRPC: Remove Kunit tests for the DES3 encryption type
Chuck Lever
2023-08-29
1
-196
/
+0
|
*
|
SUNRPC: Remove RPCSEC_GSS_KRB5_ENCTYPES_DES
Chuck Lever
2023-08-29
2
-29
/
+0
|
*
|
SUNRPC: Fix the recent bv_offset fix
Chuck Lever
2023-08-29
1
-1
/
+3
|
|
/
*
|
Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-08-29
2
-41
/
+54
|
\
\
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-08-24
1
-5
/
+4
|
|
\
|
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-08-18
1
-0
/
+3
|
|
\
\
|
*
|
|
SUNRPC: Use new helpers to handle TLS Alerts
Chuck Lever
2023-07-28
2
-41
/
+48
|
*
|
|
SUNRPC: Send TLS Closure alerts before closing a TCP socket
Chuck Lever
2023-07-28
2
-0
/
+4
|
*
|
|
net/tls: Move TLS protocol elements to a separate header
Chuck Lever
2023-07-28
2
-0
/
+2
*
|
|
|
Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2023-08-28
1
-1
/
+1
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
sunrpc: convert to ctime accessor functions
Jeff Layton
2023-07-24
1
-1
/
+1
|
|
/
/
*
|
|
Merge tag 'nfs-for-6.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2023-08-22
1
-5
/
+4
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
xprtrdma: Remap Receive buffers after a reconnect
Chuck Lever
2023-08-19
1
-5
/
+4
*
|
|
sunrpc: set the bv_offset of first bvec in svc_tcp_sendmsg
Jeff Layton
2023-08-14
1
-0
/
+3
|
|
/
|
/
|
*
|
Merge tag 'nfs-for-6.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2023-07-01
8
-24
/
+658
|
\
|
|
*
NFS: add sysfs shutdown knob
Benjamin Coddington
2023-06-19
1
-0
/
+5
|
*
NFS: Add sysfs links to sunrpc clients for nfs_clients
Benjamin Coddington
2023-06-19
1
-7
/
+0
|
*
SUNRPC: Add a TCP-with-TLS RPC transport class
Chuck Lever
2023-06-19
2
-0
/
+371
|
*
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: Add RPC client support for the RPC_AUTH_TLS auth flavor
Chuck Lever
2023-06-19
4
-2
/
+180
|
*
SUNRPC: Trace the rpc_create_args
Chuck Lever
2023-06-19
1
-1
/
+1
|
*
SUNRPC: Plumb an API for setting transport layer security
Chuck Lever
2023-06-19
1
-0
/
+4
|
*
SUNRPC: attempt to reach rpcbind with an abstract socket name
NeilBrown
2023-06-19
1
-8
/
+31
|
*
SUNRPC: support abstract unix socket addresses
NeilBrown
2023-06-19
2
-4
/
+13
*
|
Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-06-28
1
-26
/
+12
|
\
\
|
*
|
sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
David Howells
2023-06-12
1
-26
/
+12
|
|
/
*
|
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-06-28
1
-5
/
+5
|
\
\
|
*
|
net: convert sunrpc from pagevec to folio_batch
Matthew Wilcox (Oracle)
2023-06-23
1
-5
/
+5
*
|
|
svcrdma: Fix stale comment
Chuck Lever
2023-06-18
1
-4
/
+2
*
|
|
SUNRPC: Address RCU warning in net/sunrpc/svc.c
Chuck Lever
2023-06-17
1
-2
/
+6
*
|
|
SUNRPC: Use sysfs_emit in place of strlcpy/sprintf
Azeem Shaikh
2023-06-17
1
-5
/
+5
*
|
|
SUNRPC: Remove transport class dprintk call sites
Chuck Lever
2023-06-17
1
-3
/
+0
*
|
|
SUNRPC: Fix comments for transport class registration
Chuck Lever
2023-06-17
1
-0
/
+12
[prev]
[next]