index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
chelsio
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-07
Crypto/chcr: support for 48 byte key_len in aes-xts
Devulapally Shiva Krishna
1
-2
/
+25
2020-05-07
Crypto/chcr: fix for ccm(aes) failed test
Devulapally Shiva Krishna
1
-1
/
+1
2020-05-07
Crypto/chcr: fix ctr, cbc, xts and rfc3686-ctr failed tests
Devulapally Shiva Krishna
2
-14
/
+29
2020-05-07
Crypto/chcr: fix gcm-aes and rfc4106-gcm failed tests
Devulapally Shiva Krishna
1
-4
/
+12
2020-05-07
Revert "crypto: chelsio - Inline single pdu only"
Ayush Sawal
1
-3
/
+0
2020-05-04
cxgb4/chcr: avoid -Wreturn-local-addr warning
Arnd Bergmann
1
-37
/
+46
2020-04-24
crypto: chelsio - remove redundant assignment to variable error
Colin Ian King
1
-1
/
+1
2020-04-24
chcr: Fix CPU hard lockup
Rohit Maheshwari
1
-4
/
+2
2020-04-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-0
/
+1
2020-04-02
crypto/chcr: Add missing include file <linux/highmem.h>
YueHaibing
1
-0
/
+1
2020-04-02
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
6
-134
/
+266
2020-03-30
crypto/chtls: Fix chtls crash in connection cleanup
Rohit Maheshwari
1
-4
/
+25
2020-03-30
crypto/chcr: fix incorrect ipv6 packet length
Rohit Maheshwari
1
-1
/
+1
2020-03-30
Crypto: chelsio - Fixes a deadlock between rtnl_lock and uld_mutex
Ayush Sawal
2
-6
/
+28
2020-03-30
Crypto: chelsio - Fixes a hang issue during driver registration
Ayush Sawal
1
-2
/
+0
2020-03-23
Crypto/chtls: add/delete TLS header in driver
Rohit Maheshwari
1
-14
/
+59
2020-03-20
crypto: chelsio - remove set but not used variable 'adap'
YueHaibing
1
-2
/
+0
2020-03-16
chcr: remove set but not used variable 'status'
YueHaibing
1
-2
/
+1
2020-03-09
cxgb4/chcr: Add ipv6 support and statistics
Rohit Maheshwari
2
-3
/
+94
2020-03-09
chcr: Handle first or middle part of record
Rohit Maheshwari
3
-2
/
+489
2020-03-09
chcr: handle partial end part of a record
Rohit Maheshwari
1
-7
/
+304
2020-03-09
cxgb4/chcr: complete record tx handling
Rohit Maheshwari
5
-4
/
+641
2020-03-09
cxgb4/chcr: Save tx keys and handle HW response
Rohit Maheshwari
5
-8
/
+339
2020-03-09
cxgb4/chcr : Register to tls add and del callback
Rohit Maheshwari
7
-0
/
+459
2020-03-06
crypto: chelsio/chtls - Fixed boolinit.cocci warning
Vinay Kumar Yadav
1
-2
/
+2
2020-03-06
crypto: chelsio/chtls - Fixed tls stats
Vinay Kumar Yadav
2
-0
/
+10
2020-03-06
crypto: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-03-06
crypto: chelsio - Use multiple txq/rxq per tfm to process the requests
Ayush Sawal
3
-124
/
+216
2020-03-06
crypto: chelsio - Recalculate iv only if it is needed
Ayush Sawal
2
-2
/
+11
2020-02-28
crypto: chelsio - un-register crypto algorithms
Devulapally Shiva Krishna
1
-0
/
+2
2020-02-22
crypto: chelsio - Endianess bug in create_authenc_wr
Al Viro
1
-1
/
+1
2020-02-22
crypto: chelsio - remove extra allocation for chtls_dev
Stephen Kitt
1
-2
/
+1
2020-02-13
crypto: chelsio - Print the chcr driver information while module load.
Devulapally Shiva Krishna
2
-1
/
+3
2020-02-13
crypto: chelsio - This fixes the kernel panic which occurs during a libkcapi ...
Ayush Sawal
1
-2
/
+3
2020-02-13
crypto: chelsio - This fixes the libkcapi's cbc(aes) aio fail test cases
Ayush Sawal
2
-1
/
+20
2020-01-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-1
/
+1
2020-01-22
crypto: chtls - Fixed listen fail when max stid range reached
Vinay Kumar Yadav
1
-3
/
+2
2020-01-22
crypto: chtls - Corrected function call context
Vinay Kumar Yadav
1
-15
/
+15
2020-01-09
crypto: chelsio - Resetting crypto counters during the driver unregister
Ayush Sawal
1
-5
/
+5
2020-01-09
crypto: remove propagation of CRYPTO_TFM_RES_* flags
Eric Biggers
1
-23
/
+1
2020-01-09
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
Eric Biggers
1
-13
/
+3
2020-01-09
crypto: chelsio - fix writing tfm flags to wrong place
Eric Biggers
1
-13
/
+3
2019-12-27
crypto: chtls - Fixed memory leak
Vinay Kumar Yadav
3
-13
/
+38
2019-12-27
crypto: chtls - Add support for AES256-GCM based ciphers
Vinay Kumar Yadav
3
-21
/
+71
2019-12-20
crypto: chelsio - calculating tx_channel_id as per the max number of channels
Ayush Sawal
1
-1
/
+2
2019-12-18
cxgb4/chtls: fix ULD connection failures due to wrong TID base
Shahjada Abul Husain
1
-1
/
+1
2019-12-11
crypto: Kconfig - Fix indentation
Krzysztof Kozlowski
1
-15
/
+15
2019-11-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
5
-32
/
+32
2019-11-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
4
-182
/
+175
2019-11-23
cxgb4/chcr: update SGL DMA unmap for USO
Rahul Lakkireddy
1
-14
/
+13
[prev]
[next]