summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-1471-3859/+4720
|\
| * crypto: stm32/hash - Fix return issue on updateLionel Debieve2017-11-101-7/+1
| * crypto: dh - Remove pointless checks for NULL 'p' and 'g'Eric Biggers2017-11-101-3/+0
| * crypto: qat - Clean up error handling in qat_dh_set_secret()Eric Biggers2017-11-101-7/+8
| * hwrng: iproc-rng200 - Add support for BCM7278Florian Fainelli2017-11-102-3/+4
| * crypto: chcr - Replace _manual_ swap with swap macroGustavo A. R. Silva2017-11-061-4/+1
| * crypto: marvell - Add a NULL entry at the end of mv_cesa_plat_id_table[]Boris BREZILLON2017-11-061-0/+1
| * hwrng: virtio - Virtio RNG devices need to be re-registered after suspend/resumeJim Quigley2017-11-061-1/+20
| * crypto: atmel - remove empty functionsTudor-Dan Ambarus2017-11-062-38/+0
| * crypto: caam - remove unused param of ctx_map_to_sec4_sg()Horia Geantă2017-11-061-4/+4
| * crypto: caam - remove unneeded edesc zeroizationHoria Geantă2017-11-061-4/+0
| * crypto: atmel-aes - Reset the controller before each useRomain Izard2017-11-031-7/+3
| * crypto: atmel-aes - properly set IV after {en,de}cryptRomain Izard2017-11-031-3/+37
| * hwrng: core - Reset user selected rng by writing "" to rng_currentPrasannaKumar Muralidharan2017-11-031-19/+32
| * crypto: s5p-sss - Add HASH support for ExynosKamil Konieczny2017-11-032-10/+1410
| * crypto: s5p-sss - Change spaces to tabsKamil Konieczny2017-11-031-95/+95
| * crypto: drivers - Convert timers to use timer_setup()Kees Cook2017-11-032-7/+6
| * crypto: caam/qi - abort algorithm setup on DPAA2 partsHoria Geantă2017-11-031-1/+6
| * crypto: caam - fix incorrect defineRadu Alexe2017-11-031-1/+1
| * crypto: atmel - remove useless irq initTudor-Dan Ambarus2017-11-033-6/+0
| * crypto: atmel - return appropriate error codeTudor-Dan Ambarus2017-11-033-6/+3
| * crypto: mediatek - move to generic async completionGilad Ben-Yossef2017-11-031-26/+5
| * crypto: qce - move to generic async completionGilad Ben-Yossef2017-11-031-26/+4
| * crypto: talitos - move to generic async completionGilad Ben-Yossef2017-11-031-33/+5
| * dm: move dm-verity to generic async completionGilad Ben-Yossef2017-11-032-66/+20
| * crypto: marvell/cesa - remove redundant backlog checks on EBUSYGilad Ben-Yossef2017-11-032-3/+2
| * crypto: ccp - use -ENOSPC for transient busy indicationGilad Ben-Yossef2017-11-032-7/+8
| * hwrng: xgene - Convert timers to use timer_setup()Kees Cook2017-11-031-5/+3
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2017-11-03169-1183/+1978
| |\
| * | crypto: vmx - Use skcipher for ctr fallbackPaulo Flabiano Smorigo2017-11-031-16/+17
| * | crypto: marvell - Switch cipher algs to the skcipher interfaceBoris BREZILLON2017-11-033-260/+251
| * | crypto: qat - mark expected switch fall-throughs in qat_ucloGustavo A. R. Silva2017-11-031-0/+3
| * | crypto: qat - remove unused and redundant pointer vf_infoColin Ian King2017-11-031-3/+0
| * | crypto: ccp - remove unused variable qimColin Ian King2017-11-031-2/+1
| * | crypto: cavium - clean up clang warning on unread variable offsetColin Ian King2017-11-031-1/+1
| * | crypto: marvell - Remove the old mv_cesa driverBoris BREZILLON2017-11-035-1390/+3
| * | crypto: marvell - Add a platform_device_id tableBoris BREZILLON2017-11-031-0/+6
| * | crypto: chelsio - Fix memory leakHarsh Jain2017-11-031-4/+4
| * | crypto: chelsio - Move DMA un/mapping to chcr from lld cxgb4 driverHarsh Jain2017-11-034-695/+1116
| * | crypto: chelsio - Remove allocation of sg list to implement 2K limit of dsgl ...Harsh Jain2017-11-034-172/+76
| * | crypto: chelsio - Use x8_ble gf multiplication to calculate IV.Harsh Jain2017-11-032-2/+10
| * | crypto: chelsio - Check error code with IS_ERR macroYeshaswi M R Gowda2017-11-031-8/+8
| * | crypto: chelsio - Remove unused parameterYeshaswi M R Gowda2017-11-032-32/+23
| * | crypto: talitos - avoid useless copyLEROY Christophe2017-10-121-14/+22
| * | crypto: talitos - chain in buffered data for ahash on SEC1LEROY Christophe2017-10-122-13/+127
| * | crypto: talitos - do hw_context DMA mapping outside the requestsLEROY Christophe2017-10-121-23/+57
| * | crypto: talitos - DMA map key in setkey()LEROY Christophe2017-10-121-17/+39
| * | crypto: talitos - simplify tests in ipsec_esp()LEROY Christophe2017-10-121-22/+20
| * | crypto: talitos - remove to_talitos_ptr_len()LEROY Christophe2017-10-121-35/+21
| * | crypto: talitos - don't check the number of channels at each interruptLEROY Christophe2017-10-122-12/+19