summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)Author
13 hourssunrpc: fix uninitialized xprt_create_args structureHongling Zeng
13 hoursSUNRPC: Bound-check xdr_buf_to_bvec() stores before writingChuck Lever
13 hourssunrpc: harden rq_procinfo lifecycle to prevent double-freeLuxiao Xu
13 hourssunrpc: wait for in-flight TLS handshake callback when cancel loses raceChuck Lever
13 hourssunrpc: pin svc_xprt across the asynchronous TLS handshake callbackChris Mason
13 hoursSUNRPC: pin upper rpc_clnt across the TLS connect_workerChuck Lever
13 hoursSUNRPC: release lower rpc_clnt if killed waiting for XPRT_LOCKEDChuck Lever
13 hoursxprtrdma: Return sendctx slot after Send preparation failureChuck Lever
13 hoursxprtrdma: Repost Receive buffers for malformed repliesChuck Lever
13 hoursxprtrdma: Sanitize the reply credit grant after parsingChuck Lever
13 hoursxprtrdma: Fix bcall rep leak and unbounded peekChris Mason
13 hoursxprtrdma: Resize reply buffers before reposting receivesChuck Lever
13 hoursxprtrdma: Document and assert reply-handler invariantsChuck Lever
13 hoursxprtrdma: Check frwr_wp_create() during connectChuck Lever
13 hoursxprtrdma: Initialize re_id before removal registrationChris Mason
13 hoursxprtrdma: Fix ep kref imbalance on ADDR_CHANGEChris Mason
13 hoursxprtrdma: Decouple req recycling from RPC completionChuck Lever
13 hoursxprtrdma: Use sendctx DMA state for Send signalingChuck Lever
13 hoursxprtrdma: Post receive buffers after RPC completionChuck Lever
13 hoursxprtrdma: Close lost-wakeup race in xprt_rdma_alloc_slotChuck Lever
13 hoursxprtrdma: Avoid 250 ms delay on backlog wakeupChuck Lever
13 hourssunrpc: Fix error handling in rpc_sysfs_xprt_switch_add_xprt_store()Hongling Zeng
2026-03-25sunrpc: fix cache_request leak in cache_releaseJeff Layton
2026-03-19xprtrdma: Decrement re_receiving on the early exit pathsEric Badger
2026-02-26SUNRPC: fix gss_auth kref leak in gss_alloc_msg error pathDaniel Hodges
2026-02-26SUNRPC: auth_gss: fix memory leaks in XDR decoding error pathsChuck Lever
2026-02-26RDMA/core: add rdma_rw_max_sge() helper for SQ sizingChuck Lever
2026-01-02SUNRPC: svcauth_gss: avoid NULL deref on zero length gss_token in gss_read_pr...Joshua Rogers
2026-01-02svcrdma: use rc_pageoff for memcpy byte offsetJoshua Rogers
2026-01-02svcrdma: return 0 on success from svc_rdma_copy_inline_rangeJoshua Rogers
2026-01-02svcrdma: bound check rq_pages index in inline pathJoshua Rogers
2025-11-12Merge tag 'nfsd-6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2025-11-10Revert "SUNRPC: Make RPCSEC_GSS_KRB5 select CRYPTO instead of depending on it"Chuck Lever
2025-10-06Merge tag 'nfsd-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2025-10-01SUNRPC: Make RPCSEC_GSS_KRB5 select CRYPTO instead of depending on itEric Biggers
2025-09-30sunrpc: unexport rpc_malloc() and rpc_free()Jeff Layton
2025-09-23SUNRPC: Update gssx_accept_sec_context() to use xdr_set_scratch_folio()Anna Schumaker
2025-09-23SUNRPC: Update svcxdr_init_decode() to call xdr_set_scratch_folio()Anna Schumaker
2025-09-23SUNRPC: Remove redundant __GFP_NOWARNQianfeng Rong
2025-09-23SUNRPC: Move the svc_rpcb_cleanup() call sitesChuck Lever
2025-09-23sunrpc: add a Kconfig option to redirect dfprintk() output to trace bufferJeff Layton
2025-09-21sunrpc: fix "occurence"->"occurrence"Xichao Zhao
2025-09-21SUNRPC: Move the svc_rpcb_cleanup() call sitesChuck Lever
2025-09-21nfsd: unregister with rpcbind when deleting a transportOlga Kornievskaia
2025-09-21sunrpc: eliminate return pointer in svc_tcp_sendmsg()Jeff Layton
2025-09-21sunrpc: fix pr_notice in svc_tcp_sendto() to show correct lengthJeff Layton
2025-09-21sunrpc: delay pc_release callback until after the reply is sentJeff Layton
2025-09-21sunrpc: fix null pointer dereference on zero-length checksumLei Lu
2025-09-06SUNRPC: call xs_sock_process_cmsg for all cmsgJustin Worrell
2025-09-06Revert "SUNRPC: Don't allow waiting for exiting tasks"Trond Myklebust