index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
chelsio
/
chtls
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
6
-24
/
+6
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2019-03-05
3
-13
/
+3
|
\
|
*
crypto: chtls - remove cdev_list_lock
Sebastian Andrzej Siewior
2019-02-22
1
-1
/
+0
|
*
crypto: prefix header search paths with $(srctree)/
Masahiro Yamada
2019-02-01
1
-1
/
+2
|
*
crypto: chtls - remove set but not used variables 'err, adap, request, hws'
YueHaibing
2019-01-11
1
-11
/
+1
*
|
cxgb4/chtls: Prefix adapter flags with CXGB4
Arjun Vynipadath
2019-03-04
1
-1
/
+1
*
|
net/tls: free ctx in sock destruct
Atul Gupta
2019-01-22
1
-0
/
+4
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-12-20
4
-80
/
+130
|
\
|
*
crypto/chelsio/chtls: send/recv window update
Atul Gupta
2018-12-14
2
-26
/
+54
|
*
crypto/chelsio/chtls: macro correction in tx path
Atul Gupta
2018-12-14
1
-12
/
+8
|
*
crypto/chelsio/chtls: listen fails with multiadapt
Atul Gupta
2018-12-14
2
-19
/
+36
|
*
net/tls: sleeping function from invalid context
Atul Gupta
2018-12-14
1
-23
/
+32
*
|
cxgb4: use new fw interface to get the VIN and smt index
Santosh Rastapur
2018-11-23
1
-2
/
+1
|
/
*
crypto: chtls - remove set but not used variable 'csk'
YueHaibing
2018-10-12
1
-4
/
+0
*
crypto: chtls - remove redundant null pointer check before kfree_skb
zhong jiang
2018-09-28
2
-4
/
+2
*
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2018-08-29
2
-2
/
+10
|
\
|
*
crypto: chtls - fix null dereference chtls_free_uld()
Ganesh Goudar
2018-08-25
2
-2
/
+10
*
|
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2018-08-16
1
-1
/
+1
|
\
|
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
Herbert Xu
2018-08-03
1
-3
/
+2
|
|
\
|
*
|
crypto: chtls - use 64-bit arithmetic instead of 32-bit
Gustavo A. R. Silva
2018-07-13
1
-1
/
+1
*
|
|
tcp: use monotonic timestamps for PAWS
Arnd Bergmann
2018-07-12
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2018-06-24
1
-3
/
+2
|
\
\
|
|
/
|
/
|
|
*
crypto: chtls - use after free in chtls_pt_recvmsg()
Dan Carpenter
2018-06-15
1
-3
/
+2
*
|
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-13
1
-1
/
+1
|
/
*
crypto: chtls - free beyond end rspq_skb_cache
Atul Gupta
2018-05-30
1
-1
/
+1
*
crypto: chtls - kbuild warnings
Atul Gupta
2018-05-30
1
-5
/
+6
*
crypto: chtls - dereference null variable
Atul Gupta
2018-05-30
1
-2
/
+1
*
crypto: chtls - wait for memory sendmsg, sendpage
Atul Gupta
2018-05-30
3
-3
/
+89
*
crypto: chtls - key len correction
Atul Gupta
2018-05-30
1
-5
/
+1
*
crypto: chtls - fix a missing-check bug
Wenwen Wang
2018-05-26
1
-3
/
+7
*
crypto: chtls - generic handling of data and hdr
Atul Gupta
2018-05-26
3
-53
/
+23
*
crypto: chelsio - remove redundant assignment to cdev->ports
Colin Ian King
2018-04-20
1
-1
/
+0
*
crypto: chelsio - don't leak information from the stack to userspace
Colin Ian King
2018-04-20
1
-1
/
+1
*
crypto: chelsio - Fix potential NULL pointer dereferences
Gustavo A. R. Silva
2018-04-20
1
-0
/
+16
*
crypto: chtls - Makefile Kconfig
Atul Gupta
2018-04-01
1
-0
/
+4
*
crypto: chtls - Program the TLS session Key
Atul Gupta
2018-04-01
1
-0
/
+412
*
crypto: chtls - Inline TLS record Rx
Atul Gupta
2018-04-01
2
-1
/
+602
*
crypto: chtls - Inline TLS record Tx
Atul Gupta
2018-04-01
2
-0
/
+1224
*
crypto : chtls - CPL handler definition
Atul Gupta
2018-04-01
1
-0
/
+2126
*
crypto: chtls - Register chtls with net tls
Atul Gupta
2018-04-01
1
-0
/
+575
*
crypto: chtls - structure and macro for Inline TLS
Atul Gupta
2018-04-01
2
-0
/
+685