summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)Author
2023-09-27SUNRPC/TLS: Lock the lower_xprt during the tls handshakeAnna Schumaker
2023-09-27Revert "SUNRPC dont update timeout value on connection reset"Trond Myklebust
2023-09-27SUNRPC: Fail quickly when server does not recognize TLSChuck Lever
2023-09-13NFSv4.1: fix pnfs MDS=DS session trunkingOlga Kornievskaia
2023-09-13Revert "SUNRPC: Fail faster on bad verifier"Trond Myklebust
2023-09-13SUNRPC: Mark the cred for revalidation if the server rejects itTrond Myklebust
2023-08-31Merge tag 'nfs-for-6.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2023-08-31Merge tag 'nfsd-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2023-08-29SUNRPC: Remove return value of svc_pool_wake_idle_thread()NeilBrown
2023-08-29SUNRPC: make rqst_should_sleep() idempotent()NeilBrown
2023-08-29SUNRPC: Clean up svc_set_num_threadsChuck Lever
2023-08-29SUNRPC: Count ingress RPC messages per svc_poolChuck Lever
2023-08-29SUNRPC: Deduplicate thread wake-up codeChuck Lever
2023-08-29SUNRPC: Move trace_svc_xprt_enqueueChuck Lever
2023-08-29SUNRPC: Add enum svc_auth_statusChuck Lever
2023-08-29SUNRPC: remove timeout arg from svc_recv()NeilBrown
2023-08-29SUNRPC: change svc_recv() to return void.NeilBrown
2023-08-29SUNRPC: call svc_process() from svc_recv().NeilBrown
2023-08-29nfsd: don't allow nfsd threads to be signalled.NeilBrown
2023-08-29SUNRPC: Reduce thread wake-up rate when receiving large RPC messagesChuck Lever
2023-08-29SUNRPC: Revert e0a912e8ddbaChuck Lever
2023-08-29SUNRPC: Convert svc_udp_sendto() to use the per-socket bio_vec arrayChuck Lever
2023-08-29SUNRPC: Send RPC message on TCP with a single sock_sendmsg() callChuck Lever
2023-08-29SUNRPC: Convert svc_tcp_sendmsg to use bio_vecs directlyChuck Lever
2023-08-29SUNRPC: Remove net/sunrpc/auth_gss/gss_krb5_seqnum.cChuck Lever
2023-08-29SUNRPC: Remove the ->import_ctx methodChuck Lever
2023-08-29SUNRPC: Remove CONFIG_RPCSEC_GSS_KRB5_CRYPTOSYSTEMChuck Lever
2023-08-29SUNRPC: Remove gss_import_v1_context()Chuck Lever
2023-08-29SUNRPC: Remove krb5_derive_key_v1()Chuck Lever
2023-08-29SUNRPC: Remove code behind CONFIG_RPCSEC_GSS_KRB5_SIMPLIFIEDChuck Lever
2023-08-29SUNRPC: Remove DES and DES3 enctypes from the supported enctypes listChuck Lever
2023-08-29SUNRPC: Remove Kunit tests for the DES3 encryption typeChuck Lever
2023-08-29SUNRPC: Remove RPCSEC_GSS_KRB5_ENCTYPES_DESChuck Lever
2023-08-29SUNRPC: Fix the recent bv_offset fixChuck Lever
2023-08-29Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-24SUNRPC: Don't override connect timeouts in rpc_clnt_add_xprt()Trond Myklebust
2023-08-24SUNRPC: Allow specification of TCP client connect timeout at setupTrond Myklebust
2023-08-24SUNRPC: Refactor and simplify connect timeoutTrond Myklebust
2023-08-24SUNRPC: Set the TCP_SYNCNT to match the socket timeoutTrond Myklebust
2023-08-23xprtrdma: Remove unused function declaration rpcrdma_bc_post_recv()Yue Haibing
2023-08-23SUNRPC: kmap() the xdr pages during decodeAnna Schumaker
2023-08-22Merge tag 'nfs-for-6.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2023-08-19xprtrdma: Remap Receive buffers after a reconnectChuck Lever
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-14sunrpc: set the bv_offset of first bvec in svc_tcp_sendmsgJeff Layton
2023-07-28SUNRPC: Use new helpers to handle TLS AlertsChuck Lever
2023-07-28SUNRPC: Send TLS Closure alerts before closing a TCP socketChuck Lever
2023-07-28net/tls: Move TLS protocol elements to a separate headerChuck Lever