index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
SUNRPC: Clean up the svc_xprt_flags() macro
Chuck Lever
2023-02-20
1
-14
/
+14
*
nfsd: remove fs/nfsd/fault_inject.c
Jeff Layton
2023-02-20
1
-142
/
+0
*
NFSD: fix leaked reference count of nfsd4_ssc_umount_item
Dai Ngo
2023-02-20
1
-4
/
+8
*
nfsd: clean up potential nfsd_file refcount leaks in COPY codepath
Jeff Layton
2023-02-20
1
-13
/
+10
*
nfsd: zero out pointers after putting nfsd_files on COPY setup error
Jeff Layton
2023-02-20
1
-0
/
+2
*
SUNRPC: Fix whitespace damage in svcauth_unix.c
Chuck Lever
2023-02-20
1
-3
/
+3
*
nfsd: eliminate __nfs4_get_fd
Jeff Layton
2023-02-20
1
-13
/
+7
*
nfsd: add some kerneldoc comments for stateid preprocessing functions
Jeff Layton
2023-02-20
1
-4
/
+25
*
nfsd: eliminate find_deleg_file_locked
Jeff Layton
2023-02-20
1
-10
/
+1
*
nfsd: don't take nfsd4_copy ref for OP_OFFLOAD_STATUS
Jeff Layton
2023-02-20
2
-13
/
+24
*
SUNRPC: Add encryption self-tests
Chuck Lever
2023-02-20
3
-5
/
+142
*
SUNRPC: Add RFC 8009 encryption KUnit tests
Chuck Lever
2023-02-20
3
-4
/
+354
*
SUNRPC: Add RFC 8009 checksum KUnit tests
Chuck Lever
2023-02-20
1
-0
/
+53
*
SUNRPC: Add KDF-HMAC-SHA2 Kunit tests
Chuck Lever
2023-02-20
2
-1
/
+115
*
SUNRPC: Add encryption KUnit tests for the RFC 6803 encryption types
Chuck Lever
2023-02-20
1
-0
/
+400
*
SUNRPC: Add checksum KUnit tests for the RFC 6803 encryption types
Chuck Lever
2023-02-20
2
-0
/
+169
*
SUNRPC: Add KDF KUnit tests for the RFC 6803 encryption types
Chuck Lever
2023-02-20
2
-1
/
+127
*
SUNRPC: Add Kunit tests for RFC 3962-defined encryption/decryption
Chuck Lever
2023-02-20
4
-9
/
+296
*
SUNRPC: Add KUnit tests RFC 3961 Key Derivation
Chuck Lever
2023-02-20
1
-0
/
+227
*
SUNRPC: Export get_gss_krb5_enctype()
Chuck Lever
2023-02-20
2
-19
/
+17
*
SUNRPC: Add KUnit tests for rpcsec_krb5.ko
Chuck Lever
2023-02-20
6
-4
/
+298
*
SUNRPC: Move remaining internal definitions to gss_krb5_internal.h
Chuck Lever
2023-02-20
4
-118
/
+111
*
SUNRPC: Advertise support for the Camellia encryption types
Chuck Lever
2023-02-20
1
-0
/
+4
*
SUNRPC: Add KDF_FEEDBACK_CMAC
Chuck Lever
2023-02-20
3
-0
/
+151
*
SUNRPC: Support the Camellia enctypes
Chuck Lever
2023-02-20
3
-0
/
+72
*
SUNRPC: Advertise support for RFC 8009 encryption types
Chuck Lever
2023-02-20
1
-0
/
+4
*
SUNRPC: Add RFC 8009 encryption and decryption functions
Chuck Lever
2023-02-20
3
-0
/
+237
*
SUNRPC: Add KDF-HMAC-SHA2
Chuck Lever
2023-02-20
3
-0
/
+125
*
SUNRPC: Add gk5e definitions for RFC 8009 encryption types
Chuck Lever
2023-02-20
3
-2
/
+82
*
SUNRPC: Refactor CBC with CTS into helpers
Chuck Lever
2023-02-20
1
-82
/
+105
*
SUNRPC: Add new subkey length fields
Chuck Lever
2023-02-20
2
-8
/
+26
*
SUNRPC: Parametrize the key length passed to context_v2_alloc_cipher()
Chuck Lever
2023-02-20
1
-35
/
+26
*
SUNRPC: Clean up cipher set up for v1 encryption types
Chuck Lever
2023-02-20
1
-29
/
+29
*
SUNRPC: Hoist KDF into struct gss_krb5_enctype
Chuck Lever
2023-02-20
4
-122
/
+156
*
SUNRPC: Rename .encrypt_v2 and .decrypt_v2 methods
Chuck Lever
2023-02-20
4
-29
/
+17
*
SUNRPC: Remove ->encrypt and ->decrypt methods from struct gss_krb5_enctype
Chuck Lever
2023-02-20
6
-26
/
+46
*
SUNRPC: Enable rpcsec_gss_krb5.ko to be built without CRYPTO_DES
Chuck Lever
2023-02-20
5
-49
/
+105
*
SUNRPC: Replace KRB5_SUPPORTED_ENCTYPES macro
Chuck Lever
2023-02-20
2
-43
/
+39
*
NFSD: Replace /proc/fs/nfsd/supported_krb5_enctypes with a symlink
Chuck Lever
2023-02-20
1
-16
/
+58
*
SUNRPC: Add /proc/net/rpc/gss_krb5_enctypes file
Chuck Lever
2023-02-20
1
-0
/
+65
*
SUNRPC: Remove another switch on ctx->enctype
Chuck Lever
2023-02-20
2
-12
/
+19
*
SUNRPC: Refactor the GSS-API Per Message calls in the Kerberos mechanism
Chuck Lever
2023-02-20
6
-126
/
+180
*
SUNRPC: Obscure Kerberos integrity keys
Chuck Lever
2023-02-20
3
-124
/
+23
*
SUNRPC: Obscure Kerberos signing keys
Chuck Lever
2023-02-20
6
-48
/
+127
*
SUNRPC: Obscure Kerberos encryption keys
Chuck Lever
2023-02-20
2
-19
/
+26
*
SUNRPC: Refactor set-up for aux_cipher
Chuck Lever
2023-02-20
2
-25
/
+26
*
SUNRPC: Obscure Kerberos session key
Chuck Lever
2023-02-20
1
-0
/
+1
*
SUNRPC: Improve Kerberos confounder generation
Chuck Lever
2023-02-20
5
-47
/
+55
*
SUNRPC: Remove .conflen field from struct gss_krb5_enctype
Chuck Lever
2023-02-20
4
-13
/
+7
*
SUNRPC: Remove .blocksize field from struct gss_krb5_enctype
Chuck Lever
2023-02-20
3
-8
/
+1
[next]