index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
marvell
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-04
crypto: octeontx - fix dma_free_coherent() size
Thomas Fourier
1
-1
/
+2
2026-02-19
crypto: octeontx - Fix length check to avoid truncation in ucode_load_store
Thorsten Blum
1
-1
/
+1
2025-08-28
crypto: marvell/cesa - Fix engine load inaccuracy
Herbert Xu
2
-3
/
+6
2025-06-27
crypto: marvell/cesa - Do not chain submitted requests
Herbert Xu
3
-25
/
+39
2025-06-27
crypto: marvell/cesa - Avoid empty transfer descriptor
Herbert Xu
1
-1
/
+1
2025-06-27
crypto: marvell/cesa - Handle zero-length skcipher requests
Herbert Xu
1
-0
/
+3
2024-11-17
crypto: marvell/cesa - Disable hash algorithms
Herbert Xu
1
-6
/
+6
2023-07-27
crypto: marvell/cesa - Fix type mismatch warning
Arnd Bergmann
1
-1
/
+1
2022-10-26
crypto: marvell/octeontx - prevent integer overflows
Dan Carpenter
1
-2
/
+16
2022-06-09
crypto: marvell/cesa - ECB does not IV
Corentin Labbe
1
-1
/
+0
2021-02-03
crypto: marvel/cesa - Fix tdma descriptor on 64-bit
Herbert Xu
1
-2
/
+2
2020-10-13
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
6
-38
/
+39
2020-10-02
crypto: marvell/octeontx - simplify the return expression of create_sysfs_eng...
Qinglang Miao
1
-7
/
+1
2020-09-25
crypto: marvell/cesa - use devm_platform_ioremap_resource_byname
Zhang Qilong
1
-3
/
+1
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-2
/
+2
2020-08-21
crypto: marvell/cesa - Fix sparse warnings
Herbert Xu
4
-25
/
+32
2020-08-20
crypto: algapi - Remove skbuff.h inclusion
Herbert Xu
3
-3
/
+5
2020-08-07
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
3
-5
/
+5
2020-07-31
crypto: marvell/cesa - irq balance
Sven Auhagen
2
-1
/
+11
2020-07-16
crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORY
Mikulas Patocka
3
-21
/
+33
2020-06-18
crypto: octeontx - Fix sparse warnings
Herbert Xu
6
-38
/
+32
2020-06-15
crypto: marvell/octeontx - Fix a potential NULL dereference
Dan Carpenter
1
-4
/
+7
2020-04-16
crypto: marvell/octeontx - Add missing '\n' in log messages
Christophe JAILLET
6
-69
/
+70
2020-04-03
crypto: marvell/octeontx - fix double free of ptr
Colin Ian King
1
-3
/
+5
2020-03-20
crypto: marvell - enable OcteonTX cpt options for build
SrujanaChalla
2
-0
/
+17
2020-03-20
crypto: marvell - add the Virtual Function driver for CPT
SrujanaChalla
9
-2
/
+4686
2020-03-20
crypto: marvell - add support for OCTEON TX CPT engine
SrujanaChalla
8
-0
/
+2764
2020-03-20
crypto: marvell - create common Kconfig and Makefile for Marvell
SrujanaChalla
8
-31
/
+67
2020-01-09
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
Eric Biggers
1
-3
/
+1
2019-11-17
crypto: marvell/cesa - rename blkcipher to skcipher
Ard Biesheuvel
2
-10
/
+10
2019-09-09
crypto: marvell - Use kzfree rather than its implementation
zhong jiang
1
-2
/
+1
2019-08-22
crypto: cesa/des - switch to new verification routines
Ard Biesheuvel
1
-17
/
+8
2019-07-26
crypto: cesa/aes - switch to library version of key expansion routine
Ard Biesheuvel
1
-1
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
4
-16
/
+4
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-04-18
crypto: marvell - Forbid 2-key 3DES in FIPS mode
Herbert Xu
1
-6
/
+5
2019-04-08
crypto: marvell - remove set but not used variable 'index'
YueHaibing
1
-2
/
+1
2019-02-28
crypto: marvell - Remove set but not used variable 'ivsize'
YueHaibing
1
-2
/
+0
2019-01-25
crypto: clarify name of WEAK_KEY request flag
Eric Biggers
1
-1
/
+1
2018-07-09
crypto: remove redundant type flags from tfm allocation
Eric Biggers
1
-2
/
+1
2018-06-12
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
1
-1
/
+1
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+1
2018-03-03
crypto: marvell/cesa - Clean up redundant #include
Robin Murphy
1
-1
/
+0
2018-01-31
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-7
/
+12
2018-01-18
crypto: marvell/cesa - Fix DMA API misuse
Robin Murphy
1
-7
/
+12
2018-01-10
dma-mapping: move swiotlb arch helpers to a new header
Christoph Hellwig
1
-0
/
+1
2017-11-14
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
4
-276
/
+261
2017-11-06
crypto: marvell - Add a NULL entry at the end of mv_cesa_plat_id_table[]
Boris BREZILLON
1
-0
/
+1
2017-11-03
crypto: marvell/cesa - remove redundant backlog checks on EBUSY
Gilad Ben-Yossef
2
-3
/
+2
2017-11-03
crypto: marvell - Switch cipher algs to the skcipher interface
Boris BREZILLON
3
-260
/
+251
[next]