summary refs log tree commit diff
path: root/drivers/crypto
AgeCommit message (Expand)Author
2016-02-28crypto: ccp - memset request context to zero during importTom Lendacky
2016-02-28crypto: qat - The AE id should be less than the maximal AE numberPingchao Yang
2016-02-28crypto: rockchip - add hash support for crypto engine in rk3288Zain Wang
2016-02-17crypto: caam - Staticize caam_jr_shutdown()Fabio Estevam
2016-02-17crypto: qat - fix leak on error pathTadeusz Struk
2016-02-17crypto: atmel-sha - fix race in atmel_sha_final()Cyrille Pitchen
2016-02-17crypto: atmel-sha - fix .import()/.export() implementationCyrille Pitchen
2016-02-06crypto: sahara - fill the statesize fieldFabio Estevam
2016-02-06crypto: sahara - avoid needlessly saving and restoring sahara_ctxFabio Estevam
2016-02-06crypto: sahara - remove unneeded mutex in the exported stateFabio Estevam
2016-02-06crypto: ccp - Don't assume export/import areas are alignedTom Lendacky
2016-02-06crypto: aead - move aead_request_cast helper to aead.hTadeusz Struk
2016-02-06crypto: sunxi-ss - prevent compilation on 64-bitAndre Przywara
2016-02-01crypto: ccp - Limit the amount of information exportedTom Lendacky
2016-02-01crypto: omap-aes - Support crypto engine frameworkBaolin Wang
2016-01-30crypto: atmel-sha - fix algorihtm registrationCyrille Pitchen
2016-01-27crypto: sunxi - don't print confusing dataArnd Bergmann
2016-01-25crypto: qat - Reduced reqsize in qat_algsCabiddu, Giovanni
2016-01-25crypto: ixp4xx - Fix false lastlen uninitialised warningHerbert Xu
2016-01-25crypto: atmel-sha - fix context switchesCyrille Pitchen
2016-01-25crypto: atmel-sha - add support of sama5d2x SoCsCyrille Pitchen
2016-01-25crypto: atmel-sha - fix a race between the 'done' tasklet and the crypto clientCyrille Pitchen
2016-01-25crypto: atmel-sha - fix crash when computing digest on empty messageCyrille Pitchen
2016-01-25crypto: ccp - Add hash state import and export supportTom Lendacky
2016-01-25crypto: caam - enable LARGE_BURST for enhancing DMA transactions sizeHoria Geant?
2016-01-25crypto: qat - Pack cfg ctl structsAtta, Ahsan
2016-01-25crypto: s5p-sss - Use memcpy_toio for iomem annotated memoryKrzysztof Koz?owski
2016-01-25crypto: s5p-sss - Fix minor coding style violationsKrzysztof Koz?owski
2016-01-25crypto: qat - remove redundant function callPingchao Yang
2016-01-25crypto: qat - change name for c6xx dev typeTadeusz Struk
2016-01-25crypto: caam - make write transactions bufferable on PPC platformsHoria Geant?
2016-01-22Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-01-19crypto: atmel-aes - Add missing break to atmel_aes_reg_nameHerbert Xu
2016-01-18crypto: CRYPTO_DEV_ATMEL_AES should depend on HAS_DMAGeert Uytterhoeven
2016-01-18crypto: qat - update init_esram for C3xxx dev typeTadeusz Struk
2016-01-18crypto: qat - fix timeout issuesPingchao Yang
2016-01-18crypto: qat - remove to call get_sram_bar_id for qat_c3xxxPingchao Yang
2016-01-15Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-01-12Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2015-12-29crypto: hifn_795x, picoxcell - use ablkcipher_request_castGeliang Tang
2015-12-25crypto: qat - fix SKU definiftion for c3xxx devTadeusz Struk
2015-12-25crypto: qat - Fix random config build issueTadeusz Struk
2015-12-25crypto: ccp - use to_pci_dev and to_platform_deviceGeliang Tang
2015-12-25crypto: qat - Rename dh895xcc mmp firmwareAhsan Atta
2015-12-23crypto: atmel-aes - add debug facilities to monitor register accesses.Cyrille Pitchen
2015-12-23crypto: atmel-aes - add support to GCM modeCyrille Pitchen
2015-12-23crypto: atmel-aes - change the DMA thresholdCyrille Pitchen
2015-12-23crypto: atmel-aes - fix the counter overflow in CTR modeCyrille Pitchen
2015-12-23crypto: atmel-aes - fix atmel-ctr-aes driver for RFC 3686Cyrille Pitchen
2015-12-23crypto: atmel-aes - create sections to regroup functions by usageCyrille Pitchen