summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorLines
2019-02-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-1/+1
2019-02-22crypto: ccree - add missing inline qualifierGilad Ben-Yossef-1/+1
2019-02-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-10/+13
2019-02-08crypto: ccree - fix resume race condition on initGilad Ben-Yossef-10/+13
2019-01-31Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-4/+6
2019-01-25crypto: cavium/nitrox - Invoke callback after DMA unmapNagadheeraj Rottela-4/+6
2019-01-19Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-77/+63
2019-01-10crypto: talitos - fix ablkcipher for CONFIG_VMAP_STACKChristophe Leroy-1/+4
2019-01-10crypto: talitos - reorder code in talitos_edesc_alloc()Christophe Leroy-18/+7
2019-01-10crypto: cavium/nitrox - Use after free in process_response_list()Dan Carpenter-1/+1
2019-01-10crypto: caam - fix SHA support detectionHoria Geantă-1/+11
2019-01-10crypto: caam - fix zero-length buffer DMA mappingAymen Sghaier-6/+9
2019-01-10crypto: ccree - convert to use crypto_authenc_extractkeys()Eric Biggers-21/+19
2019-01-10crypto: bcm - convert to use crypto_authenc_extractkeys()Eric Biggers-31/+14
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain-88/+86
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds-3/+3
2018-12-29Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds-1/+1
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-1290/+3518
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-3/+4
2018-12-27Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-1/+1
2018-12-23crypto: skcipher - remove remnants of internal IV generatorsEric Biggers-12/+1
2018-12-23crypto: cavium/nitrox - Fix build with !CONFIG_DEBUG_FSEric Biggers-2/+1
2018-12-23crypto: cavium/nitrox - Added AEAD cipher supportNagadheeraj Rottela-605/+1103
2018-12-23crypto: mxc-scc - fix build warnings on ARM64Fabio Estevam-6/+6
2018-12-23crypto: chelsio - Fix wrong error counter incrementsHarsh Jain-10/+10
2018-12-23crypto: chelsio - Reset counters on cxgb4 DetachHarsh Jain-0/+4
2018-12-23crypto: chelsio - Handle PCI shutdown eventHarsh Jain-93/+278
2018-12-23crypto: chelsio - cleanup:send addr as value in function argumentHarsh Jain-8/+8
2018-12-23crypto: chelsio - Use same value for both channel in single WRHarsh Jain-8/+6
2018-12-23crypto: chelsio - Swap location of AAD and IV sent in WRHarsh Jain-120/+104
2018-12-23crypto: chelsio - remove set but not used variable 'kctx_len'YueHaibing-2/+1
2018-12-23crypto: ux500 - Use proper enum in hash_set_dma_transferNathan Chancellor-1/+1
2018-12-23crypto: ux500 - Use proper enum in cryp_set_dma_transferNathan Chancellor-2/+2
2018-12-22treewide: surround Kconfig file paths with double quotesMasahiro Yamada-1/+1
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-80/+130
2018-12-20crypto4xx_core: don't abuse __dma_sync_pageChristoph Hellwig-1/+1
2018-12-19drivers: chelsio: use skb_sec_path helperFlorian Westphal-1/+3
2018-12-14crypto/chelsio/chtls: send/recv window updateAtul Gupta-26/+54
2018-12-14crypto/chelsio/chtls: macro correction in tx pathAtul Gupta-12/+8
2018-12-14crypto/chelsio/chtls: listen fails with multiadaptAtul Gupta-19/+36
2018-12-14net/tls: sleeping function from invalid contextAtul Gupta-23/+32
2018-12-13crypto: cavium/nitrox - Enabled Mailbox supportSrikanth, Jampala-54/+441
2018-12-07crypto: cavium/nitrox - convert to DEFINE_SHOW_ATTRIBUTEYangtao Li-39/+9
2018-12-07crypto: chcr - ESN for Inline IPSec TxAtul Gupta-36/+148
2018-12-07crypto: chcr - small packet Tx stalls the queueAtul Gupta-1/+4
2018-12-07crypto: ccree - add support for CryptoCell 703Gilad Ben-Yossef-9/+90
2018-11-29crypto: cavium/nitrox - Enable interrups for PF in SR-IOV mode.Srikanth, Jampala-10/+142
2018-11-29crypto: cavium/nitrox - crypto request format changesNagadheeraj, Rottela-244/+227
2018-11-23cxgb4: use new fw interface to get the VIN and smt indexSantosh Rastapur-2/+1
2018-11-20crypto: chacha20-generic - refactor to allow varying number of roundsEric Biggers-6/+6