summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-11-02275-3331/+10670
|\
| * crypto: adiantum - flush destination page before unmappingEric Biggers2023-11-011-1/+3
| * crypto: testmgr - move pkcs1pad(rsa,sha3-*) to correct placeEric Biggers2023-11-011-5/+5
| * Documentation/module-signing.txt: bring up to dateDimitri John Ledkov2023-10-271-6/+11
| * module: enable automatic module signing with FIPS 202 SHA-3Dimitri John Ledkov2023-10-272-1/+16
| * crypto: asymmetric_keys - allow FIPS 202 SHA-3 signaturesDimitri John Ledkov2023-10-274-1/+49
| * crypto: rsa-pkcs1pad - Add FIPS 202 SHA-3 supportDimitri John Ledkov2023-10-272-1/+36
| * crypto: FIPS 202 SHA-3 register in hash info for IMADimitri John Ledkov2023-10-273-0/+10
| * x509: Add OIDs for FIPS 202 SHA-3 hash and signaturesDimitri John Ledkov2023-10-271-0/+11
| * crypto: ahash - optimize performance when wrapping shashEric Biggers2023-10-274-204/+167
| * crypto: ahash - check for shash type instead of not ahash typeEric Biggers2023-10-271-5/+3
| * crypto: hash - move "ahash wrapping shash" functions to ahash.cEric Biggers2023-10-273-191/+188
| * crypto: talitos - stop using crypto_ahash::initEric Biggers2023-10-271-6/+9
| * crypto: chelsio - stop using crypto_ahash::initEric Biggers2023-10-271-1/+8
| * crypto: ahash - improve file commentEric Biggers2023-10-271-2/+6
| * crypto: ahash - remove struct ahash_request_privEric Biggers2023-10-271-8/+0
| * crypto: ahash - remove crypto_ahash_alignmaskEric Biggers2023-10-271-6/+0
| * crypto: gcm - stop using alignmask of ahashEric Biggers2023-10-271-2/+1
| * crypto: chacha20poly1305 - stop using alignmask of ahashEric Biggers2023-10-271-2/+1
| * crypto: ccm - stop using alignmask of ahashEric Biggers2023-10-271-2/+1
| * net: ipv6: stop checking crypto_ahash_alignmaskEric Biggers2023-10-271-10/+7
| * net: ipv4: stop checking crypto_ahash_alignmaskEric Biggers2023-10-271-10/+7
| * crypto: testmgr - stop checking crypto_ahash_alignmaskEric Biggers2023-10-271-6/+3
| * crypto: authencesn - stop using alignmask of ahashEric Biggers2023-10-271-14/+6
| * crypto: authenc - stop using alignmask of ahashEric Biggers2023-10-271-10/+2
| * crypto: ahash - remove support for nonzero alignmaskEric Biggers2023-10-275-132/+28
| * crypto: stm32 - remove unnecessary alignmask for ahashesEric Biggers2023-10-271-20/+0
| * crypto: starfive - remove unnecessary alignmask for ahashesEric Biggers2023-10-271-11/+2
| * crypto: rockchip - remove unnecessary alignmask for ahashesEric Biggers2023-10-271-3/+0
| * crypto: omap-sham - stop setting alignmask for ahashesEric Biggers2023-10-271-14/+2
| * crypto: talitos - remove unnecessary alignmask for ahashesEric Biggers2023-10-271-1/+1
| * crypto: s5p-sss - remove unnecessary alignmask for ahashesEric Biggers2023-10-271-6/+0
| * crypto: mxs-dcp - remove unnecessary alignmask for ahashesEric Biggers2023-10-271-2/+0
| * crypto: artpec6 - stop setting alignmask for ahashesEric Biggers2023-10-271-3/+0
| * crypto: atmel - remove unnecessary alignmask for ahashesEric Biggers2023-10-271-2/+0
| * crypto: sun8i-ss - remove unnecessary alignmask for ahashesEric Biggers2023-10-271-5/+0
| * crypto: sun8i-ce - remove unnecessary alignmask for ahashesEric Biggers2023-10-271-6/+0
| * crypto: sun4i-ss - remove unnecessary alignmask for ahashesEric Biggers2023-10-271-2/+0
| * crypto: shash - remove crypto_shash_ctx_aligned()Eric Biggers2023-10-272-10/+0
| * treewide: Add SPDX identifier to IETF ASN.1 modulesLukas Wunner2023-10-279-0/+62
| * MAINTAINERS: update AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER - SEV SUPPORTAshish Kalra2023-10-271-1/+1
| * crypto: qat - fix deadlock in backlog processingGiovanni Cabiddu2023-10-271-21/+25
| * crypto: qat - move adf_cfg_servicesGiovanni Cabiddu2023-10-274-13/+24
| * crypto: qat - add num_rps sysfs attributeCiunas Bennett2023-10-272-0/+28
| * crypto: qat - add rp2svc sysfs attributeCiunas Bennett2023-10-273-0/+104
| * crypto: qat - add rate limiting sysfs interfaceCiunas Bennett2023-10-276-0/+706
| * crypto: qat - add rate limiting feature to qat_4xxxDamian Muszynski2023-10-2713-1/+1590
| * crypto: qat - add retrieval of fw capabilitiesDamian Muszynski2023-10-273-0/+27
| * crypto: qat - add bits.h to icp_qat_hw.hDamian Muszynski2023-10-271-0/+2
| * units: Add BYTES_PER_*BITDamian Muszynski2023-10-271-0/+4