summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2017-11-03crypto: marvell/cesa - remove redundant backlog checks on EBUSYGilad Ben-Yossef
2017-11-03crypto: ccp - use -ENOSPC for transient busy indicationGilad Ben-Yossef
2017-11-03hwrng: xgene - Convert timers to use timer_setup()Kees Cook
2017-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu
2017-11-03crypto: vmx - Use skcipher for ctr fallbackPaulo Flabiano Smorigo
2017-11-03crypto: marvell - Switch cipher algs to the skcipher interfaceBoris BREZILLON
2017-11-03crypto: qat - mark expected switch fall-throughs in qat_ucloGustavo A. R. Silva
2017-11-03crypto: qat - remove unused and redundant pointer vf_infoColin Ian King
2017-11-03crypto: ccp - remove unused variable qimColin Ian King
2017-11-03crypto: cavium - clean up clang warning on unread variable offsetColin Ian King
2017-11-03crypto: marvell - Remove the old mv_cesa driverBoris BREZILLON
2017-11-03crypto: marvell - Add a platform_device_id tableBoris BREZILLON
2017-11-03crypto: chelsio - Fix memory leakHarsh Jain
2017-11-03crypto: chelsio - Move DMA un/mapping to chcr from lld cxgb4 driverHarsh Jain
2017-11-03crypto: chelsio - Remove allocation of sg list to implement 2K limit of dsgl ...Harsh Jain
2017-11-03crypto: chelsio - Use x8_ble gf multiplication to calculate IV.Harsh Jain
2017-11-03crypto: chelsio - Check error code with IS_ERR macroYeshaswi M R Gowda
2017-11-03crypto: chelsio - Remove unused parameterYeshaswi M R Gowda
2017-10-12crypto: talitos - avoid useless copyLEROY Christophe
2017-10-12crypto: talitos - chain in buffered data for ahash on SEC1LEROY Christophe
2017-10-12crypto: talitos - do hw_context DMA mapping outside the requestsLEROY Christophe
2017-10-12crypto: talitos - DMA map key in setkey()LEROY Christophe
2017-10-12crypto: talitos - simplify tests in ipsec_esp()LEROY Christophe
2017-10-12crypto: talitos - remove to_talitos_ptr_len()LEROY Christophe
2017-10-12crypto: talitos - don't check the number of channels at each interruptLEROY Christophe
2017-10-12crypto: talitos - use devm_ioremap()LEROY Christophe
2017-10-12crypto: talitos - use of_property_read_u32()LEROY Christophe
2017-10-12crypto: talitos - use devm_kmalloc()LEROY Christophe
2017-10-12crypto: talitos - declare local functions staticLEROY Christophe
2017-10-12crypto: talitos - zeroize the descriptor with memset()LEROY Christophe
2017-10-12crypto: talitos - fix ctr-aes-talitosLEROY Christophe
2017-10-12crypto: talitos - fix use of sg_link_tbl_lenLEROY Christophe
2017-10-12crypto: talitos - fix AEAD for sha224 on non sha224 capable chipsLEROY Christophe
2017-10-12crypto: talitos - fix setkey to check key weaknessLEROY Christophe
2017-10-12crypto: talitos - fix memory corruption on SEC2LEROY Christophe
2017-10-12crypto: talitos - fix AEAD test failuresLEROY Christophe
2017-10-12crypto: crypto4xx - add aes-gcm supportChristian Lamparter
2017-10-12crypto: crypto4xx - add aes-ccm supportChristian Lamparter
2017-10-12crypto: crypto4xx - prepare for AEAD supportChristian Lamparter
2017-10-12crypto: crypto4xx - simplify sa and state context acquisitionChristian Lamparter
2017-10-12crypto: crypto4xx - fix stalls under heavy loadChristian Lamparter
2017-10-12crypto: crypto4xx - fix various warningsChristian Lamparter
2017-10-12crypto: crypto4xx - overhaul crypto4xx_build_pd()Christian Lamparter
2017-10-12crypto: crypto4xx - use the correct LE32 format for IV and key defsChristian Lamparter
2017-10-12crypto: crypto4xx - add backlog queue supportChristian Lamparter
2017-10-12crypto: crypto4xx - increase context and scatter ring buffer elementsChristian Lamparter
2017-10-12crypto: crypto4xx - fix type mismatch compiler errorChristian Lamparter
2017-10-12crypto: crypto4xx - fix off-by-one AES-OFBChristian Lamparter
2017-10-12crypto: crypto4xx - wire up hmac_mc to hmac_mutingChristian Lamparter
2017-10-12crypto: bcm - pr_err() strings should end with newlinesArvind Yadav