summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| | |/ | |/|
* | | Merge tag 'tpmdd-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkk...Linus Torvalds2023-08-291-0/+44
|\ \ \
| * | | KEYS: DigitalSignature link restrictionEric Snowberg2023-08-171-0/+44
| |/ /
* / / crypto: fix uninit-value in af_alg_free_resourcesPavel Skripkin2023-08-181-2/+2
|/ /
* | 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
|\ \ \ \
| * | | | algif: Remove hash_sendpage*()David Howells2023-06-121-66/+0
|/ / / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-081-17/+21
|\ \ \ \ | | |_|/ | |/| |
| * | | KEYS: asymmetric: Copy sig and digest in public_key_verify_signature()Roberto Sassu2023-06-021-17/+21
| | |/ | |/|
* | | Merge branch 'crypto-splice-net-make-af_alg-handle-sendmsg-msg_splice_pages'Paolo Abeni2023-06-084-168/+171
|\ \ \ | |/ / |/| |
| * | crypto: af_alg/hash: Support MSG_SPLICE_PAGESDavid Howells2023-06-082-41/+70
| * | crypto: af_alg: Convert af_alg_sendpage() to use MSG_SPLICE_PAGESDavid Howells2023-06-081-44/+8
| * | crypto: af_alg: Support MSG_SPLICE_PAGESDavid Howells2023-06-083-17/+37