]> asedeno.scripts.mit.edu Git - linux.git/shortlog
linux.git
2019-12-11 Herbert Xucrypto: shash - Add init_tfm/exit_tfm and verify descsize
2019-12-11 Herbert Xucrypto: api - Add more comments to crypto_remove_spawns
2019-12-11 Herbert Xucrypto: api - Do not zap spawn->alg
2019-12-11 Herbert Xucrypto: api - Fix race condition in crypto_spawn_alg
2019-12-11 Eric Biggerscrypto: doc - remove references to ARC4
2019-12-11 Herbert Xucrypto: api - Check spawn->alg under lock in crypto_dro...
2019-12-11 Valdis Klētniekscrypto: chacha - fix warning message in header file
2019-12-11 Tudor Ambaruscrypto: atmel-{aes,sha,tdes} - Group common alg type...
2019-12-11 Tudor Ambaruscrypto: atmel-aes - Use gcm helper to check authsize
2019-12-11 Tudor Ambaruscrypto: atmel-sha - Void return type for atmel_sha_upda...
2019-12-11 Tudor Ambaruscrypto: atmel-{sha,tdes} - Remove unused 'err' member...
2019-12-11 Tudor Ambaruscrypto: atmel-aes - Fix saving of IV for CTR mode
2019-12-11 Tudor Ambaruscrypto: atmel-aes - Fix counter overflow in CTR mode
2019-12-11 Tudor Ambaruscrypto: atmel-{aes,tdes} - Do not save IV for ECB mode
2019-12-11 Tudor Ambaruscrypto: atmel-tdes - Drop unnecessary passing of tfm
2019-12-11 Tudor Ambaruscrypto: atmel-tdes - Map driver data flags to Mode Register
2019-12-11 Tudor Ambaruscrypto: atmel-tdes - Remove useless write in Control...
2019-12-11 Tudor Ambaruscrypto: atmel-{aes,sha,tdes} - Rename labels in probe()
2019-12-11 Tudor Ambaruscrypto: atmel-{aes,sha,tdes} - Drop superfluous error...
2019-12-11 Tudor Ambaruscrypto: atmel-{sha,tdes} - Propagate error from _hw_ver...
2019-12-11 Tudor Ambaruscrypto: atmel-tdes - Remove unused header includes
2019-12-11 Tudor Ambaruscrypto: atmel-{sha,tdes} - Change algorithm priorities
2019-12-11 Tudor Ambaruscrypto: atmel-tdes - Constify value to write to hw
2019-12-11 Herbert Xucrypto: af_alg - Use bh_lock_sock in sk_destruct
2019-12-11 Daniel Jordanpadata: update documentation
2019-12-11 Daniel Jordanpadata: remove reorder_objects
2019-12-11 Daniel Jordanpadata: remove cpumask change notifier
2019-12-11 Daniel Jordanpadata: always acquire cpu_hotplug_lock before pinst->lock
2019-12-11 Daniel Jordanpadata: validate cpumask without removed CPU during offline
2019-12-11 Eric Biggerscrypto: cipher - remove crt_u.cipher (struct cipher_tfm)
2019-12-11 Eric Biggerscrypto: compress - remove crt_u.compress (struct compre...
2019-12-11 Eric Biggerscrypto: testmgr - generate inauthentic AEAD test vectors
2019-12-11 Eric Biggerscrypto: testmgr - create struct aead_extra_tests_ctx
2019-12-11 Eric Biggerscrypto: testmgr - test setting misaligned keys
2019-12-11 Eric Biggerscrypto: testmgr - check skcipher min_keysize
2019-12-11 Eric Biggerscrypto: testmgr - don't try to decrypt uninitialized...
2019-12-11 Eric Biggerscrypto: skcipher - add crypto_skcipher_min_keysize()
2019-12-11 Eric Biggerscrypto: aead - move crypto_aead_maxauthsize() to <crypt...
2019-12-11 Tero Kristocrypto: omap-crypto - copy the temporary data to output...
2019-12-11 Tero Kristocrypto: omap-des - handle NULL cipher request
2019-12-11 Tero Kristocrypto: omap-des - avoid unnecessary spam with bad cryptlen
2019-12-11 Tero Kristocrypto: omap-aes-gcm - convert to use crypto engine
2019-12-11 Tero Kristocrypto: omap-sham - fix unaligned sg list handling
2019-12-11 Tero Kristocrypto: omap-aes-gcm - fix failure with assocdata only
2019-12-11 Ard Biesheuvelcrypto: omap-aes-gcm - use the AES library to encrypt...
2019-12-11 Ard Biesheuvelcrypto: omap-aes-gcm - check length of assocdata in...
2019-12-11 Ard Biesheuvelcrypto: omap-aes-gcm - add missing .setauthsize hooks
2019-12-11 Ard Biesheuvelcrypto: omap-aes-gcm - deal with memory allocation failure
2019-12-11 Ard Biesheuvelcrypto: omap-aes-ctr - set blocksize to 1
2019-12-11 Ard Biesheuvelcrypto: omap-aes - reject invalid input sizes for block...
2019-12-11 Tero Kristocrypto: omap-aes - fixup aligned data cleanup
2019-12-11 Tero Kristocrypto: omap-sham - fix split update cases with cryptom...
2019-12-11 Tero Kristocrypto: omap-aes-gcm - fix corner case with only auth data
2019-12-11 Tero Kristocrypto: omap-sham - fix buffer handling for split test...
2019-12-11 Tero Kristocrypto: omap-aes - add IV output handling
2019-12-11 Tero Kristocrypto: omap-des - add IV output handling
2019-12-11 Tero Kristocrypto: omap-aes - remove the sysfs group during driver...
2019-12-11 Tero Kristocrypto: omap-sham - remove the sysfs group during drive...
2019-12-11 Tero Kristocrypto: omap-sham - split up data to multiple sg elemen...
2019-12-11 Eric Biggerscrypto: shash - allow essiv and hmac to use OPTIONAL_KE...
2019-12-11 Eric Biggerscrypto: skcipher - remove crypto_skcipher_extsize()
2019-12-11 Eric Biggerscrypto: skcipher - remove crypto_skcipher::decrypt
2019-12-11 Eric Biggerscrypto: skcipher - remove crypto_skcipher::encrypt
2019-12-11 Eric Biggerscrypto: skcipher - remove crypto_skcipher::setkey
2019-12-11 Eric Biggerscrypto: skcipher - remove crypto_skcipher::keysize
2019-12-11 Eric Biggerscrypto: skcipher - remove crypto_skcipher::ivsize
2019-12-11 Eric Biggerscrypto: api - remove another reference to blkcipher
2019-12-11 Eric Biggerscrypto: hisilicon - select CRYPTO_SKCIPHER, not CRYPTO_...
2019-12-11 Herbert Xucrypto: pcrypt - Do not clear MAY_SLEEP flag in origina...
2019-12-11 Ard Biesheuvelcrypto: arm64/ghash-neon - bump priority to 150
2019-12-11 Sami Tolvanencrypto: arm64/sha - fix function types
2019-12-11 Ard Biesheuvelcrypto: ccp - set max RSA modulus size for v3 platform...
2019-12-11 Gilad Ben-Yossefcrypto: ccree - fix backlog memory leak
2019-12-11 Hadar Gatcrypto: ccree - fix typos in error msgs
2019-12-11 Hadar Gatcrypto: ccree - fix typos in comments
2019-12-11 Gilad Ben-Yossefcrypto: ccree - remove useless define
2019-12-11 Kees Cookcrypto: x86 - Regularize glue function prototypes
2019-12-11 Iuliana Prodancrypto: caam - do not reset pointer size from MCFGR...
2019-12-11 Herbert Xucrypto: pcrypt - Avoid deadlock by using per-instance...
2019-12-11 Peter Ujfalusicrypto: atmel-tdes - Retire dma_request_slave_channel_c...
2019-12-11 Peter Ujfalusicrypto: atmel-sha - Retire dma_request_slave_channel_co...
2019-12-11 Peter Ujfalusicrypto: atmel-aes - Retire dma_request_slave_channel_co...
2019-12-11 Krzysztof Kozlowskicrypto: Kconfig - Fix indentation
2019-12-11 Corentin Labbecrypto: sun4i-ss - add the A33 variant of SS
2019-12-11 Kamil KoniecznyMAINTAINERS: update my e-mail address
2019-12-11 Stefan Wahrenhwrng: iproc-rng200 - Add support for BCM2711
2019-12-11 Stefan Wahrendt-bindings: rng: add BCM2711 RNG compatible
2019-12-11 Herbert Xupadata: Remove unused padata_remove_cpu
2019-12-11 Herbert Xucrypto: pcrypt - Fix user-after-free on module unload
2019-12-11 Zhou Wangcrypto: hisilicon - Remove useless MODULE macros
2019-12-11 Jonathan Cameroncrypto: hisilicon - Use the offset fields in sqe to...
2019-12-11 Jonathan Cameroncrypto: hisilicon - Fix issue with wrong number of...
2019-12-11 Herbert Xupadata: Remove broken queue flushing
2019-12-11 zhengbincrypto: inside-secure - Use PTR_ERR_OR_ZERO() to simpli...
2019-12-08 Linus TorvaldsLinux 5.5-rc1 v5.5-rc1
2019-12-08 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2019-12-08 Linus TorvaldsMerge tag 'scsi-misc' of git://git.kernel.org/pub/scm...
2019-12-08 Linus TorvaldsMerge tag '5.5-rc-smb3-fixes-part2' of git://git.samba...
2019-12-08 Linus TorvaldsMerge branch 'work.misc' of git://git.kernel.org/pub...
2019-12-08 Linus TorvaldsMerge tag 'ntb-5.5' of git://github.com/jonmason/ntb
next