crypto: marvell - Remove the old mv_cesa driver
[linux-2.6-microblaze.git] / drivers /
2017-11-03 Boris BREZILLONcrypto: marvell - Remove the old mv_cesa driver
2017-11-03 Boris BREZILLONcrypto: marvell - Add a platform_device_id table
2017-11-03 Harsh Jaincrypto: chelsio - Fix memory leak
2017-11-03 Harsh Jaincrypto: chelsio - Move DMA un/mapping to chcr from...
2017-11-03 Harsh Jaincrypto: chelsio - Remove allocation of sg list to imple...
2017-11-03 Harsh Jaincrypto: chelsio - Use x8_ble gf multiplication to calcu...
2017-11-03 Yeshaswi M R Gowdacrypto: chelsio - Check error code with IS_ERR macro
2017-11-03 Yeshaswi M R Gowdacrypto: chelsio - Remove unused parameter
2017-10-12 LEROY Christophecrypto: talitos - avoid useless copy
2017-10-12 LEROY Christophecrypto: talitos - chain in buffered data for ahash...
2017-10-12 LEROY Christophecrypto: talitos - do hw_context DMA mapping outside...
2017-10-12 LEROY Christophecrypto: talitos - DMA map key in setkey()
2017-10-12 LEROY Christophecrypto: talitos - simplify tests in ipsec_esp()
2017-10-12 LEROY Christophecrypto: talitos - remove to_talitos_ptr_len()
2017-10-12 LEROY Christophecrypto: talitos - don't check the number of channels...
2017-10-12 LEROY Christophecrypto: talitos - use devm_ioremap()
2017-10-12 LEROY Christophecrypto: talitos - use of_property_read_u32()
2017-10-12 LEROY Christophecrypto: talitos - use devm_kmalloc()
2017-10-12 LEROY Christophecrypto: talitos - declare local functions static
2017-10-12 LEROY Christophecrypto: talitos - zeroize the descriptor with memset()
2017-10-12 LEROY Christophecrypto: talitos - fix ctr-aes-talitos
2017-10-12 LEROY Christophecrypto: talitos - fix use of sg_link_tbl_len
2017-10-12 LEROY Christophecrypto: talitos - fix AEAD for sha224 on non sha224...
2017-10-12 LEROY Christophecrypto: talitos - fix setkey to check key weakness
2017-10-12 LEROY Christophecrypto: talitos - fix memory corruption on SEC2
2017-10-12 LEROY Christophecrypto: talitos - fix AEAD test failures
2017-10-12 Christian Lampartercrypto: crypto4xx - add aes-gcm support
2017-10-12 Christian Lampartercrypto: crypto4xx - add aes-ccm support
2017-10-12 Christian Lampartercrypto: crypto4xx - prepare for AEAD support
2017-10-12 Christian Lampartercrypto: crypto4xx - simplify sa and state context acqui...
2017-10-12 Christian Lampartercrypto: crypto4xx - fix stalls under heavy load
2017-10-12 Christian Lampartercrypto: crypto4xx - fix various warnings
2017-10-12 Christian Lampartercrypto: crypto4xx - overhaul crypto4xx_build_pd()
2017-10-12 Christian Lampartercrypto: crypto4xx - use the correct LE32 format for...
2017-10-12 Christian Lampartercrypto: crypto4xx - add backlog queue support
2017-10-12 Christian Lampartercrypto: crypto4xx - increase context and scatter ring...
2017-10-12 Christian Lampartercrypto: crypto4xx - fix type mismatch compiler error
2017-10-12 Christian Lampartercrypto: crypto4xx - fix off-by-one AES-OFB
2017-10-12 Christian Lampartercrypto: crypto4xx - wire up hmac_mc to hmac_muting
2017-10-12 Arvind Yadavcrypto: bcm - pr_err() strings should end with newlines
2017-10-12 Arvind Yadavcrypto: qat - pr_err() strings should end with newlines
2017-10-12 Arvind Yadavcrypto: chelsio - pr_err() strings should end with...
2017-10-12 Arvind Yadavcrypto: virtio - pr_err() strings should end with newlines
2017-10-12 Arvind Yadavcrypto: omap-aes - pr_err() strings should end with...
2017-10-12 Arvind Yadavhwrng: core - pr_err() strings should end with newlines
2017-10-07 Corentin LABBEcrypto: bcm - use of_device_get_match_data
2017-10-07 Corentin LABBEcrypto: omap - use of_device_get_match_data
2017-10-07 Corentin LABBEcrypto: stm32 - use of_device_get_match_data
2017-10-07 Allencrypto: omap - return -ENOMEM on allocation failure.
2017-10-07 amdcrypto:ccp - invoke the DMA callback in a standard way
2017-10-07 amdcrypto: ccp - unmap pages and remove unmap objects...
2017-09-22 raveendra padasalagicrypto: brcm - Explicity ACK mailbox message
2017-09-22 Geliang Tangcrypto: drop unnecessary return statements
2017-09-22 Himanshu Jhacrypto: Use PTR_ERR_ZERO
2017-09-22 Himanshu Jhacrypto: inside-secure - remove null check before kfree
2017-09-22 Himanshu Jhacrypto: n2 - remove null check before kfree
2017-09-22 Arvind Yadavcrypto: padlock-sha - constify x86_cpu_id
2017-09-22 Arvind Yadavcrypto: padlock-aes - constify x86_cpu_id
2017-09-22 Christian Lampartercrypto: crypto4xx - pointer arithmetic overhaul
2017-09-22 Christian Lampartercrypto: crypto4xx - fix crypto4xx_build_pdr, crypto4xx_...
2017-09-22 Christian Lampartercrypto: crypto4xx - replace crypto4xx_dev's scatter_buf...
2017-09-22 Christian Lampartercrypto: crypto4xx - refactor crypto4xx_copy_pkt_to_dst()
2017-09-22 Christian Lampartercrypto: crypto4xx - enable AES RFC3686, ECB, CFB and...
2017-09-22 Christian Lampartercrypto: crypto4xx - move and refactor dynamic_contents...
2017-09-22 Christian Lampartercrypto: crypto4xx - fix dynamic_sa_ctl's sa_contents...
2017-09-22 Christian Lampartercrypto: crypto4xx - remove double assignment of pd_uinf...
2017-09-22 Christian Lampartercrypto: crypto4xx - remove extern statement before...
2017-09-22 Christian Lampartercrypto: crypto4xx - set CRYPTO_ALG_KERN_DRIVER_ONLY...
2017-09-22 Christian Lampartercrypto: crypto4xx - remove unused definitions and write...
2017-09-22 Christian Lampartercrypto: crypto4xx - remove bad list_del
2017-09-22 PrasannaKumar Mura... hwrng: timeriomem - Remove 'max < 4' condition check
2017-09-22 Corentin LABBEcrypto: omap - Use GCM IV size constant
2017-09-22 Corentin LABBEcrypto: chelsio - Use GCM IV size constant
2017-09-22 Corentin LABBEcrypto: mediatek - Use GCM IV size constant
2017-09-22 Corentin LABBEcrypto: bcm - Use GCM IV size constant
2017-09-22 Corentin LABBEcrypto: atmel - Use GCM IV size constant
2017-09-22 Corentin LABBEcrypto: nx - Use GCM IV size constant
2017-09-22 Corentin LABBEcrypto: ccp - Use GCM IV size constant
2017-09-22 Corentin LABBEcrypto: caam - Use GCM IV size constant
2017-09-22 Ryder Leecrypto: mediatek - Add empty messages check in GCM...
2017-09-22 lionel.debieve@st.comcrypto: stm32/hash - Remove uninitialized symbol
2017-09-22 Arvind Yadavhwrng: pseries - constify vio_device_id
2017-09-22 Arvind Yadavcrypto: nx-842 - constify vio_device_id
2017-09-22 Arvind Yadavcrypto: nx - constify vio_device_id
2017-09-22 Arnd Bergmanncrypto: axis - hide an unused variable
2017-09-20 Horia Geantăcrypto: caam - fix LS1021A support on ARMv7 multiplatfo...
2017-09-20 Arnd Bergmanncrypto: inside-secure - fix gcc-4.9 warnings
2017-09-20 LEROY Christophecrypto: talitos - Don't provide setkey for non hmac...
2017-09-20 LEROY Christophecrypto: talitos - fix hashing
2017-09-20 LEROY Christophecrypto: talitos - fix sha224
2017-09-16 Linus TorvaldsMerge tag 'upstream-4.14-rc1' of git://git.infradead...
2017-09-16 Linus TorvaldsMerge branch 'for-linus-4.14-rc1' of git://git./linux...
2017-09-16 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net
2017-09-16 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2017-09-16 Markus Trippelsdorffirmware: Restore support for built-in firmware
2017-09-16 Ido Schimmelmlxsw: spectrum_router: Only handle IPv4 and IPv6 events
2017-09-16 Linus TorvaldsMerge branch '4.14-features' of git://git.linux-mips...
2017-09-16 Linus TorvaldsMerge tag 'pci-v4.14-fixes-1' of git://git./linux/kerne...
2017-09-16 Linus TorvaldsMerge tag 'drm-fixes-for-v4.14-rc1' of git://people...
2017-09-16 Linus TorvaldsMerge branch 'i2c/for-next' of git://git./linux/kernel...
next