summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)Author
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
2025-10-19nfsd: unregister with rpcbind when deleting a transportOlga Kornievskaia
2025-10-19nfsd: don't use sv_nrthreads in connection limiting calculations.NeilBrown
2025-10-15sunrpc: fix null pointer dereference on zero-length checksumLei Lu
2025-09-19Revert "SUNRPC: Don't allow waiting for exiting tasks"Trond Myklebust
2025-09-19SUNRPC: call xs_sock_process_cmsg for all cmsgJustin Worrell
2025-08-20net: better track kernel sockets lifetimeEric Dumazet
2025-08-15sunrpc: fix handling of server side tls alertsOlga Kornievskaia
2025-08-15sunrpc: fix client side handling of tls alertsOlga Kornievskaia
2025-07-10add a string-to-qstr constructorAl Viro
2025-07-06sunrpc: don't immediately retransmit on seqno missNikhil Jha
2025-06-27sunrpc: handle SVC_GARBAGE during svc auth processing as auth errorJeff Layton
2025-06-27svcrdma: Unregister the device if svc_rdma_accept() failsChuck Lever
2025-06-27SUNRPC: Prevent hang on NFS mount with xprtsec=[m]tlsChuck Lever
2025-06-19svcrdma: Reduce the number of rdma_rw contexts per-QPChuck Lever
2025-05-29SUNRPC: rpcbind should never reset the port to the value '0'Trond Myklebust
2025-05-29SUNRPC: rpc_clnt_set_transport() must not change the autobind settingTrond Myklebust
2025-05-29SUNRPC: Don't allow waiting for exiting tasksTrond Myklebust
2025-04-20svcrdma: do not unregister device for listenersOlga Kornievskaia
2025-03-07sunrpc: suppress warnings for unused procfs functionsArnd Bergmann
2025-03-07SUNRPC: Handle -ETIMEDOUT return from tlshdBenjamin Coddington
2025-03-07SUNRPC: Prevent looping due to rpc_signal_task() racesTrond Myklebust
2025-02-08Revert "SUNRPC: Reduce thread wake-up rate when receiving large RPC messages"Chuck Lever
2024-12-05sunrpc: fix one UAF issue caused by sunrpc kernel tcp socketLiu Jian
2024-12-05SUNRPC: timeout and cancel TLS handshake with -ETIMEDOUTBenjamin Coddington
2024-12-05sunrpc: clear XPRT_SOCK_UPD_TIMEOUT when reset transportLiu Jian
2024-12-05SUNRPC: make sure cache entry active before cache_showYang Erkun
2024-12-05svcrdma: fix miss destroy percpu_counter in svc_rdma_proc_init()Ye Bin
2024-12-05svcrdma: Address an integer overflowChuck Lever
2024-11-04sunrpc: handle -ENOTCONN in xs_tcp_setup_socket()NeilBrown
2024-11-02Merge tag 'nfsd-6.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2024-10-30rpcrdma: Always release the rpcrdma_device's xa_arrayChuck Lever
2024-10-11Merge tag 'nfs-for-6.12-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-30sunrpc: fix prog selection loop in svc_process_commonNeilBrown
2024-09-27[tree-wide] finally take no_llseek outAl Viro
2024-09-23SUNRPC: replace program list with program arrayNeilBrown
2024-09-23SUNRPC: add svcauth_map_clnt_to_svc_cred_localWeston Andros Adamson
2024-09-23SUNRPC: remove call_allocate() BUG_ONsMike Snitzer
2024-09-23net/sunrpc: make use of the helper macro LIST_HEAD()Hongbo Li
2024-09-23SUNRPC: clnt.c: Remove misleading commentSiddh Raman Pant
2024-09-23SUNRPC: Fix -Wformat-truncation warningKunwu Chan