summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2016-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2016-11-30crypto: rsa - Add Makefile dependencies to fix parallel buildsDavid Michael
2016-11-30crypto: drbg - prevent invalid SG mappingsStephan Mueller
2016-11-28crypto: testmgr - don't use stack buffer in test_acomp()Eric Biggers
2016-11-28crypto: cbc - Export CBC implementationHerbert Xu
2016-11-28crypto: cbc - Convert to skcipherHerbert Xu
2016-11-28crypto: aesni - Convert to skcipherHerbert Xu
2016-11-28crypto: testmgr - Do not test internal algorithmsHerbert Xu
2016-11-28crypto: glue_helper - Add skcipher xts helpersHerbert Xu
2016-11-28crypto: pcbc - Convert to skcipherHerbert Xu
2016-11-28crypto: simd - Add simd skcipher helperHerbert Xu
2016-11-28crypto: cryptd - Add support for skcipherHerbert Xu
2016-11-28crypto: api - Do not clear type bits in crypto_larval_lookupHerbert Xu
2016-11-28crypto: xts - Convert to skcipherHerbert Xu
2016-11-28crypto: lrw - Convert to skcipherHerbert Xu
2016-11-28crypto: skcipher - Add skcipher walk interfaceHerbert Xu
2016-11-28crypto: crc32c-vpmsum - Rename CRYPT_CRC32C_VPMSUM optionJean Delvare
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-25X.509: Fix double free in x509_cert_parse() [ver #3]Andrey Ryabinin
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-22crypto: scatterwalk - Remove unnecessary aliasing check in map_and_copyHerbert Xu
2016-11-22crypto: algif_hash - Fix result clobbering in recvmsgHerbert Xu
2016-11-21crypto: drbg - advance output buffer pointerStephan Mueller
2016-11-18crypto: algif_hash - Fix NULL hash crash with shashHerbert Xu
2016-11-17crypto: gf128mul - Zero memory when freeing multiplication tableAlex Cope
2016-11-17crypto: jitterentropy - drop duplicate header module.hGeliang Tang
2016-11-14net: fix sleeping for sk_wait_event()WANG Cong
2016-11-13crypto: gf128mul - remove dead gf128mul_64k_lle codeAlex Cope
2016-11-13crypto: dh - Consistenly return negative error codesMat Martineau
2016-11-13crypto: poly1305 - Use unaligned access where requiredJason A. Donenfeld
2016-11-01crypto: cryptd - Remove unused but set variable 'tfm'Tobias Klauser
2016-11-01crypto: skcipher - Get rid of crypto_spawn_skcipher2()Eric Biggers
2016-11-01crypto: skcipher - Get rid of crypto_grab_skcipher2()Eric Biggers
2016-11-01crypto: acomp - fix dependency in MakefileGiovanni Cabiddu
2016-10-25crypto: acomp - update testmgr with support for acompGiovanni Cabiddu
2016-10-25crypto: acomp - add support for deflate via scompGiovanni Cabiddu
2016-10-25crypto: acomp - add support for 842 via scompGiovanni Cabiddu
2016-10-25crypto: acomp - add support for lz4hc via scompGiovanni Cabiddu
2016-10-25crypto: acomp - add support for lz4 via scompGiovanni Cabiddu
2016-10-25crypto: acomp - add support for lzo via scompGiovanni Cabiddu
2016-10-25crypto: acomp - add driver-side scomp interfaceGiovanni Cabiddu
2016-10-25crypto: acomp - add asynchronous compression apiGiovanni Cabiddu
2016-10-25crypto: engine - Handle the kthread worker using the new APIPetr Mladek
2016-10-25crypto: gcm - Fix error return code in crypto_gcm_create_common()Wei Yongjun
2016-10-21crypto: cmac - fix alignment of 'consts'Eric Biggers
2016-10-21crypto: cmac - return -EINVAL if block size is unsupportedEric Biggers
2016-10-21crypto: api - Remove no-op exit_ops codeEric Biggers
2016-10-21crypto: api - Fix Kconfig dependencies for FIPSAlec Ari
2016-10-11kthread: kthread worker API cleanupPetr Mladek
2016-10-10Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds