aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2017-07-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 7-17/+43
2017-07-12crypto: cavium - make several functions staticGravatar Colin Ian King 1-4/+4
2017-07-12crypto: chcr - Avoid algo allocation in softirq.Gravatar Harsh Jain 2-8/+16
2017-07-12crypto: caam - properly set IV after {en,de}cryptGravatar David Gstir 1-2/+18
2017-07-12crypto: atmel - only treat EBUSY as transient if backlogGravatar Gilad Ben-Yossef 1-1/+3
2017-07-12crypto: caam - fix signals handlingGravatar Horia Geantă 2-2/+2
2017-07-06Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-19/+21
2017-07-05Cavium CNN55XX: fix broken default Kconfig entryGravatar Linus Torvalds 1-1/+0
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-10/+5
2017-07-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 72-1135/+11626
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Herbert Xu 4-30/+26
2017-06-28crypto: qat - avoid an uninitialized variable warningGravatar Arnd Bergmann 1-19/+21
2017-06-22crypto: ccp - Release locks before returningGravatar Gary R Hook 1-4/+3
2017-06-22crypto: cavium/nitrox - dma_mapping_error() returns boolGravatar Dan Carpenter 1-6/+9
2017-06-22crypto: caam - fix gfp allocation flags (part II)Gravatar Horia Geantă 4-28/+25
2017-06-22crypto: caam - fix gfp allocation flags (part I)Gravatar Horia Geantă 1-2/+1
2017-06-20net: introduce __skb_put_[zero, data, u8]Gravatar yuan linyu 1-10/+5
2017-06-20crypto: caam - make of_device_ids const.Gravatar Arvind Yadav 1-1/+1
2017-06-20crypto: vmx - remove unnecessary checkGravatar Tudor-Dan Ambarus 4-24/+4
2017-06-20crypto: n2 - make of_device_ids constGravatar Arvind Yadav 1-2/+2
2017-06-20crypto: inside-secure - use the base_end pointer in ring rollbackGravatar Antoine Ténart 1-1/+1
2017-06-20crypto: inside-secure - increase the batch sizeGravatar Antoine Ténart 1-1/+1
2017-06-20crypto: inside-secure - only dequeue when neededGravatar Antoine Ténart 1-3/+3
2017-06-20crypto: inside-secure - get the backlog before dequeueing the requestGravatar Antoine Ténart 1-1/+1
2017-06-20crypto: inside-secure - stop requeueing failed requestsGravatar Antoine Ténart 1-8/+10
2017-06-20crypto: inside-secure - use one queue per hw ringGravatar Antoine Ténart 4-85/+89
2017-06-20crypto: inside-secure - update the context and request laterGravatar Antoine Ténart 2-8/+7
2017-06-20crypto: inside-secure - align the cipher and hash send functionsGravatar Ofer Heifetz 1-1/+1
2017-06-20crypto: inside-secure - optimize DSE bufferability controlGravatar Igal Liberman 2-0/+2
2017-06-20crypto: inside-secure - enable single WR in DSE configurationGravatar Igal Liberman 2-0/+2
2017-06-20crypto: inside-secure - fix incorrect DSE data cache settingGravatar Antoine Ténart 1-1/+1
2017-06-20crypto: inside-secure - fix the ring wr_cache offsetGravatar Antoine Ténart 1-1/+1
2017-06-20crypto: inside-secure - use hmac ipad/opad constantsGravatar Antoine Ténart 1-2/+3
2017-06-20crypto: chcr - Select device in Round Robin fashionGravatar Harsh Jain 3-21/+42
2017-06-20crypto: chcr - Ensure Destination sg entry size less than 2kGravatar Harsh Jain 2-17/+142
2017-06-20chcr - Add debug countersGravatar Harsh Jain 2-1/+17
2017-06-20crypto: chcr - Add ctr mode and process large sg entries for cipherGravatar Harsh Jain 5-145/+690
2017-06-20crypto: chcr - Avoid changing request structureGravatar Harsh Jain 1-23/+14
2017-06-20crypto: chcr - Return correct error codeGravatar Harsh Jain 1-34/+42
2017-06-20crypto: chcr - Fix fallback key settingGravatar Harsh Jain 1-1/+11
2017-06-20crypto: chcr - Pass lcb bit setting to firmwareGravatar Harsh Jain 2-9/+13
2017-06-20crypto: cavium - fix spelling mistake "Revsion" -> "Revision"Gravatar Colin Ian King 1-1/+1
2017-06-20crypto: omap-aes - fix spelling mistake "Encryptio" -> "Encryption"Gravatar Colin Ian King 1-1/+1
2017-06-20crypto: crypto4xx - fix an error codeGravatar Christophe Jaillet 1-0/+1
2017-06-19crypto: brcm - fix spelling mistake: "fallbck" -> "fallback"Gravatar Colin Ian King 1-1/+1
2017-06-19crypto: sun4i-ss - fix large block size supportGravatar Antoine Ténart 1-0/+18
2017-06-19crypto: sun4i-ss - add the CRYPTO_ALG_KERN_DRIVER_ONLY flagGravatar Antoine Ténart 1-5/+10
2017-06-19crypto: sun4i-ss - move from ablkcipher to skcipher APIGravatar Antoine Ténart 3-224/+221
2017-06-19crypto: sun4i-ss - use GENMASK to generate masksGravatar Antoine Ténart 1-3/+6
2017-06-19crypto: sun4i-ss - simplify the appended bit assignmentGravatar Antoine Ténart 1-6/+2