index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
marvell
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-10
crypto: octeontx2 - fix potential null pointer access
Shijith Thotton
1
-3
/
+12
2022-06-10
crypto: octeontx2 - add firmware version in devlink info
Shijith Thotton
3
-3
/
+42
2022-05-13
crypto: octeontx2 - simplify the return expression of otx2_cpt_aead_cbc_aes_s...
Minghao Chi
1
-6
/
+1
2022-04-21
crypto: marvell/cesa - ECB does not IV
Corentin Labbe
1
-1
/
+0
2022-03-21
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
11
-36
/
+131
2022-03-09
crypto: marvell/octeontx - Use swap() instead of open coding it
Jiapeng Chong
1
-4
/
+1
2022-03-03
crypto: octeontx2 - fix missing unlock
Yang Yingliang
2
-2
/
+6
2022-02-23
crypto: octeontx2 - add synchronization between mailbox accesses
Harman Kalra
5
-14
/
+46
2022-02-05
crypto: marvell/octeontx - remove redundant initialization of variable c_size
Colin Ian King
1
-1
/
+0
2022-02-05
crypto: octeontx2 - remove CONFIG_DM_CRYPT check
Shijith Thotton
1
-10
/
+7
2022-02-05
crypto: octeontx2 - increase CPT HW instruction queue length
Srujana Challa
1
-4
/
+15
2022-02-05
crypto: octeontx2 - disable DMA black hole on an DMA fault
Srujana Challa
1
-0
/
+13
2022-02-05
crypto: octeontx2 - CN10K CPT to RNM workaround
Srujana Challa
1
-1
/
+42
2022-01-31
crypto: octeontx2 - Avoid stack variable overflow
Kees Cook
1
-1
/
+2
2022-01-31
crypto: octeontx2 - select CONFIG_NET_DEVLINK
Shijith Thotton
1
-0
/
+1
2021-12-24
crypto: octeontx2 - prevent underflow in get_cores_bmap()
Dan Carpenter
1
-1
/
+2
2021-12-24
crypto: octeontx2 - out of bounds access in otx2_cpt_dl_custom_egrp_delete()
Dan Carpenter
1
-1
/
+1
2021-12-24
crypto: octeontx2 - Use swap() instead of swap_engines()
Jiapeng Chong
1
-11
/
+1
2021-12-17
crypto: marvell/octeontx - Use kcalloc() instead of kzalloc()
Gustavo A. R. Silva
1
-3
/
+1
2021-12-11
crypto: octeontx2 - parameters for custom engine groups
Srujana Challa
6
-1
/
+142
2021-12-11
crypto: octeontx2 - add apis for custom engine groups
Srujana Challa
2
-7
/
+322
2021-12-03
crypto: octeontx2 - uninitialized variable in kvf_limits_store()
Dan Carpenter
1
-5
/
+4
2021-11-20
crypto: octeontx2 - use swap() to make code cleaner
chiminghao
1
-4
/
+1
2021-10-15
crypto: octeontx2 - set assoclen in aead_do_fallback()
Ovidiu Panait
1
-0
/
+1
2021-09-24
crypto: marvell/cesa - drop unneeded MODULE_ALIAS
Krzysztof Kozlowski
1
-1
/
+0
2021-06-17
crypto: marvell/cesa - change FPGA indirect article to an
Tom Rix
1
-1
/
+1
2021-06-03
crypto: octeontx2 - enable and handle ME interrupts
Srujana Challa
1
-23
/
+95
2021-06-03
crypto: octeontx2 - add support for CPT operations on CN10K
Srujana Challa
9
-22
/
+134
2021-06-03
crypto: octeontx2 - add support to map LMTST region for CN10K
Srujana Challa
7
-3
/
+86
2021-06-03
crypto: octeontx2 - Add mailbox support for CN10K
Srujana Challa
8
-33
/
+129
2021-04-22
crypto: octeontx2 - add support for OcteonTX2 98xx CPT block.
Srujana Challa
7
-58
/
+153
2021-02-21
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
25
-37
/
+7746
2021-02-10
crypto: octeontx2 - fix -Wpointer-bool-conversion warning
Arnd Bergmann
1
-2
/
+1
2021-02-10
crypto: marvell - CRYPTO_DEV_OCTEONTX2_CPT should depend on ARCH_THUNDER2
Geert Uytterhoeven
1
-1
/
+1
2021-02-05
crypto: octeontx2 - Add dependency on NET_VENDOR_MARVELL
Herbert Xu
1
-0
/
+1
2021-02-05
crypto: octeontx2 - fix signedness bug in cptvf_register_interrupts()
Dan Carpenter
1
-1
/
+1
2021-01-29
crypto: marvell/cesa - Fix use of sg_pcopy on iomem pointer
Herbert Xu
5
-36
/
+148
2021-01-22
crypto: octeontx2 - register with linux crypto framework
Srujana Challa
7
-2
/
+1961
2021-01-22
crypto: octeontx2 - add support to process the crypto request
Srujana Challa
11
-1
/
+1034
2021-01-22
crypto: octeontx2 - add virtual function driver support
Srujana Challa
6
-1
/
+373
2021-01-22
crypto: octeontx2 - add support to get engine capabilities
Srujana Challa
8
-0
/
+350
2021-01-22
crypto: octeontx2 - add LF framework
Srujana Challa
7
-1
/
+783
2021-01-22
crypto: octeontx2 - load microcode and create engine groups
Srujana Challa
8
-2
/
+1655
2021-01-22
crypto: octeontx2 - enable SR-IOV and mailbox communication with VF
Srujana Challa
4
-2
/
+583
2021-01-22
crypto: octeontx2 - add mailbox communication with AF
Srujana Challa
6
-2
/
+236
2021-01-22
crypto: marvell - add Marvell OcteonTX2 CPT PF driver
Srujana Challa
7
-0
/
+633
2021-01-22
crypto: marvel/cesa - Fix tdma descriptor on 64-bit
Herbert Xu
1
-2
/
+2
2021-01-14
crypto: marvell/cesa - Fix a spelling s/fautly/faultly/ in comment
Bhaskar Chowdhury
1
-1
/
+1
2020-11-27
crypto: marvell/octeontx - Use dma_set_mask_and_coherent to simplify code
Christophe JAILLET
2
-16
/
+4
2020-11-20
crypto: sha - split sha.h into sha1.h and sha2.h
Eric Biggers
2
-2
/
+4
[next]