summaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Remove ->xpo_secure_port()Chuck Lever2023-02-201-1/+0
* SUNRPC: Move remaining internal definitions to gss_krb5_internal.hChuck Lever2023-02-201-117/+0
* SUNRPC: Support the Camellia enctypesChuck Lever2023-02-201-0/+4
* SUNRPC: Add gk5e definitions for RFC 8009 encryption typesChuck Lever2023-02-201-2/+17
* SUNRPC: Add new subkey length fieldsChuck Lever2023-02-201-2/+12
* SUNRPC: Hoist KDF into struct gss_krb5_enctypeChuck Lever2023-02-201-20/+5
* SUNRPC: Rename .encrypt_v2 and .decrypt_v2 methodsChuck Lever2023-02-201-16/+4
* SUNRPC: Remove ->encrypt and ->decrypt methods from struct gss_krb5_enctypeChuck Lever2023-02-201-14/+0
* SUNRPC: Replace KRB5_SUPPORTED_ENCTYPES macroChuck Lever2023-02-201-41/+0
* SUNRPC: Remove another switch on ctx->enctypeChuck Lever2023-02-201-0/+1
* SUNRPC: Refactor the GSS-API Per Message calls in the Kerberos mechanismChuck Lever2023-02-201-14/+9
* SUNRPC: Obscure Kerberos integrity keysChuck Lever2023-02-201-7/+2
* SUNRPC: Obscure Kerberos signing keysChuck Lever2023-02-201-3/+2
* SUNRPC: Obscure Kerberos encryption keysChuck Lever2023-02-201-2/+0
* SUNRPC: Refactor set-up for aux_cipherChuck Lever2023-02-201-0/+1
* SUNRPC: Improve Kerberos confounder generationChuck Lever2023-02-201-3/+0
* SUNRPC: Remove .conflen field from struct gss_krb5_enctypeChuck Lever2023-02-201-3/+0
* SUNRPC: Remove .blocksize field from struct gss_krb5_enctypeChuck Lever2023-02-201-1/+0
* SUNRPC: Add header ifdefs to linux/sunrpc/gss_krb5.hChuck Lever2023-02-201-2/+5
* SUNRPC: Replace pool stats with per-CPU variablesChuck Lever2023-02-201-9/+6
* SUNRPC: Use per-CPU counters to tally server RPC countsChuck Lever2023-02-201-1/+1
* SUNRPC: Set rq_accept_statp inside ->accept methodsChuck Lever2023-02-201-0/+19
* SUNRPC: Refactor RPC server dispatch methodChuck Lever2023-02-201-2/+3
* SUNRPC: Remove no-longer-used helper functionsChuck Lever2023-02-201-65/+1
* SUNRPC: Convert unwrap data paths to use xdr_stream for repliesChuck Lever2023-02-201-2/+24
* SUNRPC: Push svcxdr_init_encode() into svc_process_common()Chuck Lever2023-02-201-0/+21
* SUNRPC: Add XDR encoding helper for opaque_authChuck Lever2023-02-201-0/+2
* SUNRPC: Convert unwrap_priv_data() to use xdr_streamChuck Lever2023-02-201-1/+0
* SUNRPC: Convert unwrap_integ_data() to use xdr_streamChuck Lever2023-02-201-0/+1
* SUNRPC: Convert svcauth_unix_accept() to use xdr_streamChuck Lever2023-02-201-0/+5
* SUNRPC: Add an XDR decoding helper for struct opaque_authChuck Lever2023-02-201-0/+3
* Merge tag 'nfs-for-6.2-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2023-01-071-0/+5
|\
| * SUNRPC: ensure the matching upcall is in-flight upon downcallminoura makoto2022-12-151-0/+5
* | sunrpc: svc: Remove an unused static function svc_ungetu32()Li zeming2022-12-101-7/+0
* | SUNRPC: Remove unused svc_rqst::rq_lock fieldChuck Lever2022-11-281-1/+0
|/
* Merge tag 'nfs-for-6.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2022-10-132-0/+7
|\
| * SUNRPC: Add API to force the client to disconnectTrond Myklebust2022-10-061-0/+1
| * SUNRPC: Add a helper to allow pNFS drivers to selectively cancel RPC callsTrond Myklebust2022-10-061-0/+5
| * SUNRPC: Fix races with rpc_killall_tasks()Trond Myklebust2022-10-061-0/+1
* | Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-10-101-6/+1
|\ \
| * | freezer,sched: Rewrite core freezer logicPeter Zijlstra2022-09-071-6/+1
| |/
* | NFSD: Refactor common code out of dirlist helpersChuck Lever2022-09-261-0/+2
* | SUNRPC: Parametrize how much of argsize should be zeroedChuck Lever2022-09-261-0/+1
* | SUNRPC: Fix svcxdr_init_encode's buflen calculationChuck Lever2022-09-261-1/+1
* | SUNRPC: Fix svcxdr_init_decode's end-of-buffer calculationChuck Lever2022-09-261-3/+14
|/
* Merge tag 'nfs-for-5.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-08-105-6/+23
|\
| * SUNRPC: Don't reuse bvec on retransmission of the requestTrond Myklebust2022-07-271-1/+2
| * SUNRPC create a function that probes only offline transportsOlga Kornievskaia2022-07-251-0/+2
| * SUNRPC export xprt_iter_rewind functionOlga Kornievskaia2022-07-251-0/+2
| * SUNRPC create an rpc function that allows xprt removal from rpc_clntOlga Kornievskaia2022-07-252-1/+2