index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-sqlite.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-20
nfsd: don't hand out delegation on setuid files being opened for write
Jeff Layton
1
-0
/
+27
2023-02-20
SUNRPC: Remove ->xpo_secure_port()
Chuck Lever
5
-11
/
+3
2023-02-20
SUNRPC: Clean up the svc_xprt_flags() macro
Chuck Lever
1
-14
/
+14
2023-02-20
nfsd: remove fs/nfsd/fault_inject.c
Jeff Layton
1
-142
/
+0
2023-02-20
NFSD: fix leaked reference count of nfsd4_ssc_umount_item
Dai Ngo
1
-4
/
+8
2023-02-20
nfsd: clean up potential nfsd_file refcount leaks in COPY codepath
Jeff Layton
1
-13
/
+10
2023-02-20
nfsd: zero out pointers after putting nfsd_files on COPY setup error
Jeff Layton
1
-0
/
+2
2023-02-20
SUNRPC: Fix whitespace damage in svcauth_unix.c
Chuck Lever
1
-3
/
+3
2023-02-20
nfsd: eliminate __nfs4_get_fd
Jeff Layton
1
-13
/
+7
2023-02-20
nfsd: add some kerneldoc comments for stateid preprocessing functions
Jeff Layton
1
-4
/
+25
2023-02-20
nfsd: eliminate find_deleg_file_locked
Jeff Layton
1
-10
/
+1
2023-02-20
nfsd: don't take nfsd4_copy ref for OP_OFFLOAD_STATUS
Jeff Layton
2
-13
/
+24
2023-02-20
SUNRPC: Add encryption self-tests
Chuck Lever
3
-5
/
+142
2023-02-20
SUNRPC: Add RFC 8009 encryption KUnit tests
Chuck Lever
3
-4
/
+354
2023-02-20
SUNRPC: Add RFC 8009 checksum KUnit tests
Chuck Lever
1
-0
/
+53
2023-02-20
SUNRPC: Add KDF-HMAC-SHA2 Kunit tests
Chuck Lever
2
-1
/
+115
2023-02-20
SUNRPC: Add encryption KUnit tests for the RFC 6803 encryption types
Chuck Lever
1
-0
/
+400
2023-02-20
SUNRPC: Add checksum KUnit tests for the RFC 6803 encryption types
Chuck Lever
2
-0
/
+169
2023-02-20
SUNRPC: Add KDF KUnit tests for the RFC 6803 encryption types
Chuck Lever
2
-1
/
+127
2023-02-20
SUNRPC: Add Kunit tests for RFC 3962-defined encryption/decryption
Chuck Lever
4
-9
/
+296
2023-02-20
SUNRPC: Add KUnit tests RFC 3961 Key Derivation
Chuck Lever
1
-0
/
+227
2023-02-20
SUNRPC: Export get_gss_krb5_enctype()
Chuck Lever
2
-19
/
+17
2023-02-20
SUNRPC: Add KUnit tests for rpcsec_krb5.ko
Chuck Lever
6
-4
/
+298
2023-02-20
SUNRPC: Move remaining internal definitions to gss_krb5_internal.h
Chuck Lever
4
-118
/
+111
2023-02-20
SUNRPC: Advertise support for the Camellia encryption types
Chuck Lever
1
-0
/
+4
2023-02-20
SUNRPC: Add KDF_FEEDBACK_CMAC
Chuck Lever
3
-0
/
+151
2023-02-20
SUNRPC: Support the Camellia enctypes
Chuck Lever
3
-0
/
+72
2023-02-20
SUNRPC: Advertise support for RFC 8009 encryption types
Chuck Lever
1
-0
/
+4
2023-02-20
SUNRPC: Add RFC 8009 encryption and decryption functions
Chuck Lever
3
-0
/
+237
2023-02-20
SUNRPC: Add KDF-HMAC-SHA2
Chuck Lever
3
-0
/
+125
2023-02-20
SUNRPC: Add gk5e definitions for RFC 8009 encryption types
Chuck Lever
3
-2
/
+82
2023-02-20
SUNRPC: Refactor CBC with CTS into helpers
Chuck Lever
1
-82
/
+105
2023-02-20
SUNRPC: Add new subkey length fields
Chuck Lever
2
-8
/
+26
2023-02-20
SUNRPC: Parametrize the key length passed to context_v2_alloc_cipher()
Chuck Lever
1
-35
/
+26
2023-02-20
SUNRPC: Clean up cipher set up for v1 encryption types
Chuck Lever
1
-29
/
+29
2023-02-20
SUNRPC: Hoist KDF into struct gss_krb5_enctype
Chuck Lever
4
-122
/
+156
2023-02-20
SUNRPC: Rename .encrypt_v2 and .decrypt_v2 methods
Chuck Lever
4
-29
/
+17
2023-02-20
SUNRPC: Remove ->encrypt and ->decrypt methods from struct gss_krb5_enctype
Chuck Lever
6
-26
/
+46
2023-02-20
SUNRPC: Enable rpcsec_gss_krb5.ko to be built without CRYPTO_DES
Chuck Lever
5
-49
/
+105
2023-02-20
SUNRPC: Replace KRB5_SUPPORTED_ENCTYPES macro
Chuck Lever
2
-43
/
+39
2023-02-20
NFSD: Replace /proc/fs/nfsd/supported_krb5_enctypes with a symlink
Chuck Lever
1
-16
/
+58
2023-02-20
SUNRPC: Add /proc/net/rpc/gss_krb5_enctypes file
Chuck Lever
1
-0
/
+65
2023-02-20
SUNRPC: Remove another switch on ctx->enctype
Chuck Lever
2
-12
/
+19
2023-02-20
SUNRPC: Refactor the GSS-API Per Message calls in the Kerberos mechanism
Chuck Lever
6
-126
/
+180
2023-02-20
SUNRPC: Obscure Kerberos integrity keys
Chuck Lever
3
-124
/
+23
2023-02-20
SUNRPC: Obscure Kerberos signing keys
Chuck Lever
6
-48
/
+127
2023-02-20
SUNRPC: Obscure Kerberos encryption keys
Chuck Lever
2
-19
/
+26
2023-02-20
SUNRPC: Refactor set-up for aux_cipher
Chuck Lever
2
-25
/
+26
2023-02-20
SUNRPC: Obscure Kerberos session key
Chuck Lever
1
-0
/
+1
2023-02-20
SUNRPC: Improve Kerberos confounder generation
Chuck Lever
5
-47
/
+55
[next]