aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 62-3760/+4635
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-9/+8
2017-11-10crypto: stm32/hash - Fix return issue on updateGravatar Lionel Debieve 1-7/+1
2017-11-10crypto: dh - Remove pointless checks for NULL 'p' and 'g'Gravatar Eric Biggers 1-3/+0
2017-11-10crypto: qat - Clean up error handling in qat_dh_set_secret()Gravatar Eric Biggers 1-7/+8
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsGravatar Ingo Molnar 51-0/+51
2017-11-06crypto: Convert timers to use timer_setup()Gravatar Kees Cook 3-9/+8
2017-11-06crypto: chcr - Replace _manual_ swap with swap macroGravatar Gustavo A. R. Silva 1-4/+1
2017-11-06crypto: marvell - Add a NULL entry at the end of mv_cesa_plat_id_table[]Gravatar Boris BREZILLON 1-0/+1
2017-11-06crypto: atmel - remove empty functionsGravatar Tudor-Dan Ambarus 2-38/+0
2017-11-06crypto: caam - remove unused param of ctx_map_to_sec4_sg()Gravatar Horia Geantă 1-4/+4
2017-11-06crypto: caam - remove unneeded edesc zeroizationGravatar Horia Geantă 1-4/+0
2017-11-03crypto: atmel-aes - Reset the controller before each useGravatar Romain Izard 1-7/+3
2017-11-03crypto: atmel-aes - properly set IV after {en,de}cryptGravatar Romain Izard 1-3/+37
2017-11-03crypto: s5p-sss - Add HASH support for ExynosGravatar Kamil Konieczny 2-10/+1410
2017-11-03crypto: s5p-sss - Change spaces to tabsGravatar Kamil Konieczny 1-95/+95
2017-11-03crypto: drivers - Convert timers to use timer_setup()Gravatar Kees Cook 2-7/+6
2017-11-03crypto: caam/qi - abort algorithm setup on DPAA2 partsGravatar Horia Geantă 1-1/+6
2017-11-03crypto: caam - fix incorrect defineGravatar Radu Alexe 1-1/+1
2017-11-03crypto: atmel - remove useless irq initGravatar Tudor-Dan Ambarus 3-6/+0
2017-11-03crypto: atmel - return appropriate error codeGravatar Tudor-Dan Ambarus 3-6/+3
2017-11-03crypto: mediatek - move to generic async completionGravatar Gilad Ben-Yossef 1-26/+5
2017-11-03crypto: qce - move to generic async completionGravatar Gilad Ben-Yossef 1-26/+4
2017-11-03crypto: talitos - move to generic async completionGravatar Gilad Ben-Yossef 1-33/+5
2017-11-03crypto: marvell/cesa - remove redundant backlog checks on EBUSYGravatar Gilad Ben-Yossef 2-3/+2
2017-11-03crypto: ccp - use -ENOSPC for transient busy indicationGravatar Gilad Ben-Yossef 2-7/+8
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 3-694/+1109
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-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 51-0/+51
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Gravatar Mark Rutland 2-3/+3
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