summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-09-182-4/+8
|\
| * net/tls: use the full sk_proto pointerJakub Kicinski2019-09-051-2/+4
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-021-0/+8
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-193-9/+44
| |\ \
| * | | net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-2/+4
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-09-18145-3107/+9318
|\ \ \ \
| * | | | crypto: caam - Cast to long first before pointer conversionHerbert Xu2019-09-131-2/+2
| * | | | crypto: ccree - enable CTS support in AES-XTSUri Shir2019-09-131-10/+6
| * | | | crypto: inside-secure - Probe transform record cache RAM sizesPascal van Leeuwen2019-09-132-50/+200
| * | | | crypto: inside-secure - Base RD fetchcount on actual RD FIFO sizePascal van Leeuwen2019-09-132-12/+40
| * | | | crypto: inside-secure - Base CD fetchcount on actual CD FIFO sizePascal van Leeuwen2019-09-132-10/+48
| * | | | crypto: inside-secure - Enable extended algorithms on newer HWPascal van Leeuwen2019-09-132-0/+3
| * | | | crypto: inside-secure: Corrected configuration of EIP96_TOKEN_CTRLPascal van Leeuwen2019-09-132-4/+4
| * | | | crypto: inside-secure - Add EIP97/EIP197 and endianness detectionPascal van Leeuwen2019-09-132-50/+130
| * | | | crypto: ux500 - Fix COMPILE_TEST warningsHerbert Xu2019-09-092-9/+11
| * | | | crypto: cavium/zip - Add missing single_release()Wei Yongjun2019-09-091-0/+3
| * | | | crypto: marvell - Use kzfree rather than its implementationzhong jiang2019-09-091-2/+1
| * | | | crypto: caam - dispose of IRQ mapping only after IRQ is freedAndrey Smirnov2019-09-091-4/+10
| * | | | crypto: caam - check irq_of_parse_and_map for errorsAndrey Smirnov2019-09-091-0/+4
| * | | | crypto: caam - use devres to unmap JR's registersAndrey Smirnov2019-09-091-4/+9
| * | | | crypto: caam - make sure clocks are enabled firstAndrey Smirnov2019-09-091-15/+15
| * | | | crypto: n2 - Rename arrays to avoid conflict with crypto/sha256.hHans de Goede2019-09-051-8/+8
| * | | | crypto: chelsio - Rename arrays to avoid conflict with crypto/sha256.hHans de Goede2019-09-051-10/+10
| * | | | crypto: ccree - Rename arrays to avoid conflict with crypto/sha256.hHans de Goede2019-09-051-76/+77
| * | | | crypto: inside-secure - Added support for basic AES-CCMPascal van Leeuwen2019-09-053-53/+249
| * | | | crypto: inside-secure - Added AES-OFB supportPascal van Leeuwen2019-09-053-0/+39
| * | | | crypto: inside-secure - Added AES-CFB supportPascal van Leeuwen2019-09-053-0/+39
| * | | | crypto: inside-secure - Added support for basic AES-GCMPascal van Leeuwen2019-09-054-41/+204
| * | | | crypto: inside-secure - Minor code cleanup and optimizationsPascal van Leeuwen2019-09-051-39/+47
| * | | | crypto: inside-secure - Minor optimization recognizing CTR is always AESPascal van Leeuwen2019-09-051-11/+14
| * | | | crypto: inside-secure - Made .cra_priority value a definePascal van Leeuwen2019-09-053-31/+34
| * | | | crypto: inside-secure - Only enable algorithms advertised by the hardwarePascal van Leeuwen2019-09-054-2/+98
| * | | | crypto: inside-secure - Add support for the AES-XTS algorithmPascal van Leeuwen2019-09-053-4/+123
| * | | | crypto: inside-secure - Move static cipher alg & mode settings to initPascal van Leeuwen2019-09-051-147/+111
| * | | | crypto: mediatek - fix incorrect crypto key settingVic Wu2019-09-051-5/+6
| * | | | crypto: mediatek - add support to OFB/CFB modeRyder Lee2019-09-051-7/+78
| * | | | crypto: mediatek - only treat EBUSY as transient if backlogRyder Lee2019-09-051-1/+3
| * | | | crypto: mediatek - fix uninitialized value of gctx->textlenRyder Lee2019-09-051-5/+5
| * | | | crypto: mediatek - move mtk_aes_find_dev() to the right placeRyder Lee2019-09-051-25/+14
| * | | | crypto: hisilicon - select CRYPTO_LIB_DES while compiling SEC driverMao Wenan2019-08-301-0/+1
| * | | | crypto: ccp - invoke fallback for XTS ciphertext stealingArd Biesheuvel2019-08-301-3/+0
| * | | | crypto: nx - remove unused variables 'nx_driver_string' and 'nx_driver_version'YueHaibing2019-08-301-3/+0
| * | | | crypto: atmel - Fix -Wunused-const-variable warningYueHaibing2019-08-302-12/+12
| * | | | crypto: caam - add clock entry for i.MX8MQAndrey Smirnov2019-08-301-0/+1
| * | | | crypto: caam - always select job ring via RSR on i.MX8MQAndrey Smirnov2019-08-301-1/+6
| * | | | crypto: caam - select DMA address size at runtimeAndrey Smirnov2019-08-307-26/+63
| * | | | crypto: caam - don't hardcode inpentry sizeAndrey Smirnov2019-08-303-3/+13
| * | | | crypto: caam - drop explicit usage of struct jr_outentryAndrey Smirnov2019-08-303-9/+43
| * | | | crypto: caam - move cpu_to_caam_dma() selection to runtimeAndrey Smirnov2019-08-301-7/+15
| * | | | crypto: caam - make CAAM_PTR_SZ dynamicAndrey Smirnov2019-08-306-6/+16