aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/chelsio (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-22crypto: chelsio - select CRYPTO_GF128MULArnd Bergmann1-0/+1
2017-11-06crypto: chcr - Replace _manual_ swap with swap macroGustavo A. R. Silva1-4/+1
2017-11-03crypto: chelsio - Fix memory leakHarsh Jain1-4/+4
2017-11-03crypto: chelsio - Move DMA un/mapping to chcr from lld cxgb4 driverHarsh Jain3-694/+1109
2017-11-03crypto: chelsio - Remove allocation of sg list to implement 2K limit of dsgl headerHarsh Jain4-172/+76
2017-11-03crypto: chelsio - Use x8_ble gf multiplication to calculate IV.Harsh Jain2-2/+10
2017-11-03crypto: chelsio - Check error code with IS_ERR macroYeshaswi M R Gowda1-8/+8
2017-11-03crypto: chelsio - Remove unused parameterYeshaswi M R Gowda2-32/+23
2017-10-12crypto: chelsio - pr_err() strings should end with newlinesArvind Yadav1-1/+1
2017-09-22crypto: chelsio - Use GCM IV size constantCorentin LABBE1-4/+5
2017-07-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-8/+16
2017-07-12crypto: chcr - Avoid algo allocation in softirq.Harsh Jain2-8/+16
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-10/+5
2017-06-20net: introduce __skb_put_[zero, data, u8]yuan linyu1-10/+5
2017-06-20crypto: chcr - Select device in Round Robin fashionHarsh Jain3-21/+42
2017-06-20crypto: chcr - Ensure Destination sg entry size less than 2kHarsh Jain2-17/+142
2017-06-20chcr - Add debug countersHarsh Jain2-1/+17
2017-06-20crypto: chcr - Add ctr mode and process large sg entries for cipherHarsh Jain5-145/+690
2017-06-20crypto: chcr - Avoid changing request structureHarsh Jain1-23/+14
2017-06-20crypto: chcr - Return correct error codeHarsh Jain1-34/+42
2017-06-20crypto: chcr - Fix fallback key settingHarsh Jain1-1/+11
2017-06-20crypto: chcr - Pass lcb bit setting to firmwareHarsh Jain2-9/+13
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-5/+5
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