summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/chelsio
AgeCommit message (Expand)AuthorFilesLines
2016-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds6-379/+1867
2016-12-07crypto: chcr - checking for IS_ERR() instead of NULLDan Carpenter1-9/+8
2016-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2016-11-30crypto: chcr - Add AEAD algos.Harsh Jain6-41/+1558
2016-11-30crypto: chcr - Move tfm ctx variable to request contextHarsh Jain2-18/+17
2016-11-30crypto: chcr - Use SHASH_DESC_ON_STACKHarsh Jain2-38/+27
2016-11-30crypto: chcr - Adjust Dest. buffer sizeHarsh Jain1-30/+20
2016-11-30crypto: chcr - Calculate Reverse round key in setkey callback.Harsh Jain2-30/+24
2016-11-30crypto: chcr - Remove dynamic allocationHarsh Jain2-32/+45
2016-11-30crypto: chcr - Fixes Unchecked dereference inside functionHarsh Jain1-1/+2
2016-11-30crypto: chcr - Added new structure chcr_wrHarsh Jain4-149/+140
2016-11-30crypto: chcr - Cosmetic changeHarsh Jain2-58/+53
2016-11-30crypto: chcr - Fix memory corruptionHarsh Jain1-1/+2
2016-11-18cxgb4: Allocate Tx queues dynamicallyHariprasad Shenai2-8/+11
2016-09-19chcr/cxgb4i/cxgbit/RDMA/cxgb4: Allocate resources dynamically for all cxgb4 U...Hariprasad Shenai1-6/+4
2016-08-26chcr: Fix non static symbol warningWei Yongjun1-1/+1
2016-08-19crypto: Added Chelsio Menu to the Kconfig fileHariprasad Shenai2-0/+23
2016-08-18chcr: Support for Chelsio's Crypto HardwareHariprasad Shenai5-0/+2519