aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/chelsio (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+1
2020-01-22crypto: chtls - Fixed listen fail when max stid range reachedVinay Kumar Yadav1-3/+2
2020-01-22crypto: chtls - Corrected function call contextVinay Kumar Yadav1-15/+15
2020-01-09crypto: chelsio - Resetting crypto counters during the driver unregisterAyush Sawal1-5/+5
2020-01-09crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers1-23/+1
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers1-13/+3
2020-01-09crypto: chelsio - fix writing tfm flags to wrong placeEric Biggers1-13/+3
2019-12-27crypto: chtls - Fixed memory leakVinay Kumar Yadav3-13/+38
2019-12-27crypto: chtls - Add support for AES256-GCM based ciphersVinay Kumar Yadav3-21/+71
2019-12-20crypto: chelsio - calculating tx_channel_id as per the max number of channelsAyush Sawal1-1/+2
2019-12-17cxgb4/chtls: fix ULD connection failures due to wrong TID baseShahjada Abul Husain1-1/+1
2019-12-11crypto: Kconfig - Fix indentationKrzysztof Kozlowski1-15/+15
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds5-32/+32
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds4-182/+175
2019-11-22cxgb4/chcr: update SGL DMA unmap for USORahul Lakkireddy1-14/+13
2019-11-17crypto: chelsio - switch to skcipher APIArd Biesheuvel3-179/+173
2019-11-06net: silence data-races on sk_backlog.tailEric Dumazet1-5/+5
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-2/+2
2019-11-01inet: stop leaking jiffies on the wireEric Dumazet1-1/+1
2019-10-28net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet1-1/+1
2019-10-23crypto: chtls - remove the redundant check in chtls_recvmsg()Yunfeng Ye1-2/+1
2019-10-04net/tls: allow compiling TLS TOE outJakub Kicinski1-1/+1
2019-10-04net/tls: rename tls_device to tls_toe_deviceJakub Kicinski2-12/+12
2019-10-04net/tls: move TOE-related structures to a separate headerJakub Kicinski1-0/+1
2019-10-05crypto: chtls - simplify a bit 'create_flowc_wr_skb()'Christophe JAILLET1-1/+1
2019-09-24mm: introduce page_size()Matthew Wilcox (Oracle)1-3/+2
2019-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-4/+8
2019-09-05net/tls: use the full sk_proto pointerJakub Kicinski1-2/+4
2019-09-05crypto: chelsio - Rename arrays to avoid conflict with crypto/sha256.hHans de Goede1-10/+10
2019-07-26crypto: chelsio - replace AES cipher calls with library callsArd Biesheuvel5-61/+26
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-2/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner6-24/+6
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner3-0/+3
2019-05-09crypto: chelsio - count incomplete block in IVAtul Gupta1-2/+2
2019-05-09crypto: chelsio - Fix softlockup with heavy I/OAtul Gupta2-14/+3
2019-05-09crypto: chelsio - Fix NULL pointer dereferenceAtul Gupta1-1/+2
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers1-2/+0
2019-03-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds7-38/+36
2019-03-04cxgb4/chtls: Prefix adapter flags with CXGB4Arjun Vynipadath1-1/+1
2019-02-28crypto: chelsio - Fixed Traffic StallAtul Gupta1-13/+20
2019-02-22crypto: chtls - remove cdev_list_lockSebastian Andrzej Siewior1-1/+0
2019-02-01crypto: prefix header search paths with $(srctree)/Masahiro Yamada2-2/+3
2019-02-01crypto: chelsio - Fix passing zero to 'PTR_ERR' warning in chcr_aead_opYueHaibing1-2/+2
2019-01-25crypto: chelsio - Inline single pdu onlyAtul Gupta1-0/+3
2019-01-25crypto: chelsio - avoid using sa_entry immAtul Gupta2-7/+5
2019-01-22net/tls: free ctx in sock destructAtul Gupta1-0/+4
2019-01-11crypto: chelsio - remove set but not used variables 'adap'YueHaibing1-2/+0
2019-01-11crypto: chelsio - check set_msg_len overflow in generate_b0YueHaibing1-2/+4
2019-01-11crypto: chtls - remove set but not used variables 'err, adap, request, hws'YueHaibing1-11/+1
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds6-284/+568