index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
Age
Commit message (
Expand
)
Author
2026-03-27
crypto: ti - Add support for AES-CCM in DTHEv2 driver
T Pratham
2026-03-27
crypto: ti - Add support for AES-GCM in DTHEv2 driver
T Pratham
2026-03-27
crypto: stm32 - use list_first_entry_or_null to simplify cryp_find_dev
Thorsten Blum
2026-03-27
crypto: stm32 - use list_first_entry_or_null to simplify hash_find_dev
Thorsten Blum
2026-03-27
crypto: qat - add anti-rollback support for GEN6 devices
Suman Kumar Chakraborty
2026-03-27
crypto: caam - guard HMAC key hex dumps in hash_digest_key
Thorsten Blum
2026-03-27
crypto: nx - Fix packed layout in struct nx842_crypto_header
Gustavo A. R. Silva
2026-03-27
crypto: nx - annotate struct nx842_crypto_header with __counted_by
Thorsten Blum
2026-03-27
crypto: marvell/cesa - use memcpy_and_pad in mv_cesa_ahash_export
Thorsten Blum
2026-03-27
crypto: s5p-sss - use unregister_{ahashes,skciphers} in probe/remove
Thorsten Blum
2026-03-26
crypto: caam - fix overflow on long hmac keys
Horia Geantă
2026-03-26
crypto: caam - fix DMA corruption on long hmac keys
Horia Geantă
2026-03-26
crypto: tegra - Add missing CRYPTO_ALG_ASYNC
Eric Biggers
2026-03-23
crypto: sm3 - Remove 'struct sm3_state'
Eric Biggers
2026-03-23
crypto: sm3 - Replace with wrapper around library
Eric Biggers
2026-03-23
crypto: sm3 - Rename CRYPTO_SM3_GENERIC to CRYPTO_SM3
Eric Biggers
2026-03-23
crypto: gcm - Use GHASH library instead of crypto_ahash
Eric Biggers
2026-03-22
crypto: atmel-sha204a - Fix potential UAF and memory leak in remove path
Thorsten Blum
2026-03-22
crypto: hisilicon - add device load query functionality to debugfs
Zongyu Wu
2026-03-22
crypto: nx - fix context leak in nx842_crypto_free_ctx
Thorsten Blum
2026-03-22
crypto: nx - fix bounce buffer leaks in nx842_crypto_{alloc,free}_ctx
Thorsten Blum
2026-03-22
crypto: atmel-aes - guard unregister on error in atmel_aes_register_algs
Thorsten Blum
2026-03-22
crypto: qat - add wireless mode support for QAT GEN6
George Abraham P
2026-03-22
crypto: atmel-aes - Fix 3-page memory leak in atmel_aes_buff_cleanup
Thorsten Blum
2026-03-22
crypto: tegra - Disable softirqs before finalizing request
Herbert Xu
2026-03-22
crypto: artpec6 - use memcpy_and_pad to simplify prepare_hash
Thorsten Blum
2026-03-18
Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2026-03-15
crypto: atmel - use list_first_entry_or_null to simplify find_dev
Thorsten Blum
2026-03-15
crypto: atmel-tdes - fix DMA sync direction
Thorsten Blum
2026-03-15
crypto: inside-secure/eip93 - register hash before authenc algorithms
Aleksander Jan Bajkowski
2026-03-15
crypto: qat - fix firmware loading failure for GEN6 devices
Suman Kumar Chakraborty
2026-03-15
crypto: qat - fix indentation of macros in qat_hal.c
Suman Kumar Chakraborty
2026-03-15
crypto: atmel-sha204a - Drop redundant I2C_FUNC_I2C check
Thorsten Blum
2026-03-14
crypto: padlock-sha - Disable for Zhaoxin processor
AlanSong-oc
2026-03-14
crypto: ccp - simplify sev_update_firmware()
Tycho Andersen (AMD)
2026-03-14
crypto: qce - Remove return variable and unused assignments
Thorsten Blum
2026-03-14
crypto: ccp - Fix leaking the same page twice
Guenter Roeck
2026-03-09
crypto: aes - Add cmac, xcbc, and cbcmac algorithms using library
Eric Biggers
2026-03-07
crypto: qat - Drop redundant local variables
Thorsten Blum
2026-03-07
crypto: ti - Add support for AES-CTR in DTHEv2 driver
T Pratham
2026-03-07
crypto: atmel-i2c - Replace hard-coded bus clock rate with constant
Thorsten Blum
2026-03-07
crypto: qce - Replace snprintf("%s") with strscpy
Thorsten Blum
2026-03-07
crypto: vmx - Remove disabled build directive
Thorsten Blum
2026-03-07
crypto: atmel-ecc - Release client on allocation failure
Thorsten Blum
2026-03-07
crypto: atmel-sha204a - Fix uninitialized data access on OTP read error
Thorsten Blum
2026-02-28
crypto: atmel-sha204a - Fix OTP sysfs read and error handling
Thorsten Blum
2026-02-28
crypto: atmel-sha204a - Fix error codes in OTP reads
Thorsten Blum
2026-02-28
crypto: inside-secure/eip93 - fix register definition
Aleksander Jan Bajkowski
2026-02-28
crypto: virtio - Convert from tasklet to BH workqueue
Pat Somaru
2026-02-28
crypto: safexcel - Add support for authenc(hmac(md5),*) suites
Aleksander Jan Bajkowski
[prev]
[next]