summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
...
| * | crypto: bcm - fix normal/non key hash algorithm failureRaveendra Padasalagi2018-11-161-1/+5
| * | crypto: chelsio - clean up various indentation issuesColin Ian King2018-11-091-8/+8
| * | crypto: cavium/nitrox - fix a DMA pool free failureWenwen Wang2018-11-093-10/+31
| * | crypto: ccree - add SM3 supportYael Chemla2018-11-094-24/+113
| * | crypto: ccree - modify set_cipher_mode usage from cc_hashYael Chemla2018-11-092-9/+23
| * | crypto: ccree - adjust hash length to suit certain context specificsYael Chemla2018-11-094-24/+47
| * | crypto: ccree - add SM4 supportGilad Ben-Yossef2018-11-093-0/+70
| * | crypto: ccree - add support for CryptoCell 713Gilad Ben-Yossef2018-11-093-11/+19
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-12-272-3/+4
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-204-80/+130
| |\ \ \
| * | | | drivers: chelsio: use skb_sec_path helperFlorian Westphal2018-12-191-1/+3
| * | | | cxgb4: use new fw interface to get the VIN and smt indexSantosh Rastapur2018-11-231-2/+1
| | |/ / | |/| |
* | | | Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-12-271-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | crypto4xx_core: don't abuse __dma_sync_pageChristoph Hellwig2018-12-201-1/+1
| | |/ | |/|
* | | crypto/chelsio/chtls: send/recv window updateAtul Gupta2018-12-142-26/+54
* | | crypto/chelsio/chtls: macro correction in tx pathAtul Gupta2018-12-141-12/+8
* | | crypto/chelsio/chtls: listen fails with multiadaptAtul Gupta2018-12-142-19/+36
* | | net/tls: sleeping function from invalid contextAtul Gupta2018-12-141-23/+32
| |/ |/|
* | crypto: hisilicon - Fix reference after free of memories on error pathJohn Garry2018-11-091-10/+11
* | crypto: hisilicon - Fix NULL dereference for same dst and srcJohn Garry2018-11-091-4/+6
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-10-2570-2131/+8236
|\
| * crypto: chelsio - Update ntx queue received from cxgb4Harsh Jain2018-10-172-3/+2
| * crypto: ccree - avoid implicit enum conversionNathan Chancellor2018-10-171-4/+2
| * crypto: caam - add SPDX license identifier to all filesHoria Geantă2018-10-1711-57/+11
| * crypto: caam/qi - simplify CGR allocation, freeingHoria Geantă2018-10-172-40/+5
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2018-10-179-51/+72
| |\
| * | crypto: mxs-dcp - make symbols 'sha1_null_hash' and 'sha256_null_hash' staticWei Yongjun2018-10-121-2/+2
| * | crypto: chtls - remove set but not used variable 'csk'YueHaibing2018-10-121-4/+0
| * | crypto: axis - fix platform_no_drv_owner.cocci warningsYueHaibing2018-10-121-1/+0
| * | crypto: caam/qi2 - avoid double exportArnd Bergmann2018-10-081-1/+1
| * | crypto: mxs-dcp - Fix AES issuesRadu Solea2018-10-081-2/+31
| * | crypto: mxs-dcp - Fix SHA null hashes and output lengthRadu Solea2018-10-081-10/+37
| * | crypto: mxs-dcp - Implement sha import/exportDan Douglass2018-10-081-8/+33
| * | crypto: cavium/nitrox - use pci_alloc_irq_vectors() while enabling MSI-X.Srikanth Jampala2018-10-058-263/+162
| * | crypto: cavium/nitrox - NITROX command queue changes.Srikanth Jampala2018-10-055-79/+94
| * | crypto: cavium/nitrox - use pcie_flr instead of duplicating itSrikanth Jampala2018-10-051-10/+5
| * | crypto: cavium/nitrox - fix warnings while printing atomic64_t typesSrikanth Jampala2018-10-051-4/+6
| * | crypto: caam/qi2 - add CONFIG_NETDEVICES dependencyArnd Bergmann2018-10-051-0/+1
| * | crypto: qat - move temp buffers off the stackArd Biesheuvel2018-10-051-33/+31
| * | crypto: ccp - Make function sev_get_firmware() staticWei Yongjun2018-10-051-1/+2
| * | crypto: ccp - Remove forward declarationNathan Chancellor2018-10-051-28/+25
| * | crypto: cavium - remove redundant null pointer check before kfreezhong jiang2018-09-281-15/+5
| * | crypto: cavium/nitrox - updated debugfs information.Srikanth Jampala2018-09-284-129/+127
| * | crypto: cavium/nitrox - add support for per device request statistics.Srikanth Jampala2018-09-283-1/+20
| * | crypto: cavium/nitrox - added support to identify the NITROX device partname.Srikanth Jampala2018-09-285-22/+184
| * | crypto: chtls - remove redundant null pointer check before kfree_skbzhong jiang2018-09-282-4/+2
| * | crypto: picoxcell - Remove VLA usage of skcipherKees Cook2018-09-281-11/+10
| * | crypto: omap-aes - Remove VLA usage of skcipherKees Cook2018-09-282-10/+9
| * | crypto: mxs-dcp - Remove VLA usage of skcipherKees Cook2018-09-281-11/+10
| * | crypto: chelsio - Remove VLA usage of skcipherKees Cook2018-09-282-14/+15