index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
svcsock.c
Age
Commit message (
Expand
)
Author
2024-01-17
SUNRPC: use request size to initialize bio_vec in svc_udp_sendto()
Lucas Stach
2024-01-07
SUNRPC: remove printk when back channel request not found
Dai Ngo
2023-08-31
Merge tag 'nfsd-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
2023-08-29
SUNRPC: Reduce thread wake-up rate when receiving large RPC messages
Chuck Lever
2023-08-29
SUNRPC: Revert e0a912e8ddba
Chuck Lever
2023-08-29
SUNRPC: Convert svc_udp_sendto() to use the per-socket bio_vec array
Chuck Lever
2023-08-29
SUNRPC: Send RPC message on TCP with a single sock_sendmsg() call
Chuck Lever
2023-08-29
SUNRPC: Convert svc_tcp_sendmsg to use bio_vecs directly
Chuck Lever
2023-08-29
SUNRPC: Fix the recent bv_offset fix
Chuck Lever
2023-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-08-14
sunrpc: set the bv_offset of first bvec in svc_tcp_sendmsg
Jeff Layton
2023-07-28
SUNRPC: Use new helpers to handle TLS Alerts
Chuck Lever
2023-07-28
SUNRPC: Send TLS Closure alerts before closing a TCP socket
Chuck Lever
2023-07-28
net/tls: Move TLS protocol elements to a separate header
Chuck Lever
2023-06-28
Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-06-12
sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
David Howells
2023-06-05
SUNRPC: Trace struct svc_sock lifetime events
Chuck Lever
2023-06-05
SUNRPC: Improve observability in svc_tcp_accept()
Chuck Lever
2023-06-05
SUNRPC: Fix an incorrect comment
Chuck Lever
2023-06-05
SUNRPC: Fix UAF in svc_tcp_listen_data_ready()
Ding Hui
2023-05-31
nfsd: fix double fget() bug in __write_ports_addfd()
Dan Carpenter
2023-05-14
SUNRPC: always free ctxt when freeing deferred request
NeilBrown
2023-05-05
SUNRPC: Fix error handling in svc_setup_socket()
Chuck Lever
2023-04-27
SUNRPC: Support TLS handshake in the server-side TCP socket code
Chuck Lever
2023-04-27
SUNRPC: Recognize control messages in server-side TCP socket code
Chuck Lever
2023-04-26
SUNRPC: Ensure server-side sockets have a sock->file
Chuck Lever
2023-02-22
Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
2023-02-21
Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-02-20
SUNRPC: Remove ->xpo_secure_port()
Chuck Lever
2023-02-03
sunrpc: use bvec_set_page to initialize bvecs
Christoph Hellwig
2023-01-23
net/sock: Introduce trace_sk_data_ready()
Peilin Ye
2023-01-10
Merge tag 'nfsd-6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
2023-01-06
Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"
Chuck Lever
2022-11-25
use less confusing names for iov_iter direction initializers
Al Viro
2022-05-26
Merge tag 'nfsd-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
2022-05-23
SUNRPC: Use RMW bitops in single-threaded hot paths
Chuck Lever
2022-05-19
SUNRPC: Remove svc_rqst::rq_xprt_hlen
Chuck Lever
2022-05-19
SUNRPC: Remove dead code in svc_tcp_release_rqst()
Chuck Lever
2022-04-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2022-04-12
net: remove noblock parameter from recvmsg() entities
Oliver Hartkopp
2022-04-07
SUNRPC: Move the call to xprt_send_pagedata() out of xprt_sock_sendmsg()
Trond Myklebust
2022-04-07
SUNRPC: svc_tcp_sendmsg() should handle errors from xdr_alloc_bvec()
Trond Myklebust
2021-04-22
SUNRPC: fix ternary sign expansion bug in tracing
Dan Carpenter
2021-03-22
SUNRPC: Move svc_xprt_received() call sites
Chuck Lever
2021-03-22
svcrdma: Add a "deferred close" helper
Chuck Lever
2021-02-16
SUNRPC: Further clean up svc_tcp_sendmsg()
Chuck Lever
2021-02-16
SUNRPC: Remove redundant socket flags from svc_tcp_sendmsg()
Trond Myklebust
2021-02-16
SUNRPC: Use TCP_CORK to optimise send performance on the server
Trond Myklebust
2021-02-01
SUNRPC: Fix NFS READs that start at non-page-aligned offsets
Chuck Lever
2020-12-18
SUNRPC: Handle TCP socket sends with kernel_sendpage() again
Chuck Lever
[next]