summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
13 daysMerge tag 'nfs-for-6.19-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-9/+34
2025-12-06Merge tag 'nfsd-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2-21/+60
2025-12-06Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-15/+12
2025-11-23SUNRPC: new helper function for stopping backchannel serverOlga Kornievskaia1-0/+16
2025-11-23SUNRPC: cleanup common code in backchannel requestOlga Kornievskaia2-9/+18
2025-11-18convert rpc_pipefsAl Viro1-15/+12
2025-11-17sunrpc: allocate a separate bvec array for socket sendsJeff Layton1-7/+48
2025-11-17SUNRPC: Improve "fragment too large" warningChuck Lever1-3/+4
2025-11-17svcrdma: Release transport resources synchronouslyChuck Lever1-11/+8
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+1
2025-11-13Merge tag 'nfsd-6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-2/+1
2025-11-10Revert "SUNRPC: Make RPCSEC_GSS_KRB5 select CRYPTO instead of depending on it"Chuck Lever1-2/+1
2025-11-05net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook2-3/+4
2025-11-05net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook3-5/+5
2025-10-06Merge tag 'nfsd-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds6-20/+42
2025-10-01SUNRPC: Make RPCSEC_GSS_KRB5 select CRYPTO instead of depending on itEric Biggers1-1/+2
2025-09-30sunrpc: unexport rpc_malloc() and rpc_free()Jeff Layton1-2/+0
2025-09-23SUNRPC: Update gssx_accept_sec_context() to use xdr_set_scratch_folio()Anna Schumaker1-4/+4
2025-09-23SUNRPC: Update svcxdr_init_decode() to call xdr_set_scratch_folio()Anna Schumaker1-5/+5
2025-09-23SUNRPC: Remove redundant __GFP_NOWARNQianfeng Rong2-2/+2
2025-09-23SUNRPC: Move the svc_rpcb_cleanup() call sitesChuck Lever2-2/+6
2025-09-23sunrpc: add a Kconfig option to redirect dfprintk() output to trace bufferJeff Layton1-0/+14
2025-09-22sunrpc: fix "occurence"->"occurrence"Xichao Zhao1-1/+1
2025-09-22SUNRPC: Move the svc_rpcb_cleanup() call sitesChuck Lever2-2/+6
2025-09-22nfsd: unregister with rpcbind when deleting a transportOlga Kornievskaia2-0/+15
2025-09-22sunrpc: eliminate return pointer in svc_tcp_sendmsg()Jeff Layton1-13/+8
2025-09-22sunrpc: fix pr_notice in svc_tcp_sendto() to show correct lengthJeff Layton1-2/+2
2025-09-22sunrpc: delay pc_release callback until after the reply is sentJeff Layton1-3/+14
2025-09-22sunrpc: fix null pointer dereference on zero-length checksumLei Lu1-1/+1
2025-09-06SUNRPC: call xs_sock_process_cmsg for all cmsgJustin Worrell1-3/+3
2025-09-06Revert "SUNRPC: Don't allow waiting for exiting tasks"Trond Myklebust1-2/+0
2025-08-11Merge tag 'nfsd-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-8/+35
2025-08-09Merge tag 'nfs-for-6.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-122/+32
2025-08-06sunrpc: fix handling of server side tls alertsOlga Kornievskaia1-8/+35
2025-08-03sunrpc: fix client side handling of tls alertsOlga Kornievskaia1-10/+30
2025-07-28Merge tag 'pull-rpc_pipefs' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-422/+157
2025-07-28Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-1/+1
2025-07-22SUNRPC: Silence warnings about parameters not being describedTrond Myklebust1-2/+2
2025-07-15SUNRPC: Remove unused xdr functionsDr. David Alan Gilbert1-110/+0
2025-07-14sunrpc: make svc_tcp_sendmsg() take a signed sentp pointerJeff Layton1-3/+2
2025-07-14sunrpc: return better error in svcauth_gss_accept() on alloc failureJeff Layton1-1/+2
2025-07-14sunrpc: reset rq_accept_statp when starting a new RPCJeff Layton1-0/+3
2025-07-14sunrpc: remove SVC_SYSERRJeff Layton1-8/+0
2025-07-14sunrpc: fix handling of unknown auth status codesJeff Layton1-1/+2
2025-07-14sunrpc: new tracepoints around svc thread wakeupsJeff Layton1-2/+4
2025-07-14sunrpc: unexport csum_partial_copy_to_xdrChristoph Hellwig1-1/+0
2025-07-14sunrpc: simplify xdr_partial_copy_from_skbChristoph Hellwig1-104/+59
2025-07-14sunrpc: simplify xdr_init_encode_pagesChristoph Hellwig1-7/+4
2025-07-03rpc_create_client_dir(): return 0 or -E...Al Viro2-28/+20
2025-07-03rpc_create_client_dir(): don't bother with rpc_populate()Al Viro1-18/+7