aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/chelsio (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-21crypto: chcr - Fix error handling related to 'chcr_alloc_shash'Christophe Jaillet1-3/+3
2017-04-21crypto: chcr - Add fallback for AEAD algosHarsh Jain3-75/+151
2017-04-21crypto: chcr - Fix txq ids.Harsh Jain3-20/+32
2017-04-21crypto: chcr - Set hmac_ctrl bit to use HW register HMAC_CFG[456]Harsh Jain1-19/+5
2017-04-21crypto: chcr - Increase priority of AEAD algos.Harsh Jain2-4/+12
2017-02-25treewide: Remove remaining executable attributes from source filesJoe Perches1-0/+0
2017-02-03crypto: chcr - Fix Smatch ComplaintHarsh Jain1-2/+3
2017-02-03crypto: chcr - Fix wrong typecastingHarsh Jain1-5/+4
2017-02-03crypto: chcr - Change algo priorityHarsh Jain1-1/+1
2017-02-03crypto: chcr - Change cra_flags for cipher algosHarsh Jain1-3/+3
2017-02-03crypto: chcr - Use cipher instead of Block Cipher in gcm setkeyHarsh Jain1-11/+9
2017-02-03crypto: chcr - fix itnull.cocci warningsHarsh Jain1-1/+1
2017-02-03crypto: chcr - Change flow IDsHarsh Jain3-12/+16
2017-02-03crypto: chcr - Fix key length for RFC4106Harsh Jain1-2/+2
2017-02-03crypto: chcr - Check device is allocated before useHarsh Jain1-10/+8
2017-02-03crypto: chcr - Fix panic on dma_unmap_sgHarsh Jain2-23/+29
2016-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus 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 ULD'sHariprasad 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