index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
chelsio
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: Replace zero-length array with flexible-array
Gustavo A. R. Silva
2020-06-15
1
-4
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2020-06-13
1
-22
/
+59
|
\
|
*
Crypto/chcr: Checking cra_refcnt before unregistering the algorithms
Ayush Sawal
2020-06-10
1
-4
/
+14
|
*
Crypto/chcr: Calculate src and dst sg lengths separately for dma map
Ayush Sawal
2020-06-10
1
-18
/
+45
*
|
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2020-06-14
1
-3
/
+3
|
/
*
crypto/chtls:Fix compile error when CONFIG_IPV6 is disabled
Vinay Kumar Yadav
2020-06-04
3
-16
/
+36
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-06-03
10
-151
/
+314
|
\
|
*
crypto/chtls: IPv6 support for inline TLS
Vinay Kumar Yadav
2020-06-01
3
-43
/
+167
|
*
Crypto/chcr: Fixes a coccinile check error
Ayush Sawal
2020-06-01
1
-0
/
+1
|
*
Crypto/chcr: Fixes compilations warnings
Ayush Sawal
2020-06-01
2
-7
/
+5
|
*
crypto/chcr: IPV6 code needs to be in CONFIG_IPV6
Rohit Maheshwari
2020-06-01
1
-15
/
+33
|
*
cxgb4/chcr: Enable ktls settings at run time
Rohit Maheshwari
2020-06-01
4
-61
/
+40
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-05-31
1
-1
/
+1
|
|
\
|
*
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-05-06
1
-37
/
+46
|
|
\
\
|
*
|
|
Crypto/chcr: fix for hmac(sha) test fails
Devulapally Shiva Krishna
2020-05-06
1
-1
/
+1
|
*
|
|
Crypto/chcr: support for 48 byte key_len in aes-xts
Devulapally Shiva Krishna
2020-05-06
1
-2
/
+25
|
*
|
|
Crypto/chcr: fix for ccm(aes) failed test
Devulapally Shiva Krishna
2020-05-06
1
-1
/
+1
|
*
|
|
Crypto/chcr: fix ctr, cbc, xts and rfc3686-ctr failed tests
Devulapally Shiva Krishna
2020-05-06
2
-14
/
+29
|
*
|
|
Crypto/chcr: fix gcm-aes and rfc4106-gcm failed tests
Devulapally Shiva Krishna
2020-05-06
1
-4
/
+12
|
*
|
|
Revert "crypto: chelsio - Inline single pdu only"
Ayush Sawal
2020-05-06
1
-3
/
+0
*
|
|
|
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2020-06-01
2
-3
/
+1
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.h
Eric Biggers
2020-05-08
2
-2
/
+0
|
*
|
|
crypto: chelsio - remove redundant assignment to variable error
Colin Ian King
2020-04-24
1
-1
/
+1
*
|
|
|
crypto: chelsio/chtls: properly set tp->lsndtime
Eric Dumazet
2020-05-26
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
cxgb4/chcr: avoid -Wreturn-local-addr warning
Arnd Bergmann
2020-05-04
1
-37
/
+46
|
|
/
|
/
|
*
|
chcr: Fix CPU hard lockup
Rohit Maheshwari
2020-04-23
1
-4
/
+2
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2020-04-07
1
-0
/
+1
|
\
|
*
crypto/chcr: Add missing include file <linux/highmem.h>
YueHaibing
2020-04-02
1
-0
/
+1
*
|
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2020-04-01
6
-134
/
+266
|
\
\
|
|
/
|
/
|
|
*
crypto: chelsio - remove set but not used variable 'adap'
YueHaibing
2020-03-20
1
-2
/
+0
|
*
crypto: chelsio/chtls - Fixed boolinit.cocci warning
Vinay Kumar Yadav
2020-03-06
1
-2
/
+2
|
*
crypto: chelsio/chtls - Fixed tls stats
Vinay Kumar Yadav
2020-03-06
2
-0
/
+10
|
*
crypto: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-03-06
1
-1
/
+1
|
*
crypto: chelsio - Use multiple txq/rxq per tfm to process the requests
Ayush Sawal
2020-03-06
3
-124
/
+216
|
*
crypto: chelsio - Recalculate iv only if it is needed
Ayush Sawal
2020-03-06
2
-2
/
+11
|
*
crypto: chelsio - un-register crypto algorithms
Devulapally Shiva Krishna
2020-02-28
1
-0
/
+2
|
*
crypto: chelsio - Endianess bug in create_authenc_wr
Al Viro
2020-02-22
1
-1
/
+1
|
*
crypto: chelsio - remove extra allocation for chtls_dev
Stephen Kitt
2020-02-22
1
-2
/
+1
|
*
crypto: chelsio - Print the chcr driver information while module load.
Devulapally Shiva Krishna
2020-02-13
2
-1
/
+3
|
*
crypto: chelsio - This fixes the kernel panic which occurs during a libkcapi ...
Ayush Sawal
2020-02-13
1
-2
/
+3
|
*
crypto: chelsio - This fixes the libkcapi's cbc(aes) aio fail test cases
Ayush Sawal
2020-02-13
2
-1
/
+20
*
|
crypto/chtls: Fix chtls crash in connection cleanup
Rohit Maheshwari
2020-03-30
1
-4
/
+25
*
|
crypto/chcr: fix incorrect ipv6 packet length
Rohit Maheshwari
2020-03-30
1
-1
/
+1
*
|
Crypto: chelsio - Fixes a deadlock between rtnl_lock and uld_mutex
Ayush Sawal
2020-03-30
2
-6
/
+28
*
|
Crypto: chelsio - Fixes a hang issue during driver registration
Ayush Sawal
2020-03-30
1
-2
/
+0
*
|
Crypto/chtls: add/delete TLS header in driver
Rohit Maheshwari
2020-03-23
1
-14
/
+59
*
|
chcr: remove set but not used variable 'status'
YueHaibing
2020-03-16
1
-2
/
+1
*
|
cxgb4/chcr: Add ipv6 support and statistics
Rohit Maheshwari
2020-03-08
2
-3
/
+94
*
|
chcr: Handle first or middle part of record
Rohit Maheshwari
2020-03-08
3
-2
/
+489
*
|
chcr: handle partial end part of a record
Rohit Maheshwari
2020-03-08
1
-7
/
+304
[next]