summary refs log tree commit diff
path: root/drivers/crypto/qat/qat_common
AgeCommit message (Expand)Author
2023-07-19crypto: qat - unmap buffers before free for RSAHareshx Sankar Raj
2023-07-19crypto: qat - unmap buffer before free for DHHareshx Sankar Raj
2023-07-19crypto: qat - Use helper to set reqsizeHerbert Xu
2023-05-11crypto: qat - fix concurrency issue when device state changesShashank Gupta
2023-03-10crypto: qat - fix out-of-bounds readGiovanni Cabiddu
2022-09-30crypto: qat - add limit to linked list parsingAdam Guerin
2022-09-16crypto: qat - use reference to structure in dma_map_single()Damian Muszynski
2022-09-16Revert "crypto: qat - reduce size of mapped region"Giovanni Cabiddu
2022-09-16crypto: qat - fix DMA transfer directionDamian Muszynski
2022-09-02crypto: qat - fix default value of WDT timerLucas Segarra Fernandez
2022-08-26crypto: drivers - move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-19crypto: qat - add check to validate firmware imagesSrinivas Kerekare
2022-07-08crypto: qat - expose device config through sysfs for 4xxxGiovanni Cabiddu
2022-07-08crypto: qat - relocate and rename adf_sriov_prepare_restart()Giovanni Cabiddu
2022-07-08crypto: qat - change behaviour of adf_cfg_add_key_value_param()Giovanni Cabiddu
2022-07-08crypto: qat - expose device state through sysfs for 4xxxGiovanni Cabiddu
2022-06-24crypto: qat - replace get_current_node() with numa_node_id()Andre Przywara
2022-05-20crypto: qat - add support for 401xx devicesGiovanni Cabiddu
2022-05-20crypto: qat - re-enable registration of algorithmsGiovanni Cabiddu
2022-05-20crypto: qat - honor CRYPTO_TFM_REQ_MAY_SLEEP flagGiovanni Cabiddu
2022-05-20crypto: qat - add param check for DHGiovanni Cabiddu
2022-05-20crypto: qat - add param check for RSAGiovanni Cabiddu
2022-05-20crypto: qat - remove dma_free_coherent() for DHGiovanni Cabiddu
2022-05-20crypto: qat - remove dma_free_coherent() for RSAGiovanni Cabiddu
2022-05-20crypto: qat - fix memory leak in RSAGiovanni Cabiddu
2022-05-20crypto: qat - add backlog mechanismGiovanni Cabiddu
2022-05-20crypto: qat - refactor submission logicGiovanni Cabiddu
2022-05-20crypto: qat - use pre-allocated buffers in datapathGiovanni Cabiddu
2022-05-20crypto: qat - set to zero DH parameters before freeGiovanni Cabiddu
2022-04-29crypto: qat - Fix unsigned function returning negative constantHaowen Bai
2022-04-15crypto: qat - remove line wrapping for pfvf_ops functionsMarco Chiappero
2022-04-15crypto: qat - use u32 variables in all GEN4 pfvf_opsMarco Chiappero
2022-04-15crypto: qat - replace disable_vf2pf_interrupts()Marco Chiappero
2022-04-15crypto: qat - leverage the GEN2 VF mask definitonMarco Chiappero
2022-04-15crypto: qat - rework the VF2PF interrupt handling logicMarco Chiappero
2022-04-15crypto: qat - fix off-by-one error in PFVF debug printMarco Chiappero
2022-04-15crypto: qat - fix wording and formatting in code commentMarco Chiappero
2022-04-15crypto: qat - test PFVF registers for spurious interrupts on GEN4Marco Chiappero
2022-04-15crypto: qat - add check for invalid PFVF protocol version 0Wojciech Ziemba
2022-04-15crypto: qat - add missing restarting event notification in VFsMarco Chiappero
2022-04-15crypto: qat - remove unnecessary tests to detect PFVF supportMarco Chiappero
2022-04-15crypto: qat - remove unused PFVF stubsGiovanni Cabiddu
2022-04-15crypto: qat - remove unneeded bracesMarco Chiappero
2022-04-15crypto: qat - fix ETR sources enabled by default on GEN2 devicesMarco Chiappero
2022-04-15crypto: qat - stop using iommu_present()Robin Murphy
2022-03-09crypto: qat - fix initialization of pfvf rts_map_msg structuresGiovanni Cabiddu
2022-03-09crypto: qat - fix initialization of pfvf cap_msg structuresGiovanni Cabiddu
2022-03-09crypto: qat - remove unneeded assignmentGiovanni Cabiddu
2022-03-09crypto: qat - disable registration of algorithmsGiovanni Cabiddu
2022-02-18crypto: qat - enable power management for QAT GEN4Wojciech Ziemba