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-12-276-284/+568
|\
| * crypto: skcipher - remove remnants of internal IV generatorsEric Biggers2018-12-231-1/+0
| * crypto: chelsio - Fix wrong error counter incrementsHarsh Jain2018-12-232-10/+10
| * crypto: chelsio - Reset counters on cxgb4 DetachHarsh Jain2018-12-231-0/+4
| * crypto: chelsio - Handle PCI shutdown eventHarsh Jain2018-12-233-93/+278
| * crypto: chelsio - cleanup:send addr as value in function argumentHarsh Jain2018-12-231-8/+8
| * crypto: chelsio - Use same value for both channel in single WRHarsh Jain2018-12-232-8/+6
| * crypto: chelsio - Swap location of AAD and IV sent in WRHarsh Jain2018-12-233-120/+104
| * crypto: chelsio - remove set but not used variable 'kctx_len'YueHaibing2018-12-231-2/+1
| * crypto: chcr - ESN for Inline IPSec TxAtul Gupta2018-12-072-36/+148
| * crypto: chcr - small packet Tx stalls the queueAtul Gupta2018-12-071-1/+4
| * crypto: chelsio - clean up various indentation issuesColin Ian King2018-11-091-8/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-204-80/+130
|\ \
| * | crypto/chelsio/chtls: send/recv window updateAtul Gupta2018-12-142-26/+54
| * | crypto/chelsio/chtls: macro correction in tx pathAtul Gupta2018-12-141-12/+8
| * | crypto/chelsio/chtls: listen fails with multiadaptAtul Gupta2018-12-142-19/+36
| * | net/tls: sleeping function from invalid contextAtul Gupta2018-12-141-23/+32
| |/
* | drivers: chelsio: use skb_sec_path helperFlorian Westphal2018-12-191-1/+3
* | cxgb4: use new fw interface to get the VIN and smt indexSantosh Rastapur2018-11-231-2/+1
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-10-255-25/+19
|\
| * crypto: chelsio - Update ntx queue received from cxgb4Harsh Jain2018-10-172-3/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2018-10-172-10/+24
| |\
| * | crypto: chtls - remove set but not used variable 'csk'YueHaibing2018-10-121-4/+0
| * | crypto: chtls - remove redundant null pointer check before kfree_skbzhong jiang2018-09-282-4/+2
| * | crypto: chelsio - Remove VLA usage of skcipherKees Cook2018-09-282-14/+15
* | | cxgb4: fix the error path of cxgb4_uld_register()Ganesh Goudar2018-10-181-3/+1
| |/ |/|
* | crypto: chelsio - Fix memory corruption in DMA Mapped buffers.Harsh Jain2018-09-282-10/+24
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-08-292-2/+10
|\
| * crypto: chtls - fix null dereference chtls_free_uld()Ganesh Goudar2018-08-252-2/+10
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-08-152-6/+3
|\ \ | |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2018-08-031-3/+2
| |\
| * | crypto: chtls - use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva2018-07-131-1/+1
| * | crypto: aead - remove useless setting of type flagsEric Biggers2018-07-091-2/+1
| * | crypto: ahash - remove useless setting of cra_typeEric Biggers2018-07-091-1/+0
| * | crypto: ahash - remove useless setting of type flagsEric Biggers2018-07-091-2/+1
* | | tcp: use monotonic timestamps for PAWSArnd Bergmann2018-07-121-1/+1
| |/ |/|
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-06-241-3/+2
|\ \ | |/ |/|
| * crypto: chtls - use after free in chtls_pt_recvmsg()Dan Carpenter2018-06-151-3/+2
* | 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
OpenPOWER on IntegriCloud