| Commit message (Expand) | Author | Age | Files | Lines |
* | crypto: inside-secure - do not use areq->result for partial results | Antoine Ténart | 2017-12-22 | 1 | -5/+5 |
* | crypto: inside-secure - fix request allocations in invalidation path | Antoine Ténart | 2017-12-22 | 2 | -15/+15 |
* | crypto: inside-secure - free requests even if their handling failed | Antoine Ténart | 2017-12-22 | 1 | -0/+1 |
* | crypto: inside-secure - per request invalidation | Ofer Heifetz | 2017-12-22 | 2 | -27/+111 |
* | crypto: n2 - cure use after free | Jan Engelhardt | 2017-12-22 | 1 | -0/+3 |
* | crypto: chelsio - select CRYPTO_GF128MUL | Arnd Bergmann | 2017-12-22 | 1 | -0/+1 |
* | Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2017-11-16 | 2 | -97/+72 |
|\ |
|
| * | crypto/nx: Do not initialize workmem allocation | Haren Myneni | 2017-11-11 | 1 | -1/+1 |
| * | crypto/nx: Use percpu send window for NX requests | Haren Myneni | 2017-11-11 | 1 | -81/+68 |
| * | powerpc/vas, nx-842: Define and use chip_to_vas_id() | Sukadev Bhattiprolu | 2017-11-11 | 1 | -15/+3 |
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2017-11-14 | 62 | -3760/+4635 |
|\ \ |
|
| * | | crypto: stm32/hash - Fix return issue on update | Lionel Debieve | 2017-11-10 | 1 | -7/+1 |
| * | | crypto: dh - Remove pointless checks for NULL 'p' and 'g' | Eric Biggers | 2017-11-10 | 1 | -3/+0 |
| * | | crypto: qat - Clean up error handling in qat_dh_set_secret() | Eric Biggers | 2017-11-10 | 1 | -7/+8 |
| * | | crypto: chcr - Replace _manual_ swap with swap macro | Gustavo A. R. Silva | 2017-11-06 | 1 | -4/+1 |
| * | | crypto: marvell - Add a NULL entry at the end of mv_cesa_plat_id_table[] | Boris BREZILLON | 2017-11-06 | 1 | -0/+1 |
| * | | crypto: atmel - remove empty functions | Tudor-Dan Ambarus | 2017-11-06 | 2 | -38/+0 |
| * | | crypto: caam - remove unused param of ctx_map_to_sec4_sg() | Horia Geantă | 2017-11-06 | 1 | -4/+4 |
| * | | crypto: caam - remove unneeded edesc zeroization | Horia Geantă | 2017-11-06 | 1 | -4/+0 |
| * | | crypto: atmel-aes - Reset the controller before each use | Romain Izard | 2017-11-03 | 1 | -7/+3 |
| * | | crypto: atmel-aes - properly set IV after {en,de}crypt | Romain Izard | 2017-11-03 | 1 | -3/+37 |
| * | | crypto: s5p-sss - Add HASH support for Exynos | Kamil Konieczny | 2017-11-03 | 2 | -10/+1410 |
| * | | crypto: s5p-sss - Change spaces to tabs | Kamil Konieczny | 2017-11-03 | 1 | -95/+95 |
| * | | crypto: drivers - Convert timers to use timer_setup() | Kees Cook | 2017-11-03 | 2 | -7/+6 |
| * | | crypto: caam/qi - abort algorithm setup on DPAA2 parts | Horia Geantă | 2017-11-03 | 1 | -1/+6 |
| * | | crypto: caam - fix incorrect define | Radu Alexe | 2017-11-03 | 1 | -1/+1 |
| * | | crypto: atmel - remove useless irq init | Tudor-Dan Ambarus | 2017-11-03 | 3 | -6/+0 |
| * | | crypto: atmel - return appropriate error code | Tudor-Dan Ambarus | 2017-11-03 | 3 | -6/+3 |
| * | | crypto: mediatek - move to generic async completion | Gilad Ben-Yossef | 2017-11-03 | 1 | -26/+5 |
| * | | crypto: qce - move to generic async completion | Gilad Ben-Yossef | 2017-11-03 | 1 | -26/+4 |
| * | | crypto: talitos - move to generic async completion | Gilad Ben-Yossef | 2017-11-03 | 1 | -33/+5 |
| * | | crypto: marvell/cesa - remove redundant backlog checks on EBUSY | Gilad Ben-Yossef | 2017-11-03 | 2 | -3/+2 |
| * | | crypto: ccp - use -ENOSPC for transient busy indication | Gilad Ben-Yossef | 2017-11-03 | 2 | -7/+8 |
| * | | crypto: vmx - Use skcipher for ctr fallback | Paulo Flabiano Smorigo | 2017-11-03 | 1 | -16/+17 |
| * | | crypto: marvell - Switch cipher algs to the skcipher interface | Boris BREZILLON | 2017-11-03 | 3 | -260/+251 |
| * | | crypto: qat - mark expected switch fall-throughs in qat_uclo | Gustavo A. R. Silva | 2017-11-03 | 1 | -0/+3 |
| * | | crypto: qat - remove unused and redundant pointer vf_info | Colin Ian King | 2017-11-03 | 1 | -3/+0 |
| * | | crypto: ccp - remove unused variable qim | Colin Ian King | 2017-11-03 | 1 | -2/+1 |
| * | | crypto: cavium - clean up clang warning on unread variable offset | Colin Ian King | 2017-11-03 | 1 | -1/+1 |
| * | | crypto: marvell - Remove the old mv_cesa driver | Boris BREZILLON | 2017-11-03 | 5 | -1390/+3 |
| * | | crypto: marvell - Add a platform_device_id table | Boris BREZILLON | 2017-11-03 | 1 | -0/+6 |
| * | | crypto: chelsio - Fix memory leak | Harsh Jain | 2017-11-03 | 1 | -4/+4 |
| * | | crypto: chelsio - Move DMA un/mapping to chcr from lld cxgb4 driver | Harsh Jain | 2017-11-03 | 3 | -694/+1109 |
| * | | crypto: chelsio - Remove allocation of sg list to implement 2K limit of dsgl ... | Harsh Jain | 2017-11-03 | 4 | -172/+76 |
| * | | crypto: chelsio - Use x8_ble gf multiplication to calculate IV. | Harsh Jain | 2017-11-03 | 2 | -2/+10 |
| * | | crypto: chelsio - Check error code with IS_ERR macro | Yeshaswi M R Gowda | 2017-11-03 | 1 | -8/+8 |
| * | | crypto: chelsio - Remove unused parameter | Yeshaswi M R Gowda | 2017-11-03 | 2 | -32/+23 |
| * | | crypto: talitos - avoid useless copy | LEROY Christophe | 2017-10-12 | 1 | -14/+22 |
| * | | crypto: talitos - chain in buffered data for ahash on SEC1 | LEROY Christophe | 2017-10-12 | 2 | -13/+127 |
| * | | crypto: talitos - do hw_context DMA mapping outside the requests | LEROY Christophe | 2017-10-12 | 1 | -23/+57 |