index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
caam
/
caamalg_qi2.c
Age
Commit message (
Expand
)
Author
2024-01-26
crypto: caam - fix asynchronous hash
Gaurav Jain
2023-10-01
crypto: caam/qi2 - fix Chacha20 + Poly1305 self test failure
Gaurav Jain
2023-05-30
bus: fsl-mc: Make remove function return void
Uwe Kleine-König
2023-01-27
crypto: caam - Use ahash_request_complete
Herbert Xu
2023-01-06
crypto: caam - Remove GFP_DMA and add DMA alignment padding
Herbert Xu
2022-12-02
crypto: caam - Set DMA alignment explicitly
Herbert Xu
2022-07-15
crypto: caam/qi2 - switch to netif_napi_add_tx_weight()
Jakub Kicinski
2022-06-30
crypto: caam - drop unexpected word 'a' in comments
Jiang Jian
2021-11-20
crypto: caam - replace this_cpu_ptr with raw_cpu_ptr
Meng Li
2021-03-26
crypto: caam - Provide the name of the function and provide missing descriptions
Lee Jones
2020-11-06
crypto: caam - fix printing on xts fallback allocation error path
Horia Geantă
2020-10-02
crypto: caam/qi2 - add support for XTS with 16B IV
Andrei Botila
2020-10-02
crypto: caam - add xts check for block length equal to zero
Andrei Botila
2020-10-02
crypto: caam/qi2 - add support for more XTS key lengths
Andrei Botila
2020-10-02
crypto: caam/qi2 - add fallback for XTS with more than 8B IV
Andrei Botila
2020-09-18
crypto: caam - Simplify with dev_err_probe()
Krzysztof Kozlowski
2020-09-18
crypto: caam - Fix kerneldoc
Krzysztof Kozlowski
2020-07-31
crypto: caam/qi2 - add module alias
Horia Geantă
2020-07-31
crypto: caam - silence .setkey in case of bad key length
Horia Geantă
2020-07-31
crypto: caam/qi2 - create ahash shared descriptors only once
Horia Geantă
2020-07-31
crypto: caam/qi2 - fix error reporting for caam_hash_alloc
Horia Geantă
2020-07-16
crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORY
Mikulas Patocka
2020-06-26
crypto: caam/qi2 - fix return code in ahash_finup_no_ctx()
Horia Geantă
2020-06-18
crypto: caam/qi2 - remove redundant assignment to ret
Colin Ian King
2020-06-18
crypto: caam/qi2 - add support for dpseci_reset()
Andrei Botila
2020-01-22
crypto: caam/qi2 - fix typo in algorithm's driver name
Horia Geantă
2020-01-09
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
Eric Biggers
2019-12-20
crypto: caam/qi2 - remove double buffering for ahash
Andrei Botila
2019-08-22
crypto: caam/des - switch to new verification routines
Ard Biesheuvel
2019-08-09
crypto: caam - fix MDHA key derivation for certain user key lengths
Horia Geantă
2019-08-09
crypto: caam - check zero-length input
Iuliana Prodan
2019-08-09
crypto: caam - check assoclen
Iuliana Prodan
2019-08-09
crypto: caam - check authsize
Iuliana Prodan
2019-08-09
crypto: caam - check key length
Iuliana Prodan
2019-08-09
crypto: caam - update IV only when crypto operation succeeds
Horia Geantă
2019-08-09
crypto: caam - fix return code in completion callbacks
Horia Geantă
2019-08-02
crypto: caam/qi2 - Add printing dpseci fq stats using debugfs
Vakul Garg
2019-06-20
crypto: caam - update IV using HW support
Horia Geantă
2019-06-20
crypto: caam - use len instead of nents for bulding HW S/G table
Horia Geantă
2019-05-30
crypto: caam - print messages in caam_dump_sg at debug level
Sascha Hauer
2019-05-23
crypto: caam - fix S/G table passing page boundary
Horia Geantă
2019-05-23
crypto: caam - avoid S/G table fetching for AEAD zero-length output
Horia Geantă
2019-05-09
crypto: caam - fix DKP detection logic
Herbert Xu
2019-05-03
crypto: caam/qi2 - generate hash keys in-place
Horia Geantă
2019-05-03
crypto: caam/qi2 - fix DMA mapping of stack memory
Horia Geantă
2019-05-03
crypto: caam/qi2 - fix zero-length buffer DMA mapping
Horia Geantă
2019-04-18
crypto: caam - Forbid 2-key 3DES in FIPS mode
Herbert Xu
2019-02-22
crypto: caam/qi2 - relax busy polling while enqueuing FDs
Horia Geantă
2019-02-22
crypto: caam/qi2 - rate-limit enqueue failure prints
Horia Geantă
2019-02-22
crypto: caam/qi2 - use affine DPIOs
Horia Geantă
[next]