summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorLines
2024-08-24crypto: qat - fix "Full Going True" macro definitionSvyatoslav Pankratov-1/+1
2024-08-24crypto: spacc - Check for allocation failure in spacc_skcipher_fallback()Dan Carpenter-0/+2
2024-08-24crypto: spacc - Fix NULL vs IS_ERR() check in spacc_aead_fallback()Dan Carpenter-2/+2
2024-08-24crypto: spacc - Fix uninitialized variable in spacc_aead_process()Dan Carpenter-3/+1
2024-08-24crypto: spacc - Use crypto_authenc_extractkeysHerbert Xu-24/+9
2024-08-24crypto: spacc - Add a new line in spacc_open()Dan Carpenter-1/+2
2024-08-24crypto: spacc - Fix off by one in spacc_isenabled()Dan Carpenter-1/+1
2024-08-24crypto: spacc - Fix bounds checking on spacc->job[]Dan Carpenter-4/+4
2024-08-24crypto: ccp - Add additional information about an SEV firmware upgradeTom Lendacky-2/+11
2024-08-24crypto: keembay - fix module autoloadingLiao Chen-0/+1
2024-08-17crypto: octeontx2 - Remove custom swap functions in favor of built-in sort swapKuan-Wei Chiu-9/+1
2024-08-17crypto: octeontx - Remove custom swap function in favor of built-in sort swapKuan-Wei Chiu-10/+2
2024-08-17crypto: nx - Use static_assert() to check struct sizesGustavo A. R. Silva-0/+3
2024-08-17crypto: qat - Use static_assert() to check struct sizesGustavo A. R. Silva-0/+2
2024-08-13crypto: spacc - Add ifndef around MINStephen Rothwell-0/+3
2024-08-10crypto: caam/qi* - Use cpumask_var_t instead of cpumask_tHerbert Xu-16/+32
2024-08-10crypto: spacc - Enable Driver compilation in crypto Kconfig and MakefilePavitrakumar M-0/+2
2024-08-10crypto: spacc - Add SPAcc Kconfig and MakefilePavitrakumar M-0/+111
2024-08-10crypto: spacc - Add SPAcc aead supportPavitrakumar M-0/+1260
2024-08-10crypto: spacc - Add SPAcc ahash supportPavitrakumar M-0/+914
2024-08-10crypto: spacc - Enable SPAcc AUTODETECTPavitrakumar M-1/+1384
2024-08-10crypto: spacc - Add SPAcc Skcipher supportPavitrakumar M-0/+4683
2024-08-02crypto: iaa - Fix potential use after free bugDan Carpenter-2/+2
2024-08-02crypto: qat - allow disabling SR-IOV VFsMichal Witwicki-66/+128
2024-08-02crypto: qat - ensure correct order in VF restarting handlerMichal Witwicki-3/+6
2024-08-02crypto: qat - fix recovery flow for VFsMichal Witwicki-0/+17
2024-08-02crypto: qat - disable IOV in adf_dev_stop()Michal Witwicki-2/+2
2024-08-02crypto: qat - preserve ADF_GENERAL_SECAdam Guerin-61/+60
2024-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+36
2024-07-19Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-19/+12
2024-07-19Merge tag 'v6.11-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-251/+1003
2024-07-17crypto: ccp: Add the SNP_VLEK_LOAD commandMichael Roth-0/+36
2024-07-17virtio: rename virtio_find_vqs_info() to virtio_find_vqs()Jiri Pirko-1/+1
2024-07-17virtio_crypto: convert to use virtio_find_vqs_info()Jiri Pirko-19/+12
2024-07-13crypto: mxs-dcp - Ensure payload is zero when using key slotDavid Gstir-1/+2
2024-07-06crypto: starfive - Fix nent assignment in rsa decJia Jie Ho-3/+1
2024-07-06crypto: starfive - Align rsa input data to 32-bitJia Jie Ho-5/+10
2024-07-06crypto: qat - fix unintentional re-enabling of error interruptsHareshx Sankar Raj-3/+9
2024-07-06crypto: qat - extend scope of lock in adf_cfg_add_key_value_param()Nivas Varadharajan Mugunthakumar-2/+4
2024-07-06crypto: sun8i-ce - add Allwinner H616 supportAndre Przywara-0/+26
2024-07-06crypto: sun8i-ce - wrap accesses to descriptor address fieldsAndre Przywara-12/+27
2024-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+3
2024-07-04crypto: caam: Unembed net_dev structure in dpaa2Breno Leitao-4/+26
2024-07-04crypto: caam: Unembed net_dev structure from qiBreno Leitao-8/+35
2024-07-04crypto: caam: Make CRYPTO_DEV_FSL_CAAM dependent of COMPILE_TESTBreno Leitao-1/+1
2024-07-04crypto: caam: Avoid unused imx8m_machine_match variableBreno Leitao-0/+2
2024-06-28crypto: qat - initialize user_input.lock for rate_limitingJiwei Sun-0/+1
2024-06-27Merge tag 'v6.10-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-2/+3
2024-06-21crypto: qat - make adf_ctl_class constantGreg Kroah-Hartman-9/+12
2024-06-21crypto: qat - fix linking errors when PCI_IOV is disabledXin Zeng-2/+3