platform/kernel/linux-exynos.git
2017-03-01 Ard Biesheuvelcrypto: arm/crc32 - add build time test for CRC instruc...
2017-03-01 Ard Biesheuvelcrypto: arm/crc32 - fix build error with outdated binutils
2017-02-28 Ard Biesheuvelcrypto: ccm - move cbcmac input off the stack
2017-02-27 Herbert Xucrypto: xts - Propagate NEED_FALLBACK bit
2017-02-27 Herbert Xucrypto: api - Add crypto_requires_off helper
2017-02-27 Geert Uytterhoevencrypto: atmel - CRYPTO_DEV_MEDIATEK should depend on...
2017-02-27 Geert Uytterhoevencrypto: atmel - CRYPTO_DEV_ATMEL_TDES and CRYPTO_DEV_AT...
2017-02-27 Colin Ian Kingcrypto: cavium - fix leak on curr if curr->head fails...
2017-02-27 George Cheriancrypto: cavium - Fix couple of static checker errors
2017-02-23 Milan Brozcrypto: xts - Add ECB dependency
2017-02-23 Christoph Hellwigcrypto: cavium - switch to pci_alloc_irq_vectors
2017-02-23 Christoph Hellwigcrypto: cavium - switch to pci_alloc_irq_vectors
2017-02-23 Christoph Hellwigcrypto: cavium - remove dead MSI-X related define
2017-02-15 Rob Ricecrypto: brcm - Avoid double free in ahash_finup()
2017-02-15 Arnd Bergmanncrypto: cavium - fix Kconfig dependencies
2017-02-15 George Cheriancrypto: cavium - cpt_bind_vq_to_grp could return an...
2017-02-15 Gilad Ben-Yossefcrypto: doc - fix typo
2017-02-15 Russell Kinghwrng: omap - update Kconfig help description
2017-02-15 Ard Biesheuvelcrypto: ccm - drop unnecessary minimum 32-bit alignment
2017-02-15 Ard Biesheuvelcrypto: ccm - honour alignmask of subordinate MAC cipher
2017-02-15 Horia Geantăcrypto: caam - fix state buffer DMA (un)mapping
2017-02-15 Horia Geantăcrypto: caam - abstract ahash request double buffering
2017-02-15 Horia Geantăcrypto: caam - fix error path for ctx_dma mapping failure
2017-02-15 Horia Geantăcrypto: caam - fix DMA API leaks for multiple setkey...
2017-02-15 Horia Geantăcrypto: caam - don't dma_map key for hash algorithms
2017-02-15 Horia Geantăcrypto: caam - use dma_map_sg() return code
2017-02-15 Horia Geantăcrypto: caam - replace sg_count() with sg_nents_for_len()
2017-02-15 Horia Geantăcrypto: caam - check sg_count() return value
2017-02-15 Horia Geantăcrypto: caam - fix HW S/G in ablkcipher_giv_edesc_alloc()
2017-02-15 Tudor Ambaruscrypto: caam - fix JR IO mapping if one fails
2017-02-15 Horia Geantăcrypto: caam - check return code of dma_set_mask_and_co...
2017-02-15 Horia Geantăcrypto: caam - don't include unneeded headers
2017-02-15 Gary R Hookcrypto: ccp - Simplify some buffer management routines
2017-02-15 Gary R Hookcrypto: ccp - Update the command queue on errors
2017-02-15 Gary R Hookcrypto: ccp - Change mode for detailed CCP init messages
2017-02-15 Cyrille Pitchencrypto: atmel-sha - fix error management in atmel_sha_s...
2017-02-15 Cyrille Pitchencrypto: atmel-sha - fix missing "return" instructions
2017-02-15 Gary R Hookcrypto: ccp - Set the AES size field for all modes
2017-02-11 Rob Ricecrypto: brcm - Add Broadcom SPU driver
2017-02-11 Rob Ricecrypto: brcm - DT documentation for Broadcom SPU hardware
2017-02-11 George Cheriancrypto: cavium - Enable CPT options crypto for build
2017-02-11 George Cheriancrypto: cavium - Add the Virtual Function driver for CPT
2017-02-11 George Cheriancrypto: cavium - Add Support for Octeon-tx CPT Engine
2017-02-11 David Daneyhwrng: cavium - Use per device name to allow for multip...
2017-02-11 Arnd Bergmanncrypto: atmel - fix 64-bit build warnings
2017-02-11 Arnd Bergmanncrypto: atmel - refine Kconfig dependencies
2017-02-11 Ard Biesheuvelcrypto: algapi - make crypto_xor() and crypto_inc(...
2017-02-11 Arnd Bergmanncrypto: improve gcc optimization flags for serpent...
2017-02-11 Ard Biesheuvelcrypto: arm64/aes - add NEON/Crypto Extensions CBCMAC...
2017-02-11 Ard Biesheuvelcrypto: ccm - switch to separate cbcmac driver
2017-02-11 Ard Biesheuvelcrypto: testmgr - add test cases for cbcmac(aes)
2017-02-11 Ard Biesheuvelcrypto: aes - add generic time invariant AES cipher
2017-02-11 Ard Biesheuvelcrypto: aes-generic - drop alignment requirement
2017-02-11 Tim Chencrypto: sha512-mb - Protect sha512 mb ctx mgr access
2017-02-11 Ard Biesheuvelcrypto: arm64/crc32 - merge CRC32 and PMULL instruction...
2017-02-03 Ard Biesheuvelcrypto: arm/aes - don't use IV buffer to return final...
2017-02-03 Ard Biesheuvelcrypto: arm64/aes - don't use IV buffer to return final...
2017-02-03 Ard Biesheuvelcrypto: arm64/aes - replace scalar fallback with plain...
2017-02-03 Ard Biesheuvelcrypto: arm64/aes-neon-blk - tweak performance for...
2017-02-03 Ard Biesheuvelcrypto: arm64/aes - performance tweak
2017-02-03 Ard Biesheuvelcrypto: arm64/aes - avoid literals for cross-module...
2017-02-03 Ard Biesheuvelcrypto: arm64/chacha20 - remove cra_alignmask
2017-02-03 Ard Biesheuvelcrypto: arm64/aes-blk - remove cra_alignmask
2017-02-03 Ard Biesheuvelcrypto: arm64/aes-ce-ccm - remove cra_alignmask
2017-02-03 Ard Biesheuvelcrypto: arm/chacha20 - remove cra_alignmask
2017-02-03 Ard Biesheuvelcrypto: arm/aes-ce - remove cra_alignmask
2017-02-03 Harsh Jaincrypto: chcr - Fix Smatch Complaint
2017-02-03 Harsh Jaincrypto: chcr - Fix wrong typecasting
2017-02-03 Harsh Jaincrypto: chcr - Change algo priority
2017-02-03 Harsh Jaincrypto: chcr - Change cra_flags for cipher algos
2017-02-03 Harsh Jaincrypto: chcr - Use cipher instead of Block Cipher in...
2017-02-03 Harsh Jaincrypto: chcr - fix itnull.cocci warnings
2017-02-03 Harsh Jaincrypto: chcr - Change flow IDs
2017-02-03 Cyrille Pitchencrypto: atmel-sha - add verbose debug facilities to...
2017-02-03 Cyrille Pitchencrypto: atmel-authenc - add support to authenc(hmac...
2017-02-03 Cyrille Pitchencrypto: atmel-aes - fix atmel_aes_handle_queue()
2017-02-03 Cyrille Pitchencrypto: atmel-sha - add support to hmac(shaX)
2017-02-03 Cyrille Pitchencrypto: atmel-sha - add simple DMA transfers
2017-02-03 Cyrille Pitchencrypto: atmel-sha - add atmel_sha_cpu_start()
2017-02-03 Cyrille Pitchencrypto: atmel-sha - add SHA_MR_MODE_IDATAR0
2017-02-03 Cyrille Pitchencrypto: atmel-sha - add atmel_sha_wait_for_data_ready()
2017-02-03 Cyrille Pitchencrypto: atmel-sha - redefine SHA_FLAGS_SHA* flags to...
2017-02-03 Cyrille Pitchencrypto: atmel-sha - make atmel_sha_done_task more generic
2017-02-03 Cyrille Pitchencrypto: atmel-sha - update request queue management...
2017-02-03 Cyrille Pitchencrypto: atmel-sha - create function to get an Atmel...
2017-02-03 Rabin Vincentcrypto: doc - Fix hash export state information
2017-02-03 Herbert XuMerge git://git./linux/kernel/git/herbert/crypto-2.6
2017-02-03 Harsh Jaincrypto: chcr - Fix key length for RFC4106
2017-02-03 Harsh Jaincrypto: algif_aead - Fix kernel panic on list_del
2017-02-03 Herbert Xucrypto: aesni - Fix failure when pcbc module is absent
2017-02-03 Gary R Hookcrypto: ccp - Fix double add when creating new DMA...
2017-02-03 Gary R Hookcrypto: ccp - Fix DMA operations when IOMMU is enabled
2017-02-03 Harsh Jaincrypto: chcr - Check device is allocated before use
2017-02-03 Harsh Jaincrypto: chcr - Fix panic on dma_unmap_sg
2017-02-02 Giovanni Cabidducrypto: qat - zero esram only for DH85x devices
2017-02-02 Giovanni Cabidducrypto: qat - fix bar discovery for c62x
2017-01-23 Li Zhongcrypto: vmx - disable preemption to enable vsx in aes_ctr.c
2017-01-23 Ryder Leecrypto: mediatek - add support to GCM mode
2017-01-23 Ryder Leecrypto: mediatek - add support to CTR mode
2017-01-23 Ryder Leecrypto: mediatek - fix typo and indentation
next