index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
kcm
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-06-23
crypto: algboss - Add missing dependency on RNG2
Herbert Xu
1
-3
/
+4
2023-06-23
crypto: starfive - Add RSA algo support
Jia Jie Ho
5
-2
/
+683
2023-06-23
crypto: starfive - Update hash module irq handling
Jia Jie Ho
1
-1
/
+8
2023-06-23
crypto: caam - optimize RNG sample size
Meenakshi Aggarwal
2
-22
/
+44
2023-06-23
crypto: caam - add a test for the RNG
Victoria Milhoan (b42089)
2
-0
/
+57
2023-06-23
crypto: caam - adjust RNG timing to support more devices
Victoria Milhoan
1
-2
/
+2
2023-06-16
crypto: qat - do not export adf_init_admin_pm()
Giovanni Cabiddu
1
-1
/
+0
2023-06-16
crypto: n2 - Use of_property_read_reg() to parse "reg"
Rob Herring
1
-5
/
+4
2023-06-16
crypto: qat - expose pm_idle_enabled through sysfs
Lucas Segarra Fernandez
5
-1
/
+101
2023-06-16
crypto: qat - extend configuration for 4xxx
Adam Guerin
5
-22
/
+163
2023-06-16
crypto: qat - refactor fw config logic for 4xxx
Giovanni Cabiddu
1
-38
/
+58
2023-06-16
crypto: qat - make fw images name constant
Giovanni Cabiddu
5
-10
/
+10
2023-06-16
crypto: qat - move returns to default case
Adam Guerin
2
-11
/
+10
2023-06-16
crypto: hmac - Add missing blank line
Franziska Naepelt
1
-0
/
+1
2023-06-16
crypto: qat - unmap buffers before free for RSA
Hareshx Sankar Raj
1
-5
/
+4
2023-06-16
crypto: qat - unmap buffer before free for DH
Hareshx Sankar Raj
1
-3
/
+2
2023-06-09
dm crypt: Avoid using MAX_CIPHER_BLOCKSIZE
Herbert Xu
1
-4
/
+11
2023-06-09
crypto: qat - update slice mask for 4xxx devices
Karthikeyan Gopal
1
-1
/
+1
2023-06-09
crypto: qat - set deprecated capabilities as reserved
Karthikeyan Gopal
1
-2
/
+1
2023-06-06
crypto: qat - add missing function declaration in adf_dbgfs.h
Giovanni Cabiddu
1
-1
/
+1
2023-06-02
dt-bindings: qcom-qce: Add compatibles for SM6115 and QCM2290
Bhupesh Sharma
1
-9
/
+35
2023-06-02
dt-bindings: qcom-qce: Fix compatible combinations for SM8150 and IPQ4019 SoCs
Bhupesh Sharma
1
-0
/
+6
2023-06-02
crypto: qat - move dbgfs init to separate file
Damian Muszynski
13
-62
/
+156
2023-06-02
crypto: atmel - Switch i2c drivers back to use .probe()
Uwe Kleine-König
2
-2
/
+2
2023-06-02
crypto: jitter - correct health test during initialization
Stephan Müller
1
-6
/
+3
2023-06-02
hwrng: cn10k - Add extended trng register support
Bharat Bhushan
1
-4
/
+59
2023-06-02
crypto: marvell/cesa - Fix type mismatch warning
Arnd Bergmann
1
-1
/
+1
2023-06-02
crypto: ccp - Add support for PCI device 0x156E
John Allen
1
-0
/
+15
2023-06-02
crypto: ccp - Add support for PCI device 0x17E0
Mario Limonciello
1
-0
/
+28
2023-06-02
crypto: ccp - Validate that platform access mailbox registers are declared
Mario Limonciello
1
-0
/
+5
2023-05-24
crypto: Kconfig - warn about performance overhead of CRYPTO_STATS
Eric Biggers
1
-0
/
+3
2023-05-24
crypto: nx - fix build warnings when DEBUG_FS is not enabled
Randy Dunlap
2
-3
/
+3
2023-05-24
hwrng: imx-rngc - don't init of_device_id's data
Martin Kaiser
1
-1
/
+1
2023-05-24
hwrng: imx-rngc - mark the probe function as __init
Martin Kaiser
1
-1
/
+1
2023-05-24
hwrng: imx-rngc - use BIT(x) for register bit defines
Martin Kaiser
1
-10
/
+10
2023-05-24
hwrng: imx-rngc - use bitfield macros to read rng type
Martin Kaiser
1
-2
/
+2
2023-05-24
hwrng: imx-rngc - simpler check for available random bytes
Martin Kaiser
1
-8
/
+3
2023-05-24
crypto: shash - Allow cloning on algorithms with no init_tfm
Herbert Xu
1
-5
/
+7
2023-05-24
crypto: cmac - Add support for cloning
Herbert Xu
1
-1
/
+17
2023-05-24
crypto: cipher - Add crypto_clone_cipher
Herbert Xu
2
-0
/
+25
2023-05-24
crypto: cmac - Use modern init_tfm/exit_tfm
Herbert Xu
1
-9
/
+9
2023-05-24
crypto: aegis128-neon - add header for internal prototypes
Arnd Bergmann
3
-11
/
+19
2023-05-24
crypto: starfive - Depend on AMBA_PL08X instead of selecting it
Herbert Xu
1
-3
/
+2
2023-05-22
crypto: starfive - Fix driver dependencies
Jia Jie Ho
1
-2
/
+1
2023-05-19
crypto: arm64/sha256-glue - Include module.h
Herbert Xu
1
-1
/
+2
2023-05-19
crypto: starfive - Add hash and HMAC support
Jia Jie Ho
5
-4
/
+1003
2023-05-19
crypto: starfive - Add crypto engine support
Jia Jie Ho
7
-0
/
+294