aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/intel
AgeCommit message (Expand)AuthorFilesLines
2026-08-19Merge tag 'v7.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds19-129/+231
2026-08-15crypto: keembay - use crypto_memneq() to compare CCM AEAD tagsDavid C.C.M. Gall1-1/+2
2026-08-15crypto: keembay - use crypto_memneq() to compare GCM AEAD tagsDavid C.C.M. Gall1-1/+2
2026-08-15crypto: iaa - unmap dst before software fallback on decompressVinicius Costa Gomes1-17/+18
2026-08-15crypto: iaa - use bounce buffer for multi-sg decompress inputGiovanni Cabiddu1-22/+106
2026-08-15crypto: iaa - avoid counting fallback decompression bytesGiovanni Cabiddu1-7/+9
2026-08-15crypto: iaa - fall back to software for multi-entry scatterlistsGiovanni Cabiddu3-51/+71
2026-08-10crypto: qat - remove dead ADF_HEX codeAhsan Atta2-4/+0
2026-07-30crypto: drivers - remove conditional return with no effectSang-Heon Jeon1-6/+2
2026-07-27crypto: keembay - Remove redundant dev_err()Pan Chuang3-9/+3
2026-07-27crypto: keembay - publish OF module alias for OCS AES/SM4Can Peng1-0/+1
2026-07-27crypto: keembay - Initialize completion before requesting IRQLinmao Li1-2/+2
2026-07-17crypto: qat - use strscpy_pad to simplify adf_service_string_to_maskThorsten Blum3-11/+8
2026-07-13crypto: keembay - add missing MODULE_DEVICE_TABLE()Pengpeng Hou1-0/+1
2026-07-13crypto: ixp4xx - add missing MODULE_DEVICE_TABLE()Pengpeng Hou1-0/+1
2026-07-05crypto: keembay - Fix AEAD unregister count in error pathMyeonghun Pak1-2/+2
2026-07-05crypto: qat - clear AES key schedule from stackGiovanni Cabiddu1-0/+1
2026-07-05crypto: qat - cancel work on re-enable SR-IOV timeoutGiovanni Cabiddu1-0/+2
2026-07-05crypto: qat - use 2-arg strscpy where destination size is knownThorsten Blum5-7/+11
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)Uwe Kleine-König (The Capable Hub)1-1/+0
2026-06-24Merge tag 'pci-v7.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds1-5/+0
2026-06-11crypto: qat - validate RSA CRT component lengthsGiovanni Cabiddu1-5/+5
2026-06-09PCI/P2PDMA: Add Intel QAT, DSA, IAA devices to whitelistLukas Wunner1-5/+0
2026-06-05crypto: qat - simplify adf_service_mask_to_string helperThorsten Blum1-4/+3
2026-06-05crypto: qat - add KPT support for GEN6 devicesJunyuan Wang14-2/+489
2026-05-29crypto: qat - use pci logging variants for PCI-specific messagesAhsan Atta10-29/+28
2026-05-29crypto: qat - protect service table iterations with service_lockAhsan Atta1-0/+16
2026-05-29crypto: qat - fix restarting state leak on allocation failureAhsan Atta1-3/+4
2026-05-22crypto: qat - handle sysfs-triggered reset callbacksAhsan Atta1-0/+12
2026-05-22crypto: qat - factor out AER reset helpersAhsan Atta1-33/+53
2026-05-22crypto: qat - skip restart for down devicesAhsan Atta1-0/+8
2026-05-22crypto: qat - centralize bus master enableAhsan Atta12-15/+10
2026-05-22crypto: qat - notify fatal error before AER reset preparationAhsan Atta1-2/+2
2026-05-22crypto: qat - keep VFs enabled during resetAhsan Atta1-1/+11
2026-05-22crypto: qat - fix VF2PF work teardown race in adf_disable_sriov()Giovanni Cabiddu4-2/+61
2026-05-22crypto: qat - remove MODULE_VERSIONGiovanni Cabiddu10-16/+0
2026-05-22crypto: qat - rename adf_ctl_drv.c to adf_module.cGiovanni Cabiddu2-5/+5
2026-05-22crypto: qat - remove unused character device and IOCTLsGiovanni Cabiddu7-557/+1
2026-05-07crypto: ixp4xx - fix buffer chain unwind on allocation failureRuoyu Wang1-11/+14
2026-05-05crypto: qat - fix heartbeat error injectionDamian Muszynski3-30/+2
2026-04-12crypto: qat - fix IRQ cleanup on 6xxx probe failureGiovanni Cabiddu1-1/+3
2026-04-03crypto: qat - add support for zstdGiovanni Cabiddu17-30/+773
2026-04-03crypto: qat - use swab32 macroGiovanni Cabiddu1-4/+6
2026-04-03crypto: cryptomgr - Select algorithm types only when CRYPTO_SELFTESTSEric Biggers1-0/+1
2026-04-03crypto: intel/keembay-ocs-ecc - Use crypto_stdrng_get_bytes()Eric Biggers1-13/+4
2026-04-03crypto: iaa - fix per-node CPU counter reset in rebalance_wq_table()Giovanni Cabiddu1-1/+1
2026-04-03crypto: qat - replace scnprintf() with sysfs_emit()Atharv Dubey1-3/+3
2026-04-03crypto: qat - fix type mismatch in RAS sysfs show functionsGiovanni Cabiddu1-6/+6
2026-04-03crypto: qat - fix compression instance leakGiovanni Cabiddu1-2/+8
2026-04-03crypto: qat - use acomp_tfm_ctx()Giovanni Cabiddu1-5/+3