summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/chelsio
Commit message (Expand)AuthorAgeFilesLines
...
* crypto: chelsio - check for sg nullHarsh Jain2018-01-181-1/+2
* crypto: chelsio - Fix IndentationHarsh Jain2018-01-181-15/+13Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2017-12-221-0/+1
|\
| * crypto: chelsio - select CRYPTO_GF128MULArnd Bergmann2017-12-221-0/+1
* | crypto: chelsio - fix a type cast errorAtul Gupta2017-12-221-1/+1
* | chcr: ensure cntrl is initialized to fix bit-wise or'ing of garabage dataColin Ian King2017-12-111-1/+1
* | chcr: remove unused variables net_device, pi, adap and cntrlColin Ian King2017-12-111-7/+1Star
* | crypto: chelsio - make arrays sgl_ent_len and dsgl_ent_len staticColin Ian King2017-12-111-9/+13
* | chcr: Add support for Inline IPSecAtul Gupta2017-11-298-168/+860
* | crypto: chelsio - Fix an error code in chcr_hash_dma_map()Dan Carpenter2017-11-291-1/+1
* | crypto: chelsio - remove redundant assignments to reqctx and dst_sizeColin Ian King2017-11-291-4/+0Star
|/
* crypto: chcr - Replace _manual_ swap with swap macroGustavo A. R. Silva2017-11-061-4/+1Star
* crypto: chelsio - Fix memory leakHarsh Jain2017-11-031-4/+4
* crypto: chelsio - Move DMA un/mapping to chcr from lld cxgb4 driverHarsh Jain2017-11-033-694/+1109
* crypto: chelsio - Remove allocation of sg list to implement 2K limit of dsgl ...Harsh Jain2017-11-034-172/+76Star
* crypto: chelsio - Use x8_ble gf multiplication to calculate IV.Harsh Jain2017-11-032-2/+10
* crypto: chelsio - Check error code with IS_ERR macroYeshaswi M R Gowda2017-11-031-8/+8
* crypto: chelsio - Remove unused parameterYeshaswi M R Gowda2017-11-032-32/+23Star
* crypto: chelsio - pr_err() strings should end with newlinesArvind Yadav2017-10-121-1/+1
* crypto: chelsio - Use GCM IV size constantCorentin LABBE2017-09-221-4/+5
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-07-152-8/+16
|\
| * crypto: chcr - Avoid algo allocation in softirq.Harsh Jain2017-07-122-8/+16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-051-10/+5Star
|\ \ | |/ |/|
| * net: introduce __skb_put_[zero, data, u8]yuan linyu2017-06-201-10/+5Star
| * networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-5/+5
* | crypto: chcr - Select device in Round Robin fashionHarsh Jain2017-06-203-21/+42
* | crypto: chcr - Ensure Destination sg entry size less than 2kHarsh Jain2017-06-202-17/+142
* | chcr - Add debug countersHarsh Jain2017-06-202-1/+17
* | crypto: chcr - Add ctr mode and process large sg entries for cipherHarsh Jain2017-06-205-145/+690
* | crypto: chcr - Avoid changing request structureHarsh Jain2017-06-201-23/+14Star
* | crypto: chcr - Return correct error codeHarsh Jain2017-06-201-34/+42
* | crypto: chcr - Fix fallback key settingHarsh Jain2017-06-201-1/+11
* | crypto: chcr - Pass lcb bit setting to firmwareHarsh Jain2017-06-202-9/+13
|/
* crypto: chcr - Fix error handling related to 'chcr_alloc_shash'Christophe Jaillet2017-04-211-3/+3
* crypto: chcr - Add fallback for AEAD algosHarsh Jain2017-04-213-75/+151
* crypto: chcr - Fix txq ids.Harsh Jain2017-04-213-20/+32
* crypto: chcr - Set hmac_ctrl bit to use HW register HMAC_CFG[456]Harsh Jain2017-04-211-19/+5Star
* crypto: chcr - Increase priority of AEAD algos.Harsh Jain2017-04-212-4/+12
* treewide: Remove remaining executable attributes from source filesJoe Perches2017-02-251-0/+0
* crypto: chcr - Fix Smatch ComplaintHarsh Jain2017-02-031-2/+3
* crypto: chcr - Fix wrong typecastingHarsh Jain2017-02-031-5/+4Star
* crypto: chcr - Change algo priorityHarsh Jain2017-02-031-1/+1
* crypto: chcr - Change cra_flags for cipher algosHarsh Jain2017-02-031-3/+3
* crypto: chcr - Use cipher instead of Block Cipher in gcm setkeyHarsh Jain2017-02-031-11/+9Star
* crypto: chcr - fix itnull.cocci warningsHarsh Jain2017-02-031-1/+1
* crypto: chcr - Change flow IDsHarsh Jain2017-02-033-12/+16
* crypto: chcr - Fix key length for RFC4106Harsh Jain2017-02-031-2/+2
* crypto: chcr - Check device is allocated before useHarsh Jain2017-02-031-10/+8Star
* crypto: chcr - Fix panic on dma_unmap_sgHarsh Jain2017-02-032-23/+29
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-12-146-379/+1867
|\