summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
...
| * | crypto: hisilicon/qm - fix event queue depth to 2048Shukun Tan2020-08-211-6/+13
| * | crypto: hisilicon/qm - fix judgement of queue is fullHui Tang2020-08-211-1/+1
| * | crypto: hisilicon/qm - fix print frequence in hisi_qp_sendYang Shen2020-08-211-1/+1
| * | crypto: hisilicon/qm - clear used reference count when start qpShukun Tan2020-08-211-0/+1
| * | crypto: hisilicon/qm - fix wrong release after using strsepSihang Chen2020-08-211-4/+6
| * | crypto: virtio - don't use 'default m'Ram Muthiah2020-08-211-1/+0
| * | crypto: picoxcell - Fix potential race condition bugMadhuparna Bhowmik2020-08-211-5/+4
| * | crypto: ux500 - Fix kmap() bugIra Weiny2020-08-211-12/+18
| * | crypto: caam - Move debugfs fops into standalone fileHoria Geantă2020-08-216-102/+136
| * | crypto: ccree - remove bitlocker cipherGilad Ben-Yossef2020-08-212-47/+3
| * | crypto: ccree - remove data unit size supportGilad Ben-Yossef2020-08-212-233/+1
| * | crypto: ixp4xx - Fix the size used in a 'dma_free_coherent()' callChristophe JAILLET2020-08-211-1/+1
| * | crypto: mediatek - Fix wrong return value in mtk_desc_ring_alloc()Tianjia Zhang2020-08-211-2/+2
| * | crypto: marvell/cesa - Fix sparse warningsHerbert Xu2020-08-214-25/+32
| * | crypto: hifn_795x - switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-08-211-9/+12
| * | crypto: algapi - Remove skbuff.h inclusionHerbert Xu2020-08-2019-6/+22
| |/
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-08-302-3/+7
|\ \
| * | crypto: sa2ul - add Kconfig selects to fix build errorRandy Dunlap2020-08-211-0/+3
| * | crypto: qat - add delay before polling mailboxGiovanni Cabiddu2020-08-211-3/+4
| |/
* / treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-237-17/+17
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-08-111-23/+23
|\
| * virtio_crypto: convert to LE accessorsMichael S. Tsirkin2020-08-051-23/+23
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-0721-62/+62
|\ \
| * | mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-0721-62/+62
* | | Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-08-072-2/+2
|\ \ \ | |/ / |/| |
| * | powerpc: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-222-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-052-9/+12
|\ \ \
| * | | tcp: rename request_sock cookie_ts bit to syncookieFlorian Westphal2020-07-311-1/+1
| * | | net: remove sockptr_advanceChristoph Hellwig2020-07-281-6/+6
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-252-4/+5
| |\ \ \ | | | |/ | | |/|
| * | | net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-8/+10
| * | | crypto/chtls: Enable tcp window scaling optionVinay Kumar Yadav2020-07-201-0/+1
| | |/ | |/|
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-08-03154-3941/+4778
|\ \ \ | |_|/ |/| |
| * | crypto: sa2ul - Fix inconsistent IS_ERR and PTR_ERRGustavo A. R. Silva2020-07-311-1/+1
| * | crypto: caam/qi2 - add module aliasHoria Geantă2020-07-311-0/+1
| * | crypto: caam - add more RNG hw error codesHoria Geantă2020-07-311-0/+3
| * | crypto: caam/jr - remove incorrect reference to caam_jr_register()Dan Douglass2020-07-311-2/+1
| * | crypto: caam - silence .setkey in case of bad key lengthHoria Geantă2020-07-313-3/+3
| * | crypto: caam/qi2 - create ahash shared descriptors only onceHoria Geantă2020-07-311-1/+5
| * | crypto: caam/qi2 - fix error reporting for caam_hash_allocHoria Geantă2020-07-311-1/+1
| * | crypto: caam - remove deadcode on 32-bit platformsFranck LENORMAND2020-07-311-3/+8
| * | crypto: ccp - use generic power managementVaibhav Gupta2020-07-315-22/+13
| * | crypto: marvell/cesa - irq balanceSven Auhagen2020-07-312-1/+11
| * | crypto: inside-secure - irq balanceSven Auhagen2020-07-312-2/+14
| * | crypto: omap-aes - Fix sparse and compiler warningsHerbert Xu2020-07-231-3/+3
| * | crypto: qat - fix double free in qat_uclo_create_batch_init_listTom Rix2020-07-231-2/+7
| * | crypto: sa2ul - add device links to child devicesTero Kristo2020-07-231-0/+11
| * | crypto: sa2ul - Add AEAD algorithm supportKeerthy2020-07-232-21/+518
| * | crypto: sa2ul - add sha1/sha256/sha512 supportKeerthy2020-07-232-13/+560
| * | crypto: sa2ul - Add crypto driverKeerthy2020-07-234-0/+1783