aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/chelsio (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-04Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds5-217/+413
2018-03-31crypto: chtls - Makefile KconfigAtul Gupta3-0/+16
2018-03-31crypto: chtls - Program the TLS session KeyAtul Gupta1-0/+412
2018-03-31crypto: chtls - Inline TLS record RxAtul Gupta2-1/+602
2018-03-31crypto: chtls - Inline TLS record TxAtul Gupta2-0/+1224
2018-03-31crypto : chtls - CPL handler definitionAtul Gupta1-0/+2126
2018-03-31crypto: chtls - Register chtls with net tlsAtul Gupta1-0/+575
2018-03-31crypto: chtls - structure and macro for Inline TLSAtul Gupta2-0/+685
2018-03-31crypto: chcr - Inline TLS Key MacrosAtul Gupta2-1/+96
2018-03-31crypto: chelsio - don't leak pointers to authenc keysTudor-Dan Ambarus1-0/+5
2018-03-31crypto: chelsio - Remove declaration of static function from headerHarsh Jain2-147/+145
2018-03-16crypto: chelsio -Split Hash requests for large scatter gather listHarsh Jain4-108/+298
2018-03-16crypto: chelsio - Fix iv passed in fallback path for rfc3686Harsh Jain1-1/+1
2018-03-16crypto: chelsio - Update IV before sending request to HWHarsh Jain1-8/+11
2018-03-16crypto: chelsio - Fix src buffer dma lengthHarsh Jain1-5/+12
2018-03-16crypto: chelsio - Use kernel round function to align lengthsHarsh Jain2-40/+34
2018-03-09crypto: chelsio - no csum offload for ipsec pathAtul Gupta1-3/+2
2018-02-15crypto: chelsio - Make function aead_ccm_validate_input staticColin Ian King1-4/+4
2018-01-20crypto: chelsio - Fix indentation warningHarsh Jain1-5/+5
2018-01-18crypto: chelsio - Remove dst sg size zero checkHarsh Jain1-30/+13
2018-01-18crypto: chelsio - Add authenc versions of ctr and shaHarsh Jain2-23/+199
2018-01-18crypto: chelsio - Fix IV updated in XTS operationHarsh Jain1-4/+6
2018-01-18crypto: chelsio - check for sg nullHarsh Jain1-1/+2
2018-01-18crypto: chelsio - Fix IndentationHarsh Jain1-15/+13
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-0/+1
2017-12-22crypto: chelsio - fix a type cast errorAtul Gupta1-1/+1
2017-12-22crypto: chelsio - select CRYPTO_GF128MULArnd Bergmann1-0/+1
2017-12-11chcr: ensure cntrl is initialized to fix bit-wise or'ing of garabage dataColin Ian King1-1/+1
2017-12-11chcr: remove unused variables net_device, pi, adap and cntrlColin Ian King1-7/+1
2017-12-11crypto: chelsio - make arrays sgl_ent_len and dsgl_ent_len staticColin Ian King1-9/+13
2017-11-29chcr: Add support for Inline IPSecAtul Gupta8-168/+860
2017-11-29crypto: chelsio - Fix an error code in chcr_hash_dma_map()Dan Carpenter1-1/+1
2017-11-29crypto: chelsio - remove redundant assignments to reqctx and dst_sizeColin Ian King1-4/+0
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