aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/chelsio/chtls/chtls_io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-21chelsio/chtls: separate chelsio tls driver from crypto driverVinay Kumar Yadav1-1907/+0
2020-07-20crypto/chtls: fix tls alert messages corrupted by tls dataVinay Kumar Yadav1-3/+4
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/crypto-2.6Linus Torvalds1-2/+5
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 Yadav1-0/+3
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-5/+5
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-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-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-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-2/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-01-11crypto: chtls - remove set but not used variables 'err, adap, request, hws'YueHaibing1-11/+1
2018-12-14crypto/chelsio/chtls: macro correction in tx pathAtul Gupta1-12/+8
2018-06-24Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-3/+2
2018-06-15crypto: chtls - use after free in chtls_pt_recvmsg()Dan Carpenter1-3/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-05-31crypto: chtls - kbuild warningsAtul Gupta1-5/+6
2018-05-31crypto: chtls - dereference null variableAtul Gupta1-2/+1
2018-05-31crypto: chtls - wait for memory sendmsg, sendpageAtul Gupta1-3/+87
2018-05-27crypto: chtls - generic handling of data and hdrAtul Gupta1-42/+12
2018-03-31crypto: chtls - Inline TLS record RxAtul Gupta1-1/+601
2018-03-31crypto: chtls - Inline TLS record TxAtul Gupta1-0/+1222