summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)Author
10 hourssvcrdma: Validate Read chunk positions before reconstructionChuck Lever
10 hourssvcrdma: Reject inline replies that overflow the pull-up bufferChuck Lever
10 hourssvcrdma: Reject connection when transport allocation failsChuck Lever
10 hourssvcrdma: Fix unmatched rn_unregister on failed acceptChris Mason
10 hourssvcrdma: Fix offset arithmetic in read_chunk_rangeChris Mason
10 hoursSUNRPC: wait for in-flight client TLS handshake callbackJérémy Jean
10 hoursSUNRPC: Reject krb5 v2 wrap tokens with oversized ec fieldChuck Lever
10 hoursSUNRPC: reject duplicate CREDS_VALUE optionsChris Mason
10 hourssunrpc: init gssp_lock before publishing proc entryChris Mason
10 hoursSUNRPC: harden gss_unwrap_resp_priv length checksChris Mason
10 hoursSUNRPC: harden gss_krb5_unwrap_v2 against short tokensChris Mason
10 hoursSUNRPC: Guard svcauth_gss_release() dispatch on rq_auth_statChris Mason
10 hoursSUNRPC: Check svc pool percpu counter allocationChuck Lever
10 hoursSUNRPC: always drain cache_cleaner before destroying a cache_detailJeff Layton
10 hourssunrpc: route to a populated pool in svc_pool_for_cpu()Jeff Layton
10 hoursSUNRPC: svcauth_gss: enforce krb5 token minimum lengthChris Mason
10 hoursSUNRPC: Zero rpc_gss_wire_cred at svcauth_gss_decode_credbody() entryChris Mason
10 hoursSUNRPC: xdr_buf_trim: clamp buf->len to avoid underflowChris Mason
2026-08-03SUNRPC: Return an error from xdr_buf_to_bvec() on overflowChuck Lever
2026-08-03SUNRPC: Add helpers to convert xdr_buf byte ranges to scatterlistsChuck Lever
2026-08-03sunrpc: allocate a separate bvec array for socket sendsJeff Layton
2026-08-03xprtrdma: Clear receive-side ownership pointers on releaseChuck Lever
2026-07-24SUNRPC: Bound-check xdr_buf_to_bvec() stores before writingChuck Lever
2026-07-24sunrpc: wait for in-flight TLS handshake callback when cancel loses raceChuck Lever
2026-07-24sunrpc: pin svc_xprt across the asynchronous TLS handshake callbackChris Mason
2026-07-24SUNRPC: pin upper rpc_clnt across the TLS connect_workerChuck Lever
2026-07-24SUNRPC: release lower rpc_clnt if killed waiting for XPRT_LOCKEDChuck Lever
2026-07-24xprtrdma: Return sendctx slot after Send preparation failureChuck Lever
2026-07-24xprtrdma: Repost Receive buffers for malformed repliesChuck Lever
2026-07-24xprtrdma: Sanitize the reply credit grant after parsingChuck Lever
2026-07-24xprtrdma: Fix bcall rep leak and unbounded peekChris Mason
2026-07-24xprtrdma: Resize reply buffers before reposting receivesChuck Lever
2026-07-24xprtrdma: Document and assert reply-handler invariantsChuck Lever
2026-07-24xprtrdma: Check frwr_wp_create() during connectChuck Lever
2026-07-24xprtrdma: Initialize re_id before removal registrationChris Mason
2026-07-24xprtrdma: Fix ep kref imbalance on ADDR_CHANGEChris Mason
2026-07-24xprtrdma: Decouple req recycling from RPC completionChuck Lever
2026-07-24xprtrdma: Use sendctx DMA state for Send signalingChuck Lever
2026-07-24xprtrdma: Post receive buffers after RPC completionChuck Lever
2026-07-24xprtrdma: Close lost-wakeup race in xprt_rdma_alloc_slotChuck Lever
2026-07-24xprtrdma: Avoid 250 ms delay on backlog wakeupChuck Lever
2026-03-25sunrpc: fix cache_request leak in cache_releaseJeff Layton
2026-03-25xprtrdma: Decrement re_receiving on the early exit pathsEric Badger
2026-03-04SUNRPC: fix gss_auth kref leak in gss_alloc_msg error pathDaniel Hodges
2026-03-04SUNRPC: auth_gss: fix memory leaks in XDR decoding error pathsChuck Lever
2026-03-04RDMA/core: add rdma_rw_max_sge() helper for SQ sizingChuck Lever
2026-01-08svcrdma: bound check rq_pages index in inline pathJoshua Rogers
2026-01-08SUNRPC: svcauth_gss: avoid NULL deref on zero length gss_token in gss_read_pr...Joshua Rogers
2026-01-08svcrdma: use rc_pageoff for memcpy byte offsetJoshua Rogers
2026-01-08svcrdma: return 0 on success from svc_rdma_copy_inline_rangeJoshua Rogers