aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-3/+3
2018-12-29Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds65-1290/+3518
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-3/+4
2018-12-27Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+1
2018-12-23crypto: skcipher - remove remnants of internal IV generatorsEric Biggers7-12/+1
2018-12-23crypto: cavium/nitrox - Fix build with !CONFIG_DEBUG_FSEric Biggers1-2/+1
2018-12-23crypto: cavium/nitrox - Added AEAD cipher supportNagadheeraj Rottela7-605/+1103
2018-12-23crypto: mxc-scc - fix build warnings on ARM64Fabio Estevam1-6/+6
2018-12-23crypto: chelsio - Fix wrong error counter incrementsHarsh Jain2-10/+10
2018-12-23crypto: chelsio - Reset counters on cxgb4 DetachHarsh Jain1-0/+4
2018-12-23crypto: chelsio - Handle PCI shutdown eventHarsh Jain3-93/+278
2018-12-23crypto: chelsio - cleanup:send addr as value in function argumentHarsh Jain1-8/+8
2018-12-23crypto: chelsio - Use same value for both channel in single WRHarsh Jain2-8/+6
2018-12-23crypto: chelsio - Swap location of AAD and IV sent in WRHarsh Jain3-120/+104
2018-12-23crypto: chelsio - remove set but not used variable 'kctx_len'YueHaibing1-2/+1
2018-12-23crypto: ux500 - Use proper enum in hash_set_dma_transferNathan Chancellor1-1/+1
2018-12-23crypto: ux500 - Use proper enum in cryp_set_dma_transferNathan Chancellor1-2/+2
2018-12-22treewide: surround Kconfig file paths with double quotesMasahiro Yamada1-1/+1
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-80/+130
2018-12-20crypto4xx_core: don't abuse __dma_sync_pageChristoph Hellwig1-1/+1
2018-12-19drivers: chelsio: use skb_sec_path helperFlorian Westphal1-1/+3
2018-12-14crypto/chelsio/chtls: send/recv window updateAtul Gupta2-26/+54
2018-12-14crypto/chelsio/chtls: macro correction in tx pathAtul Gupta1-12/+8
2018-12-14crypto/chelsio/chtls: listen fails with multiadaptAtul Gupta2-19/+36
2018-12-14net/tls: sleeping function from invalid contextAtul Gupta1-23/+32
2018-12-13crypto: cavium/nitrox - Enabled Mailbox supportSrikanth, Jampala11-54/+441
2018-12-07crypto: cavium/nitrox - convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-39/+9
2018-12-07crypto: chcr - ESN for Inline IPSec TxAtul Gupta2-36/+148
2018-12-07crypto: chcr - small packet Tx stalls the queueAtul Gupta1-1/+4
2018-12-07crypto: ccree - add support for CryptoCell 703Gilad Ben-Yossef6-9/+90
2018-11-29crypto: cavium/nitrox - Enable interrups for PF in SR-IOV mode.Srikanth, Jampala4-10/+142
2018-11-29crypto: cavium/nitrox - crypto request format changesNagadheeraj, Rottela3-244/+227
2018-11-23cxgb4: use new fw interface to get the VIN and smt indexSantosh Rastapur1-2/+1
2018-11-20crypto: chacha20-generic - refactor to allow varying number of roundsEric Biggers3-6/+6
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers3-6/+3
2018-11-20crypto: remove useless initializations of cra_listEric Biggers6-8/+0
2018-11-20crypto: inside-secure - remove useless setting of type flagsEric Biggers1-4/+4
2018-11-16crypto: caam/qi2 - add support for Chacha20 + Poly1305Horia Geantă4-6/+154
2018-11-16crypto: caam/jr - add support for Chacha20 + Poly1305Horia Geantă6-5/+354
2018-11-16crypto: caam/qi2 - add support for ChaCha20Horia Geantă4-4/+36
2018-11-16crypto: caam - add register map changes cf. Era 10Horia Geantă8-49/+184
2018-11-16crypto: mxs-dcp - Add support for dcp clkLeonard Crestez1-3/+25
2018-11-16crypto: bcm - fix normal/non key hash algorithm failureRaveendra Padasalagi1-1/+5
2018-11-09crypto: chelsio - clean up various indentation issuesColin Ian King1-8/+8
2018-11-09crypto: cavium/nitrox - fix a DMA pool free failureWenwen Wang3-10/+31
2018-11-09crypto: ccree - add SM3 supportYael Chemla4-24/+113
2018-11-09crypto: ccree - modify set_cipher_mode usage from cc_hashYael Chemla2-9/+23
2018-11-09crypto: ccree - adjust hash length to suit certain context specificsYael Chemla4-24/+47
2018-11-09crypto: ccree - add SM4 supportGilad Ben-Yossef3-0/+70