| Commit message (Expand) | Author | Files | Lines |
2017-11-03 | crypto: atmel-aes - Reset the controller before each use | Romain Izard | 1 | -7/+3 |
2017-11-03 | crypto: atmel-aes - properly set IV after {en,de}crypt | Romain Izard | 1 | -3/+37 |
2017-11-03 | hwrng: core - Reset user selected rng by writing "" to rng_current | PrasannaKumar Muralidharan | 1 | -19/+32 |
2017-11-03 | crypto: s5p-sss - Add HASH support for Exynos | Kamil Konieczny | 2 | -10/+1410 |
2017-11-03 | crypto: s5p-sss - Change spaces to tabs | Kamil Konieczny | 1 | -95/+95 |
2017-11-03 | crypto: drivers - Convert timers to use timer_setup() | Kees Cook | 2 | -7/+6 |
2017-11-03 | crypto: caam/qi - abort algorithm setup on DPAA2 parts | Horia Geantă | 1 | -1/+6 |
2017-11-03 | crypto: caam - fix incorrect define | Radu Alexe | 1 | -1/+1 |
2017-11-03 | crypto: atmel - remove useless irq init | Tudor-Dan Ambarus | 3 | -6/+0 |
2017-11-03 | crypto: atmel - return appropriate error code | Tudor-Dan Ambarus | 3 | -6/+3 |
2017-11-03 | crypto: doc - adapt api sample to use async. op wait | Gilad Ben-Yossef | 1 | -42/+10 |
2017-11-03 | crypto: mediatek - move to generic async completion | Gilad Ben-Yossef | 1 | -26/+5 |
2017-11-03 | crypto: qce - move to generic async completion | Gilad Ben-Yossef | 1 | -26/+4 |
2017-11-03 | crypto: talitos - move to generic async completion | Gilad Ben-Yossef | 1 | -33/+5 |
2017-11-03 | crypto: tcrypt - move to generic async completion | Gilad Ben-Yossef | 1 | -59/+25 |
2017-11-03 | ima: move to generic async completion | Gilad Ben-Yossef | 1 | -39/+17 |
2017-11-03 | cifs: move to generic async completion | Gilad Ben-Yossef | 1 | -26/+4 |
2017-11-03 | dm: move dm-verity to generic async completion | Gilad Ben-Yossef | 2 | -66/+20 |
2017-11-03 | fscrypt: move to generic async completion | Gilad Ben-Yossef | 4 | -82/+13 |
2017-11-03 | crypto: testmgr - move to generic async completion | Gilad Ben-Yossef | 1 | -138/+66 |
2017-11-03 | crypto: gcm - move to generic async completion | Gilad Ben-Yossef | 1 | -26/+6 |
2017-11-03 | crypto: drbg - move to generic async completion | Gilad Ben-Yossef | 2 | -29/+10 |
2017-11-03 | crypto: move pub key to generic async completion | Gilad Ben-Yossef | 1 | -24/+4 |
2017-11-03 | crypto: algif - move to generic async completion | Gilad Ben-Yossef | 5 | -66/+23 |
2017-11-03 | crypto: introduce crypto wait for async op | Gilad Ben-Yossef | 2 | -0/+53 |
2017-11-03 | crypto: marvell/cesa - remove redundant backlog checks on EBUSY | Gilad Ben-Yossef | 2 | -3/+2 |
2017-11-03 | crypto: remove redundant backlog checks on EBUSY | Gilad Ben-Yossef | 5 | -37/+13 |
2017-11-03 | net: use -ENOSPC for transient busy indication | Gilad Ben-Yossef | 4 | -4/+4 |
2017-11-03 | crypto: ccp - use -ENOSPC for transient busy indication | Gilad Ben-Yossef | 2 | -7/+8 |
2017-11-03 | crypto: change transient busy return code to -ENOSPC | Gilad Ben-Yossef | 2 | -5/+5 |
2017-11-03 | hwrng: xgene - Convert timers to use timer_setup() | Kees Cook | 1 | -5/+3 |
2017-11-03 | crypto: vmx - Use skcipher for ctr fallback | Paulo Flabiano Smorigo | 1 | -16/+17 |
2017-11-03 | crypto: marvell - Switch cipher algs to the skcipher interface | Boris BREZILLON | 3 | -260/+251 |
2017-11-03 | MAINTAINERS: update caam crypto driver maintainers list | Horia Geantă | 1 | -1/+1 |
2017-11-03 | crypto: qat - mark expected switch fall-throughs in qat_uclo | Gustavo A. R. Silva | 1 | -0/+3 |
2017-11-03 | crypto: qat - remove unused and redundant pointer vf_info | Colin Ian King | 1 | -3/+0 |
2017-11-03 | crypto: ccp - remove unused variable qim | Colin Ian King | 1 | -2/+1 |
2017-11-03 | crypto: cavium - clean up clang warning on unread variable offset | Colin Ian King | 1 | -1/+1 |
2017-11-03 | crypto: marvell - Remove the old mv_cesa driver | Boris BREZILLON | 5 | -1390/+3 |
2017-11-03 | ARM: configs: Stop selecting the old CESA driver | Boris BREZILLON | 3 | -3/+3 |
2017-11-03 | crypto: marvell - Add a platform_device_id table | Boris BREZILLON | 1 | -0/+6 |
2017-11-03 | crypto: tcrypt - fix buffer lengths in test_aead_speed() | Robert Baronescu | 1 | -2/+4 |
2017-11-03 | crypto: tcrypt - mark expected switch fall-throughs in do_test() | Gustavo A. R. Silva | 1 | -57/+51 |
2017-11-03 | crypto: chelsio - Fix memory leak | Harsh Jain | 1 | -4/+4 |
2017-11-03 | crypto: chelsio - Move DMA un/mapping to chcr from lld cxgb4 driver | Harsh Jain | 4 | -695/+1116 |
2017-11-03 | crypto: chelsio - Remove allocation of sg list to implement 2K limit of dsgl ... | Harsh Jain | 4 | -172/+76 |
2017-11-03 | crypto: chelsio - Use x8_ble gf multiplication to calculate IV. | Harsh Jain | 2 | -2/+10 |
2017-11-03 | crypto: gf128mul - The x8_ble multiplication functions | Harsh Jain | 2 | -1/+14 |
2017-11-03 | crypto: chelsio - Check error code with IS_ERR macro | Yeshaswi M R Gowda | 1 | -8/+8 |
2017-11-03 | crypto: chelsio - Remove unused parameter | Yeshaswi M R Gowda | 2 | -32/+23 |