Toggle navigation
Patchwork
linux-crypto
Patches
Bundles
About this project
Login
Register
Mail settings
Show patches with
: Submitter =
Eric Biggers
| Archived =
No
| 571 patches
Series
Submitter
State
any
Action Required
New
Under Review
Accepted
Rejected
RFC
Not Applicable
Changes Requested
Awaiting Upstream
Superseded
Deferred
Search
Archived
No
Yes
Both
Delegate
------
Nobody
andy.doan@linaro.org
andy.doan@linaro.org
Apply
«
1
2
3
4
…
5
6
»
Patch
Series
S/W/F
Date
Submitter
Delegate
State
[v4] riscv/crc-t10dif: Optimize crct10dif with zbc extension
[v4] riscv/crc-t10dif: Optimize crct10dif with zbc extension
-
-
-
2025-02-12
Eric Biggers
New
[v4,6/6] x86/crc64: implement crc64_be and crc64_nvme using new template
x86 CRC optimizations
-
-
-
2025-02-10
Eric Biggers
New
[v4,4/6] x86/crc32: implement crc32_le using new template
x86 CRC optimizations
-
-
-
2025-02-10
Eric Biggers
New
[v4,1/6] x86: move ZMM exclusion list into CPU feature flag
x86 CRC optimizations
-
-
-
2025-02-10
Eric Biggers
New
[v4] crypto: x86/aes-ctr - rewrite AESNI+AVX optimized CTR and add VAES support
[v4] crypto: x86/aes-ctr - rewrite AESNI+AVX optimized CTR and add VAES support
-
-
-
2025-02-10
Eric Biggers
New
lib/crc-t10dif: remove crc_t10dif_is_optimized()
lib/crc-t10dif: remove crc_t10dif_is_optimized()
-
-
-
2025-02-08
Eric Biggers
New
[v2,5/6] lib/crc32: rename __crc32c_le_combine() to crc32c_combine()
[v2,1/6] mips/crc32: remove unused enums
-
-
-
2025-02-08
Eric Biggers
New
[v2,2/6] lib/crc32: use void pointer for data
[v2,1/6] mips/crc32: remove unused enums
-
-
-
2025-02-08
Eric Biggers
New
[v2,1/6] mips/crc32: remove unused enums
[v2,1/6] mips/crc32: remove unused enums
-
-
-
2025-02-08
Eric Biggers
New
[v3,6/6] x86/crc64: implement crc64_be and crc64_nvme using new template
x86 CRC optimizations
-
-
-
2025-02-06
Eric Biggers
Superseded
[v3,4/6] x86/crc32: implement crc32_le using new template
x86 CRC optimizations
-
-
-
2025-02-06
Eric Biggers
Superseded
[v3,2/6] scripts/gen-crc-consts: add gen-crc-consts.py
x86 CRC optimizations
-
-
-
2025-02-06
Eric Biggers
New
[2/2] crypto: x86/aes-ctr - remove non-AVX implementation of AES-CTR
crypto: x86 - AES-CTR and AES-XCTR rewrite
-
-
-
2025-02-05
Eric Biggers
New
[1/2] crypto: x86/aes-ctr - rewrite AES-NI optimized CTR and add VAES support
crypto: x86 - AES-CTR and AES-XCTR rewrite
-
-
-
2025-02-05
Eric Biggers
Superseded
[5/5] lib/crc32: remove "_le" from crc32c base and arch functions
A few more CRC32 library cleanups
-
-
-
2025-02-05
Eric Biggers
New
[4/5] lib/crc32: rename __crc32c_le_combine() to crc32c_combine()
A few more CRC32 library cleanups
-
-
-
2025-02-05
Eric Biggers
Superseded
[3/5] lib/crc32: standardize on crc32c() name for Castagnoli CRC32
A few more CRC32 library cleanups
-
-
-
2025-02-05
Eric Biggers
New
[2/5] lib/crc32: don't bother with pure and const function attributes
A few more CRC32 library cleanups
-
-
-
2025-02-05
Eric Biggers
New
[1/5] lib/crc32: use void pointer for data
A few more CRC32 library cleanups
-
-
-
2025-02-05
Eric Biggers
Superseded
lib/crc32: remove obsolete CRC32 options from defconfig files
lib/crc32: remove obsolete CRC32 options from defconfig files
-
-
-
2025-02-05
Eric Biggers
New
lib/crc-t10dif: remove digest and block size constants
lib/crc-t10dif: remove digest and block size constants
-
-
-
2025-02-04
Eric Biggers
New
[v2,11/11] x86/crc64: implement crc64_be and crc64_nvme using new template
CRC64 library rework and x86 CRC optimization
-
-
-
2025-01-30
Eric Biggers
New
[v2,10/11] x86/crc-t10dif: implement crc_t10dif using new template
CRC64 library rework and x86 CRC optimization
-
-
-
2025-01-30
Eric Biggers
New
[v2,09/11] x86/crc32: implement crc32_le using new template
CRC64 library rework and x86 CRC optimization
-
-
-
2025-01-30
Eric Biggers
Superseded
[v2,08/11] x86/crc: add "template" for [V]PCLMULQDQ based CRC functions
CRC64 library rework and x86 CRC optimization
-
-
-
2025-01-30
Eric Biggers
New
[v2,07/11] scripts/gen-crc-consts: add gen-crc-consts.py
CRC64 library rework and x86 CRC optimization
-
-
-
2025-01-30
Eric Biggers
New
[v2,06/11] x86: move ZMM exclusion list into CPU feature flag
CRC64 library rework and x86 CRC optimization
-
-
-
2025-01-30
Eric Biggers
Superseded
[v2,05/11] lib/crc64: add support for arch-optimized implementations
CRC64 library rework and x86 CRC optimization
-
-
-
2025-01-30
Eric Biggers
New
[v2,04/11] lib/crc_kunit.c: add test and benchmark for CRC64-NVME
CRC64 library rework and x86 CRC optimization
-
-
-
2025-01-30
Eric Biggers
New
[v2,03/11] lib/crc64: rename CRC64-Rocksoft to CRC64-NVME
CRC64 library rework and x86 CRC optimization
-
-
-
2025-01-30
Eric Biggers
New
[v2,02/11] crypto: crc64-rocksoft - remove from crypto API
CRC64 library rework and x86 CRC optimization
-
-
-
2025-01-30
Eric Biggers
New
[v2,01/11] lib/crc64-rocksoft: stop wrapping the crypto API
CRC64 library rework and x86 CRC optimization
-
-
-
2025-01-30
Eric Biggers
New
crypto: x86/aes-ctr - rewrite AES-NI optimized CTR and add VAES support
crypto: x86/aes-ctr - rewrite AES-NI optimized CTR and add VAES support
-
-
-
2025-01-28
Eric Biggers
New
crypto: x86/aes-xts - make the fast path 64-bit specific
crypto: x86/aes-xts - make the fast path 64-bit specific
-
-
-
2025-01-27
Eric Biggers
New
[2/2] lib/crc32: remove other generic implementations
lib/crc: simplify choice of CRC implementations
-
-
-
2025-01-23
Eric Biggers
New
[1/2] lib/crc: simplify the kconfig options for CRC implementations
lib/crc: simplify choice of CRC implementations
-
-
-
2025-01-23
Eric Biggers
New
[GIT,PULL] CRC updates for 6.14
[GIT,PULL] CRC updates for 6.14
-
-
-
2025-01-19
Eric Biggers
New
[v3,8/8] crypto: skcipher - call cond_resched() directly
crypto: skcipher_walk cleanups
-
-
-
2025-01-05
Eric Biggers
New
[v3,7/8] crypto: skcipher - optimize initializing skcipher_walk fields
crypto: skcipher_walk cleanups
-
-
-
2025-01-05
Eric Biggers
New
[v3,6/8] crypto: skcipher - clean up initialization of skcipher_walk::flags
crypto: skcipher_walk cleanups
-
-
-
2025-01-05
Eric Biggers
New
[v3,5/8] crypto: skcipher - fold skcipher_walk_skcipher() into skcipher_walk_virt()
crypto: skcipher_walk cleanups
-
-
-
2025-01-05
Eric Biggers
New
[v3,4/8] crypto: skcipher - remove redundant check for SKCIPHER_WALK_SLOW
crypto: skcipher_walk cleanups
-
-
-
2025-01-05
Eric Biggers
New
[v3,3/8] crypto: skcipher - remove redundant clamping to page size
crypto: skcipher_walk cleanups
-
-
-
2025-01-05
Eric Biggers
New
[v3,2/8] crypto: skcipher - remove unnecessary page alignment of bounce buffer
crypto: skcipher_walk cleanups
-
-
-
2025-01-05
Eric Biggers
New
[v3,1/8] crypto: skcipher - document skcipher_walk_done() and rename some vars
crypto: skcipher_walk cleanups
-
-
-
2025-01-05
Eric Biggers
New
[v3] crypto: omap - switch from scatter_walk to plain offset
[v3] crypto: omap - switch from scatter_walk to plain offset
-
-
-
2025-01-05
Eric Biggers
New
[v3] crypto: powerpc/p10-aes-gcm - simplify handling of linear associated data
[v3] crypto: powerpc/p10-aes-gcm - simplify handling of linear associated data
-
-
-
2025-01-05
Eric Biggers
New
[v2,28/29] crypto: scatterwalk - remove obsolete functions
[v2,01/29] crypto: skcipher - document skcipher_walk_done() and rename some vars
-
-
-
2024-12-30
Eric Biggers
New
[v2,26/29] net/tls: use the new scatterwalk functions
[v2,01/29] crypto: skcipher - document skcipher_walk_done() and rename some vars
-
-
-
2024-12-30
Eric Biggers
New
[v2,24/29] crypto: x86/aes-gcm - use the new scatterwalk functions
[v2,01/29] crypto: skcipher - document skcipher_walk_done() and rename some vars
-
-
-
2024-12-30
Eric Biggers
New
[v2,21/29] crypto: s390/aes-gcm - use the new scatterwalk functions
[v2,01/29] crypto: skcipher - document skcipher_walk_done() and rename some vars
-
-
-
2024-12-30
Eric Biggers
New
[v2,20/29] crypto: nx - use the new scatterwalk functions
[v2,01/29] crypto: skcipher - document skcipher_walk_done() and rename some vars
-
-
-
2024-12-30
Eric Biggers
New
[v2,18/29] crypto: arm/ghash - use the new scatterwalk functions
[v2,01/29] crypto: skcipher - document skcipher_walk_done() and rename some vars
-
-
-
2024-12-30
Eric Biggers
New
[v2,17/29] crypto: aegis - use the new scatterwalk functions
[v2,01/29] crypto: skcipher - document skcipher_walk_done() and rename some vars
-
-
-
2024-12-30
Eric Biggers
New
[v2,15/29] crypto: scatterwalk - add scatterwalk_get_sglist()
[v2,01/29] crypto: skcipher - document skcipher_walk_done() and rename some vars
-
-
-
2024-12-30
Eric Biggers
New
[v2,12/29] crypto: scatterwalk - add new functions for skipping data
[v2,01/29] crypto: skcipher - document skcipher_walk_done() and rename some vars
-
-
-
2024-12-30
Eric Biggers
New
[v2,10/29] crypto: powerpc/p10-aes-gcm - simplify handling of linear associated data
[v2,01/29] crypto: skcipher - document skcipher_walk_done() and rename some vars
-
-
-
2024-12-30
Eric Biggers
Superseded
[v2,07/29] crypto: skcipher - optimize initializing skcipher_walk fields
[v2,01/29] crypto: skcipher - document skcipher_walk_done() and rename some vars
-
-
-
2024-12-30
Eric Biggers
Superseded
[v2,06/29] crypto: skcipher - clean up initialization of skcipher_walk::flags
[v2,01/29] crypto: skcipher - document skcipher_walk_done() and rename some vars
-
-
-
2024-12-30
Eric Biggers
Superseded
[v2,03/29] crypto: skcipher - remove redundant clamping to page size
[v2,01/29] crypto: skcipher - document skcipher_walk_done() and rename some vars
-
-
-
2024-12-30
Eric Biggers
Superseded
[v2,02/29] crypto: skcipher - remove unnecessary page alignment of bounce buffer
[v2,01/29] crypto: skcipher - document skcipher_walk_done() and rename some vars
-
-
-
2024-12-30
Eric Biggers
Superseded
[v2,01/29] crypto: skcipher - document skcipher_walk_done() and rename some vars
[v2,01/29] crypto: skcipher - document skcipher_walk_done() and rename some vars
-
-
-
2024-12-30
Eric Biggers
Superseded
crypto: ahash - make hash walk functions private to ahash.c
crypto: ahash - make hash walk functions private to ahash.c
-
-
-
2024-12-27
Eric Biggers
New
crypto: keywrap - remove unused keywrap algorithm
crypto: keywrap - remove unused keywrap algorithm
-
-
-
2024-12-27
Eric Biggers
New
[29/29] crypto: scatterwalk - don't split at page boundaries when !HIGHMEM
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
New
[28/29] crypto: scatterwalk - remove obsolete functions
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
Superseded
[27/29] crypto: skcipher - use the new scatterwalk functions
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
New
[26/29] net/tls: use the new scatterwalk functions
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
New
[25/29] crypto: x86/aegis - use the new scatterwalk functions
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
New
[24/29] crypto: x86/aes-gcm - use the new scatterwalk functions
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
Superseded
[23/29] crypto: stm32 - use the new scatterwalk functions
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
New
[22/29] crypto: s5p-sss - use the new scatterwalk functions
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
New
[21/29] crypto: s390/aes-gcm - use the new scatterwalk functions
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
Superseded
[20/29] crypto: nx - use the new scatterwalk functions
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
Superseded
[19/29] crypto: keywrap - use the new scatterwalk functions
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
New
[18/29] crypto: arm64 - use the new scatterwalk functions
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
New
[17/29] crypto: arm/ghash - use the new scatterwalk functions
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
Superseded
[16/29] crypto: aegis - use the new scatterwalk functions
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
Superseded
[15/29] crypto: skcipher - use scatterwalk_start_at_pos()
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
New
[14/29] crypto: scatterwalk - add new functions for copying data
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
New
[13/29] crypto: scatterwalk - add new functions for iterating through data
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
New
[12/29] crypto: scatterwalk - add new functions for skipping data
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
Superseded
[11/29] crypto: scatterwalk - move to next sg entry just in time
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
New
[10/29] crypto: powerpc/p10-aes-gcm - simplify handling of linear associated data
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
Superseded
[09/29] crypto: omap - switch from scatter_walk to plain offset
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
Superseded
[08/29] crypto: skcipher - call cond_resched() directly
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
Superseded
[07/29] crypto: skcipher - optimize initializing skcipher_walk fields
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
Superseded
[06/29] crypto: skcipher - clean up initialization of skcipher_walk::flags
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
Superseded
[05/29] crypto: skcipher - fold skcipher_walk_skcipher() into skcipher_walk_virt()
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
Superseded
[04/29] crypto: skcipher - remove redundant check for SKCIPHER_WALK_SLOW
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
Superseded
[03/29] crypto: skcipher - remove redundant clamping to page size
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
Superseded
[02/29] crypto: skcipher - remove unnecessary page alignment of bounce buffer
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
Superseded
[01/29] crypto: skcipher - document skcipher_walk_done() and rename some vars
crypto: scatterlist handling improvements
-
-
-
2024-12-21
Eric Biggers
Superseded
[v2,8/8] crypto: x86/aes-xts - additional optimizations
crypto: x86 - minor optimizations and cleanup to VAES code
-
-
-
2024-12-12
Eric Biggers
New
[v2,7/8] crypto: x86/aes-xts - more code size optimizations
crypto: x86 - minor optimizations and cleanup to VAES code
-
-
-
2024-12-12
Eric Biggers
New
[v2,6/8] crypto: x86/aes-xts - change len parameter to int
crypto: x86 - minor optimizations and cleanup to VAES code
-
-
-
2024-12-12
Eric Biggers
New
[v2,5/8] crypto: x86/aes-xts - improve some comments
crypto: x86 - minor optimizations and cleanup to VAES code
-
-
-
2024-12-12
Eric Biggers
New
[v2,4/8] crypto: x86/aes-xts - make the register aliases per-function
crypto: x86 - minor optimizations and cleanup to VAES code
-
-
-
2024-12-12
Eric Biggers
New
[v2,3/8] crypto: x86/aes-xts - use .irp when useful
crypto: x86 - minor optimizations and cleanup to VAES code
-
-
-
2024-12-12
Eric Biggers
New
[v2,2/8] crypto: x86/aes-gcm - tune better for AMD CPUs
crypto: x86 - minor optimizations and cleanup to VAES code
-
-
-
2024-12-12
Eric Biggers
New
«
1
2
3
4
…
5
6
»