summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2014-10-02crypto: aesni - remove unused defines in "by8" variantMathias Krause
2014-10-02crypto: aesni - fix counter overflow handling in "by8" variantMathias Krause
2014-10-02hwrng: printk replacementSudip Mukherjee
2014-09-24crypto: aesni - disable "by8" AVX CTR optimizationMathias Krause
2014-09-24crypto: ccp - Check for CCP before registering crypto algsTom Lendacky
2014-09-24crypto: qat - Removed unneeded partial stateTadeusz Struk
2014-09-24crypto: qat - Fix typo in name of tasklet_structTadeusz Struk
2014-09-18crypto: qat - Enable all 32 IRQsTadeusz Struk
2014-09-15crypto: caam - Dynamic allocation of addresses for various memory blocks in C...Nitesh Narayan Lal
2014-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2014-09-05crypto: drbg - remove check for uninitialized DRBG handleStephan Mueller
2014-09-05crypto: drbg - backport "fix maximum value checks on 32 bit systems"Herbert Xu
2014-09-04crypto: mcryptd - Fix typos in CRYPTO_MCRYPTD descriptionTed Percival
2014-09-04crypto: algif - avoid excessive use of socket buffer in skcipherOndrej Kozina
2014-08-29arm64: dts: add random number generator dts node to APM X-Gene platform.Feng Kan
2014-08-29Documentation: rng: Add X-Gene SoC RNG driver documentationFeng Kan
2014-08-29hwrng: xgene - add support for APM X-Gene SoC RNG supportFeng Kan
2014-08-29crypto: mv_cesa - Add missing #defineRasmus Villemoes
2014-08-29crypto: testmgr - add test for lz4 and lz4hcKOVACS Krisztian
2014-08-29crypto: lz4,lz4hc - fix decompressionKOVACS Krisztian
2014-08-29crypto: qat - Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev
2014-08-26crypto: drbg - fix maximum value checks on 32 bit systemsStephan Mueller
2014-08-26crypto: drbg - fix sparse warning for cpu_to_be[32|64]Stephan Mueller
2014-08-26crypto: sha-mb - sha1_mb_alg_state can be staticFengguang Wu
2014-08-26crypto: mcryptd - mcryptd_flist can be staticFengguang Wu
2014-08-25crypto: drbg - remove unnecessary sanity check for shadow stateStephan Mueller
2014-08-25crypto: drbg - remove configuration of fixed valuesStephan Mueller
2014-08-25crypto: drbg - remove unnecessary sanity checksStephan Mueller
2014-08-25crypto: drbg - use kmalloc instead of kzalloc for V and CStephan Mueller
2014-08-25crypto: drbg - remove superflowous memset(0)Stephan Mueller
2014-08-25crypto: drbg - remove superflowous checksStephan Mueller
2014-08-25crypto: drbg - kzfree does not need a check for NULL pointerStephan Mueller
2014-08-25crypto: drbg - replace int2byte with cpu_to_beStephan Mueller
2014-08-25crypto: caam - fix addressing of struct memberCristian Stoica
2014-08-25crypto: caam - remove duplicated sg copy functionsCristian Stoica
2014-08-25crypto: qat - Fix return value check in adf_chr_drv_create()Wei Yongjun
2014-08-25crypto: caam - enable raw data instead of von Neumann dataAlex Porosanu
2014-08-25crypto: caam - change starting entropy delay valueAlex Porosanu
2014-08-25crypto: caam - disable RNG oscillator maximum frequency checkAlex Porosanu
2014-08-25crypto: testmgr - remove unused function argumentCristian Stoica
2014-08-25crypto: sha-mb - SHA1 multibuffer job manager and glue codeTim Chen
2014-08-25crypto: sha-mb - SHA1 multibuffer crypto computation (x8 AVX2)Tim Chen
2014-08-25crypto: sha-mb - SHA1 multibuffer submit and flush routines for AVX2Tim Chen
2014-08-25crypto: sha-mb - SHA1 multibuffer algorithm data structuresTim Chen
2014-08-25crypto: sha-mb - multibuffer crypto infrastructureTim Chen
2014-08-25sched: Add function single_task_running to let a task check if it is the only...Tim Chen
2014-08-25crypto: testmgr - delay execution of set-up codeCristian Stoica
2014-08-25crypto: testmgr - white space removal on __test_skcipherCristian Stoica
2014-08-25crypto: testmgr - white space removal on __test_hashCristian Stoica