summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/chelsio
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-196-24/+6Star
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-213-0/+3
* crypto: chelsio - count incomplete block in IVAtul Gupta2019-05-091-2/+2
* crypto: chelsio - Fix softlockup with heavy I/OAtul Gupta2019-05-092-14/+3Star
* crypto: chelsio - Fix NULL pointer dereferenceAtul Gupta2019-05-091-1/+2
* crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-2/+0Star
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-03-057-38/+36Star
|\
| * crypto: chelsio - Fixed Traffic StallAtul Gupta2019-02-281-13/+20
| * crypto: chtls - remove cdev_list_lockSebastian Andrzej Siewior2019-02-221-1/+0Star
| * crypto: prefix header search paths with $(srctree)/Masahiro Yamada2019-02-012-2/+3
| * crypto: chelsio - Fix passing zero to 'PTR_ERR' warning in chcr_aead_opYueHaibing2019-02-011-2/+2
| * crypto: chelsio - Inline single pdu onlyAtul Gupta2019-01-251-0/+3
| * crypto: chelsio - avoid using sa_entry immAtul Gupta2019-01-252-7/+5Star
| * crypto: chelsio - remove set but not used variables 'adap'YueHaibing2019-01-111-2/+0Star
| * crypto: chelsio - check set_msg_len overflow in generate_b0YueHaibing2019-01-111-2/+4
| * crypto: chtls - remove set but not used variables 'err, adap, request, hws'YueHaibing2019-01-111-11/+1Star
* | cxgb4/chtls: Prefix adapter flags with CXGB4Arjun Vynipadath2019-03-041-1/+1
* | net/tls: free ctx in sock destructAtul Gupta2019-01-221-0/+4
|/
* 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/+0Star
| * 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/+6Star
| * crypto: chelsio - Swap location of AAD and IV sent in WRHarsh Jain2018-12-233-120/+104Star
| * crypto: chelsio - remove set but not used variable 'kctx_len'YueHaibing2018-12-231-2/+1Star
| * 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/+8Star
| * | 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/+1Star
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-10-265-25/+19Star
|\
| * crypto: chelsio - Update ntx queue received from cxgb4Harsh Jain2018-10-172-3/+2Star
| * 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/+0Star
| * | crypto: chtls - remove redundant null pointer check before kfree_skbzhong jiang2018-09-282-4/+2Star
| * | crypto: chelsio - Remove VLA usage of skcipherKees Cook2018-09-282-14/+15
* | | cxgb4: fix the error path of cxgb4_uld_register()Ganesh Goudar2018-10-191-3/+1Star
| |/ |/|
* | 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-162-6/+3Star
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2018-08-031-3/+2Star
| |\
| * | crypto: chtls - use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva2018-07-131-1/+1