summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorLines
2017-12-22crypto: inside-secure - do not use areq->result for partial resultsAntoine Ténart-5/+5
2017-12-22crypto: inside-secure - fix request allocations in invalidation pathAntoine Ténart-15/+15
2017-12-22crypto: inside-secure - free requests even if their handling failedAntoine Ténart-0/+1
2017-12-22crypto: inside-secure - per request invalidationOfer Heifetz-27/+111
2017-12-22crypto: n2 - cure use after freeJan Engelhardt-0/+3
2017-12-22crypto: chelsio - select CRYPTO_GF128MULArnd Bergmann-0/+1
2017-11-16Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-97/+72
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-3760/+4635
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-9/+8
2017-11-12crypto/nx: Do not initialize workmem allocationHaren Myneni-1/+1
2017-11-12crypto/nx: Use percpu send window for NX requestsHaren Myneni-81/+68
2017-11-12powerpc/vas, nx-842: Define and use chip_to_vas_id()Sukadev Bhattiprolu-15/+3
2017-11-10crypto: stm32/hash - Fix return issue on updateLionel Debieve-7/+1
2017-11-10crypto: dh - Remove pointless checks for NULL 'p' and 'g'Eric Biggers-3/+0
2017-11-10crypto: qat - Clean up error handling in qat_dh_set_secret()Eric Biggers-7/+8
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar-0/+51
2017-11-06crypto: Convert timers to use timer_setup()Kees Cook-9/+8
2017-11-06crypto: chcr - Replace _manual_ swap with swap macroGustavo A. R. Silva-4/+1
2017-11-06crypto: marvell - Add a NULL entry at the end of mv_cesa_plat_id_table[]Boris BREZILLON-0/+1
2017-11-06crypto: atmel - remove empty functionsTudor-Dan Ambarus-38/+0
2017-11-06crypto: caam - remove unused param of ctx_map_to_sec4_sg()Horia Geantă-4/+4
2017-11-06crypto: caam - remove unneeded edesc zeroizationHoria Geantă-4/+0
2017-11-03crypto: atmel-aes - Reset the controller before each useRomain Izard-7/+3
2017-11-03crypto: atmel-aes - properly set IV after {en,de}cryptRomain Izard-3/+37
2017-11-03crypto: s5p-sss - Add HASH support for ExynosKamil Konieczny-10/+1410
2017-11-03crypto: s5p-sss - Change spaces to tabsKamil Konieczny-95/+95
2017-11-03crypto: drivers - Convert timers to use timer_setup()Kees Cook-7/+6
2017-11-03crypto: caam/qi - abort algorithm setup on DPAA2 partsHoria Geantă-1/+6
2017-11-03crypto: caam - fix incorrect defineRadu Alexe-1/+1
2017-11-03crypto: atmel - remove useless irq initTudor-Dan Ambarus-6/+0
2017-11-03crypto: atmel - return appropriate error codeTudor-Dan Ambarus-6/+3
2017-11-03crypto: mediatek - move to generic async completionGilad Ben-Yossef-26/+5
2017-11-03crypto: qce - move to generic async completionGilad Ben-Yossef-26/+4
2017-11-03crypto: talitos - move to generic async completionGilad Ben-Yossef-33/+5
2017-11-03crypto: marvell/cesa - remove redundant backlog checks on EBUSYGilad Ben-Yossef-3/+2
2017-11-03crypto: ccp - use -ENOSPC for transient busy indicationGilad Ben-Yossef-7/+8
2017-11-03crypto: vmx - Use skcipher for ctr fallbackPaulo Flabiano Smorigo-16/+17
2017-11-03crypto: marvell - Switch cipher algs to the skcipher interfaceBoris BREZILLON-260/+251
2017-11-03crypto: qat - mark expected switch fall-throughs in qat_ucloGustavo A. R. Silva-0/+3
2017-11-03crypto: qat - remove unused and redundant pointer vf_infoColin Ian King-3/+0
2017-11-03crypto: ccp - remove unused variable qimColin Ian King-2/+1
2017-11-03crypto: cavium - clean up clang warning on unread variable offsetColin Ian King-1/+1
2017-11-03crypto: marvell - Remove the old mv_cesa driverBoris BREZILLON-1390/+3
2017-11-03crypto: marvell - Add a platform_device_id tableBoris BREZILLON-0/+6
2017-11-03crypto: chelsio - Fix memory leakHarsh Jain-4/+4
2017-11-03crypto: chelsio - Move DMA un/mapping to chcr from lld cxgb4 driverHarsh Jain-694/+1109
2017-11-03crypto: chelsio - Remove allocation of sg list to implement 2K limit of dsgl ...Harsh Jain-172/+76
2017-11-03crypto: chelsio - Use x8_ble gf multiplication to calculate IV.Harsh Jain-2/+10
2017-11-03crypto: chelsio - Check error code with IS_ERR macroYeshaswi M R Gowda-8/+8
2017-11-03crypto: chelsio - Remove unused parameterYeshaswi M R Gowda-32/+23