summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
3 daysSUNRPC: Return an error from xdr_buf_to_bvec() on overflowChuck Lever2-7/+18
3 daysSUNRPC: Add helpers to convert xdr_buf byte ranges to scatterlistsChuck Lever1-0/+199
3 dayssunrpc: allocate a separate bvec array for socket sendsJeff Layton1-9/+28
3 daysxprtrdma: Clear receive-side ownership pointers on releaseChuck Lever2-2/+14
12 daysSUNRPC: Bound-check xdr_buf_to_bvec() stores before writingChuck Lever1-5/+9
12 dayssunrpc: wait for in-flight TLS handshake callback when cancel loses raceChuck Lever1-0/+4
12 dayssunrpc: pin svc_xprt across the asynchronous TLS handshake callbackChris Mason1-0/+6
12 daysSUNRPC: pin upper rpc_clnt across the TLS connect_workerChuck Lever2-3/+27
12 daysSUNRPC: release lower rpc_clnt if killed waiting for XPRT_LOCKEDChuck Lever1-1/+4
12 daysxprtrdma: Return sendctx slot after Send preparation failureChuck Lever3-5/+42
12 daysxprtrdma: Repost Receive buffers for malformed repliesChuck Lever1-3/+5
12 daysxprtrdma: Sanitize the reply credit grant after parsingChuck Lever1-4/+8
12 daysxprtrdma: Fix bcall rep leak and unbounded peekChris Mason1-1/+3
12 daysxprtrdma: Resize reply buffers before reposting receivesChuck Lever1-1/+30
12 daysxprtrdma: Document and assert reply-handler invariantsChuck Lever3-4/+84
12 daysxprtrdma: Check frwr_wp_create() during connectChuck Lever1-1/+11
12 daysxprtrdma: Decouple req recycling from RPC completionChuck Lever5-41/+97
12 daysxprtrdma: Use sendctx DMA state for Send signalingChuck Lever2-10/+14
12 daysxprtrdma: Post receive buffers after RPC completionChuck Lever1-5/+9
12 daysxprtrdma: Close lost-wakeup race in xprt_rdma_alloc_slotChuck Lever2-1/+30
12 daysxprtrdma: Avoid 250 ms delay on backlog wakeupChuck Lever1-1/+1
12 daysxprtrdma: Remove temp allocation of rpcrdma_rep objectsChuck Lever3-37/+26
2026-03-25sunrpc: fix cache_request leak in cache_releaseJeff Layton1-5/+21
2026-03-25xprtrdma: Decrement re_receiving on the early exit pathsEric Badger1-3/+4
2026-03-04SUNRPC: fix gss_auth kref leak in gss_alloc_msg error pathDaniel Hodges1-0/+3
2026-03-04SUNRPC: auth_gss: fix memory leaks in XDR decoding error pathsChuck Lever1-18/+64
2026-03-04RDMA/core: add rdma_rw_max_sge() helper for SQ sizingChuck Lever1-2/+6
2026-03-04svcrdma: Reduce the number of rdma_rw contexts per-QPChuck Lever1-6/+8
2026-03-04svcrdma: Increase the per-transport rw_ctx countChuck Lever1-2/+7
2026-03-04svcrdma: Clean up comment in svc_rdma_accept()Chuck Lever1-7/+10
2026-03-04svcrdma: Remove queue-shortening warningsChuck Lever1-6/+1
2026-01-11svcrdma: bound check rq_pages index in inline pathJoshua Rogers1-0/+3
2026-01-11SUNRPC: svcauth_gss: avoid NULL deref on zero length gss_token in gss_read_pr...Joshua Rogers1-1/+2
2026-01-11svcrdma: return 0 on success from svc_rdma_copy_inline_rangeJoshua Rogers1-1/+1
2025-10-15sunrpc: fix null pointer dereference on zero-length checksumLei Lu1-1/+1
2025-09-19Revert "SUNRPC: Don't allow waiting for exiting tasks"Trond Myklebust1-2/+0
2025-09-19SUNRPC: call xs_sock_process_cmsg for all cmsgJustin Worrell1-3/+3
2025-08-28net: better track kernel sockets lifetimeEric Dumazet2-10/+3
2025-08-15sunrpc: fix handling of server side tls alertsOlga Kornievskaia1-8/+35
2025-08-15sunrpc: fix client side handling of tls alertsOlga Kornievskaia1-10/+30
2025-07-06sunrpc: don't immediately retransmit on seqno missNikhil Jha1-2/+7
2025-06-27sunrpc: handle SVC_GARBAGE during svc auth processing as auth errorJeff Layton1-9/+2
2025-06-27SUNRPC: Prevent hang on NFS mount with xprtsec=[m]tlsChuck Lever1-0/+5
2025-06-04SUNRPC: rpcbind should never reset the port to the value '0'Trond Myklebust1-2/+3
2025-06-04SUNRPC: rpc_clnt_set_transport() must not change the autobind settingTrond Myklebust1-3/+0
2025-06-04SUNRPC: Don't allow waiting for exiting tasksTrond Myklebust1-0/+2
2025-03-07sunrpc: suppress warnings for unused procfs functionsArnd Bergmann1-7/+3
2025-03-07SUNRPC: Handle -ETIMEDOUT return from tlshdBenjamin Coddington1-1/+9
2025-03-07SUNRPC: Prevent looping due to rpc_signal_task() racesTrond Myklebust1-2/+0
2025-02-08Revert "SUNRPC: Reduce thread wake-up rate when receiving large RPC messages"Chuck Lever1-11/+1