aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2020-08-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-23/+23
2020-08-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 21-62/+62
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Gravatar Waiman Long 21-62/+62
2020-08-07Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 2-2/+2
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 2-9/+12
2020-08-05virtio_crypto: convert to LE accessorsGravatar Michael S. Tsirkin 1-23/+23
2020-08-03Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 154-3941/+4778
2020-07-31tcp: rename request_sock cookie_ts bit to syncookieGravatar Florian Westphal 1-1/+1
2020-07-31crypto: sa2ul - Fix inconsistent IS_ERR and PTR_ERRGravatar Gustavo A. R. Silva 1-1/+1
2020-07-31crypto: caam/qi2 - add module aliasGravatar Horia Geantă 1-0/+1
2020-07-31crypto: caam - add more RNG hw error codesGravatar Horia Geantă 1-0/+3
2020-07-31crypto: caam/jr - remove incorrect reference to caam_jr_register()Gravatar Dan Douglass 1-2/+1
2020-07-31crypto: caam - silence .setkey in case of bad key lengthGravatar Horia Geantă 3-3/+3
2020-07-31crypto: caam/qi2 - create ahash shared descriptors only onceGravatar Horia Geantă 1-1/+5
2020-07-31crypto: caam/qi2 - fix error reporting for caam_hash_allocGravatar Horia Geantă 1-1/+1
2020-07-31crypto: caam - remove deadcode on 32-bit platformsGravatar Franck LENORMAND 1-3/+8
2020-07-31crypto: ccp - use generic power managementGravatar Vaibhav Gupta 5-22/+13
2020-07-31crypto: marvell/cesa - irq balanceGravatar Sven Auhagen 2-1/+11
2020-07-31crypto: inside-secure - irq balanceGravatar Sven Auhagen 2-2/+14
2020-07-28net: remove sockptr_advanceGravatar Christoph Hellwig 1-6/+6
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 2-4/+5
2020-07-24net: pass a sockptr_t into ->setsockoptGravatar Christoph Hellwig 1-8/+10
2020-07-23crypto: omap-aes - Fix sparse and compiler warningsGravatar Herbert Xu 1-3/+3
2020-07-23crypto: qat - fix double free in qat_uclo_create_batch_init_listGravatar Tom Rix 1-2/+7
2020-07-23crypto: sa2ul - add device links to child devicesGravatar Tero Kristo 1-0/+11
2020-07-23crypto: sa2ul - Add AEAD algorithm supportGravatar Keerthy 2-21/+518
2020-07-23crypto: sa2ul - add sha1/sha256/sha512 supportGravatar Keerthy 2-13/+560
2020-07-23crypto: sa2ul - Add crypto driverGravatar Keerthy 4-0/+1783
2020-07-22powerpc: Replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 2-2/+2
2020-07-20crypto/chtls: Enable tcp window scaling optionGravatar Vinay Kumar Yadav 1-0/+1
2020-07-20crypto/chtls: correct net_device reference countGravatar Vinay Kumar Yadav 1-1/+1
2020-07-20crypto/chtls: fix tls alert messages corrupted by tls dataGravatar Vinay Kumar Yadav 1-3/+4
2020-07-16crypto: chelsio - Fix some pr_xxx messagesGravatar Christophe JAILLET 1-10/+9
2020-07-16crypto: chelsio - Avoid some code duplicationGravatar Christophe JAILLET 1-3/+1
2020-07-16crypto: hisilicon/hpre - disable FLR triggered by hardwareGravatar Hui Tang 1-4/+22
2020-07-16crypto: hisilicon/hpre - update debugfs interface parametersGravatar Meng Yu 1-33/+26
2020-07-16crypto: hisilicon/hpre - Add a switch in sriov_configureGravatar Meng Yu 1-1/+2
2020-07-16crypto: hisilicon/hpre - Modify the Macro definition and formatGravatar Meng Yu 1-7/+5
2020-07-16crypto: hisilicon/hpre - HPRE_OVERTIME_THRHLD can be written by debugfsGravatar Hui Tang 1-4/+6
2020-07-16crypto: hisilicon/hpre - Init the value of current_q of debugfsGravatar Meng Yu 1-0/+1
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYGravatar Mikulas Patocka 34-143/+361
2020-07-16crypto: ccp - Silence strncpy warningGravatar Herbert Xu 1-1/+2
2020-07-16crypto: mediatek - use AES library for GCM key derivationGravatar Ard Biesheuvel 2-57/+9
2020-07-16crypto: sahara - permit asynchronous skcipher as fallbackGravatar Ard Biesheuvel 1-51/+45
2020-07-16crypto: qce - permit asynchronous skcipher as fallbackGravatar Ard Biesheuvel 2-21/+24
2020-07-16crypto: picoxcell - permit asynchronous skcipher as fallbackGravatar Ard Biesheuvel 1-16/+22
2020-07-16crypto: mxs-dcp - permit asynchronous skcipher as fallbackGravatar Ard Biesheuvel 1-16/+17
2020-07-16crypto: chelsio - permit asynchronous skcipher as fallbackGravatar Ard Biesheuvel 2-35/+25
2020-07-16crypto: ccp - permit asynchronous skcipher as fallbackGravatar Ard Biesheuvel 2-18/+19
2020-07-16crypto: sun8i-ss - permit asynchronous skcipher as fallbackGravatar Ard Biesheuvel 2-31/+34