summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/chelsio/chtls
Commit message (Expand)AuthorAgeFilesLines
* chelsio/chtls: separate chelsio tls driver from crypto driverVinay Kumar Yadav2020-08-217-6021/+0
* tcp: rename request_sock cookie_ts bit to syncookieFlorian Westphal2020-07-311-1/+1
* net: remove sockptr_advanceChristoph Hellwig2020-07-281-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-252-4/+5
|\
| * crypto/chtls: correct net_device reference countVinay Kumar Yadav2020-07-201-1/+1
| * crypto/chtls: fix tls alert messages corrupted by tls dataVinay Kumar Yadav2020-07-201-3/+4
* | net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-8/+10
* | crypto/chtls: Enable tcp window scaling optionVinay Kumar Yadav2020-07-201-0/+1
|/
* crypto/chtls:Fix compile error when CONFIG_IPV6 is disabledVinay Kumar Yadav2020-06-042-12/+36
* crypto/chtls: IPv6 support for inline TLSVinay Kumar Yadav2020-06-013-43/+167
* crypto: chelsio/chtls: properly set tp->lsndtimeEric Dumazet2020-05-261-1/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-04-012-4/+13
|\
| * crypto: chelsio/chtls - Fixed boolinit.cocci warningVinay Kumar Yadav2020-03-061-2/+2
| * crypto: chelsio/chtls - Fixed tls statsVinay Kumar Yadav2020-03-062-0/+10
| * crypto: chelsio - remove extra allocation for chtls_devStephen Kitt2020-02-221-2/+1
* | crypto/chtls: Fix chtls crash in connection cleanupRohit Maheshwari2020-03-301-4/+25
* | Crypto/chtls: add/delete TLS header in driverRohit Maheshwari2020-03-231-14/+59
|/
* 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: 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
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-11-253-17/+18
|\
| * 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: 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-251-3/+2
|\ \ \ | |_|/ |/| |
| * | 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 - replace AES cipher calls with library callsArd Biesheuvel2019-07-261-14/+6
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-196-24/+6
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-03-053-13/+3
|\
| * crypto: chtls - remove cdev_list_lockSebastian Andrzej Siewior2019-02-221-1/+0
| * crypto: prefix header search paths with $(srctree)/Masahiro Yamada2019-02-011-1/+2
| * 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 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