]> asedeno.scripts.mit.edu Git - linux.git/shortlog
linux.git
2019-02-01 Ard Biesheuvelcrypto: arm64/ghash - register PMULL variants as separa...
2019-02-01 Milan Brozcrypto: testmgr - mark crc32 checksum as FIPS allowed
2019-02-01 Masahiro Yamadacrypto: bcm - remove -I. header search path and unused...
2019-02-01 Masahiro Yamadacrypto: prefix header search paths with $(srctree)/
2019-02-01 Ard Biesheuvelcrypto: arm64/aes-ccm - don't use an atomic walk needlessly
2019-02-01 Ard Biesheuvelcrypto: arm64/aes-ccm - fix bugs in non-NEON fallback...
2019-02-01 Ard Biesheuvelcrypto: arm64/aes-ccm - fix logical bug in AAD MAC handling
2019-02-01 Eric Biggerscrypto: testmgr - skip crc32c context test for ahash...
2019-02-01 Vincent Whitchurchcrypto: axis - move request unmap outside of the queue lock
2019-02-01 Lars Perssoncrypto: axis - use a constant time tag compare
2019-02-01 Lars Perssoncrypto: axis - support variable AEAD tag length
2019-02-01 Lars Perssoncrypto: axis - give DMA the start of the status buffer
2019-02-01 Lars Perssoncrypto: axis - fix for recursive locking from bottom half
2019-02-01 Lars Perssoncrypto: axis - remove sha512 support for artpec7
2019-02-01 Lars Perssoncrypto: axis - remove sha384 support for artpec7
2019-02-01 Corentin Labbecrypto: crypto4xx - Fix wrong ppc4xx_trng_probe()/ppc4x...
2019-02-01 YueHaibingcrypto: chelsio - Fix passing zero to 'PTR_ERR' warning...
2019-02-01 Roland Hiebercrypto: caam - fix indentation of goto label
2019-02-01 Greg Kroah-Hartmancrypto: caam - no need to check return value of debugfs...
2019-02-01 Greg Kroah-Hartmancrypto: ccp - no need to check return value of debugfs_...
2019-02-01 Greg Kroah-Hartmancrypto: cavium/nitrox - no need to check return value...
2019-02-01 Greg Kroah-Hartmancrypto: cavium/zip - no need to check return value...
2019-02-01 Greg Kroah-Hartmancrypto: axis - no need to check return value of debugfs...
2019-02-01 Greg Kroah-Hartmancrypto: ccree - no need to check return value of debugf...
2019-02-01 Greg Kroah-Hartmancrypto: qat - no need to check return value of debugfs_...
2019-02-01 Horia Geantăcrypto: caam - handle zero-length AEAD output
2019-02-01 Iuliana Prodancrypto: caam - add support for cmac(aes)
2019-02-01 YueHaibingcrypto: seqiv - Use kmemdup in seqiv_aead_encrypt()
2019-01-25 Eric Biggerscrypto: clarify name of WEAK_KEY request flag
2019-01-25 Eric Biggerscrypto: bcm - remove unused function do_decrypt()
2019-01-25 David Tolnayhwrng: virtio - Avoid repeated init of completion
2019-01-25 Xiongfeng Wangcrypto: chacha20poly1305 - use template array registeri...
2019-01-25 Xiongfeng Wangcrypto: ctr - use template array registering API to...
2019-01-25 Xiongfeng Wangcrypto: gcm - use template array registering API to...
2019-01-25 Xiongfeng Wangcrypto: ccm - use template array registering API to...
2019-01-25 Xiongfeng Wangcrypto: api - add a helper to (un)register a array...
2019-01-25 Thomas Gleixnercrypto: morus - Convert to SPDX license identifiers
2019-01-25 Thomas Gleixnercrypto: aegis - Convert to SPDX license identifiers
2019-01-25 Thomas Gleixnercrypto: morus - Cleanup license mess
2019-01-25 Thomas Gleixnercrypto: aegis - Cleanup license mess
2019-01-25 Atul Guptacrypto: chelsio - Inline single pdu only
2019-01-25 Atul Guptacrypto: chelsio - avoid using sa_entry imm
2019-01-25 Gilad Ben-Yossefcrypto: ccree - don't copy zero size ciphertext
2019-01-25 Gilad Ben-Yossefcrypto: ccree - shared irq lines are not a bug
2019-01-25 Gilad Ben-Yossefcrypto: ccree - unmap buffer before copying IV
2019-01-25 Hadar Gatcrypto: ccree - remove legacy leftover
2019-01-25 Hadar Gatcrypto: ccree - fix free of unallocated mlli buffer
2019-01-25 Hadar Gatcrypto: ccree - add error message
2019-01-25 Hadar Gatcrypto: ccree - improve error handling
2019-01-18 Eric Biggerscrypto: testmgr - unify the AEAD encryption and decrypt...
2019-01-18 Eric Biggerscrypto: testmgr - add rfc4543(gcm(aes)) decryption...
2019-01-18 Eric Biggerscrypto: testmgr - add gcm(aes) decryption tests to...
2019-01-18 Eric Biggerscrypto: testmgr - add ccm(aes) decryption tests to...
2019-01-18 Eric Biggerscrypto: testmgr - skip AEAD encryption test vectors...
2019-01-18 Eric Biggerscrypto: af_alg - remove redundant initializations of...
2019-01-18 Eric Biggerscrypto: af_alg - use list_for_each_entry() in af_alg_co...
2019-01-18 Eric Biggerscrypto: af_alg - make some functions static
2019-01-18 Eric Biggerscrypto: stat - remove unused mutex
2019-01-18 Eric Biggerscrypto: tgr192 - fix unaligned memory access
2019-01-18 Eric Biggerscrypto: x86/aesni-gcm - make 'struct aesni_gcm_tfm_s...
2019-01-18 Eric Biggerscrypto: user - forward declare crypto_nlsk
2019-01-18 Eric Biggerscrypto: testmgr - handle endianness correctly in alg_te...
2019-01-18 Eric Biggerscrypto: streebog - use correct endianness type
2019-01-18 Eric Biggerscrypto: rsa-pkcs1pad - include <crypto/internal/rsa.h>
2019-01-18 Eric Biggerscrypto: gcm - use correct endianness type in gcm_hash_len()
2019-01-18 YueHaibingcrypto: brcm - Fix some set-but-not-used warning
2019-01-18 Vitaly Chikunovcrypto: testmgr - split akcipher tests by a key type
2019-01-18 Eric Biggerscrypto: shash - remove pointless checks of shash_alg...
2019-01-18 Eric Biggerscrypto: shash - require neither or both ->export()...
2019-01-18 Eric Biggerscrypto: aead - set CRYPTO_TFM_NEED_KEY if ->setkey() fails
2019-01-18 Eric Biggerscrypto: skcipher - set CRYPTO_TFM_NEED_KEY if ->setkey...
2019-01-18 Eric Biggerscrypto: hash - set CRYPTO_TFM_NEED_KEY if ->setkey() fails
2019-01-11 Eric Biggerscrypto: algapi - reject NULL crypto_spawn::inst
2019-01-11 Eric Biggerscrypto: algapi - remove crypto_alloc_instance()
2019-01-11 Eric Biggerscrypto: null - convert ecb-cipher_null to skcipher API
2019-01-11 Eric Biggerscrypto: arc4 - convert to skcipher API
2019-01-11 Eric Biggerscrypto: pcbc - convert to skcipher_alloc_instance_simple()
2019-01-11 Eric Biggerscrypto: pcbc - remove ability to wrap internal ciphers
2019-01-11 Eric Biggerscrypto: ofb - convert to skcipher_alloc_instance_simple()
2019-01-11 Eric Biggerscrypto: keywrap - convert to skcipher API
2019-01-11 Eric Biggerscrypto: ecb - convert to skcipher API
2019-01-11 Eric Biggerscrypto: ctr - convert to skcipher API
2019-01-11 Eric Biggerscrypto: cfb - convert to skcipher_alloc_instance_simple()
2019-01-11 Eric Biggerscrypto: cbc - convert to skcipher_alloc_instance_simple()
2019-01-11 Eric Biggerscrypto: skcipher - add helper for simple block cipher modes
2019-01-11 Eric Biggerscrypto: pcbc - remove bogus memcpy()s with src == dest
2019-01-11 Eric Biggerscrypto: ofb - fix handling partial blocks and make...
2019-01-11 Eric Biggerscrypto: cfb - remove bogus memcpy() with src == dest
2019-01-11 Eric Biggerscrypto: cfb - add missing 'chunksize' property
2019-01-11 Colin Ian Kingcrypto: virtio - clean up indentation, replace spaces...
2019-01-11 hacocrypto: Kconfig - Fix typo in "pclmul"
2019-01-11 YueHaibingcrypto: chelsio - remove set but not used variables 'adap'
2019-01-11 YueHaibingcrypto: chelsio - check set_msg_len overflow in generate_b0
2019-01-11 YueHaibingcrypto: ux500 - catch dma submission error
2019-01-11 Christian Lampartercrypto: crypto4xx - add prng crypto support
2019-01-11 Iuliana Prodancrypto: caam - add support for xcbc(aes)
2019-01-11 Iuliana Prodancrypto: caam - create ahash shared descriptors only once
2019-01-11 Iuliana Prodancrypto: caam - fix error reporting for caam_hash_alloc
2019-01-11 Hook, Garycrypto: ccp - Update copyright notices and dates
2019-01-11 YueHaibingcrypto: chtls - remove set but not used variables ...
next