Age | Commit message (Expand) | Author |
2023-05-07 | Merge tag 'v6.4-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds |
2023-05-04 | Merge tag 'loongarch-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ch... | Linus Torvalds |
2023-05-02 | crypto: api - Fix CRYPTO_USER checks for report function | Ondrej Mosnacek |
2023-05-01 | LoongArch: crypto: Add crc32 and crc32c hw acceleration | Min Zhou |
2023-04-28 | crypto: engine - fix crypto_queue backlog handling | Olivier Bacon |
2023-04-27 | Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2023-04-26 | Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds |
2023-04-24 | integrity: machine keyring CA configuration | Eric Snowberg |
2023-04-24 | KEYS: CA link restriction | Eric Snowberg |
2023-04-24 | KEYS: X.509: Parse Key Usage | Eric Snowberg |
2023-04-24 | KEYS: X.509: Parse Basic Constraints for CA | Eric Snowberg |
2023-04-20 | crypto: testmgr - Add some test vectors for cmac(camellia) | David Howells |
2023-04-20 | crypto: cryptd - Add support for cloning hashes | Herbert Xu |
2023-04-20 | crypto: cryptd - Convert hash to use modern init_tfm/exit_tfm | Herbert Xu |
2023-04-20 | crypto: hmac - Add support for cloning | Herbert Xu |
2023-04-20 | crypto: hash - Add crypto_clone_ahash/shash | Herbert Xu |
2023-04-20 | crypto: api - Add crypto_clone_tfm | Herbert Xu |
2023-04-20 | crypto: api - Add crypto_tfm_get | Herbert Xu |
2023-04-14 | crypto: api - Move low-level functions into algapi.h | Herbert Xu |
2023-04-13 | KEYS: remove MODULE_LICENSE in non-modules | Nick Alcock |
2023-04-06 | crypto: hash - Remove maximum statesize limit | Herbert Xu |
2023-04-06 | crypto: algif_hash - Allocate hash state with kmalloc | Herbert Xu |
2023-04-06 | crypto: drbg - Only fail when jent is unavailable in FIPS mode | Herbert Xu |
2023-04-06 | crypto: jitter - permanent and intermittent health errors | Stephan Müller |
2023-03-24 | async_tx: fix kernel-doc notation warnings | Randy Dunlap |
2023-03-24 | crypto: api - Demote BUG_ON() in crypto_unregister_alg() to a WARN_ON() | Toke Høiland-Jørgensen |
2023-03-21 | asymmetric_keys: log on fatal failures in PE/pkcs7 | Robbie Harwood |
2023-03-21 | verify_pefile: relax wrapper length check | Robbie Harwood |
2023-03-17 | crypto: fips - simplify one-level sysctl registration for crypto_sysctl_table | Luis Chamberlain |
2023-03-14 | crypto: testmgr - fix RNG performance in fuzz tests | Eric Biggers |
2023-03-14 | crypto: api - Check CRYPTO_USER instead of NET for report | Herbert Xu |
2023-03-14 | crypto: rng - Count error stats differently | Herbert Xu |
2023-03-14 | crypto: skcipher - Count error stats differently | Herbert Xu |
2023-03-14 | crypto: kpp - Count error stats differently | Herbert Xu |
2023-03-14 | crypto: acomp - Count error stats differently | Herbert Xu |
2023-03-14 | crypto: hash - Count error stats differently | Herbert Xu |
2023-03-14 | crypto: akcipher - Count error stats differently | Herbert Xu |
2023-03-14 | crypto: aead - Count error stats differently | Herbert Xu |
2023-03-14 | crypto: algapi - Move stat reporting into algapi | Herbert Xu |
2023-02-21 | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2023-02-21 | Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds |
2023-02-14 | crypto: proc - Print fips status | Herbert Xu |
2023-02-14 | crypto: ecc - Silence sparse warning | Herbert Xu |
2023-02-13 | crypto: api - Use data directly in completion function | Herbert Xu |
2023-02-13 | crypto: cryptd - Use request_complete helpers | Herbert Xu |
2023-02-13 | crypto: rsa-pkcs1pad - Use akcipher_request_complete | Herbert Xu |
2023-02-13 | crypto: engine - Use crypto_request_complete | Herbert Xu |
2023-02-13 | crypto: hash - Use crypto_request_complete | Herbert Xu |
2023-02-13 | crypto: cryptd - Use subreq for AEAD | Herbert Xu |
2023-02-13 | KEYS: asymmetric: Fix ECDSA use via keyctl uapi | Denis Kenzior |