summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells
2023-06-20crypto: af_alg/hash: Fix recvmsg() after sendmsg(MSG_MORE)David Howells
2023-06-18crypto: Fix af_alg_sendmsg(MSG_SPLICE_PAGES) sglist limitDavid Howells
2023-06-12algif: Remove hash_sendpage*()David Howells
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-08crypto: af_alg/hash: Support MSG_SPLICE_PAGESDavid Howells
2023-06-08crypto: af_alg: Convert af_alg_sendpage() to use MSG_SPLICE_PAGESDavid Howells
2023-06-08crypto: af_alg: Support MSG_SPLICE_PAGESDavid Howells
2023-06-08crypto: af_alg: Indent the loop in af_alg_sendmsg()David Howells
2023-06-08crypto: af_alg: Use extract_iter_to_sg() to create scatterlistsDavid Howells
2023-06-08crypto: af_alg: Pin pages rather than ref'ing if appropriateDavid Howells
2023-06-02KEYS: asymmetric: Copy sig and digest in public_key_verify_signature()Roberto Sassu
2023-05-07Merge tag 'v6.4-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-05-04Merge tag 'loongarch-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds
2023-05-02crypto: api - Fix CRYPTO_USER checks for report functionOndrej Mosnacek
2023-05-01LoongArch: crypto: Add crc32 and crc32c hw accelerationMin Zhou
2023-04-28crypto: engine - fix crypto_queue backlog handlingOlivier Bacon
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-04-26Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-04-24integrity: machine keyring CA configurationEric Snowberg
2023-04-24KEYS: CA link restrictionEric Snowberg
2023-04-24KEYS: X.509: Parse Key UsageEric Snowberg
2023-04-24KEYS: X.509: Parse Basic Constraints for CAEric Snowberg
2023-04-20crypto: testmgr - Add some test vectors for cmac(camellia)David Howells
2023-04-20crypto: cryptd - Add support for cloning hashesHerbert Xu
2023-04-20crypto: cryptd - Convert hash to use modern init_tfm/exit_tfmHerbert Xu
2023-04-20crypto: hmac - Add support for cloningHerbert Xu
2023-04-20crypto: hash - Add crypto_clone_ahash/shashHerbert Xu
2023-04-20crypto: api - Add crypto_clone_tfmHerbert Xu
2023-04-20crypto: api - Add crypto_tfm_getHerbert Xu
2023-04-14crypto: api - Move low-level functions into algapi.hHerbert Xu
2023-04-13KEYS: remove MODULE_LICENSE in non-modulesNick Alcock
2023-04-06crypto: hash - Remove maximum statesize limitHerbert Xu
2023-04-06crypto: algif_hash - Allocate hash state with kmallocHerbert Xu
2023-04-06crypto: drbg - Only fail when jent is unavailable in FIPS modeHerbert Xu
2023-04-06crypto: jitter - permanent and intermittent health errorsStephan Müller
2023-03-24async_tx: fix kernel-doc notation warningsRandy Dunlap
2023-03-24crypto: api - Demote BUG_ON() in crypto_unregister_alg() to a WARN_ON()Toke Høiland-Jørgensen
2023-03-21asymmetric_keys: log on fatal failures in PE/pkcs7Robbie Harwood
2023-03-21verify_pefile: relax wrapper length checkRobbie Harwood
2023-03-17crypto: fips - simplify one-level sysctl registration for crypto_sysctl_tableLuis Chamberlain
2023-03-14crypto: testmgr - fix RNG performance in fuzz testsEric Biggers
2023-03-14crypto: api - Check CRYPTO_USER instead of NET for reportHerbert Xu
2023-03-14crypto: rng - Count error stats differentlyHerbert Xu
2023-03-14crypto: skcipher - Count error stats differentlyHerbert Xu
2023-03-14crypto: kpp - Count error stats differentlyHerbert Xu
2023-03-14crypto: acomp - Count error stats differentlyHerbert Xu
2023-03-14crypto: hash - Count error stats differentlyHerbert Xu
2023-03-14crypto: akcipher - Count error stats differentlyHerbert Xu
2023-03-14crypto: aead - Count error stats differentlyHerbert Xu