summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
...
| * | crypto: qat - abstract arbiter accessGiovanni Cabiddu2020-10-307-15/+50
| * | crypto: qat - remove unused macros in arbiter moduleGiovanni Cabiddu2020-10-301-3/+0
| * | crypto: qat - remove writes into WQCFGGiovanni Cabiddu2020-10-301-13/+0
| * | crypto: qat - update constants tableGiovanni Cabiddu2020-10-301-22/+22
| * | crypto: qat - use admin mask to send fw constantsGiovanni Cabiddu2020-10-302-1/+2
| * | crypto: qat - change admin sequenceGiovanni Cabiddu2020-10-301-2/+2
| * | crypto: qat - rename ME in AEGiovanni Cabiddu2020-10-302-4/+4
| * | crypto: qat - add packed to init admin structuresGiovanni Cabiddu2020-10-301-2/+2
| * | crypto: qat - abstract admin interfaceGiovanni Cabiddu2020-10-307-10/+39
| * | crypto: qat - relocate GEN2 CSR access codeGiovanni Cabiddu2020-10-303-65/+68
| * | crypto: qat - split transport CSR access logicGiovanni Cabiddu2020-10-3013-41/+198
| * | crypto: qat - fix configuration of iov threadsGiovanni Cabiddu2020-10-3011-59/+115
| * | crypto: qat - num_rings_per_bank is device dependentAhsan Atta2020-10-3010-16/+47
| * | crypto: qat - mask device capabilities with soft strapsGiovanni Cabiddu2020-10-3016-53/+109
| * | crypto: qat - update IV in softwareMarco Chiappero2020-10-302-58/+89
| * | crypto: inside-secure - Fix sizeof() mismatchColin Ian King2020-10-301-1/+1
| * | crypto: hisilicon - Fix doc warnings in sgl.c and qm.cShiju Jose2020-10-302-2/+13
| * | crypto: talitos - Fix return type of current_desc_hdr()Christophe Leroy2020-10-301-3/+3
| * | crypto: talitos - Endianess in current_desc_hdr()Christophe Leroy2020-10-301-2/+2
| * | crypto: qat - remove unused functionGiovanni Cabiddu2020-10-301-5/+0
| |/
* / crypto: sun8x-ce*: update entries to its documentationMauro Carvalho Chehab2020-10-283-3/+3
|/
* Merge tag 's390-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2020-10-161-4/+20
|\
| * s390/zcrypt: New config switch CONFIG_ZCRYPT_DEBUGHarald Freudenberger2020-10-071-4/+20
* | Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-1516-9260/+0
|\ \
| * | cxgb4/ch_ipsec: Replace the module name to ch_ipsec from chcrAyush Sawal2020-10-151-2/+0
| * | crypto/chcr: move nic TLS functionality to drivers/netRohit Maheshwari2020-09-117-2305/+0
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-049-20/+24
| |\ \
| * | | crypto/chcr: Moving chelsio's inline ipsec functionality to /drivers/netVinay Kumar Yadav2020-08-215-836/+2
| * | | chelsio/chtls: separate chelsio tls driver from crypto driverVinay Kumar Yadav2020-08-2111-6119/+0
| | |/ | |/|
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-10-13120-1844/+3926
|\ \ \ | |_|/ |/| |
| * | crypto: bcm - Verify GCM/CCM key length in setkeyHerbert Xu2020-10-081-1/+14
| * | crypto: qat - drop input parameter from adf_enable_aer()Giovanni Cabiddu2020-10-085-7/+7
| * | crypto: qat - fix function parameters descriptionsGiovanni Cabiddu2020-10-082-2/+6
| * | crypto: atmel-tdes - use semicolons rather than commas to separate statementsJulia Lawall2020-10-021-1/+1
| * | crypto: drivers - use semicolons rather than commas to separate statementsJulia Lawall2020-10-023-7/+7
| * | crypto: hisilicon/zip - fix the uninitalized 'curr_qm_qp_num'Sihang Chen2020-10-021-0/+1
| * | crypto: hisilicon/zip - fix the return value when device is busyYang Shen2020-10-021-1/+2
| * | crypto: hisilicon/zip - fix zero length input in GZIP decompressZhou Wang2020-10-021-6/+17
| * | crypto: hisilicon/zip - fix the uncleared debug registersHao Fang2020-10-021-0/+18
| * | crypto: sa2ul - Fix DMA mapping API usagePeter Ujfalusi2020-10-021-98/+117
| * | crypto: caam/qi2 - add support for XTS with 16B IVAndrei Botila2020-10-021-5/+10
| * | crypto: caam/qi - add support for XTS with 16B IVAndrei Botila2020-10-021-4/+8
| * | crypto: caam/jr - add support for XTS with 16B IVAndrei Botila2020-10-022-15/+24
| * | crypto: caam - add xts check for block length equal to zeroAndrei Botila2020-10-023-4/+24
| * | crypto: caam/qi2 - add support for more XTS key lengthsAndrei Botila2020-10-021-4/+12
| * | crypto: caam/qi - add support for more XTS key lengthsAndrei Botila2020-10-021-3/+10
| * | crypto: caam/jr - add support for more XTS key lengthsAndrei Botila2020-10-021-3/+10
| * | crypto: caam/qi2 - add fallback for XTS with more than 8B IVAndrei Botila2020-10-023-5/+78
| * | crypto: caam/qi - add fallback for XTS with more than 8B IVAndrei Botila2020-10-022-5/+68
| * | crypto: caam/jr - add fallback for XTS with more than 8B IVAndrei Botila2020-10-022-7/+66