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.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-21
crypto: caam - Remove broken arc4 support
Herbert Xu
2
-30
/
+0
2020-08-19
crypto: cpt - don't sleep of CRYPTO_TFM_REQ_MAY_SLEEP was not specified
Mikulas Patocka
3
-6
/
+9
2020-08-19
crypto: ccp - Fix use of merged scatterlists
John Allen
2
-11
/
+27
2020-08-19
crypto: qat - fix double free in qat_uclo_create_batch_init_list
Tom Rix
1
-2
/
+7
2020-08-19
crypto: hisilicon - don't sleep of CRYPTO_TFM_REQ_MAY_SLEEP was not specified
Mikulas Patocka
1
-16
/
+18
2020-08-19
crypto: caam - silence .setkey in case of bad key length
Horia Geantă
3
-3
/
+3
2020-08-19
crypto: qat - allow xts requests not multiple of block
Giovanni Cabiddu
1
-2
/
+20
2020-08-19
crypto: ccree - fix resource leak on error path
Gilad Ben-Yossef
1
-12
/
+18
2020-07-29
crypto/chtls: fix tls alert messages corrupted by tls data
Vinay Kumar Yadav
1
-3
/
+4
2020-06-24
crypto: marvell/octeontx - Fix a potential NULL dereference
Dan Carpenter
1
-4
/
+7
2020-06-24
crypto: hisilicon - Cap block size at 2^31
Herbert Xu
1
-1
/
+2
2020-06-24
crypto: omap-sham - add proper load balancing support for multicore
Tero Kristo
1
-33
/
+31
2020-06-24
crypto: omap-sham - huge buffer access fixes
Tero Kristo
1
-2
/
+9
2020-06-22
crypto: stm32/crc32 - fix multi-instance
Nicolas Toromanoff
1
-12
/
+36
2020-06-22
crypto: stm32/crc32 - fix run-time self test issue.
Nicolas Toromanoff
1
-3
/
+3
2020-06-22
crypto: stm32/crc32 - fix ext4 chksum BUG_ON()
Nicolas Toromanoff
1
-50
/
+48
2020-06-22
Crypto/chcr: fix for ccm(aes) failed test
Devulapally Shiva Krishna
1
-1
/
+1
2020-06-22
Crypto/chcr: fix ctr, cbc, xts and rfc3686-ctr failed tests
Devulapally Shiva Krishna
2
-14
/
+29
2020-06-22
Crypto/chcr: Fixes a coccinile check error
Ayush Sawal
1
-0
/
+1
2020-06-22
crypto: ccp -- don't "select" CONFIG_DMADEVICES
Arnd Bergmann
1
-2
/
+1
2020-06-17
crypto: virtio: Fix src/dst scatterlist calculation in __virtio_crypto_skciph...
Longpeng(Mike)
1
-5
/
+10
2020-06-17
crypto: virtio: Fix use-after-free in virtio_crypto_skcipher_finalize_req()
Longpeng(Mike)
1
-2
/
+3
2020-06-17
crypto: virtio: Fix dest length calculation in __virtio_crypto_skcipher_do_req()
Longpeng(Mike)
1
-0
/
+1
2020-06-17
crypto: cavium/nitrox - Fix 'nitrox_get_first_device()' when ndevlist is full...
Christophe JAILLET
1
-2
/
+2
2020-05-27
crypto: chelsio/chtls: properly set tp->lsndtime
Eric Dumazet
1
-1
/
+1
2020-05-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-37
/
+46
2020-05-04
cxgb4/chcr: avoid -Wreturn-local-addr warning
Arnd Bergmann
1
-37
/
+46
2020-04-29
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
3
-7
/
+19
2020-04-24
chcr: Fix CPU hard lockup
Rohit Maheshwari
1
-4
/
+2
2020-04-16
crypto: caam - fix the address of the last entry of S/G
Iuliana Prodan
1
-1
/
+1
2020-04-16
crypto: caam - fix use-after-free KASAN issue for RSA algorithms
Iuliana Prodan
1
-2
/
+6
2020-04-16
crypto: caam - fix use-after-free KASAN issue for HASH algorithms
Iuliana Prodan
1
-2
/
+6
2020-04-16
crypto: caam - fix use-after-free KASAN issue for AEAD algorithms
Iuliana Prodan
1
-1
/
+3
2020-04-16
crypto: caam - fix use-after-free KASAN issue for SKCIPHER algorithms
Iuliana Prodan
1
-1
/
+3
2020-04-09
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2
-3
/
+7
2020-04-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-0
/
+1
2020-04-03
Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-0
/
+1
2020-04-03
crypto: marvell/octeontx - fix double free of ptr
Colin Ian King
1
-3
/
+5
2020-04-03
crypto: hisilicon - Fix build error
YueHaibing
1
-0
/
+2
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
102
-2707
/
+10963
2020-04-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
10
-38
/
+2425
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-30
crypto: caam - limit single JD RNG output to maximum of 16 bytes
Andrey Smirnov
1
-10
/
+11
2020-03-30
crypto: caam - enable prediction resistance in HRWNG
Andrey Smirnov
5
-15
/
+68
2020-03-30
crypto: caam - invalidate entropy register during RNG initialization
Andrey Smirnov
2
-4
/
+10
2020-03-30
crypto: caam - check if RNG job failed
Andrey Smirnov
1
-6
/
+15
[next]