summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/chelsio
Commit message (Expand)AuthorAgeFilesLines
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* crypto: chtls - free beyond end rspq_skb_cacheAtul Gupta2018-05-311-1/+1
* crypto: chtls - kbuild warningsAtul Gupta2018-05-311-5/+6
* crypto: chtls - dereference null variableAtul Gupta2018-05-311-2/+1
* crypto: chtls - wait for memory sendmsg, sendpageAtul Gupta2018-05-313-3/+89
* crypto: chtls - key len correctionAtul Gupta2018-05-311-5/+1
* crypto: chelsio - Remove separate buffer used for DMA map B0 block in CCMHarsh Jain2018-05-312-113/+97
* crypt: chelsio - Send IV as Immediate for cipher algoHarsh Jain2018-05-314-40/+17
* crypto: chelsio - Return -ENOSPC for transient busy indication.Harsh Jain2018-05-311-30/+26
* crypto: chtls - fix a missing-check bugWenwen Wang2018-05-271-3/+7
* crypto: chtls - generic handling of data and hdrAtul Gupta2018-05-273-53/+23
* crypto: chelsio - request to HW should wrapAtul Gupta2018-05-191-18/+17
* crypto: chelsio - remove redundant assignment to cdev->portsColin Ian King2018-04-211-1/+0
* crypto: chelsio - don't leak information from the stack to userspaceColin Ian King2018-04-211-1/+1
* crypto: chelsio - Fix potential NULL pointer dereferencesGustavo A. R. Silva2018-04-211-0/+16
* 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
OpenPOWER on IntegriCloud