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