summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* chelsio/chtls: fix tls record info to userVinay Kumar Yadav2020-11-011-2/+5
* chelsio/chtls: fix memory leaks in CPL handlersVinay Kumar Yadav2020-11-011-15/+12
* chelsio/chtls: fix deadlock issueVinay Kumar Yadav2020-11-011-2/+0
* crypto: hisilicon - fixed memory allocation errorLongfang Liu2020-10-291-4/+12
* crypto: ccp - fix error handlingPavel Machek2020-10-291-1/+1
* crypto: sun8i-ce - handle endianness of t_common_ctlCorentin Labbe2020-10-291-1/+4
* crypto: stm32/crc32 - Avoid lock if hardware is already usedNicolas Toromanoff2020-10-292-3/+13
* cypto: mediatek - fix leaks in mtk_desc_ring_allocXiaoliang Pang2020-10-291-2/+2
* crypto: sa2ul - Fix pm_runtime_get_sync() error checkingDan Carpenter2020-10-291-1/+1
* crypto: omap-sham - fix digcnt register handling with export/importTero Kristo2020-10-291-0/+3
* crypto: sa2ul - Select CRYPTO_AUTHENCHerbert Xu2020-10-291-0/+1
* crypto: sa2ul - fix compiler warning produced by clangTero Kristo2020-10-291-4/+2
* crypto: ccree - fix runtime PM imbalance on errordinghao.liu@zju.edu.cn2020-10-291-1/+5
* crypto: picoxcell - Fix potential race condition bugMadhuparna Bhowmik2020-10-291-5/+4
* crypto: ixp4xx - Fix the size used in a 'dma_free_coherent()' callChristophe JAILLET2020-10-291-1/+1
* crypto: mediatek - Fix wrong return value in mtk_desc_ring_alloc()Tianjia Zhang2020-10-291-2/+2
* crypto: caam/qi2 - add support for more XTS key lengthsAndrei Botila2020-10-291-4/+12
* crypto: caam/qi2 - add fallback for XTS with more than 8B IVAndrei Botila2020-10-293-5/+78
* crypto: caam/jr - add support for more XTS key lengthsAndrei Botila2020-10-291-3/+10
* crypto: caam/jr - add fallback for XTS with more than 8B IVAndrei Botila2020-10-292-7/+66
* crypto: caam/qi - add support for more XTS key lengthsAndrei Botila2020-10-291-3/+10
* crypto: caam/qi - add fallback for XTS with more than 8B IVAndrei Botila2020-10-292-5/+68
* crypto: caam - add xts check for block length equal to zeroAndrei Botila2020-10-293-4/+24
* chelsio/chtls: fix writing freed memoryVinay Kumar Yadav2020-10-291-1/+0
* chelsio/chtls: correct function return and return typeVinay Kumar Yadav2020-10-291-2/+2
* chelsio/chtls: Fix panic when listen on multiadapterVinay Kumar Yadav2020-10-291-2/+8
* chelsio/chtls: fix panic when server is on ipv6Vinay Kumar Yadav2020-10-291-3/+2
* chelsio/chtls: correct netdevice for vlan interfaceVinay Kumar Yadav2020-10-291-0/+3
* chelsio/chtls: fix socket lockVinay Kumar Yadav2020-10-291-0/+1
* crypto: qat - check cipher length for aead AES-CBC-HMAC-SHADominik Przychodni2020-10-171-1/+9
* crypto: bcm - Verify GCM/CCM key length in setkeyHerbert Xu2020-10-171-1/+14
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-08-302-3/+7
|\
| * crypto: sa2ul - add Kconfig selects to fix build errorRandy Dunlap2020-08-211-0/+3
| * crypto: qat - add delay before polling mailboxGiovanni Cabiddu2020-08-211-3/+4
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-237-17/+17
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-08-111-23/+23
|\
| * virtio_crypto: convert to LE accessorsMichael S. Tsirkin2020-08-051-23/+23
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-0721-62/+62
|\ \
| * | mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-0721-62/+62
* | | Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-08-072-2/+2
|\ \ \ | |/ / |/| |
| * | powerpc: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-222-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-052-9/+12
|\ \ \
| * | | tcp: rename request_sock cookie_ts bit to syncookieFlorian Westphal2020-07-311-1/+1
| * | | net: remove sockptr_advanceChristoph Hellwig2020-07-281-6/+6
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-252-4/+5
| |\ \ \ | | | |/ | | |/|
| * | | net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-8/+10
| * | | crypto/chtls: Enable tcp window scaling optionVinay Kumar Yadav2020-07-201-0/+1
| | |/ | |/|
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-08-03154-3941/+4778
|\ \ \ | |_|/ |/| |
| * | crypto: sa2ul - Fix inconsistent IS_ERR and PTR_ERRGustavo A. R. Silva2020-07-311-1/+1
| * | crypto: caam/qi2 - add module aliasHoria Geantă2020-07-311-0/+1