summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva1-1/+1
2022-02-12ARM: ixp4xx: Drop all common codeLinus Walleij1-1/+0
2022-02-11crypto: atmel-tdes - Add support for the TDES IP available on sama7g5 SoCTudor Ambarus1-0/+1
2022-02-05crypto: sl3516 - remove redundant initializations of pointers in_sg and out_sgColin Ian King1-2/+2
2022-02-05crypto: marvell/octeontx - remove redundant initialization of variable c_sizeColin Ian King1-1/+0
2022-02-05crypto: octeontx2 - remove CONFIG_DM_CRYPT checkShijith Thotton1-10/+7
2022-02-05crypto: atmel - add support for AES and SHA IPs available on lan966x SoCKavyasree Kotagiri2-0/+2
2022-02-05crypto: octeontx2 - increase CPT HW instruction queue lengthSrujana Challa1-4/+15
2022-02-05crypto: octeontx2 - disable DMA black hole on an DMA faultSrujana Challa1-0/+13
2022-02-05crypto: octeontx2 - CN10K CPT to RNM workaroundSrujana Challa1-1/+42
2022-01-31crypto: octeontx2 - Avoid stack variable overflowKees Cook1-1/+2
2022-01-31crypto: mxs-dcp - Fix scatterlist processingTomas Paukrt1-1/+1
2022-01-31crypto: hisilicon/qm - cleanup warning in qm_vf_read_qosKai Ye1-1/+1
2022-01-31crypto: hisilicon/sec - use the correct print formatKai Ye1-1/+1
2022-01-31crypto: hisilicon/sec - fix the CTR mode BD configurationKai Ye2-2/+10
2022-01-31crypto: hisilicon/sec - fix the max length of AAD for the CCM modeKai Ye1-0/+5
2022-01-31crypto: hisilicon/sec - add some comments for soft fallbackKai Ye1-6/+6
2022-01-31crypto: hisilicon/sec - fixup icv checking enabled on Kunpeng 930Kai Ye1-1/+1
2022-01-31crypto: octeontx2 - select CONFIG_NET_DEVLINKShijith Thotton1-0/+1
2022-01-31crypto: qat - fix access to PFVF interrupt registers for GEN4Giovanni Cabiddu1-33/+9
2022-01-31crypto: sun8i-ss - really disable hash on A80Corentin Labbe1-0/+2
2022-01-31crypto: ccp - remove redundant ret variableMinghao Chi1-4/+1
2022-01-28crypto: qat - fix a signedness bug in get_service_enabled()Dan Carpenter1-1/+1
2022-01-28crypto: ccp - Ensure psp_ret is always init'd in __sev_platform_init_locked()Peter Gonda1-1/+1
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-4/+4
2022-01-15virtio: wrap config->reset callsMichael S. Tsirkin1-4/+4
2022-01-11Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds93-1855/+4072
2022-01-10Merge tag 's390-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-0/+12
2021-12-31crypto: qat - fix definition of ring reset resultsGiovanni Cabiddu1-4/+4
2021-12-31crypto: hisilicon - cleanup warning in qm_get_qos_value()Tom Rix1-1/+1
2021-12-31crypto: ccp - remove unneeded semicolonYang Li1-1/+1
2021-12-31crypto: stm32/crc32 - Fix kernel BUG triggered in probe()Marek Vasut1-2/+2
2021-12-24crypto: ux500 - Use platform_get_irq() to get the interruptLad Prabhakar2-19/+9
2021-12-24crypto: hisilicon/qm - disable qm clock-gatingWeili Qian1-0/+17
2021-12-24crypto: omap-aes - Fix broken pm_runtime_and_get() usageHeiner Kallweit1-1/+1
2021-12-24crypto: octeontx2 - prevent underflow in get_cores_bmap()Dan Carpenter1-1/+2
2021-12-24crypto: octeontx2 - out of bounds access in otx2_cpt_dl_custom_egrp_delete()Dan Carpenter1-1/+1
2021-12-24crypto: qat - add support for compression for 4xxxTomasz Kowalik8-13/+147
2021-12-24crypto: qat - allow detection of dc capabilities for 4xxxGiovanni Cabiddu2-26/+44
2021-12-24crypto: qat - add PFVF support to enable the reset of ring pairsMarco Chiappero3-0/+67
2021-12-24crypto: qat - add PFVF support to the GEN4 host driverMarco Chiappero5-10/+196
2021-12-24crypto: qat - config VFs based on ring-to-svc mappingMarco Chiappero6-13/+34
2021-12-24crypto: qat - exchange ring-to-service mappings over PFVFMarco Chiappero7-1/+63
2021-12-24crypto: qat - support fast ACKs in the PFVF protocolMarco Chiappero5-30/+91
2021-12-24crypto: qat - exchange device capabilities over PFVFMarco Chiappero8-4/+112
2021-12-24crypto: qat - introduce support for PFVF block messagesMarco Chiappero9-3/+442
2021-12-24crypto: qat - store the ring-to-service mappingMarco Chiappero11-0/+44
2021-12-24crypto: qat - store the PFVF protocol version of the endpointsMarco Chiappero4-2/+9
2021-12-24crypto: qat - improve the ACK timings in PFVF sendMarco Chiappero2-3/+4
2021-12-24crypto: qat - leverage read_poll_timeout in PFVF sendMarco Chiappero1-12/+8