summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2025-04-25crypto: scompress - increment scomp_scratch_users when already allocatedSabrina Dubroca
2025-04-23crypto: scomp - Fix off-by-one bug when calculating last pageHerbert Xu
2025-04-19Revert "crypto: testmgr - Add multibuffer acomp testing"Herbert Xu
2025-04-12crypto: ahash - Disable request chainingHerbert Xu
2025-04-12crypto: scomp - Fix wild memory accesses in scomp_free_streamsHerbert Xu
2025-04-09crypto: scomp - Fix null-pointer deref when freeing streamsHerbert 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
2025-03-21crypto: scomp - Add chaining and virtual address supportHerbert Xu
2025-03-21crypto: scomp - Remove support for some non-trivial SG listsHerbert Xu
2025-03-21crypto: hash - Use nth_page instead of doing it by handHerbert Xu
2025-03-21crypto: hash - Fix test underflow in shash_ahash_digestHerbert Xu
2025-03-21crypto: krb5 - Use SG miter instead of doing it by handHerbert Xu
2025-03-21crypto: scatterwalk - simplify map and unmap calling conventionEric Biggers
2025-03-20crypto,fs: Separate out hkdf_extract() and hkdf_expand()Hannes Reinecke
2025-03-15crypto: testmgr - Remove NULL dst acomp testsHerbert Xu
2025-03-15crypto: acomp - Add request chaining and virtual addressesHerbert Xu
2025-03-15crypto: scomp - Disable BH when taking per-cpu spin lockHerbert Xu
2025-03-15crypto: acomp - Move stream management into scomp layerHerbert Xu
2025-03-15crypto: scomp - Remove tfm argument from alloc/free_ctxHerbert Xu
2025-03-15crypto: api - Add cra_type->destroy hookHerbert Xu
2025-03-15crypto: skcipher - Make skcipher_walk src.virt.addr constHerbert Xu
2025-03-15crypto: skcipher - Eliminate duplicate virt.addr fieldHerbert Xu
2025-03-15crypto: scatterwalk - Add memcpy_sglistHerbert Xu
2025-03-15crypto: scatterwalk - Change scatterwalk_next calling conventionHerbert Xu
2025-03-15async_xor: Remove unused 'async_xor_val'Dr. David Alan Gilbert
2025-03-08crypto: skcipher - fix mismatch between mapping and unmapping orderEric Biggers