summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/qat
Commit message (Expand)AuthorAgeFilesLines
* crypto: qat - add resubmit logic for decompressionGiovanni Cabiddu2022-12-094-0/+245
* crypto: qat - enable deflate for QAT GEN4Giovanni Cabiddu2022-12-098-14/+689
* crypto: qat - expose deflate through acomp api for QAT GEN2Giovanni Cabiddu2022-12-0924-12/+1447
* crypto: qat - rename and relocate GEN2 config functionGiovanni Cabiddu2022-12-0914-123/+158
* crypto: qat - relocate qat_algs_alloc_flags()Giovanni Cabiddu2022-12-092-5/+6
* crypto: qat - relocate backlog related structuresGiovanni Cabiddu2022-12-092-14/+16
* crypto: qat - extend buffer list interfaceGiovanni Cabiddu2022-12-093-18/+54
* crypto: qat - generalize crypto request buffersGiovanni Cabiddu2022-12-093-39/+39
* crypto: qat - change bufferlist logic interfaceGiovanni Cabiddu2022-12-093-45/+49
* crypto: qat - rename bufferlist functionsGiovanni Cabiddu2022-12-093-24/+24
* crypto: qat - relocate bufferlist logicGiovanni Cabiddu2022-12-094-184/+214
* crypto: qat - Use helper to set reqsizeHerbert Xu2022-12-021-2/+4
* crypto: qat - fix error return code in adf_probeWang Yufen2022-12-021-0/+1
* crypto: qat - remove ADF_STATUS_PF_RUNNING flag from probeShashank Gupta2022-11-113-6/+0
* crypto: qat - add limit to linked list parsingAdam Guerin2022-09-301-2/+6
* crypto: qat - use reference to structure in dma_map_single()Damian Muszynski2022-09-161-6/+6
* Revert "crypto: qat - reduce size of mapped region"Giovanni Cabiddu2022-09-161-6/+6
* crypto: qat - fix DMA transfer directionDamian Muszynski2022-09-161-6/+12
* crypto: qat - fix default value of WDT timerLucas Segarra Fernandez2022-09-021-1/+1
* crypto: drivers - move from strlcpy with unused retval to strscpyWolfram Sang2022-08-263-5/+5
* crypto: qat - add check to validate firmware imagesSrinivas Kerekare2022-08-192-2/+57
* crypto: qat - expose device config through sysfs for 4xxxGiovanni Cabiddu2022-07-081-4/+76
* crypto: qat - relocate and rename adf_sriov_prepare_restart()Giovanni Cabiddu2022-07-083-27/+28
* crypto: qat - change behaviour of adf_cfg_add_key_value_param()Giovanni Cabiddu2022-07-081-1/+40
* crypto: qat - expose device state through sysfs for 4xxxGiovanni Cabiddu2022-07-087-1/+130
* crypto: qat - Removes the x86 dependency on the QAT driversYoan Picchi2022-06-241-7/+7
* crypto: qat - replace get_current_node() with numa_node_id()Andre Przywara2022-06-243-9/+4
* crypto: qat - add support for 401xx devicesGiovanni Cabiddu2022-05-204-0/+5
* crypto: qat - re-enable registration of algorithmsGiovanni Cabiddu2022-05-202-14/+0
* crypto: qat - honor CRYPTO_TFM_REQ_MAY_SLEEP flagGiovanni Cabiddu2022-05-203-14/+27
* crypto: qat - add param check for DHGiovanni Cabiddu2022-05-201-0/+4
* crypto: qat - add param check for RSAGiovanni Cabiddu2022-05-201-0/+8
* crypto: qat - remove dma_free_coherent() for DHGiovanni Cabiddu2022-05-201-49/+34
* crypto: qat - remove dma_free_coherent() for RSAGiovanni Cabiddu2022-05-201-77/+60
* crypto: qat - fix memory leak in RSAGiovanni Cabiddu2022-05-201-11/+1
* crypto: qat - add backlog mechanismGiovanni Cabiddu2022-05-209-18/+123
* crypto: qat - refactor submission logicGiovanni Cabiddu2022-05-206-54/+101
* crypto: qat - use pre-allocated buffers in datapathGiovanni Cabiddu2022-05-202-27/+61
* crypto: qat - set to zero DH parameters before freeGiovanni Cabiddu2022-05-201-0/+3
* crypto: qat - Fix unsigned function returning negative constantHaowen Bai2022-04-291-1/+1
* crypto: qat - remove line wrapping for pfvf_ops functionsMarco Chiappero2022-04-153-6/+3
* crypto: qat - use u32 variables in all GEN4 pfvf_opsMarco Chiappero2022-04-151-1/+1
* crypto: qat - replace disable_vf2pf_interrupts()Marco Chiappero2022-04-157-34/+23
* crypto: qat - leverage the GEN2 VF mask definitonMarco Chiappero2022-04-151-3/+3
* crypto: qat - rework the VF2PF interrupt handling logicMarco Chiappero2022-04-155-65/+132
* crypto: qat - fix off-by-one error in PFVF debug printMarco Chiappero2022-04-151-1/+1
* crypto: qat - fix wording and formatting in code commentMarco Chiappero2022-04-151-2/+2
* crypto: qat - test PFVF registers for spurious interrupts on GEN4Marco Chiappero2022-04-151-0/+6
* crypto: qat - add check for invalid PFVF protocol version 0Wojciech Ziemba2022-04-151-1/+3
* crypto: qat - add missing restarting event notification in VFsMarco Chiappero2022-04-151-0/+1