summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2025-04-16crypto: acomp - Remove reqsize fieldHerbert Xu
2025-04-16crypto: acomp - Use cra_reqsizeHerbert Xu
2025-04-16crypto: acomp - Simplify folio handlingHerbert Xu
2025-04-16crypto: acomp - Add ACOMP_REQUEST_CLONEHerbert Xu
2025-04-16crypto: acomp - Add ACOMP_FBREQ_ON_STACKHerbert Xu
2025-04-16crypto: x509 - Replace kmalloc() + NUL-termination with kzalloc()Thorsten Blum
2025-04-16crypto: ahash - Remove request chainingHerbert Xu
2025-04-16Revert "crypto: tcrypt - Restore multibuffer ahash tests"Herbert Xu
2025-04-16crypto: acomp - Remove request chainingHerbert Xu
2025-04-16crypto: deflate - Remove request chainingHerbert Xu
2025-04-16Revert "crypto: testmgr - Add multibuffer acomp testing"Herbert Xu
2025-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2025-04-12crypto: ahash - Disable request chainingHerbert Xu
2025-04-12crypto: scomp - Fix wild memory accesses in scomp_free_streamsHerbert Xu
2025-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2025-04-09crypto: scomp - Fix null-pointer deref when freeing streamsHerbert Xu
2025-04-07crypto: chacha - remove <crypto/internal/chacha.h>Eric Biggers
2025-04-07crypto: chacha - centralize the skcipher wrappers for arch codeEric Biggers
2025-04-07crypto: scomp - Drop the dst scratch bufferHerbert Xu
2025-04-07crypto: deflate - Convert to acompHerbert Xu
2025-04-07crypto: acomp - Add acomp_walkHerbert Xu
2025-04-07crypto: acomp - Move scomp stream allocation code into acompHerbert Xu
2025-04-07crypto: scomp - Allocate per-cpu buffer on first use of each CPUHerbert Xu
2025-04-07crypto: api - Ensure cra_type->destroy is done in process contextHerbert Xu
2025-04-07crypto: api - Move alg destroy work from instance to templateHerbert Xu
2025-04-02Merge tag 'v6.15-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2025-03-30Revert "crypto: testmgr - Add multibuffer hash testing"Herbert Xu
2025-03-29Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2025-03-26Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds
2025-03-22crypto: testmgr - Add multibuffer acomp testingHerbert Xu
2025-03-22crypto: acomp - Fix synchronous acomp chaining fallbackHerbert Xu
2025-03-22crypto: testmgr - Add multibuffer hash testingHerbert Xu
2025-03-22crypto: hash - Fix synchronous ahash chaining fallbackHerbert Xu
2025-03-21crypto: essiv - Replace memcpy() + NUL-termination with strscpy()Thorsten Blum
2025-03-21crypto: api - Call crypto_alg_put in crypto_unregister_algHerbert Xu
2025-03-21crypto: scompress - Fix incorrect stream freeingHerbert Xu
2025-03-21crypto: lib/chacha - remove unused arch-specific init supportEric Biggers
2025-03-21crypto: remove obsolete 'comp' compression APIArd Biesheuvel
2025-03-21crypto: compress_null - drop obsolete 'comp' implementationArd Biesheuvel
2025-03-21crypto: zstd - drop obsolete 'comp' implementationArd Biesheuvel
2025-03-21crypto: lzo - drop obsolete 'comp' implementationArd Biesheuvel
2025-03-21crypto: lzo-rle - drop obsolete 'comp' implementationArd Biesheuvel
2025-03-21crypto: lz4hc - drop obsolete 'comp' implementationArd Biesheuvel
2025-03-21crypto: lz4 - drop obsolete 'comp' implementationArd Biesheuvel
2025-03-21crypto: deflate - drop obsolete 'comp' implementationArd Biesheuvel
2025-03-21crypto: 842 - drop obsolete 'comp' implementationArd Biesheuvel
2025-03-21crypto: scompress - Fix scratch allocation failure handlingHerbert Xu
2025-03-21crypto: acomp - Add support for foliosHerbert Xu
2025-03-21crypto: acomp - Add async nondma fallbackHerbert Xu
2025-03-21crypto: acomp - Add ACOMP_REQUEST_ALLOC and acomp_request_alloc_extraHerbert Xu