summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
...
| * | crypto: cavium/zip - no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-02-011-41/+11Star
| * | crypto: axis - no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-02-011-9/+0Star
| * | crypto: ccree - no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-02-013-31/+6Star
| * | crypto: qat - no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-02-019-58/+0Star
| * | crypto: caam - handle zero-length AEAD outputHoria Geantă2019-02-013-24/+47
| * | crypto: caam - add support for cmac(aes)Iuliana Prodan2019-02-013-33/+139
| * | crypto: clarify name of WEAK_KEY request flagEric Biggers2019-01-2516-27/+32
| * | crypto: bcm - remove unused function do_decrypt()Eric Biggers2019-01-252-46/+0Star
| * | crypto: chelsio - Inline single pdu onlyAtul Gupta2019-01-251-0/+3
| * | crypto: chelsio - avoid using sa_entry immAtul Gupta2019-01-252-7/+5Star
| * | crypto: ccree - don't copy zero size ciphertextGilad Ben-Yossef2019-01-251-1/+2
| * | crypto: ccree - shared irq lines are not a bugGilad Ben-Yossef2019-01-251-3/+3
| * | crypto: ccree - unmap buffer before copying IVGilad Ben-Yossef2019-01-251-1/+2
| * | crypto: ccree - remove legacy leftoverHadar Gat2019-01-251-2/+0Star
| * | crypto: ccree - fix free of unallocated mlli bufferHadar Gat2019-01-251-4/+4
| * | crypto: ccree - add error messageHadar Gat2019-01-251-1/+4
| * | crypto: ccree - improve error handlingHadar Gat2019-01-251-39/+35Star
| * | crypto: brcm - Fix some set-but-not-used warningYueHaibing2019-01-181-5/+1Star
| * | crypto: virtio - clean up indentation, replace spaces with tabColin Ian King2019-01-111-1/+1
| * | crypto: chelsio - remove set but not used variables 'adap'YueHaibing2019-01-111-2/+0Star
| * | crypto: chelsio - check set_msg_len overflow in generate_b0YueHaibing2019-01-111-2/+4
| * | crypto: ux500 - catch dma submission errorYueHaibing2019-01-111-0/+6
| * | crypto: crypto4xx - add prng crypto supportChristian Lamparter2019-01-113-0/+92
| * | crypto: caam - add support for xcbc(aes)Iuliana Prodan2019-01-113-17/+232
| * | crypto: caam - create ahash shared descriptors only onceIuliana Prodan2019-01-111-1/+6
| * | crypto: caam - fix error reporting for caam_hash_allocIuliana Prodan2019-01-111-1/+2
| * | crypto: ccp - Update copyright notices and datesHook, Gary2019-01-119-9/+9
| * | crypto: chtls - remove set but not used variables 'err, adap, request, hws'YueHaibing2019-01-111-11/+1Star
| * | crypto: caam - move shared symbols in a common locationHoria Geantă2019-01-113-11/+6Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-041-1/+1
|\ \ \
| * \ \ Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-02-281-1/+1
| |\ \ \
| | * | | crypto: ccree - add missing inline qualifierGilad Ben-Yossef2019-02-221-1/+1
* | | | | cxgb4/chtls: Prefix adapter flags with CXGB4Arjun Vynipadath2019-03-041-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-153-10/+13
|\| | | |
| * | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-02-153-10/+13
| |\| | |
| | * | | crypto: ccree - fix resume race condition on initGilad Ben-Yossef2019-02-083-10/+13
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-091-4/+6
|\| | | |
| * | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-02-011-4/+6
| |\| | |
| | * | | crypto: cavium/nitrox - Invoke callback after DMA unmapNagadheeraj Rottela2019-01-251-4/+6
| | |/ /
* | / / net/tls: free ctx in sock destructAtul Gupta2019-01-221-0/+4
|/ / /
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-01-189-77/+63Star
|\| |
| * | crypto: talitos - fix ablkcipher for CONFIG_VMAP_STACKChristophe Leroy2019-01-101-1/+4
| * | crypto: talitos - reorder code in talitos_edesc_alloc()Christophe Leroy2019-01-101-18/+7Star
| * | crypto: cavium/nitrox - Use after free in process_response_list()Dan Carpenter2019-01-101-1/+1
| * | crypto: caam - fix SHA support detectionHoria Geantă2019-01-103-1/+11
| * | crypto: caam - fix zero-length buffer DMA mappingAymen Sghaier2019-01-101-6/+9
| * | crypto: ccree - convert to use crypto_authenc_extractkeys()Eric Biggers2019-01-101-21/+19Star
| * | crypto: bcm - convert to use crypto_authenc_extractkeys()Eric Biggers2019-01-102-31/+14Star
| |/
* / cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-0812-88/+86Star
|/
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-3/+3