index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
chelsio
/
chtls
/
chtls_io.c
Age
Commit message (
Expand
)
Author
2020-07-20
crypto/chtls: fix tls alert messages corrupted by tls data
Vinay Kumar Yadav
2020-05-26
crypto: chelsio/chtls: properly set tp->lsndtime
Eric Dumazet
2020-04-01
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2020-03-23
Crypto/chtls: add/delete TLS header in driver
Rohit Maheshwari
2020-03-06
crypto: chelsio/chtls - Fixed boolinit.cocci warning
Vinay Kumar Yadav
2020-03-06
crypto: chelsio/chtls - Fixed tls stats
Vinay Kumar Yadav
2019-11-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2019-11-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2019-11-06
net: silence data-races on sk_backlog.tail
Eric Dumazet
2019-10-28
net: use skb_queue_empty_lockless() in busy poll contexts
Eric Dumazet
2019-10-23
crypto: chtls - remove the redundant check in chtls_recvmsg()
Yunfeng Ye
2019-10-05
crypto: chtls - simplify a bit 'create_flowc_wr_skb()'
Christophe JAILLET
2019-09-24
mm: introduce page_size()
Matthew Wilcox (Oracle)
2019-07-22
net: Use skb accessors in network drivers
Matthew Wilcox (Oracle)
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-01-11
crypto: chtls - remove set but not used variables 'err, adap, request, hws'
YueHaibing
2018-12-14
crypto/chelsio/chtls: macro correction in tx path
Atul Gupta
2018-06-24
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2018-06-15
crypto: chtls - use after free in chtls_pt_recvmsg()
Dan Carpenter
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-05-31
crypto: chtls - kbuild warnings
Atul Gupta
2018-05-31
crypto: chtls - dereference null variable
Atul Gupta
2018-05-31
crypto: chtls - wait for memory sendmsg, sendpage
Atul Gupta
2018-05-27
crypto: chtls - generic handling of data and hdr
Atul Gupta
2018-03-31
crypto: chtls - Inline TLS record Rx
Atul Gupta
2018-03-31
crypto: chtls - Inline TLS record Tx
Atul Gupta