]> git.ipfire.org Git - thirdparty/kernel/stable.git/history - crypto
crypto: ccp - no need to check return value of debugfs_create functions
[thirdparty/kernel/stable.git] / crypto /
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  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: aegis - Cleanup license mess
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: 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  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  hacocrypto: Kconfig - Fix typo in "pclmul"
2019-01-10  Eric Biggerscrypto: sm3 - fix undefined shift by >= width of value
2019-01-10  Eric Biggerscrypto: adiantum - initialize crypto_spawn::inst
2019-01-10  Harsh Jaincrypto: authencesn - Avoid twice completion call in...
2019-01-10  Eric Biggerscrypto: authenc - fix parsing key with misaligned rta_len
2019-01-07  Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git.kerne...
2019-01-06  Linus TorvaldsMerge tag 'fscrypt_for_linus' of git://git.kernel.org...
2019-01-06  Linus TorvaldsMerge tag 'ext4_for_linus_stable' of git://git.kernel...
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  Linus TorvaldsMerge tag 'docs-5.0-fixes' of git://git.lwn.net/linux
2019-01-06  Linus TorvaldsMerge tag 'firewire-update' of git://git.kernel.org...
2019-01-06  Linus TorvaldsMerge tag 'drm-next-2019-01-05' of git://anongit.freede...
2019-01-06  Linus TorvaldsMerge tag 'for-linus' of git://git.kernel.org/pub/scm...
2019-01-06  Linus TorvaldsMerge tag 'fbdev-v4.21' of git://github.com/bzolnier...
2019-01-06  Linus TorvaldsMerge branch 'i2c/for-5.0' of git://git.kernel.org...
2019-01-06  Linus TorvaldsMerge tag 'pci-v4.21-changes' of git://git.kernel.org...
2019-01-06  Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2019-01-06  Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2019-01-06  Linus TorvaldsMerge branch 'next' of git://git.kernel.org/pub/scm...
2019-01-06  Linus TorvaldsMerge branch 'linus' of git://git.kernel.org/pub/scm...
2019-01-05  Linus TorvaldsMerge tag 'trace-v4.21-1' of git://git.kernel.org/pub...
2019-01-05  Linus TorvaldsMerge tag 'iomap-4.21-merge-3' of git://git.kernel...
2019-01-05  Linus TorvaldsMerge tag 'xfs-4.21-merge-3' of git://git.kernel.org...
2019-01-05  Linus TorvaldsMerge tag 'ceph-for-4.21-rc1' of git://github.com/ceph...
2019-01-05  Linus TorvaldsMerge branch 'mount.part1' of git://git.kernel.org...
2019-01-05  Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2019-01-05  Linus TorvaldsMerge tag 'mips_fixes_4.21_1' of git://git.kernel.org...
2019-01-05  Linus TorvaldsMerge tag 'for-4.21' of git://git.sourceforge.jp/gitroo...
2019-01-05  Linus TorvaldsMerge tag 'armsoc-late' of git://git.kernel.org/pub...
2019-01-05  Linus TorvaldsMerge tag 'arm64-fixes' of git://git.kernel.org/pub...
2019-01-05  Linus TorvaldsMerge tag 'for-4.21' of git://git.armlinux.org.uk/...
2019-01-05  Linus TorvaldsMerge tag 'csky-for-linus-4.21' of git://github.com...
2019-01-04  Olof JohanssonMerge branch 'next/drivers' into next/late
2019-01-04  Michael EllermanMerge branch 'master' into fixes
2019-01-03  Linus TorvaldsMerge tag 'sound-fix-4.21-rc1' of git://git.kernel...
2019-01-03  Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2019-01-03  Jens AxboeMerge branch 'for-next' of git://git.kernel.org/pub...
2019-01-03  Ingo MolnarMerge tag 'perf-core-for-mingo-4.21-20190103' of git...
2019-01-03  Jiri KosinaMerge branches 'for-4.20/upstream-fixes', 'for-4.21...
2019-01-03  Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2019-01-03  Linus TorvaldsMerge tag 'for_linus' of git://git.kernel.org/pub/scm...
2019-01-03  Linus TorvaldsMerge tag 'for-4.21/block-20190102' of git://git.kernel...
2019-01-03  Linus TorvaldsMerge tag 'for-4.21/libata-20190102' of git://git.kerne...
2019-01-03  Linus TorvaldsMerge tag 'clk-for-linus' of git://git.kernel.org/pub...
2019-01-03  Linus TorvaldsMerge tag 'devprop-4.21-rc1-2' of git://git.kernel...
2019-01-03  Linus TorvaldsMerge tag 'mailbox-v4.21' of git://git.linaro.org/landi...
2019-01-03  Linus TorvaldsMerge branch 'for-linus-4.21-rc1' of git://git.kernel...
2019-01-03  Linus TorvaldsMerge tag 's390-4.21-1' of git://git.kernel.org/pub...
2019-01-03  Linus TorvaldsMerge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org...
2019-01-03  Linus TorvaldsMerge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields...
2019-01-02  Linus TorvaldsMerge tag '9p-for-4.21' of git://github.com/martinetd...
next