index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
svcsock.c
Age
Commit message (
Expand
)
Author
2025-07-14
sunrpc: make svc_tcp_sendmsg() take a signed sentp pointer
Jeff Layton
2025-05-15
sunrpc: Adjust size of socket's receive page array dynamically
Chuck Lever
2025-05-15
sunrpc: Replace the rq_bvec array with dynamically-allocated memory
Chuck Lever
2025-05-11
sunrpc: allow SOMAXCONN backlogged TCP connections
Jeff Layton
2025-02-21
net: better track kernel sockets lifetime
Eric Dumazet
2025-01-21
Revert "SUNRPC: Reduce thread wake-up rate when receiving large RPC messages"
Chuck Lever
2024-11-30
Merge tag 'nfs-for-6.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2024-11-28
sunrpc: fix one UAF issue caused by sunrpc kernel tcp socket
Liu Jian
2024-11-11
mm: page_frag: avoid caller accessing 'page_frag_cache' directly
Yunsheng Lin
2024-09-01
SUNRPC: make various functions static, or not exported.
NeilBrown
2024-04-04
SUNRPC: Fix a slow server-side memory leak with RPC-over-TCP
Chuck Lever
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
[next]