index
:
kernel/git/stable/linux.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.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-7.1.y
linux-7.2.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sunrpc
Age
Commit message (
Expand
)
Author
3 days
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2026-08-10
sunrpc: remove unused svc_version vs_count field
Jeff Layton
2026-08-10
sunrpc: use per-net counts in svc_seq_show()
Jeff Layton
2026-08-10
sunrpc: add per-netns per-procedure call counts to svc_stat
Jeff Layton
2026-08-10
sunrpc: derive the pool count instead of caching it in sv_nrpools
Jeff Layton
2026-08-10
sunrpc: tear down pool counters before dropping the pool map reference
Jeff Layton
2026-08-10
sunrpc: guarantee a thread per pool when auto-distributing
Jeff Layton
2026-08-10
sunrpc: hardcode pool_mode to pernode, remove other modes
Jeff Layton
2026-08-10
sunrpc: route to a populated pool in svc_pool_for_cpu()
Jeff Layton
2026-08-10
SUNRPC: Restore NUMA_NO_NODE for svc thread allocations in global mode
Ameer Hamza
2026-08-10
svcrdma: Reject inline replies that overflow the pull-up buffer
Chuck Lever
2026-08-10
sunrpc: defer rq_argp and rq_resp free until after RCU grace period
Jeff Layton
2026-08-10
SUNRPC: Add svc_serv_maxthreads() to report the thread ceiling
Chuck Lever
2026-08-10
net/sunrpc/svcauth_unix: Use strscpy() to copy strings into arrays
David Laight
2026-08-10
rpcrdma: arm rn_done before publishing the notification
Chuck Lever
2026-08-10
SUNRPC: Check svc pool percpu counter allocation
Chuck Lever
2026-08-10
sunrpc: init gssp_lock before publishing proc entry
Chris Mason
2026-08-10
SUNRPC: close backchannel before destroying callback service
Chuck Lever
2026-08-10
SUNRPC: Zero rpc_gss_wire_cred at svcauth_gss_decode_credbody() entry
Chris Mason
2026-08-10
SUNRPC: Guard svcauth_gss_release() dispatch on rq_auth_stat
Chris Mason
2026-08-10
SUNRPC: reject duplicate CREDS_VALUE options
Chris Mason
2026-08-10
SUNRPC: fix gssx_dec_option_array error path bugs
Chris Mason
2026-08-10
SUNRPC: Reject krb5 v2 wrap tokens with oversized ec field
Chuck Lever
2026-08-10
svcrdma: Clear sc_cm_id when ADDR_CHANGE replacement fails
Chuck Lever
2026-08-10
svcrdma: Reject connection when transport allocation fails
Chuck Lever
2026-08-10
svcrdma: Use svc_xprt_put to free listener on create failure
Chuck Lever
2026-08-10
svcrdma: Reorder rpcrdma_rn_unregister before rdma_destroy_id
Chuck Lever
2026-08-10
svcrdma: Fix unmatched rn_unregister on failed accept
Chris Mason
2026-08-03
SUNRPC: always drain cache_cleaner before destroying a cache_detail
Jeff Layton
2026-08-03
svcrdma: Reject Read lists that exceed the page budget
Chuck Lever
2026-08-03
svcrdma: Validate Read chunk positions at decode time
Chuck Lever
2026-08-03
svcrdma: Reject Write/Reply chunks with segcount 0
Chris Mason
2026-08-03
svcrdma: Reject oversized Read segments at decode time
Chuck Lever
2026-08-03
svcrdma: Fix offset arithmetic in read_chunk_range
Chris Mason
2026-08-03
svcrdma: Validate Read chunk positions before reconstruction
Chuck Lever
2026-08-03
SUNRPC: harden gss_krb5_unwrap_v2 against short tokens
Chris Mason
2026-08-03
SUNRPC: xdr_buf_trim: clamp buf->len to avoid underflow
Chris Mason
2026-08-03
SUNRPC: harden gss_unwrap_resp_priv length checks
Chris Mason
2026-08-03
SUNRPC: svcauth_gss: enforce krb5 token minimum length
Chris Mason
2026-08-03
SUNRPC: Reject short RFC 4121 MIC tokens in gss_krb5_verify_mic_v2
Chuck Lever
2026-07-27
mlx5: Deprecate latency-sensitive QPs feature
Leon Romanovsky
2026-07-12
RDMA: Change capability fields in ib_device_attr from int to u32
Erni Sri Satya Vennela
2026-07-08
SUNRPC: pin upper rpc_clnt across the TLS connect_worker
Chuck Lever
2026-07-08
SUNRPC: release lower rpc_clnt if killed waiting for XPRT_LOCKED
Chuck Lever
2026-06-23
Merge tag 'nfs-for-7.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2026-06-10
xprtrdma: Return sendctx slot after Send preparation failure
Chuck Lever
2026-06-10
xprtrdma: Repost Receive buffers for malformed replies
Chuck Lever
2026-06-10
xprtrdma: Sanitize the reply credit grant after parsing
Chuck Lever
2026-06-10
xprtrdma: Fix bcall rep leak and unbounded peek
Chris Mason
2026-06-10
xprtrdma: Resize reply buffers before reposting receives
Chuck Lever
[next]