summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/chelsio/chtls
Commit message (Expand)AuthorAgeFilesLines
* chelsio/chtls: fix tls record info to userVinay Kumar Yadav2020-11-011-2/+5
* chelsio/chtls: fix memory leaks in CPL handlersVinay Kumar Yadav2020-11-011-15/+12
* chelsio/chtls: fix deadlock issueVinay Kumar Yadav2020-11-011-2/+0
* chelsio/chtls: fix writing freed memoryVinay Kumar Yadav2020-10-291-1/+0
* chelsio/chtls: correct function return and return typeVinay Kumar Yadav2020-10-291-2/+2
* chelsio/chtls: Fix panic when listen on multiadapterVinay Kumar Yadav2020-10-291-2/+8
* chelsio/chtls: fix panic when server is on ipv6Vinay Kumar Yadav2020-10-291-3/+2
* chelsio/chtls: correct netdevice for vlan interfaceVinay Kumar Yadav2020-10-291-0/+3
* chelsio/chtls: fix socket lockVinay Kumar Yadav2020-10-291-0/+1
* 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