aboutsummaryrefslogtreecommitdiffstats
path: root/usr (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-22crypto: qat - reduce stack size with KASANArnd Bergmann1-66/+67
2017-12-22crypto: null - Get rid of crypto_{get,put}_default_null_skcipher2()Eric Biggers6-21/+11
2017-12-22crypto: api - Unexport crypto_larval_lookup()Eric Biggers2-3/+2
2017-12-22crypto: exynos - Icrease the priority of the driverŁukasz Stelmach1-1/+1
2017-12-22crypto: chelsio - fix a type cast errorAtul Gupta1-1/+1
2017-12-22crypto: drivers - remove duplicate includesPravin Shedge3-3/+0
2017-12-11MAINTAINERS: Add myself as co-maintainer for s5p-sss.cKamil Konieczny1-0/+1
2017-12-11chcr: ensure cntrl is initialized to fix bit-wise or'ing of garabage dataColin Ian King1-1/+1
2017-12-11chcr: remove unused variables net_device, pi, adap and cntrlColin Ian King1-7/+1
2017-12-11crypto: chelsio - make arrays sgl_ent_len and dsgl_ent_len staticColin Ian King1-9/+13
2017-12-11crypto: cryptd - make cryptd_max_cpu_qlen module parameter staticColin Ian King1-1/+1
2017-12-11crypto: stm32 - fix module device table nameCorentin LABBE1-1/+1
2017-12-11crypto: caam/qi - use correct print specifier for size_tHoria Geantă1-3/+3
2017-12-11crypto: arm/aes-neonbs - Use PTR_ERR_OR_ZERO()Gomonovych, Vasyl1-6/+4
2017-12-11crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDHHauke Mehrtens1-1/+1
2017-11-29crypto: arm64/aes - do not call crypto_unregister_skcipher twice on errorCorentin Labbe1-0/+1
2017-11-29crypto: chacha20 - Fix keystream alignment for chacha20_block()Eric Biggers4-17/+18
2017-11-29crypto: x86/chacha20 - Remove cra_alignmaskEric Biggers1-1/+0
2017-11-29crypto: chacha20 - Remove cra_alignmaskEric Biggers1-1/+0
2017-11-29crypto: chacha20 - Use unaligned access macros when loading key and IVEric Biggers1-10/+6
2017-11-29crypto: chacha20 - Fix unaligned access when loading constantsEric Biggers1-6/+4
2017-11-29crypto: cryptd - Add cryptd_max_cpu_qlen module parameterJon Maxwell1-2/+5
2017-11-29crypto: arm64/aes-ce-cipher - move assembler code to .S fileArd Biesheuvel3-104/+100
2017-11-29crypto: hifn_795x - Fix a memory leak in the error handling path of 'hifn_probe()'Christophe Jaillet1-0/+1
2017-11-29crypto: remove unused hardirq.hYang Shi3-3/+0
2017-11-29chcr: Add support for Inline IPSecAtul Gupta8-168/+860
2017-11-29cxgb4: Add support for Inline IPSec TxAtul Gupta7-52/+88