summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
AgeCommit message (Expand)AuthorLines
2023-04-19Merge tag 'nfsd-6.3-6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds-1/+5
2023-04-17SUNRPC: Fix failures of checksum Kunit testsChuck Lever-1/+4
2023-04-13sunrpc: Fix RFC6803 encryption testDavid Howells-0/+1
2023-04-04Merge tag 'nfsd-6.3-5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds-4/+13
2023-04-04sunrpc: only free unix grouplist after RCU settlesJeff Layton-4/+13
2023-03-31Merge tag 'nfs-for-6.3-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds-0/+1
2023-03-25Merge tag 'nfsd-6.3-4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds-5/+5
2023-03-23SUNRPC: fix shutdown of NFS TCP client socketSiddharth Kawar-0/+1
2023-03-22SUNRPC: Fix a crash in gss_krb5_checksum()Chuck Lever-5/+5
2023-03-10Merge tag 'nfsd-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds-1/+5
2023-03-08SUNRPC: Fix a server shutdown leakBenjamin Coddington-1/+5
2023-03-01Merge tag 'nfsd-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds-6/+17
2023-02-27SUNRPC: Properly terminate test case arraysChuck Lever-0/+5
2023-02-27SUNRPC: Let Kunit tests run with some enctypes compiled outChuck Lever-6/+12
2023-02-22Merge tag 'nfs-for-6.3-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds-4/+6
2023-02-22Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds-1329/+4758
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-0/+8
2023-02-20SUNRPC: Fix occasional warning when destroying gss_krb5_enctypesChuck Lever-6/+8
2023-02-20SUNRPC: Remove ->xpo_secure_port()Chuck Lever-10/+3
2023-02-20SUNRPC: Fix whitespace damage in svcauth_unix.cChuck Lever-3/+3
2023-02-20SUNRPC: Add encryption self-testsChuck Lever-5/+142
2023-02-20SUNRPC: Add RFC 8009 encryption KUnit testsChuck Lever-4/+354
2023-02-20SUNRPC: Add RFC 8009 checksum KUnit testsChuck Lever-0/+53
2023-02-20SUNRPC: Add KDF-HMAC-SHA2 Kunit testsChuck Lever-1/+115
2023-02-20SUNRPC: Add encryption KUnit tests for the RFC 6803 encryption typesChuck Lever-0/+400
2023-02-20SUNRPC: Add checksum KUnit tests for the RFC 6803 encryption typesChuck Lever-0/+169
2023-02-20SUNRPC: Add KDF KUnit tests for the RFC 6803 encryption typesChuck Lever-1/+127
2023-02-20SUNRPC: Add Kunit tests for RFC 3962-defined encryption/decryptionChuck Lever-9/+296
2023-02-20SUNRPC: Add KUnit tests RFC 3961 Key DerivationChuck Lever-0/+227
2023-02-20SUNRPC: Export get_gss_krb5_enctype()Chuck Lever-19/+17
2023-02-20SUNRPC: Add KUnit tests for rpcsec_krb5.koChuck Lever-4/+298
2023-02-20SUNRPC: Move remaining internal definitions to gss_krb5_internal.hChuck Lever-1/+111
2023-02-20SUNRPC: Advertise support for the Camellia encryption typesChuck Lever-0/+4
2023-02-20SUNRPC: Add KDF_FEEDBACK_CMACChuck Lever-0/+151
2023-02-20SUNRPC: Support the Camellia enctypesChuck Lever-0/+68
2023-02-20SUNRPC: Advertise support for RFC 8009 encryption typesChuck Lever-0/+4
2023-02-20SUNRPC: Add RFC 8009 encryption and decryption functionsChuck Lever-0/+237
2023-02-20SUNRPC: Add KDF-HMAC-SHA2Chuck Lever-0/+125
2023-02-20SUNRPC: Add gk5e definitions for RFC 8009 encryption typesChuck Lever-0/+65
2023-02-20SUNRPC: Refactor CBC with CTS into helpersChuck Lever-82/+105
2023-02-20SUNRPC: Add new subkey length fieldsChuck Lever-6/+14
2023-02-20SUNRPC: Parametrize the key length passed to context_v2_alloc_cipher()Chuck Lever-35/+26
2023-02-20SUNRPC: Clean up cipher set up for v1 encryption typesChuck Lever-29/+29
2023-02-20SUNRPC: Hoist KDF into struct gss_krb5_enctypeChuck Lever-102/+151
2023-02-20SUNRPC: Rename .encrypt_v2 and .decrypt_v2 methodsChuck Lever-13/+13
2023-02-20SUNRPC: Remove ->encrypt and ->decrypt methods from struct gss_krb5_enctypeChuck Lever-12/+46
2023-02-20SUNRPC: Enable rpcsec_gss_krb5.ko to be built without CRYPTO_DESChuck Lever-49/+105
2023-02-20SUNRPC: Replace KRB5_SUPPORTED_ENCTYPES macroChuck Lever-2/+39
2023-02-20SUNRPC: Add /proc/net/rpc/gss_krb5_enctypes fileChuck Lever-0/+65
2023-02-20SUNRPC: Remove another switch on ctx->enctypeChuck Lever-12/+18