LinuxLists
Users
About
Dave Watson (
[email protected]
)
Number of posts: 140 (0.13 per day)
First post: 2015-11-23 17:42:43
Last post: 2018-12-10 19:57:04
Next Page
Date
List
Subject
2019-02-15 17:04:08
linux-kernel
[LSF/MM TOPIC] Improve performance of fget/fput
2018-12-10 23:25:44
linux-kernel
[PATCH 01/12] x86/crypto: aesni: Merge GCM_ENC_DEC
2018-12-10 23:25:25
linux-kernel
[PATCH 06/12] x86/crypto: aesni: Split AAD hash calculation to separate macro
2018-12-10 23:25:23
linux-kernel
[PATCH 08/12] x86/crypto: aesni: Fill in new context data structures
2018-12-10 23:25:21
linux-kernel
[PATCH 04/12] x86/crypto: aesni: support 256 byte keys in avx asm
2018-12-10 21:38:36
linux-kernel
[PATCH 07/12] x86/crypto: aesni: Merge avx precompute functions
2018-12-10 20:44:03
linux-kernel
[PATCH 09/12] x86/crypto: aesni: Move ghash_mul to GCM_COMPLETE
2018-12-10 20:42:53
linux-kernel
[PATCH 12/12] x86/crypto: aesni: Add scatter/gather avx stubs, and use them in C
2018-12-10 20:41:17
linux-kernel
[PATCH 05/12] x86/crypto: aesni: Add GCM_COMPLETE macro
2018-12-10 20:41:09
linux-kernel
[PATCH 10/12] x86/crypto: aesni: Introduce READ_PARTIAL_BLOCK macro
2018-12-10 20:40:55
linux-kernel
[PATCH 11/12] x86/crypto: aesni: Introduce partial block macro
2018-12-10 20:39:20
linux-kernel
[PATCH 03/12] x86/crypto: aesni: Macro-ify func save/restore
2018-12-10 20:38:34
linux-kernel
[PATCH 02/12] x86/crypto: aesni: Introduce gcm_context_data
2018-12-10 20:37:36
linux-kernel
[PATCH 00/12] x86/crypto: gcmaes AVX scatter/gather support
2018-12-10 20:00:18
linux-crypto
[PATCH 10/12] x86/crypto: aesni: Introduce READ_PARTIAL_BLOCK macro
2018-12-10 20:00:18
linux-crypto
[PATCH 12/12] x86/crypto: aesni: Add scatter/gather avx stubs, and use them in C
2018-12-10 20:00:09
linux-crypto
[PATCH 07/12] x86/crypto: aesni: Merge avx precompute functions
2018-12-10 20:00:06
linux-crypto
[PATCH 11/12] x86/crypto: aesni: Introduce partial block macro
2018-12-10 20:00:05
linux-crypto
[PATCH 09/12] x86/crypto: aesni: Move ghash_mul to GCM_COMPLETE
2018-12-10 19:59:34
linux-crypto
[PATCH 06/12] x86/crypto: aesni: Split AAD hash calculation to separate macro
2018-12-10 19:59:31
linux-crypto
[PATCH 08/12] x86/crypto: aesni: Fill in new context data structures
2018-12-10 19:58:46
linux-crypto
[PATCH 05/12] x86/crypto: aesni: Add GCM_COMPLETE macro
2018-12-10 19:58:42
linux-crypto
[PATCH 04/12] x86/crypto: aesni: support 256 byte keys in avx asm
2018-12-10 19:57:40
linux-crypto
[PATCH 03/12] x86/crypto: aesni: Macro-ify func save/restore
2018-12-10 19:57:27
linux-crypto
[PATCH 02/12] x86/crypto: aesni: Introduce gcm_context_data
2018-12-10 19:57:08
linux-crypto
[PATCH 01/12] x86/crypto: aesni: Merge GCM_ENC_DEC
2018-12-10 19:57:04
linux-crypto
[PATCH 00/12] x86/crypto: gcmaes AVX scatter/gather support
2018-08-24 16:02:55
linux-crypto
Re: Deadlock when using crypto API for block devices
2018-08-24 16:02:40
linux-kernel
Re: Deadlock when using crypto API for block devices
2018-08-22 18:41:42
linux-kernel
Re: [PATCH] strparser: remove any offset before parsing messages
2018-08-15 17:31:13
linux-kernel
[PATCH] crypto: aesni - Use unaligned loads from gcm_context_data
2018-08-15 17:29:42
linux-crypto
[PATCH] crypto: aesni - Use unaligned loads from gcm_context_data
2018-07-12 14:39:47
linux-kernel
Re: [PATCH net-next][RESEND] net/tls: Use aead_request_alloc/free for request alloc/free
2018-06-20 17:33:14
linux-kernel
Re: [PATCH net][RESEND] strparser: Don't schedule in workqueue in paused state
2018-04-11 14:33:11
linux-kernel
Re: [PATCH] net/tls: Remove VLA usage
2018-02-15 16:26:15
linux-crypto
Re: [Crypto v5 03/12] support for inline tls
2018-02-15 15:52:10
linux-crypto
Re: [Crypto v5 03/12] support for inline tls
2018-02-14 20:11:55
linux-kernel
[PATCH v2 11/14] x86/crypto: aesni: Introduce partial block macro
2018-02-14 20:11:16
linux-kernel
[PATCH v2 12/14] x86/crypto: aesni: Add fast path for > 16 byte update
2018-02-14 20:11:02
linux-kernel
[PATCH v2 02/14] x86/crypto: aesni: Macro-ify func save/restore
2018-02-14 20:10:55
linux-kernel
[PATCH v2 07/14] x86/crypto: aesni: Split AAD hash calculation to separate macro
2018-02-14 20:10:47
linux-kernel
[PATCH v2 01/14] x86/crypto: aesni: Merge INITIAL_BLOCKS_ENC/DEC
2018-02-14 17:45:08
linux-kernel
[PATCH v2 04/14] x86/crypto: aesni: Add GCM_COMPLETE macro
2018-02-14 17:44:13
linux-kernel
[PATCH v2 06/14] x86/crypto: aesni: Introduce gcm_context_data
2018-02-14 17:43:21
linux-kernel
[PATCH v2 14/14] x86/crypto: aesni: Update aesni-intel_glue to use scatter/gather
2018-02-14 17:43:07
linux-kernel
[PATCH v2 13/14] x86/crypto: aesni: Introduce scatter/gather asm function stubs
2018-02-14 17:42:14
linux-kernel
[PATCH v2 09/14] x86/crypto: aesni: Move ghash_mul to GCM_COMPLETE
2018-02-14 17:41:53
linux-kernel
[PATCH v2 10/14] x86/crypto: aesni: Move HashKey computation from stack to gcm_context
2018-02-14 17:41:45
linux-crypto
[PATCH v2 14/14] x86/crypto: aesni: Update aesni-intel_glue to use scatter/gather
2018-02-14 17:41:38
linux-kernel
[PATCH v2 08/14] x86/crypto: aesni: Fill in new context data structures
2018-02-14 17:40:58
linux-crypto
[PATCH v2 12/14] x86/crypto: aesni: Add fast path for > 16 byte update