summaryrefslogtreecommitdiff
path: root/include/linux/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2023-04-29Merge tag 'nfsd-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds4-22/+18
2023-04-28SUNRPC: Support TLS handshake in the server-side TCP socket codeChuck Lever2-1/+6
2023-04-26SUNRPC: Relocate svc_free_res_pages()Chuck Lever1-11/+1
2023-04-26SUNRPC: Ignore return value of ->xpo_sendtoChuck Lever2-2/+2
2023-04-26NFSD: Watch for rq_pages bounds checking errors in nfsd_splice_actor()Chuck Lever1-1/+1
2023-04-26SUNRPC: return proper error from get_expiry()NeilBrown1-7/+8
2023-04-20SUNRPC: remove the maximum number of retries in call_bind_statusDai Ngo1-2/+1
2023-02-20SUNRPC: Remove ->xpo_secure_port()Chuck Lever1-1/+0
2023-02-20SUNRPC: Move remaining internal definitions to gss_krb5_internal.hChuck Lever1-117/+0
2023-02-20SUNRPC: Support the Camellia enctypesChuck Lever1-0/+4
2023-02-20SUNRPC: Add gk5e definitions for RFC 8009 encryption typesChuck Lever1-2/+17
2023-02-20SUNRPC: Add new subkey length fieldsChuck Lever1-2/+12
2023-02-20SUNRPC: Hoist KDF into struct gss_krb5_enctypeChuck Lever1-20/+5
2023-02-20SUNRPC: Rename .encrypt_v2 and .decrypt_v2 methodsChuck Lever1-16/+4
2023-02-20SUNRPC: Remove ->encrypt and ->decrypt methods from struct gss_krb5_enctypeChuck Lever1-14/+0
2023-02-20SUNRPC: Replace KRB5_SUPPORTED_ENCTYPES macroChuck Lever1-41/+0
2023-02-20SUNRPC: Remove another switch on ctx->enctypeChuck Lever1-0/+1
2023-02-20SUNRPC: Refactor the GSS-API Per Message calls in the Kerberos mechanismChuck Lever1-14/+9
2023-02-20SUNRPC: Obscure Kerberos integrity keysChuck Lever1-7/+2
2023-02-20SUNRPC: Obscure Kerberos signing keysChuck Lever1-3/+2
2023-02-20SUNRPC: Obscure Kerberos encryption keysChuck Lever1-2/+0
2023-02-20SUNRPC: Refactor set-up for aux_cipherChuck Lever1-0/+1
2023-02-20SUNRPC: Improve Kerberos confounder generationChuck Lever1-3/+0
2023-02-20SUNRPC: Remove .conflen field from struct gss_krb5_enctypeChuck Lever1-3/+0
2023-02-20SUNRPC: Remove .blocksize field from struct gss_krb5_enctypeChuck Lever1-1/+0
2023-02-20SUNRPC: Add header ifdefs to linux/sunrpc/gss_krb5.hChuck Lever1-2/+5
2023-02-20SUNRPC: Replace pool stats with per-CPU variablesChuck Lever1-9/+6
2023-02-20SUNRPC: Use per-CPU counters to tally server RPC countsChuck Lever1-1/+1
2023-02-20SUNRPC: Set rq_accept_statp inside ->accept methodsChuck Lever1-0/+19
2023-02-20SUNRPC: Refactor RPC server dispatch methodChuck Lever1-2/+3
2023-02-20SUNRPC: Remove no-longer-used helper functionsChuck Lever1-65/+1
2023-02-20SUNRPC: Convert unwrap data paths to use xdr_stream for repliesChuck Lever1-2/+24
2023-02-20SUNRPC: Push svcxdr_init_encode() into svc_process_common()Chuck Lever1-0/+21
2023-02-20SUNRPC: Add XDR encoding helper for opaque_authChuck Lever1-0/+2
2023-02-20SUNRPC: Convert unwrap_priv_data() to use xdr_streamChuck Lever1-1/+0
2023-02-20SUNRPC: Convert unwrap_integ_data() to use xdr_streamChuck Lever1-0/+1
2023-02-20SUNRPC: Convert svcauth_unix_accept() to use xdr_streamChuck Lever1-0/+5
2023-02-20SUNRPC: Add an XDR decoding helper for struct opaque_authChuck Lever1-0/+3
2023-01-07Merge tag 'nfs-for-6.2-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+5
2022-12-16SUNRPC: ensure the matching upcall is in-flight upon downcallminoura makoto1-0/+5
2022-12-10sunrpc: svc: Remove an unused static function svc_ungetu32()Li zeming1-7/+0
2022-11-28SUNRPC: Remove unused svc_rqst::rq_lock fieldChuck Lever1-1/+0
2022-10-13Merge tag 'nfs-for-6.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2-0/+7
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-6/+1
2022-10-06SUNRPC: Add API to force the client to disconnectTrond Myklebust1-0/+1
2022-10-06SUNRPC: Add a helper to allow pNFS drivers to selectively cancel RPC callsTrond Myklebust1-0/+5
2022-10-06SUNRPC: Fix races with rpc_killall_tasks()Trond Myklebust1-0/+1
2022-09-26NFSD: Refactor common code out of dirlist helpersChuck Lever1-0/+2
2022-09-26SUNRPC: Parametrize how much of argsize should be zeroedChuck Lever1-0/+1
2022-09-26SUNRPC: Fix svcxdr_init_encode's buflen calculationChuck Lever1-1/+1