summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-28crypto: tcrypt - use multi buf for ahash mb testGilad Ben-Yossef
2017-12-22hwrng: core - Clean up RNG list when last hwrng is unregisteredGary R Hook
2017-12-22crypto: inside-secure - EIP97 supportAntoine Ténart
2017-12-22crypto: inside-secure - retry to proceed the request later on failAntoine Ténart
2017-12-22crypto: inside-secure - handle more result requests when counter is fullAntoine Ténart
2017-12-22crypto: inside-secure - acknowledge the result requests all at onceAntoine Ténart
2017-12-22crypto: inside-secure - increase the ring sizeAntoine Ténart
2017-12-22crypto: inside-secure - dequeue all requests at onceAntoine Ténart
2017-12-22crypto: inside-secure - use threaded IRQs for result handlingAntoine Ténart
2017-12-22crypto: inside-secure - move request dequeueing into a workqueueAntoine Ténart
2017-12-22crypto: inside-secure - remove unused parameter in invalidate_cacheOfer Heifetz
2017-12-22crypto: inside-secure - move cipher crypto mode to request contextOfer Heifetz
2017-12-22crypto: inside-secure - EBUSY is not an error on async requestOfer Heifetz
2017-12-22crypto: inside-secure - refrain from unneeded invalidationsOfer Heifetz
2017-12-22crypto: inside-secure - comment the caching functionAntoine Ténart
2017-12-22crypto: inside-secure - remove useless memsetAntoine Ténart
2017-12-22crypto: inside-secure - fix typo in a commentAntoine Ténart
2017-12-22crypto: inside-secure - remove extra empty lineAntoine Ténart
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2017-12-22crypto: aesni - add wrapper for generic gcm(aes)Sabrina Dubroca
2017-12-22crypto: aesni - fix typo in generic_gcmaes_decryptSabrina Dubroca
2017-12-22crypto: seqiv - Remove unused alg/spawn variableCorentin Labbe
2017-12-22crypto: echainiv - Remove unused alg/spawn variableCorentin Labbe
2017-12-22crypto: exynos - Introduce mutex to prevent concurrent access to hardwareŁukasz Stelmach
2017-12-22crypto: exynos - Reseed PRNG after generating 2^16 random bytesŁukasz Stelmach
2017-12-22crypto: exynos - Improve performance of PRNGŁukasz Stelmach
2017-12-22crypto: exynos - Support Exynos5250+ SoCsŁukasz Stelmach
2017-12-22crypto: artpec6 - set correct iv size for gcm(aes)Lars Persson
2017-12-22crypto: gf128mul - remove incorrect commentEric Biggers
2017-12-22crypto: qat - reduce stack size with KASANArnd Bergmann
2017-12-22crypto: inside-secure - do not use areq->result for partial resultsAntoine Ténart
2017-12-22crypto: inside-secure - fix request allocations in invalidation pathAntoine Ténart
2017-12-22crypto: inside-secure - free requests even if their handling failedAntoine Ténart
2017-12-22crypto: inside-secure - per request invalidationOfer Heifetz
2017-12-22lib/mpi: Fix umul_ppmm() for MIPS64r6James Hogan
2017-12-22crypto: null - Get rid of crypto_{get,put}_default_null_skcipher2()Eric Biggers
2017-12-22crypto: api - Unexport crypto_larval_lookup()Eric Biggers
2017-12-22crypto: exynos - Icrease the priority of the driverŁukasz Stelmach
2017-12-22crypto: chelsio - fix a type cast errorAtul Gupta
2017-12-22crypto: drivers - remove duplicate includesPravin Shedge
2017-12-22crypto: pcrypt - fix freeing pcrypt instancesEric Biggers
2017-12-22crypto: n2 - cure use after freeJan Engelhardt
2017-12-22crypto: af_alg - Fix race around ctx->rcvused by making it atomic_tJonathan Cameron
2017-12-22crypto: chacha20poly1305 - validate the digest sizeEric Biggers
2017-12-22crypto: chelsio - select CRYPTO_GF128MULArnd Bergmann
2017-12-11MAINTAINERS: Add myself as co-maintainer for s5p-sss.cKamil Konieczny
2017-12-11chcr: ensure cntrl is initialized to fix bit-wise or'ing of garabage dataColin Ian King
2017-12-11chcr: remove unused variables net_device, pi, adap and cntrlColin Ian King
2017-12-11crypto: chelsio - make arrays sgl_ent_len and dsgl_ent_len staticColin Ian King
2017-12-11crypto: cryptd - make cryptd_max_cpu_qlen module parameter staticColin Ian King