summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/chelsio/chtls
AgeCommit message (Expand)AuthorFilesLines
2020-08-21chelsio/chtls: separate chelsio tls driver from crypto driverVinay Kumar Yadav7-6021/+0
2020-07-31tcp: rename request_sock cookie_ts bit to syncookieFlorian Westphal1-1/+1
2020-07-28net: remove sockptr_advanceChristoph Hellwig1-6/+6
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-4/+5
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-8/+10
2020-07-20crypto/chtls: Enable tcp window scaling optionVinay Kumar Yadav1-0/+1
2020-07-20crypto/chtls: correct net_device reference countVinay Kumar Yadav1-1/+1
2020-07-20crypto/chtls: fix tls alert messages corrupted by tls dataVinay Kumar Yadav1-3/+4
2020-06-04crypto/chtls:Fix compile error when CONFIG_IPV6 is disabledVinay Kumar Yadav2-12/+36
2020-06-01crypto/chtls: IPv6 support for inline TLSVinay Kumar Yadav3-43/+167
2020-05-26crypto: chelsio/chtls: properly set tp->lsndtimeEric Dumazet1-1/+1
2020-04-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-4/+13
2020-03-30crypto/chtls: Fix chtls crash in connection cleanupRohit Maheshwari1-4/+25
2020-03-23Crypto/chtls: add/delete TLS header in driverRohit Maheshwari1-14/+59
2020-03-06crypto: chelsio/chtls - Fixed boolinit.cocci warningVinay Kumar Yadav1-2/+2
2020-03-06crypto: chelsio/chtls - Fixed tls statsVinay Kumar Yadav2-0/+10
2020-02-22crypto: chelsio - remove extra allocation for chtls_devStephen Kitt1-2/+1
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
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-17cxgb4/chtls: fix ULD connection failures due to wrong TID baseShahjada Abul Husain1-1/+1
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds3-17/+18
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-3/+2
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: 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-07-26crypto: chelsio - replace AES cipher calls with library callsArd Biesheuvel1-14/+6
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 Gleixner1-0/+1
2019-03-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds3-13/+3
2019-03-04cxgb4/chtls: Prefix adapter flags with CXGB4Arjun Vynipadath1-1/+1
2019-02-22crypto: chtls - remove cdev_list_lockSebastian Andrzej Siewior1-1/+0
2019-02-01crypto: prefix header search paths with $(srctree)/Masahiro Yamada1-1/+2
2019-01-22net/tls: free ctx in sock destructAtul Gupta1-0/+4
2019-01-11crypto: chtls - remove set but not used variables 'err, adap, request, hws'YueHaibing1-11/+1
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-80/+130
2018-12-14crypto/chelsio/chtls: send/recv window updateAtul Gupta2-26/+54
2018-12-14crypto/chelsio/chtls: macro correction in tx pathAtul Gupta1-12/+8
2018-12-14crypto/chelsio/chtls: listen fails with multiadaptAtul Gupta2-19/+36