summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-131-22/+59
|\
| * Crypto/chcr: Checking cra_refcnt before unregistering the algorithmsAyush Sawal2020-06-101-4/+14
| * Crypto/chcr: Calculate src and dst sg lengths separately for dma mapAyush Sawal2020-06-101-18/+45
* | Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-06-132-7/+7
|\ \
| * | treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-142-7/+7
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-06-115-50/+74
|\ \ \ | |/ / |/| |
| * | crypto: cavium/nitrox - Fix 'nitrox_get_first_device()' when ndevlist is full...Christophe JAILLET2020-06-041-2/+2
| * | crypto: omap-sham - add proper load balancing support for multicoreTero Kristo2020-06-041-33/+31
| * | crypto: omap-aes - prevent unregistering algorithms twiceTero Kristo2020-06-041-2/+6
| * | crypto: omap-sham - fix very small data size handlingTero Kristo2020-06-041-0/+2
| * | crypto: omap-sham - huge buffer access fixesTero Kristo2020-06-041-2/+9
| * | crypto: omap-crypto - fix userspace copied buffer accessTero Kristo2020-06-041-2/+8
| * | crypto: omap-sham - force kernel driver usage for sha algosTero Kristo2020-06-041-8/+16
| * | crypto: omap-aes - avoid spamming console with self testsTero Kristo2020-06-041-1/+0
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-06-101-7/+14
|\ \ \ | |_|/ |/| |
| * | crypto: virtio: Fix dest length calculation in __virtio_crypto_skcipher_do_req()Longpeng(Mike)2020-06-041-0/+1
| * | crypto: virtio: Fix use-after-free in virtio_crypto_skcipher_finalize_req()Longpeng(Mike)2020-06-041-2/+3
| * | crypto: virtio: Fix src/dst scatterlist calculation in __virtio_crypto_skciph...Longpeng(Mike)2020-06-041-5/+10
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-073-16/+36
|\ \ \
| * | | crypto/chtls:Fix compile error when CONFIG_IPV6 is disabledVinay Kumar Yadav2020-06-043-16/+36
* | | | Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-071-16/+6
|\ \ \ \
| * \ \ \ Merge 5.7-rc5 into char-misc-nextGreg Kroah-Hartman2020-05-114-44/+65
| |\ \ \ \
| * | | | | crypto: xilinx - Remove set but not used variable 'drv_ctx'YueHaibing2020-05-051-4/+0
| * | | | | crypto: xilinx: Handle AES PM API return statusRajan Vaja2020-05-051-2/+6
| * | | | | firmware: xilinx: Remove eemi ops for aes engineRajan Vaja2020-04-281-11/+1
* | | | | | Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-052-66/+140
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | crypto/nx: Remove 'pid' in vas_tx_win_attr structHaren Myneni2020-04-201-1/+0
| * | | | | crypto/nx: Enable and setup GZIP compression typeHaren Myneni2020-04-201-6/+40
| * | | | | crypto/nx: Make enable code generic to add new GZIP compression typeHaren Myneni2020-04-201-60/+101
| * | | | | crypto/nx: Rename nx-842-powernv file name to nx-common-powernvHaren Myneni2020-04-202-3/+3
| * | | | | crypto/nx: Initialize coproc entry with kzallocHaren Myneni2020-04-201-1/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-0310-151/+314
|\ \ \ \ \ \
| * | | | | | crypto/chtls: IPv6 support for inline TLSVinay Kumar Yadav2020-06-013-43/+167
| * | | | | | Crypto/chcr: Fixes a coccinile check errorAyush Sawal2020-06-011-0/+1
| * | | | | | Crypto/chcr: Fixes compilations warningsAyush Sawal2020-06-012-7/+5
| * | | | | | crypto/chcr: IPV6 code needs to be in CONFIG_IPV6Rohit Maheshwari2020-06-011-15/+33
| * | | | | | cxgb4/chcr: Enable ktls settings at run timeRohit Maheshwari2020-06-014-61/+40
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-311-1/+1
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-064-44/+65
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Crypto/chcr: fix for hmac(sha) test failsDevulapally Shiva Krishna2020-05-061-1/+1
| * | | | | | Crypto/chcr: support for 48 byte key_len in aes-xtsDevulapally Shiva Krishna2020-05-061-2/+25
| * | | | | | Crypto/chcr: fix for ccm(aes) failed testDevulapally Shiva Krishna2020-05-061-1/+1
| * | | | | | Crypto/chcr: fix ctr, cbc, xts and rfc3686-ctr failed testsDevulapally Shiva Krishna2020-05-062-14/+29
| * | | | | | Crypto/chcr: fix gcm-aes and rfc4106-gcm failed testsDevulapally Shiva Krishna2020-05-061-4/+12
| * | | | | | Revert "crypto: chelsio - Inline single pdu only"Ayush Sawal2020-05-061-3/+0
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-06-011-12/+3
|\ \ \ \ \ \
| * | | | | | drivers/crypto/ccp/sev-dev.c: get rid of pointless access_ok()Al Viro2020-05-291-12/+3
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds2020-06-014-4/+4
|\ \ \ \ \ \
| * | | | | | docs: fix broken references for ReST files that moved aroundMauro Carvalho Chehab2020-04-204-4/+4
| |/ / / / /