summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/chelsio
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-281-1/+1
|\
| * cxgb4/chtls: fix ULD connection failures due to wrong TID baseShahjada Abul Husain2019-12-171-1/+1
* | crypto: chtls - Fixed listen fail when max stid range reachedVinay Kumar Yadav2020-01-221-3/+2
* | crypto: chtls - Corrected function call contextVinay Kumar Yadav2020-01-221-15/+15
* | crypto: chelsio - Resetting crypto counters during the driver unregisterAyush Sawal2020-01-091-5/+5
* | crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers2020-01-091-23/+1
* | crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-13/+3
* | crypto: chelsio - fix writing tfm flags to wrong placeEric Biggers2020-01-091-13/+3
* | crypto: chtls - Fixed memory leakVinay Kumar Yadav2019-12-273-13/+38
* | crypto: chtls - Add support for AES256-GCM based ciphersVinay Kumar Yadav2019-12-273-21/+71
* | crypto: chelsio - calculating tx_channel_id as per the max number of channelsAyush Sawal2019-12-201-1/+2
* | crypto: Kconfig - Fix indentationKrzysztof Kozlowski2019-12-111-15/+15
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-11-255-32/+32
|\
| * cxgb4/chcr: update SGL DMA unmap for USORahul Lakkireddy2019-11-221-14/+13
| * net: silence data-races on sk_backlog.tailEric Dumazet2019-11-061-5/+5
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-022-2/+2
| |\
| * | net/tls: allow compiling TLS TOE outJakub Kicinski2019-10-041-1/+1
| * | net/tls: rename tls_device to tls_toe_deviceJakub Kicinski2019-10-042-12/+12
| * | net/tls: move TOE-related structures to a separate headerJakub Kicinski2019-10-041-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2019-11-254-182/+175
|\ \ \ | |_|/ |/| |
| * | crypto: chelsio - switch to skcipher APIArd Biesheuvel2019-11-173-179/+173
| * | crypto: chtls - remove the redundant check in chtls_recvmsg()Yunfeng Ye2019-10-231-2/+1
| * | crypto: chtls - simplify a bit 'create_flowc_wr_skb()'Christophe JAILLET2019-10-051-1/+1
| |/
* | inet: stop leaking jiffies on the wireEric Dumazet2019-11-011-1/+1
* | net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet2019-10-281-1/+1
|/
* mm: introduce page_size()Matthew Wilcox (Oracle)2019-09-241-3/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-09-182-4/+8
|\
| * net/tls: use the full sk_proto pointerJakub Kicinski2019-09-051-2/+4
| * net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-2/+4
* | crypto: chelsio - Rename arrays to avoid conflict with crypto/sha256.hHans de Goede2019-09-051-10/+10
* | crypto: chelsio - replace AES cipher calls with library callsArd Biesheuvel2019-07-265-61/+26
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-196-24/+6
* 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/+3
* crypto: chelsio - Fix NULL pointer dereferenceAtul Gupta2019-05-091-1/+2
* crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-2/+0
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-03-057-38/+36
|\
| * crypto: chelsio - Fixed Traffic StallAtul Gupta2019-02-281-13/+20
| * crypto: chtls - remove cdev_list_lockSebastian Andrzej Siewior2019-02-221-1/+0
| * 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/+5
| * crypto: chelsio - remove set but not used variables 'adap'YueHaibing2019-01-111-2/+0
| * 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/+1
* | 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
|\