summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
8 daysSUNRPC: Bound-check xdr_buf_to_bvec() stores before writingChuck Lever1-5/+9
8 dayssunrpc: wait for in-flight TLS handshake callback when cancel loses raceChuck Lever1-0/+4
8 dayssunrpc: pin svc_xprt across the asynchronous TLS handshake callbackChris Mason1-0/+6
8 daysSUNRPC: pin upper rpc_clnt across the TLS connect_workerChuck Lever2-3/+27
8 daysSUNRPC: release lower rpc_clnt if killed waiting for XPRT_LOCKEDChuck Lever1-1/+4
8 daysxprtrdma: Return sendctx slot after Send preparation failureChuck Lever3-5/+42
8 daysxprtrdma: Repost Receive buffers for malformed repliesChuck Lever1-3/+5
8 daysxprtrdma: Sanitize the reply credit grant after parsingChuck Lever1-4/+8
8 daysxprtrdma: Fix bcall rep leak and unbounded peekChris Mason1-1/+3
8 daysxprtrdma: Resize reply buffers before reposting receivesChuck Lever1-1/+30
8 daysxprtrdma: Document and assert reply-handler invariantsChuck Lever3-4/+84
8 daysxprtrdma: Check frwr_wp_create() during connectChuck Lever1-1/+11
8 daysxprtrdma: Initialize re_id before removal registrationChris Mason1-1/+1
8 daysxprtrdma: Fix ep kref imbalance on ADDR_CHANGEChris Mason1-3/+11
8 daysxprtrdma: Decouple req recycling from RPC completionChuck Lever5-41/+97
8 daysxprtrdma: Use sendctx DMA state for Send signalingChuck Lever2-10/+14
8 daysxprtrdma: Post receive buffers after RPC completionChuck Lever1-5/+9
8 daysxprtrdma: Close lost-wakeup race in xprt_rdma_alloc_slotChuck Lever2-1/+30
8 daysxprtrdma: Avoid 250 ms delay on backlog wakeupChuck Lever1-1/+1
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-01-08svcrdma: bound check rq_pages index in inline pathJoshua Rogers1-0/+3
2026-01-08SUNRPC: svcauth_gss: avoid NULL deref on zero length gss_token in gss_read_pr...Joshua Rogers1-1/+2
2026-01-08svcrdma: use rc_pageoff for memcpy byte offsetJoshua Rogers1-1/+1
2026-01-08svcrdma: return 0 on success from svc_rdma_copy_inline_rangeJoshua Rogers1-1/+1
2025-10-19nfsd: unregister with rpcbind when deleting a transportOlga Kornievskaia2-0/+15
2025-10-19nfsd: don't use sv_nrthreads in connection limiting calculations.NeilBrown1-16/+16
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-20net: 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-10add a string-to-qstr constructorAl Viro1-9/+5
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-27svcrdma: Unregister the device if svc_rdma_accept() failsChuck Lever1-0/+1
2025-06-27SUNRPC: Prevent hang on NFS mount with xprtsec=[m]tlsChuck Lever1-0/+5
2025-06-19svcrdma: Reduce the number of rdma_rw contexts per-QPChuck Lever1-6/+8
2025-05-29SUNRPC: rpcbind should never reset the port to the value '0'Trond Myklebust1-2/+3
2025-05-29SUNRPC: rpc_clnt_set_transport() must not change the autobind settingTrond Myklebust1-3/+0
2025-05-29SUNRPC: Don't allow waiting for exiting tasksTrond Myklebust1-0/+2
2025-04-20svcrdma: do not unregister device for listenersOlga Kornievskaia1-1/+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