summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/chelsio/chtls/chtls_io.c
Commit message (Expand)AuthorAgeFilesLines
* crypto/chtls: fix tls alert messages corrupted by tls dataVinay Kumar Yadav2020-07-201-3/+4
* 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-011-2/+5
|\
| * crypto: chelsio/chtls - Fixed boolinit.cocci warningVinay Kumar Yadav2020-03-061-2/+2
| * crypto: chelsio/chtls - Fixed tls statsVinay Kumar Yadav2020-03-061-0/+3
* | 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 Torvalds2019-11-251-5/+5
|\
| * net: silence data-races on sk_backlog.tailEric Dumazet2019-11-061-5/+5
* | 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
* | 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
* net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-2/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* crypto: chtls - remove set but not used variables 'err, adap, request, hws'YueHaibing2019-01-111-11/+1
* crypto/chelsio/chtls: macro correction in tx pathAtul Gupta2018-12-141-12/+8
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-06-241-3/+2
|\
| * crypto: chtls - use after free in chtls_pt_recvmsg()Dan Carpenter2018-06-151-3/+2
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
|/
* crypto: chtls - kbuild warningsAtul Gupta2018-05-311-5/+6
* crypto: chtls - dereference null variableAtul Gupta2018-05-311-2/+1
* crypto: chtls - wait for memory sendmsg, sendpageAtul Gupta2018-05-311-3/+87
* crypto: chtls - generic handling of data and hdrAtul Gupta2018-05-271-42/+12
* crypto: chtls - Inline TLS record RxAtul Gupta2018-03-311-1/+601
* crypto: chtls - Inline TLS record TxAtul Gupta2018-03-311-0/+1222