summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/chelsio
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-04-045-217/+413
|\
| * crypto: chelsio - don't leak pointers to authenc keysTudor-Dan Ambarus2018-03-311-0/+5
| * crypto: chelsio - Remove declaration of static function from headerHarsh Jain2018-03-312-147/+145
| * crypto: chelsio -Split Hash requests for large scatter gather listHarsh Jain2018-03-164-108/+298
| * crypto: chelsio - Fix iv passed in fallback path for rfc3686Harsh Jain2018-03-161-1/+1
| * crypto: chelsio - Update IV before sending request to HWHarsh Jain2018-03-161-8/+11
| * crypto: chelsio - Fix src buffer dma lengthHarsh Jain2018-03-161-5/+12
| * crypto: chelsio - Use kernel round function to align lengthsHarsh Jain2018-03-162-40/+34
| * crypto: chelsio - no csum offload for ipsec pathAtul Gupta2018-03-091-3/+2
| * crypto: chelsio - Make function aead_ccm_validate_input staticColin Ian King2018-02-151-4/+4
* | crypto: chtls - Makefile KconfigAtul Gupta2018-03-313-0/+16
* | crypto: chtls - Program the TLS session KeyAtul Gupta2018-03-311-0/+412
* | crypto: chtls - Inline TLS record RxAtul Gupta2018-03-312-1/+602
* | crypto: chtls - Inline TLS record TxAtul Gupta2018-03-312-0/+1224
* | crypto : chtls - CPL handler definitionAtul Gupta2018-03-311-0/+2126
* | crypto: chtls - Register chtls with net tlsAtul Gupta2018-03-311-0/+575
* | crypto: chtls - structure and macro for Inline TLSAtul Gupta2018-03-312-0/+685
* | crypto: chcr - Inline TLS Key MacrosAtul Gupta2018-03-312-1/+96
|/
* crypto: chelsio - Fix indentation warningHarsh Jain2018-01-201-5/+5
* crypto: chelsio - Remove dst sg size zero checkHarsh Jain2018-01-181-30/+13
* crypto: chelsio - Add authenc versions of ctr and shaHarsh Jain2018-01-182-23/+199
* crypto: chelsio - Fix IV updated in XTS operationHarsh Jain2018-01-181-4/+6
* crypto: chelsio - check for sg nullHarsh Jain2018-01-181-1/+2
* crypto: chelsio - Fix IndentationHarsh Jain2018-01-181-15/+13
* 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/+1
* | 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/+0
|/
* crypto: chcr - Replace _manual_ swap with swap macroGustavo A. R. Silva2017-11-061-4/+1
* 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/+76
* 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/+23
* 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-142-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/+5
|\ \ | |/ |/|
| * net: introduce __skb_put_[zero, data, u8]yuan linyu2017-06-201-10/+5
| * 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
OpenPOWER on IntegriCloud