OSDN Git Service

tomoyo/tomoyo-test1.git
2019-02-01 Greg Kroah... crypto: 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...
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...
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...
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...
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...
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 ...
2019-01-11 Eric Biggerscrypto: cipher - remove struct cipher_desc
2019-01-11 Horia Geantăcrypto: caam - move shared symbols in a common location
2019-01-10 Eric Biggerscrypto: sm3 - fix undefined shift by >= width of value
2019-01-10 Christophe... crypto: talitos - fix ablkcipher for CONFIG_VMAP_STACK
2019-01-10 Christophe... crypto: talitos - reorder code in talitos_edesc_alloc()
2019-01-10 Eric Biggerscrypto: adiantum - initialize crypto_spawn::inst
2019-01-10 Dan Carpentercrypto: cavium/nitrox - Use after free in process_respo...
2019-01-10 Harsh Jaincrypto: authencesn - Avoid twice completion call in...
2019-01-10 Horia Geantăcrypto: caam - fix SHA support detection
2019-01-10 Aymen Sghaiercrypto: caam - fix zero-length buffer DMA mapping
2019-01-10 Eric Biggerscrypto: ccree - convert to use crypto_authenc_extractkeys()
2019-01-10 Eric Biggerscrypto: bcm - convert to use crypto_authenc_extractkeys()
2019-01-10 Eric Biggerscrypto: authenc - fix parsing key with misaligned rta_len
2019-01-07 Linus TorvaldsLinux 5.0-rc1 v5.0-rc1
2019-01-07 Linus TorvaldsMerge tag 'kbuild-v4.21-3' of git://git./linux/kernel...
2019-01-07 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git....
2019-01-06 Linus TorvaldsChange mincore() to count "mapped" pages rather than...
2019-01-06 Linus TorvaldsFix 'acccess_ok()' on alpha and SH
2019-01-06 Linus TorvaldsMerge tag 'fscrypt_for_linus' of git://git./linux/kerne...
2019-01-06 Linus TorvaldsMerge tag 'ext4_for_linus_stable' of git://git./linux...
2019-01-06 Linus TorvaldsMerge tag 'dma-mapping-4.21-1' of git://git.infradead...
2019-01-06 Linus TorvaldsMerge tag 'tag-chrome-platform-for-v4.21' of git:/...
2019-01-06 Linus TorvaldsMerge tag 'hwlock-v4.21' of git://github.com/andersson...
2019-01-06 Eric Biggersfscrypt: add Adiantum support
next