index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
Age
Commit message (
Expand
)
Author
Lines
2026-03-27
crypto: nx - Fix packed layout in struct nx842_crypto_header
Gustavo A. R. Silva
-2
/
+2
2026-03-27
crypto: nx - annotate struct nx842_crypto_header with __counted_by
Thorsten Blum
-1
/
+1
2026-03-27
crypto: marvell/cesa - use memcpy_and_pad in mv_cesa_ahash_export
Thorsten Blum
-2
/
+1
2026-03-27
crypto: s5p-sss - use unregister_{ahashes,skciphers} in probe/remove
Thorsten Blum
-17
/
+10
2026-03-26
crypto: caam - fix overflow on long hmac keys
Horia Geantă
-1
/
+2
2026-03-26
crypto: caam - fix DMA corruption on long hmac keys
Horia Geantă
-1
/
+2
2026-03-26
crypto: tegra - Add missing CRYPTO_ALG_ASYNC
Eric Biggers
-17
/
+24
2026-03-23
crypto: sm3 - Remove 'struct sm3_state'
Eric Biggers
-2
/
+2
2026-03-23
crypto: sm3 - Replace with wrapper around library
Eric Biggers
-2
/
+2
2026-03-23
crypto: sm3 - Rename CRYPTO_SM3_GENERIC to CRYPTO_SM3
Eric Biggers
-2
/
+2
2026-03-23
crypto: gcm - Use GHASH library instead of crypto_ahash
Eric Biggers
-1
/
+1
2026-03-22
crypto: atmel-sha204a - Fix potential UAF and memory leak in remove path
Thorsten Blum
-4
/
+2
2026-03-22
crypto: hisilicon - add device load query functionality to debugfs
Zongyu Wu
-0
/
+102
2026-03-22
crypto: nx - fix context leak in nx842_crypto_free_ctx
Thorsten Blum
-4
/
+2
2026-03-22
crypto: nx - fix bounce buffer leaks in nx842_crypto_{alloc,free}_ctx
Thorsten Blum
-4
/
+4
2026-03-22
crypto: atmel-aes - guard unregister on error in atmel_aes_register_algs
Thorsten Blum
-2
/
+4
2026-03-22
crypto: qat - add wireless mode support for QAT GEN6
George Abraham P
-18
/
+137
2026-03-22
crypto: atmel-aes - Fix 3-page memory leak in atmel_aes_buff_cleanup
Thorsten Blum
-1
/
+1
2026-03-22
crypto: tegra - Disable softirqs before finalizing request
Herbert Xu
-0
/
+12
2026-03-22
crypto: artpec6 - use memcpy_and_pad to simplify prepare_hash
Thorsten Blum
-6
/
+3
2026-03-18
Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-0
/
+7
2026-03-15
crypto: atmel - use list_first_entry_or_null to simplify find_dev
Thorsten Blum
-12
/
+5
2026-03-15
crypto: atmel-tdes - fix DMA sync direction
Thorsten Blum
-4
/
+4
2026-03-15
crypto: inside-secure/eip93 - register hash before authenc algorithms
Aleksander Jan Bajkowski
-8
/
+8
2026-03-15
crypto: qat - fix firmware loading failure for GEN6 devices
Suman Kumar Chakraborty
-1
/
+12
2026-03-15
crypto: qat - fix indentation of macros in qat_hal.c
Suman Kumar Chakraborty
-11
/
+11
2026-03-15
crypto: atmel-sha204a - Drop redundant I2C_FUNC_I2C check
Thorsten Blum
-4
/
+0
2026-03-14
crypto: padlock-sha - Disable for Zhaoxin processor
AlanSong-oc
-0
/
+7
2026-03-14
crypto: ccp - simplify sev_update_firmware()
Tycho Andersen (AMD)
-18
/
+9
2026-03-14
crypto: qce - Remove return variable and unused assignments
Thorsten Blum
-9
/
+3
2026-03-14
crypto: ccp - Fix leaking the same page twice
Guenter Roeck
-3
/
+1
2026-03-09
crypto: aes - Add cmac, xcbc, and cbcmac algorithms using library
Eric Biggers
-1
/
+1
2026-03-07
crypto: qat - Drop redundant local variables
Thorsten Blum
-7
/
+3
2026-03-07
crypto: ti - Add support for AES-CTR in DTHEv2 driver
T Pratham
-30
/
+180
2026-03-07
crypto: atmel-i2c - Replace hard-coded bus clock rate with constant
Thorsten Blum
-1
/
+1
2026-03-07
crypto: qce - Replace snprintf("%s") with strscpy
Thorsten Blum
-9
/
+9
2026-03-07
crypto: vmx - Remove disabled build directive
Thorsten Blum
-1
/
+0
2026-03-07
crypto: atmel-ecc - Release client on allocation failure
Thorsten Blum
-0
/
+1
2026-03-07
crypto: atmel-sha204a - Fix uninitialized data access on OTP read error
Thorsten Blum
-0
/
+4
2026-02-28
crypto: atmel-sha204a - Fix OTP sysfs read and error handling
Thorsten Blum
-9
/
+11
2026-02-28
crypto: atmel-sha204a - Fix error codes in OTP reads
Thorsten Blum
-5
/
+6
2026-02-28
crypto: inside-secure/eip93 - fix register definition
Aleksander Jan Bajkowski
-1
/
+1
2026-02-28
crypto: virtio - Convert from tasklet to BH workqueue
Pat Somaru
-7
/
+7
2026-02-28
crypto: safexcel - Add support for authenc(hmac(md5),*) suites
Aleksander Jan Bajkowski
-0
/
+157
2026-02-28
crypto: safexcel - Group authenc ciphersuites
Aleksander Jan Bajkowski
-4
/
+4
2026-02-28
crypto: caam - Replace snprintf with strscpy in caam_hash_alloc
Thorsten Blum
-16
/
+9
2026-02-28
crypto: octeontx - Replace scnprintf with strscpy in print_ucode_info
Thorsten Blum
-4
/
+4
2026-02-28
crypto: atmel-sha204a - Fix OOM ->tfm_count leak
Thorsten Blum
-2
/
+3
2026-02-28
crypto: ccp - Fix use-after-free on error path
Alper Ak
-1
/
+1
2026-02-28
crypto: ccp - allow callers to use HV-Fixed page API when SEV is disabled
Ashish Kalra
-6
/
+4
[prev]
[next]