aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-11-03crypto: ccp - use -ENOSPC for transient busy indicationGravatar Gilad Ben-Yossef 2-7/+8
2017-11-03hwrng: xgene - Convert timers to use timer_setup()Gravatar Kees Cook 1-5/+3
2017-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxGravatar Herbert Xu 169-1183/+1978
2017-11-03crypto: vmx - Use skcipher for ctr fallbackGravatar Paulo Flabiano Smorigo 1-16/+17
2017-11-03crypto: marvell - Switch cipher algs to the skcipher interfaceGravatar Boris BREZILLON 3-260/+251
2017-11-03crypto: qat - mark expected switch fall-throughs in qat_ucloGravatar Gustavo A. R. Silva 1-0/+3
2017-11-03crypto: qat - remove unused and redundant pointer vf_infoGravatar Colin Ian King 1-3/+0
2017-11-03crypto: ccp - remove unused variable qimGravatar Colin Ian King 1-2/+1
2017-11-03crypto: cavium - clean up clang warning on unread variable offsetGravatar Colin Ian King 1-1/+1
2017-11-03crypto: marvell - Remove the old mv_cesa driverGravatar Boris BREZILLON 5-1390/+3
2017-11-03crypto: marvell - Add a platform_device_id tableGravatar Boris BREZILLON 1-0/+6
2017-11-03crypto: chelsio - Fix memory leakGravatar Harsh Jain 1-4/+4
2017-11-03crypto: chelsio - Move DMA un/mapping to chcr from lld cxgb4 driverGravatar Harsh Jain 4-695/+1116
2017-11-03crypto: chelsio - Remove allocation of sg list to implement 2K limit of dsgl ...Gravatar Harsh Jain 4-172/+76
2017-11-03crypto: chelsio - Use x8_ble gf multiplication to calculate IV.Gravatar Harsh Jain 2-2/+10
2017-11-03crypto: chelsio - Check error code with IS_ERR macroGravatar Yeshaswi M R Gowda 1-8/+8
2017-11-03crypto: chelsio - Remove unused parameterGravatar Yeshaswi M R Gowda 2-32/+23
2017-10-12crypto: talitos - avoid useless copyGravatar LEROY Christophe 1-14/+22
2017-10-12crypto: talitos - chain in buffered data for ahash on SEC1Gravatar LEROY Christophe 2-13/+127
2017-10-12crypto: talitos - do hw_context DMA mapping outside the requestsGravatar LEROY Christophe 1-23/+57
2017-10-12crypto: talitos - DMA map key in setkey()Gravatar LEROY Christophe 1-17/+39
2017-10-12crypto: talitos - simplify tests in ipsec_esp()Gravatar LEROY Christophe 1-22/+20
2017-10-12crypto: talitos - remove to_talitos_ptr_len()Gravatar LEROY Christophe 1-35/+21
2017-10-12crypto: talitos - don't check the number of channels at each interruptGravatar LEROY Christophe 2-12/+19
2017-10-12crypto: talitos - use devm_ioremap()Gravatar LEROY Christophe 1-3/+5
2017-10-12crypto: talitos - use of_property_read_u32()Gravatar LEROY Christophe 1-16/+5
2017-10-12crypto: talitos - use devm_kmalloc()Gravatar LEROY Christophe 1-18/+12
2017-10-12crypto: talitos - declare local functions staticGravatar LEROY Christophe 1-2/+2
2017-10-12crypto: talitos - zeroize the descriptor with memset()Gravatar LEROY Christophe 2-20/+1
2017-10-12crypto: talitos - fix ctr-aes-talitosGravatar LEROY Christophe 1-1/+1
2017-10-12crypto: talitos - fix use of sg_link_tbl_lenGravatar LEROY Christophe 1-2/+2
2017-10-12crypto: talitos - fix AEAD for sha224 on non sha224 capable chipsGravatar LEROY Christophe 1-0/+5
2017-10-12crypto: talitos - fix setkey to check key weaknessGravatar LEROY Christophe 1-0/+8
2017-10-12crypto: talitos - fix memory corruption on SEC2Gravatar LEROY Christophe 1-14/+28
2017-10-12crypto: talitos - fix AEAD test failuresGravatar LEROY Christophe 1-5/+4
2017-10-12crypto: crypto4xx - add aes-gcm supportGravatar Christian Lamparter 3-0/+165
2017-10-12crypto: crypto4xx - add aes-ccm supportGravatar Christian Lamparter 3-0/+216
2017-10-12crypto: crypto4xx - prepare for AEAD supportGravatar Christian Lamparter 5-73/+230
2017-10-12crypto: crypto4xx - simplify sa and state context acquisitionGravatar Christian Lamparter 3-68/+15
2017-10-12crypto: crypto4xx - fix stalls under heavy loadGravatar Christian Lamparter 2-15/+21
2017-10-12crypto: crypto4xx - fix various warningsGravatar Christian Lamparter 1-13/+3
2017-10-12crypto: crypto4xx - overhaul crypto4xx_build_pd()Gravatar Christian Lamparter 3-124/+103
2017-10-12crypto: crypto4xx - use the correct LE32 format for IV and key defsGravatar Christian Lamparter 4-56/+64
2017-10-12crypto: crypto4xx - add backlog queue supportGravatar Christian Lamparter 2-9/+41
2017-10-12crypto: crypto4xx - increase context and scatter ring buffer elementsGravatar Christian Lamparter 1-5/+5
2017-10-12crypto: crypto4xx - fix type mismatch compiler errorGravatar Christian Lamparter 1-2/+2
2017-10-12crypto: crypto4xx - fix off-by-one AES-OFBGravatar Christian Lamparter 1-1/+1
2017-10-12crypto: crypto4xx - wire up hmac_mc to hmac_mutingGravatar Christian Lamparter 1-0/+1
2017-10-12crypto: bcm - pr_err() strings should end with newlinesGravatar Arvind Yadav 1-7/+7
2017-10-12crypto: qat - pr_err() strings should end with newlinesGravatar Arvind Yadav 1-6/+6