aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-11-06hwrng: virtio - Virtio RNG devices need to be re-registered after suspend/resumeJim Quigley1-1/+20
2017-11-06crypto: atmel - remove empty functionsTudor-Dan Ambarus2-38/+0
2017-11-06crypto: ecdh - remove empty exit()Tudor-Dan Ambarus1-6/+0
2017-11-06MAINTAINERS: update maintainer for qatSalvatore Benedetto1-1/+0
2017-11-06crypto: caam - remove unused param of ctx_map_to_sec4_sg()Horia Geantă1-4/+4
2017-11-06crypto: caam - remove unneeded edesc zeroizationHoria Geantă1-4/+0
2017-11-03crypto: atmel-aes - Reset the controller before each useRomain Izard1-7/+3
2017-11-03crypto: atmel-aes - properly set IV after {en,de}cryptRomain Izard1-3/+37
2017-11-03hwrng: core - Reset user selected rng by writing "" to rng_currentPrasannaKumar Muralidharan1-19/+32
2017-11-03crypto: s5p-sss - Add HASH support for ExynosKamil Konieczny2-10/+1410
2017-11-03crypto: s5p-sss - Change spaces to tabsKamil Konieczny1-95/+95
2017-11-03crypto: drivers - Convert timers to use timer_setup()Kees Cook2-7/+6
2017-11-03crypto: caam/qi - abort algorithm setup on DPAA2 partsHoria Geantă1-1/+6
2017-11-03crypto: caam - fix incorrect defineRadu Alexe1-1/+1
2017-11-03crypto: atmel - remove useless irq initTudor-Dan Ambarus3-6/+0
2017-11-03crypto: atmel - return appropriate error codeTudor-Dan Ambarus3-6/+3
2017-11-03crypto: doc - adapt api sample to use async. op waitGilad Ben-Yossef1-42/+10
2017-11-03crypto: mediatek - move to generic async completionGilad Ben-Yossef1-26/+5
2017-11-03crypto: qce - move to generic async completionGilad Ben-Yossef1-26/+4
2017-11-03crypto: talitos - move to generic async completionGilad Ben-Yossef1-33/+5
2017-11-03crypto: tcrypt - move to generic async completionGilad Ben-Yossef1-59/+25
2017-11-03ima: move to generic async completionGilad Ben-Yossef1-39/+17
2017-11-03cifs: move to generic async completionGilad Ben-Yossef1-26/+4
2017-11-03dm: move dm-verity to generic async completionGilad Ben-Yossef2-66/+20
2017-11-03fscrypt: move to generic async completionGilad Ben-Yossef4-82/+13
2017-11-03crypto: testmgr - move to generic async completionGilad Ben-Yossef1-138/+66
2017-11-03crypto: gcm - move to generic async completionGilad Ben-Yossef1-26/+6
2017-11-03crypto: drbg - move to generic async completionGilad Ben-Yossef2-29/+10
2017-11-03crypto: move pub key to generic async completionGilad Ben-Yossef1-24/+4
2017-11-03crypto: algif - move to generic async completionGilad Ben-Yossef5-66/+23
2017-11-03crypto: introduce crypto wait for async opGilad Ben-Yossef2-0/+53
2017-11-03crypto: marvell/cesa - remove redundant backlog checks on EBUSYGilad Ben-Yossef2-3/+2
2017-11-03crypto: remove redundant backlog checks on EBUSYGilad Ben-Yossef5-37/+13
2017-11-03net: use -ENOSPC for transient busy indicationGilad Ben-Yossef4-4/+4
2017-11-03crypto: ccp - use -ENOSPC for transient busy indicationGilad Ben-Yossef2-7/+8
2017-11-03crypto: change transient busy return code to -ENOSPCGilad Ben-Yossef2-5/+5
2017-11-03hwrng: xgene - Convert timers to use timer_setup()Kees Cook1-5/+3
2017-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu561-3691/+8593
2017-11-03crypto: vmx - Use skcipher for ctr fallbackPaulo Flabiano Smorigo1-16/+17
2017-11-03crypto: marvell - Switch cipher algs to the skcipher interfaceBoris BREZILLON3-260/+251
2017-11-03MAINTAINERS: update caam crypto driver maintainers listHoria Geantă1-1/+1
2017-11-03crypto: qat - mark expected switch fall-throughs in qat_ucloGustavo A. R. Silva1-0/+3
2017-11-03crypto: qat - remove unused and redundant pointer vf_infoColin Ian King1-3/+0
2017-11-03crypto: ccp - remove unused variable qimColin Ian King1-2/+1
2017-11-03crypto: cavium - clean up clang warning on unread variable offsetColin Ian King1-1/+1
2017-11-03crypto: marvell - Remove the old mv_cesa driverBoris BREZILLON5-1390/+3
2017-11-03ARM: configs: Stop selecting the old CESA driverBoris BREZILLON3-3/+3
2017-11-03crypto: marvell - Add a platform_device_id tableBoris BREZILLON1-0/+6
2017-11-03crypto: tcrypt - fix buffer lengths in test_aead_speed()Robert Baronescu1-2/+4
2017-11-03crypto: tcrypt - mark expected switch fall-throughs in do_test()Gustavo A. R. Silva1-57/+51