summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-01crypto: authenc - Consider ahash ASYNC bitHerbert Xu
2016-06-29crypto: authenc - Remove redundant sg_init_table call.Harsh Jain
2016-06-29crypto: tcrypt - Fix memory leaks/crashes in multibuffer hash speed testHerbert Xu
2016-06-28crypto: tcrypt - Use unsigned long for mb ahash cycle counterHerbert Xu
2016-06-28crypto: tcrypt - Fix mixing printk/pr_err and obvious indentation issuesKrzysztof Kozlowski
2016-06-28crypto: tcrypt - Add new mode for sha512_mbMegha Dey
2016-06-28crypto: sha512-mb - Crypto computation (x4 AVX2)Megha Dey
2016-06-28crypto: sha512-mb - Algorithm data structuresMegha Dey
2016-06-28crypto: sha512-mb - submit/flush routines for AVX2Megha Dey
2016-06-28crypto: sha512-mb - Enable SHA512 multibuffer supportMegha Dey
2016-06-28crypto: sha512-mb - SHA512 multibuffer job manager and glue codeMegha Dey
2016-06-28crypto: ux500 - do not build with -O0Arnd Bergmann
2016-06-27hwrng: omap - Fix assumption that runtime_get_sync will always succeedNishanth Menon
2016-06-27MAINTAINERS: update maintainer for qatTadeusz Struk
2016-06-27crypto: sha1-mb - rename sha-mb to sha1-mbMegha Dey
2016-06-27crypto: tcrypt - Add speed tests for SHA multibuffer algorithmsMegha Dey
2016-06-27crypto: sha256-mb - Crypto computation (x8 AVX2)Megha Dey
2016-06-27crypto: sha256-mb - Algorithm data structuresMegha Dey
2016-06-27crypto: sha256-mb - submit/flush routines for AVX2Megha Dey
2016-06-27crypto: sha256-mb - Enable multibuffer supportMegha Dey
2016-06-27crypto: sha256-mb - SHA256 multibuffer job manager and glue codeMegha Dey
2016-06-27Documentation: devicetree: bindings: Add BCM5301x bindingFlorian Fainelli
2016-06-24crypto: ecdh - make ecdh_shared_secret uniqueStephen Rothwell
2016-06-24hwrng: bcm2835 - Add support for Broadcom BCM5301xFlorian Fainelli
2016-06-24crypto: jitterentropy - use ktime_get_ns as fallbackStephan Mueller
2016-06-24KEYS: Use skcipher for big keysHerbert Xu
2016-06-24crypto: omap-sham - set sw fallback to 240 bytesBin Liu
2016-06-24crypto: omap - do not call dmaengine_terminate_allLokesh Vutla
2016-06-24crypto: omap-sham - change queue size from 1 to 10Tero Kristo
2016-06-24crypto: omap-sham - use runtime_pm autosuspend for clock handlingTero Kristo
2016-06-23crypto: ecdh - Add ECDH software supportSalvatore Benedetto
2016-06-23crypto: dh - Add DH software implementationSalvatore Benedetto
2016-06-23crypto: kpp - Key-agreement Protocol Primitives API (KPP)Salvatore Benedetto
2016-06-23crypto: sha1-mb - async implementation for sha1-mbMegha Dey
2016-06-23crypto: ghash-ce - Fix cryptd reorderingHerbert Xu
2016-06-23crypto: ghash-clmulni - Fix cryptd reorderingHerbert Xu
2016-06-23crypto: ablk_helper - Fix cryptd reorderingHerbert Xu
2016-06-23crypto: aesni - Fix cryptd reordering problem on gcmHerbert Xu
2016-06-23crypto: cryptd - Add helpers to check whether a tfm is queuedHerbert Xu
2016-06-23crypto: marvell - Increase the size of the crypto queueRomain Perier
2016-06-23crypto: marvell - Add support for chaining crypto requests in TDMA modeRomain Perier
2016-06-23crypto: marvell - Add load balancing between enginesRomain Perier
2016-06-23crypto: marvell - Move SRAM I/O operations to step functionsRomain Perier
2016-06-23crypto: marvell - Add a complete operation for async requestsRomain Perier
2016-06-23crypto: marvell - Move tdma chain out of mv_cesa_tdma_req and remove itRomain Perier
2016-06-23crypto: marvell - Copy IV vectors by DMA transfers for acipher requestsRomain Perier
2016-06-23crypto: marvell - Fix wrong type check in dma functionsRomain Perier
2016-06-23crypto: marvell - Check engine is not already running when enabling a reqRomain Perier
2016-06-23crypto: marvell - Add a macro constant for the size of the crypto queueRomain Perier
2016-06-23crypto: chacha20-simd - Use generic code for small requestsHerbert Xu