index
:
linux-stable.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.19.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-7.0.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
Age
Commit message (
Expand
)
Author
2021-01-17
chtls: Fix chtls resources release sequence
Ayush Sawal
2021-01-17
chtls: Added a check to avoid NULL pointer dereference
Ayush Sawal
2021-01-17
chtls: Replace skb_dequeue with skb_peek
Ayush Sawal
2021-01-17
chtls: Fix panic when route to peer not configured
Ayush Sawal
2021-01-17
chtls: Remove invalid set_tcb call
Ayush Sawal
2021-01-17
chtls: Fix hardware tid leak
Ayush Sawal
2020-12-30
crypto: atmel-i2c - select CONFIG_BITREVERSE
Arnd Bergmann
2020-12-30
crypto: omap-aes - Fix PM disable depth imbalance in omap_aes_probe
Zhang Qilong
2020-12-30
crypto: crypto4xx - Replace bitwise OR with logical OR in crypto4xx_build_pd
Nathan Chancellor
2020-12-30
crypto: qat - fix status check in qat_hal_put_rel_rd_xfer()
Jack Xu
2020-12-30
crypto: inside-secure - Fix sizeof() mismatch
Colin Ian King
2020-12-30
crypto: talitos - Fix return type of current_desc_hdr()
Christophe Leroy
2020-12-30
crypto: talitos - Endianess in current_desc_hdr()
Christophe Leroy
2020-12-08
chelsio/chtls: fix a double free in chtls_setkey()
Dan Carpenter
2020-12-08
chelsio/chtls: fix panic during unload reload chtls
Vinay Kumar Yadav
2020-11-10
chelsio/chtls: fix always leaking ctrl_skb
Vinay Kumar Yadav
2020-11-10
chelsio/chtls: fix memory leaks caused by a race
Vinay Kumar Yadav
2020-11-01
chelsio/chtls: fix tls record info to user
Vinay Kumar Yadav
2020-11-01
chelsio/chtls: fix memory leaks in CPL handlers
Vinay Kumar Yadav
2020-11-01
chelsio/chtls: fix deadlock issue
Vinay Kumar Yadav
2020-10-29
crypto: ccp - fix error handling
Pavel Machek
2020-10-29
cypto: mediatek - fix leaks in mtk_desc_ring_alloc
Xiaoliang Pang
2020-10-29
crypto: omap-sham - fix digcnt register handling with export/import
Tero Kristo
2020-10-29
crypto: picoxcell - Fix potential race condition bug
Madhuparna Bhowmik
2020-10-29
crypto: ixp4xx - Fix the size used in a 'dma_free_coherent()' call
Christophe JAILLET
2020-10-29
crypto: mediatek - Fix wrong return value in mtk_desc_ring_alloc()
Tianjia Zhang
2020-10-29
crypto: caam/qi - add fallback for XTS with more than 8B IV
Andrei Botila
2020-10-29
chelsio/chtls: correct function return and return type
Vinay Kumar Yadav
2020-10-29
chelsio/chtls: correct netdevice for vlan interface
Vinay Kumar Yadav
2020-10-29
chelsio/chtls: fix socket lock
Vinay Kumar Yadav
2020-10-17
crypto: qat - check cipher length for aead AES-CBC-HMAC-SHA
Dominik Przychodni
2020-10-17
crypto: bcm - Verify GCM/CCM key length in setkey
Herbert Xu
2020-10-01
crypto: chelsio - This fixes the kernel panic which occurs during a libkcapi ...
Ayush Sawal
2020-10-01
net: silence data-races on sk_backlog.tail
Eric Dumazet
2020-08-21
crypto: caam - Remove broken arc4 support
Herbert Xu
2020-08-19
crypto: cpt - don't sleep of CRYPTO_TFM_REQ_MAY_SLEEP was not specified
Mikulas Patocka
2020-08-19
crypto: ccp - Fix use of merged scatterlists
John Allen
2020-08-19
crypto: qat - fix double free in qat_uclo_create_batch_init_list
Tom Rix
2020-08-19
crypto: hisilicon - don't sleep of CRYPTO_TFM_REQ_MAY_SLEEP was not specified
Mikulas Patocka
2020-08-19
crypto: ccree - fix resource leak on error path
Gilad Ben-Yossef
2020-08-05
crypto: ccp - Release all allocated memory if sha type is invalid
Navid Emamdoost
2020-07-22
crypto: atmel - Fix build error of CRYPTO_AUTHENC
YueHaibing
2020-07-22
crypto: atmel - Fix selection of CRYPTO_AUTHENC
Tudor Ambarus
2020-06-24
crypto: omap-sham - add proper load balancing support for multicore
Tero Kristo
2020-06-22
crypto: stm32/crc32 - fix multi-instance
Nicolas Toromanoff
2020-06-22
crypto: stm32/crc32 - fix run-time self test issue.
Nicolas Toromanoff
2020-06-22
crypto: stm32/crc32 - fix ext4 chksum BUG_ON()
Nicolas Toromanoff
2020-06-22
Crypto/chcr: fix for ccm(aes) failed test
Devulapally Shiva Krishna
2020-06-22
crypto: ccp -- don't "select" CONFIG_DMADEVICES
Arnd Bergmann
2020-06-17
crypto: virtio: Fix dest length calculation in __virtio_crypto_skcipher_do_req()
Longpeng(Mike)
[next]