summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* crypto: engine - Remove crypto_engine_ctxHerbert Xu2023-08-181-9/+3
* crypto: engine - Move crypto_engine_ops from request into crypto_algHerbert Xu2023-08-181-12/+203
* crypto: engine - Create internal/engine.hHerbert Xu2023-08-181-1/+1
* crypto: engine - Move crypto inclusions out of header fileHerbert Xu2023-08-181-1/+6
* crypto: engine - Remove prepare/unprepare requestHerbert Xu2023-08-181-41/+1
* crypto: jitter - Add clarifying comments to Jitter Entropy RCT cutoff valuesJoachim Vandersmissen2023-08-111-3/+7
* crypto: api - Use work queue in crypto_destroy_instanceHerbert Xu2023-08-111-2/+14
* crypto: af_alg - Decrement struct key.usage in alg_set_by_key_serial()Frederick Lawler2023-08-111-0/+3
* crypto: af_alg - Fix missing initialisation affecting gcm-aes-s390David Howells2023-08-041-0/+1
* KEYS: use kfree_sensitive with keyMahmoud Adam2023-07-281-4/+4
* crypto: sig - Remove some unused functionsJiapeng Chong2023-07-201-5/+0
* crypto: lrw,xts - Replace strlcpy with strscpyAzeem Shaikh2023-07-142-6/+6
* KEYS: fix kernel-doc warnings in verify_pefileGaosheng Cui2023-07-141-1/+1
* crypto: algif_hash - Fix race between MORE and non-MORE sendsDavid Howells2023-07-081-1/+3
* KEYS: asymmetric: Fix error codesDan Carpenter2023-07-071-5/+15
* crypto: af_alg - Fix merging of written data into spliced pagesDavid Howells2023-07-051-3/+4
* Merge tag 'v6.5-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-06-3022-411/+1249
|\
| * crypto: akcipher - Do not copy dst if it is NULLHerbert Xu2023-06-271-1/+2
| * crypto: sig - Fix verify callHerbert Xu2023-06-273-7/+11
| * crypto: akcipher - Set request tfm on sync pathHerbert Xu2023-06-271-0/+1
| * KEYS: asymmetric: Use new crypto interface without scatterlistsHerbert Xu2023-06-231-97/+137
| * KEYS: asymmetric: Move sm2 code into x509_public_keyHerbert Xu2023-06-233-111/+91
| * crypto: sig - Add interface for sign/verifyHerbert Xu2023-06-235-17/+226
| * crypto: akcipher - Add sync interface without SG listsHerbert Xu2023-06-231-0/+95
| * crypto: cipher - On clone do crypto_mod_get()Dmitry Safonov2023-06-231-1/+6
| * crypto: api - Add __crypto_alloc_tfmgfpHerbert Xu2023-06-233-5/+14
| * crypto: api - Remove crypto_init_ops()Dmitry Safonov2023-06-231-14/+0
| * crypto: rsa - allow only odd e and restrict value in FIPS modeMahmoud Adam2023-06-231-0/+36
| * crypto: geniv - Split geniv out of AEAD Kconfig optionHerbert Xu2023-06-232-12/+9
| * crypto: algboss - Add missing dependency on RNG2Herbert Xu2023-06-231-3/+4
| * crypto: hmac - Add missing blank lineFranziska Naepelt2023-06-161-0/+1
| * crypto: jitter - correct health test during initializationStephan Müller2023-06-021-6/+3
| * crypto: Kconfig - warn about performance overhead of CRYPTO_STATSEric Biggers2023-05-241-0/+3
| * crypto: shash - Allow cloning on algorithms with no init_tfmHerbert Xu2023-05-241-5/+7
| * crypto: cmac - Add support for cloningHerbert Xu2023-05-241-1/+17
| * crypto: cipher - Add crypto_clone_cipherHerbert Xu2023-05-241-0/+23
| * crypto: cmac - Use modern init_tfm/exit_tfmHerbert Xu2023-05-241-9/+9
| * crypto: aegis128-neon - add header for internal prototypesArnd Bergmann2023-05-243-11/+19
| * crypto: jitter - add interface for gathering of raw entropyStephan Müller2023-05-125-1/+333
| * crypto: jitter - replace LFSR with SHA3-256Stephan Müller2023-05-124-120/+219
| * crypto: hash - Make crypto_ahash_alg helper availableHerbert Xu2023-05-121-6/+0
| * crypto: hash - Add statesize to crypto_ahashHerbert Xu2023-05-121-0/+3
* | Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-06-290-0/+0
|\ \
| * \ Backmerge tag 'v6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tor...Dave Airlie2023-06-191-17/+21
| |\ \
| * \ \ Merge drm/drm-next into drm-misc-next-fixesThomas Zimmermann2023-06-1533-855/+1236
| |\ \ \ | | | |/ | | |/|
* | | | Merge branch 'splice-net-switch-over-users-of-sendpage-and-remove-it'Jakub Kicinski2023-06-244-62/+4
|\ \ \ \
| * | | | sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-244-62/+4
|/ / / /
* | | | crypto: af_alg/hash: Fix recvmsg() after sendmsg(MSG_MORE)David Howells2023-06-201-13/+25
* | | | crypto: Fix af_alg_sendmsg(MSG_SPLICE_PAGES) sglist limitDavid Howells2023-06-181-1/+1
* | | | Merge branch 'splice-net-some-miscellaneous-msg_splice_pages-changes'Jakub Kicinski2023-06-121-66/+0
|\ \ \ \