summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-11-03crypto: marvell/cesa - remove redundant backlog checks on EBUSYGilad Ben-Yossef2-3/+2
2017-11-03crypto: ccp - use -ENOSPC for transient busy indicationGilad Ben-Yossef2-7/+8
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 Xu169-1183/+1978
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-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-03crypto: marvell - Add a platform_device_id tableBoris BREZILLON1-0/+6
2017-11-03crypto: chelsio - Fix memory leakHarsh Jain1-4/+4
2017-11-03crypto: chelsio - Move DMA un/mapping to chcr from lld cxgb4 driverHarsh Jain4-695/+1116
2017-11-03crypto: chelsio - Remove allocation of sg list to implement 2K limit of dsgl ...Harsh Jain4-172/+76
2017-11-03crypto: chelsio - Use x8_ble gf multiplication to calculate IV.Harsh Jain2-2/+10
2017-11-03crypto: chelsio - Check error code with IS_ERR macroYeshaswi M R Gowda1-8/+8
2017-11-03crypto: chelsio - Remove unused parameterYeshaswi M R Gowda2-32/+23
2017-10-12crypto: talitos - avoid useless copyLEROY Christophe1-14/+22
2017-10-12crypto: talitos - chain in buffered data for ahash on SEC1LEROY Christophe2-13/+127
2017-10-12crypto: talitos - do hw_context DMA mapping outside the requestsLEROY Christophe1-23/+57
2017-10-12crypto: talitos - DMA map key in setkey()LEROY Christophe1-17/+39
2017-10-12crypto: talitos - simplify tests in ipsec_esp()LEROY Christophe1-22/+20
2017-10-12crypto: talitos - remove to_talitos_ptr_len()LEROY Christophe1-35/+21
2017-10-12crypto: talitos - don't check the number of channels at each interruptLEROY Christophe2-12/+19
2017-10-12crypto: talitos - use devm_ioremap()LEROY Christophe1-3/+5
2017-10-12crypto: talitos - use of_property_read_u32()LEROY Christophe1-16/+5
2017-10-12crypto: talitos - use devm_kmalloc()LEROY Christophe1-18/+12
2017-10-12crypto: talitos - declare local functions staticLEROY Christophe1-2/+2
2017-10-12crypto: talitos - zeroize the descriptor with memset()LEROY Christophe2-20/+1
2017-10-12crypto: talitos - fix ctr-aes-talitosLEROY Christophe1-1/+1
2017-10-12crypto: talitos - fix use of sg_link_tbl_lenLEROY Christophe1-2/+2
2017-10-12crypto: talitos - fix AEAD for sha224 on non sha224 capable chipsLEROY Christophe1-0/+5
2017-10-12crypto: talitos - fix setkey to check key weaknessLEROY Christophe1-0/+8
2017-10-12crypto: talitos - fix memory corruption on SEC2LEROY Christophe1-14/+28
2017-10-12crypto: talitos - fix AEAD test failuresLEROY Christophe1-5/+4
2017-10-12crypto: crypto4xx - add aes-gcm supportChristian Lamparter3-0/+165
2017-10-12crypto: crypto4xx - add aes-ccm supportChristian Lamparter3-0/+216
2017-10-12crypto: crypto4xx - prepare for AEAD supportChristian Lamparter5-73/+230
2017-10-12crypto: crypto4xx - simplify sa and state context acquisitionChristian Lamparter3-68/+15
2017-10-12crypto: crypto4xx - fix stalls under heavy loadChristian Lamparter2-15/+21
2017-10-12crypto: crypto4xx - fix various warningsChristian Lamparter1-13/+3
2017-10-12crypto: crypto4xx - overhaul crypto4xx_build_pd()Christian Lamparter3-124/+103
2017-10-12crypto: crypto4xx - use the correct LE32 format for IV and key defsChristian Lamparter4-56/+64
2017-10-12crypto: crypto4xx - add backlog queue supportChristian Lamparter2-9/+41
2017-10-12crypto: crypto4xx - increase context and scatter ring buffer elementsChristian Lamparter1-5/+5
2017-10-12crypto: crypto4xx - fix type mismatch compiler errorChristian Lamparter1-2/+2
2017-10-12crypto: crypto4xx - fix off-by-one AES-OFBChristian Lamparter1-1/+1
2017-10-12crypto: crypto4xx - wire up hmac_mc to hmac_mutingChristian Lamparter1-0/+1
2017-10-12crypto: bcm - pr_err() strings should end with newlinesArvind Yadav1-7/+7