linux-stable/drivers/crypto/qat/qat_common
Linus Torvalds e3aa91a7cb Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Pull crypto update from Herbert Xu:
 - The crypto API is now documented :)
 - Disallow arbitrary module loading through crypto API.
 - Allow get request with empty driver name through crypto_user.
 - Allow speed testing of arbitrary hash functions.
 - Add caam support for ctr(aes), gcm(aes) and their derivatives.
 - nx now supports concurrent hashing properly.
 - Add sahara support for SHA1/256.
 - Add ARM64 version of CRC32.
 - Misc fixes.

* git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6: (77 commits)
  crypto: tcrypt - Allow speed testing of arbitrary hash functions
  crypto: af_alg - add user space interface for AEAD
  crypto: qat - fix problem with coalescing enable logic
  crypto: sahara - add support for SHA1/256
  crypto: sahara - replace tasklets with kthread
  crypto: sahara - add support for i.MX53
  crypto: sahara - fix spinlock initialization
  crypto: arm - replace memset by memzero_explicit
  crypto: powerpc - replace memset by memzero_explicit
  crypto: sha - replace memset by memzero_explicit
  crypto: sparc - replace memset by memzero_explicit
  crypto: algif_skcipher - initialize upon init request
  crypto: algif_skcipher - removed unneeded code
  crypto: algif_skcipher - Fixed blocking recvmsg
  crypto: drbg - use memzero_explicit() for clearing sensitive data
  crypto: drbg - use MODULE_ALIAS_CRYPTO
  crypto: include crypto- module prefix in template
  crypto: user - add MODULE_ALIAS
  crypto: sha-mb - remove a bogus NULL check
  crytpo: qat - Fix 64 bytes requests
  ...
2014-12-13 13:33:26 -08:00
..
adf_accel_devices.h Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 2014-12-13 13:33:26 -08:00
adf_accel_engine.c crypto: qat - Updated print outputs 2014-08-01 22:36:08 +08:00
adf_aer.c crypto: qat - misspelling typo - "reseting" should be "resetting" 2014-10-24 22:52:26 +08:00
adf_cfg.c crypto: qat - remove unneeded header 2014-08-01 22:36:02 +08:00
adf_cfg.h
adf_cfg_common.h
adf_cfg_strings.h
adf_cfg_user.h
adf_common_drv.h crypto: qat - Fix error path crash when no firmware is present 2014-06-26 14:49:46 +08:00
adf_ctl_drv.c crypto: prefix module autoloading with "crypto-" 2014-11-24 22:43:57 +08:00
adf_dev_mgr.c crypto: qat - fix bad unlock balance 2014-10-24 22:49:37 +08:00
adf_init.c crypto: qat - Updated print outputs 2014-08-01 22:36:08 +08:00
adf_transport.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 2014-12-13 13:33:26 -08:00
adf_transport.h
adf_transport_access_macros.h crytpo: qat - Fix 64 bytes requests 2014-11-25 22:50:42 +08:00
adf_transport_debug.c crypto: qat - Fixed new checkpatch warnings 2014-06-26 14:49:43 +08:00
adf_transport_internal.h crypto: qat - Fix typo in name of tasklet_struct 2014-09-24 14:01:26 +08:00
icp_qat_fw.h crypto: qat - Intel(R) QAT FW interface 2014-06-20 21:26:16 +08:00
icp_qat_fw_init_admin.h crypto: qat - Intel(R) QAT FW interface 2014-06-20 21:26:16 +08:00
icp_qat_fw_la.h crypto: qat - checkpatch blank lines 2014-08-01 22:36:01 +08:00
icp_qat_fw_loader_handle.h crypto: qat - Intel(R) QAT accelengine part of fw loader 2014-06-20 21:26:17 +08:00
icp_qat_hal.h crypto: qat - Intel(R) QAT accelengine part of fw loader 2014-06-20 21:26:17 +08:00
icp_qat_hw.h crypto: qat - remove unnecessary parentheses 2014-08-01 22:36:03 +08:00
icp_qat_uclo.h crypto: qat - change slice->regions to slice->region 2014-08-01 22:36:06 +08:00
Makefile
qat_algs.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 2014-12-13 13:33:26 -08:00
qat_crypto.c crypto: qat - Enforce valid numa configuration 2014-10-24 22:37:36 +08:00
qat_crypto.h crypto: qat - Intel(R) QAT crypto interface 2014-06-20 21:26:16 +08:00
qat_hal.c crypto: qat - Move BAR definitions to device specific module 2014-11-06 23:14:59 +08:00
qat_uclo.c crypto: qat - Fixed SKU1 dev issue 2014-08-01 22:36:10 +08:00