aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-11-03crypto: drbg - move to generic async completionGravatar Gilad Ben-Yossef 2-29/+10
2017-11-03crypto: move pub key to generic async completionGravatar Gilad Ben-Yossef 1-24/+4
2017-11-03crypto: algif - move to generic async completionGravatar Gilad Ben-Yossef 5-66/+23
2017-11-03crypto: introduce crypto wait for async opGravatar Gilad Ben-Yossef 2-0/+53
2017-11-03crypto: marvell/cesa - remove redundant backlog checks on EBUSYGravatar Gilad Ben-Yossef 2-3/+2
2017-11-03crypto: remove redundant backlog checks on EBUSYGravatar Gilad Ben-Yossef 5-37/+13
2017-11-03net: use -ENOSPC for transient busy indicationGravatar Gilad Ben-Yossef 4-4/+4
2017-11-03crypto: ccp - use -ENOSPC for transient busy indicationGravatar Gilad Ben-Yossef 2-7/+8
2017-11-03crypto: change transient busy return code to -ENOSPCGravatar Gilad Ben-Yossef 2-5/+5
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 561-3691/+8593
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-03MAINTAINERS: update caam crypto driver maintainers listGravatar Horia Geantă 1-1/+1
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-03ARM: configs: Stop selecting the old CESA driverGravatar Boris BREZILLON 3-3/+3
2017-11-03crypto: marvell - Add a platform_device_id tableGravatar Boris BREZILLON 1-0/+6
2017-11-03crypto: tcrypt - fix buffer lengths in test_aead_speed()Gravatar Robert Baronescu 1-2/+4
2017-11-03crypto: tcrypt - mark expected switch fall-throughs in do_test()Gravatar Gustavo A. R. Silva 1-57/+51
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: gf128mul - The x8_ble multiplication functionsGravatar Harsh Jain 2-1/+14
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