| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2019-02-15 | 3 | -10/+13 |
|\ |
|
| * | crypto: ccree - fix resume race condition on init | Gilad Ben-Yossef | 2019-02-08 | 3 | -10/+13 |
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2019-02-01 | 1 | -4/+6 |
|\| |
|
| * | crypto: cavium/nitrox - Invoke callback after DMA unmap | Nagadheeraj Rottela | 2019-01-25 | 1 | -4/+6 |
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2019-01-18 | 9 | -77/+63 |
|\| |
|
| * | crypto: talitos - fix ablkcipher for CONFIG_VMAP_STACK | Christophe Leroy | 2019-01-10 | 1 | -1/+4 |
| * | crypto: talitos - reorder code in talitos_edesc_alloc() | Christophe Leroy | 2019-01-10 | 1 | -18/+7 |
| * | crypto: cavium/nitrox - Use after free in process_response_list() | Dan Carpenter | 2019-01-10 | 1 | -1/+1 |
| * | crypto: caam - fix SHA support detection | Horia Geantă | 2019-01-10 | 3 | -1/+11 |
| * | crypto: caam - fix zero-length buffer DMA mapping | Aymen Sghaier | 2019-01-10 | 1 | -6/+9 |
| * | crypto: ccree - convert to use crypto_authenc_extractkeys() | Eric Biggers | 2019-01-10 | 1 | -21/+19 |
| * | crypto: bcm - convert to use crypto_authenc_extractkeys() | Eric Biggers | 2019-01-10 | 2 | -31/+14 |
* | | cross-tree: phase out dma_zalloc_coherent() | Luis Chamberlain | 2019-01-08 | 12 | -88/+86 |
|/ |
|
* | Remove 'type' argument from access_ok() function | Linus Torvalds | 2019-01-04 | 1 | -3/+3 |
* | Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds | 2018-12-29 | 1 | -1/+1 |
|\ |
|
| * | treewide: surround Kconfig file paths with double quotes | Masahiro Yamada | 2018-12-21 | 1 | -1/+1 |
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2018-12-27 | 65 | -1290/+3518 |
|\ \ |
|
| * | | crypto: skcipher - remove remnants of internal IV generators | Eric Biggers | 2018-12-23 | 7 | -12/+1 |
| * | | crypto: cavium/nitrox - Fix build with !CONFIG_DEBUG_FS | Eric Biggers | 2018-12-23 | 1 | -2/+1 |
| * | | crypto: cavium/nitrox - Added AEAD cipher support | Nagadheeraj Rottela | 2018-12-23 | 7 | -605/+1103 |
| * | | crypto: mxc-scc - fix build warnings on ARM64 | Fabio Estevam | 2018-12-23 | 1 | -6/+6 |
| * | | crypto: chelsio - Fix wrong error counter increments | Harsh Jain | 2018-12-23 | 2 | -10/+10 |
| * | | crypto: chelsio - Reset counters on cxgb4 Detach | Harsh Jain | 2018-12-23 | 1 | -0/+4 |
| * | | crypto: chelsio - Handle PCI shutdown event | Harsh Jain | 2018-12-23 | 3 | -93/+278 |
| * | | crypto: chelsio - cleanup:send addr as value in function argument | Harsh Jain | 2018-12-23 | 1 | -8/+8 |
| * | | crypto: chelsio - Use same value for both channel in single WR | Harsh Jain | 2018-12-23 | 2 | -8/+6 |
| * | | crypto: chelsio - Swap location of AAD and IV sent in WR | Harsh Jain | 2018-12-23 | 3 | -120/+104 |
| * | | crypto: chelsio - remove set but not used variable 'kctx_len' | YueHaibing | 2018-12-23 | 1 | -2/+1 |
| * | | crypto: ux500 - Use proper enum in hash_set_dma_transfer | Nathan Chancellor | 2018-12-23 | 1 | -1/+1 |
| * | | crypto: ux500 - Use proper enum in cryp_set_dma_transfer | Nathan Chancellor | 2018-12-23 | 1 | -2/+2 |
| * | | crypto: cavium/nitrox - Enabled Mailbox support | Srikanth, Jampala | 2018-12-13 | 11 | -54/+441 |
| * | | crypto: cavium/nitrox - convert to DEFINE_SHOW_ATTRIBUTE | Yangtao Li | 2018-12-07 | 1 | -39/+9 |
| * | | crypto: chcr - ESN for Inline IPSec Tx | Atul Gupta | 2018-12-07 | 2 | -36/+148 |
| * | | crypto: chcr - small packet Tx stalls the queue | Atul Gupta | 2018-12-07 | 1 | -1/+4 |
| * | | crypto: ccree - add support for CryptoCell 703 | Gilad Ben-Yossef | 2018-12-07 | 6 | -9/+90 |
| * | | crypto: cavium/nitrox - Enable interrups for PF in SR-IOV mode. | Srikanth, Jampala | 2018-11-29 | 4 | -10/+142 |
| * | | crypto: cavium/nitrox - crypto request format changes | Nagadheeraj, Rottela | 2018-11-29 | 3 | -244/+227 |
| * | | crypto: chacha20-generic - refactor to allow varying number of rounds | Eric Biggers | 2018-11-20 | 3 | -6/+6 |
| * | | crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocations | Eric Biggers | 2018-11-20 | 3 | -6/+3 |
| * | | crypto: remove useless initializations of cra_list | Eric Biggers | 2018-11-20 | 6 | -8/+0 |
| * | | crypto: inside-secure - remove useless setting of type flags | Eric Biggers | 2018-11-20 | 1 | -4/+4 |
| * | | crypto: caam/qi2 - add support for Chacha20 + Poly1305 | Horia Geantă | 2018-11-16 | 4 | -6/+154 |
| * | | crypto: caam/jr - add support for Chacha20 + Poly1305 | Horia Geantă | 2018-11-16 | 6 | -5/+354 |
| * | | crypto: caam/qi2 - add support for ChaCha20 | Horia Geantă | 2018-11-16 | 4 | -4/+36 |
| * | | crypto: caam - add register map changes cf. Era 10 | Horia Geantă | 2018-11-16 | 8 | -49/+184 |
| * | | crypto: mxs-dcp - Add support for dcp clk | Leonard Crestez | 2018-11-16 | 1 | -3/+25 |
| * | | crypto: bcm - fix normal/non key hash algorithm failure | Raveendra Padasalagi | 2018-11-16 | 1 | -1/+5 |
| * | | crypto: chelsio - clean up various indentation issues | Colin Ian King | 2018-11-09 | 1 | -8/+8 |
| * | | crypto: cavium/nitrox - fix a DMA pool free failure | Wenwen Wang | 2018-11-09 | 3 | -10/+31 |
| * | | crypto: ccree - add SM3 support | Yael Chemla | 2018-11-09 | 4 | -24/+113 |