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
/
cavium
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-05
crypto: cavium/nitrox - use pci_alloc_irq_vectors() while enabling MSI-X.
Srikanth Jampala
8
-263
/
+162
2018-10-05
crypto: cavium/nitrox - NITROX command queue changes.
Srikanth Jampala
5
-79
/
+94
2018-10-05
crypto: cavium/nitrox - use pcie_flr instead of duplicating it
Srikanth Jampala
1
-10
/
+5
2018-10-05
crypto: cavium/nitrox - fix warnings while printing atomic64_t types
Srikanth Jampala
1
-4
/
+6
2018-09-28
crypto: cavium - remove redundant null pointer check before kfree
zhong jiang
1
-15
/
+5
2018-09-28
crypto: cavium/nitrox - updated debugfs information.
Srikanth Jampala
4
-129
/
+127
2018-09-28
crypto: cavium/nitrox - add support for per device request statistics.
Srikanth Jampala
3
-1
/
+20
2018-09-28
crypto: cavium/nitrox - added support to identify the NITROX device partname.
Srikanth Jampala
5
-22
/
+184
2018-09-21
crypto: cavium/nitrox - use dma_pool_zalloc()
Srikanth Jampala
1
-2
/
+2
2018-09-14
crypto: cavium/nitrox - Added support for SR-IOV configuration.
Srikanth Jampala
8
-30
/
+236
2018-08-25
crypto: cavium/nitrox - fix for command corruption in queue full case with ba...
Srikanth Jampala
3
-26
/
+35
2018-08-03
crypto: cavium/nitrox - Replace GFP_ATOMIC with GFP_KERNEL in crypto_alloc_co...
Jia-Ju Bai
1
-1
/
+1
2018-06-22
crypto: cavium - make structure algs static
Colin Ian King
1
-1
/
+1
2018-06-12
treewide: kzalloc_node() -> kcalloc_node()
Kees Cook
1
-1
/
+1
2018-04-28
crypto: cavium - Remove unnecessary parentheses
Varsha Rao
1
-21
/
+21
2018-04-21
crypto: cavium - Fix smp_processor_id() warnings
Jan Glauber
2
-3
/
+3
2018-04-21
crypto: cavium - Fix statistics pending request value
Jan Glauber
2
-9
/
+5
2018-04-21
crypto: cavium - Prevent division by zero
Jan Glauber
1
-4
/
+5
2018-04-21
crypto: cavium - Limit result reading attempts
Jan Glauber
3
-4
/
+25
2018-04-21
crypto: cavium - Fix fallout from CONFIG_VMAP_STACK
Jan Glauber
1
-8
/
+14
2018-03-23
crypto: cavium - Replace mdelay with msleep in cpt_device_init
Jia-Ju Bai
1
-1
/
+1
2017-12-22
crypto: drivers - remove duplicate includes
Pravin Shedge
1
-1
/
+0
2017-11-29
crypto: cavium - fix memory leak on info
Colin Ian King
1
-1
/
+2
2017-11-14
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-1
/
+1
2017-11-03
crypto: cavium - clean up clang warning on unread variable offset
Colin Ian King
1
-1
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
11
-0
/
+11
2017-08-22
crypto: cavium/nitrox - Fix an error handling path in 'nitrox_probe()'
Christophe Jaillet
1
-1
/
+3
2017-08-22
crypto: cavium - add release_firmware to all return case
Corentin LABBE
1
-4
/
+9
2017-07-18
crypto: cavium/nitrox - Change in firmware path.
Srikanth Jampala
1
-1
/
+2
2017-07-14
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-4
/
+4
2017-07-12
crypto: cavium - make several functions static
Colin Ian King
1
-4
/
+4
2017-07-05
Cavium CNN55XX: fix broken default Kconfig entry
Linus Torvalds
1
-1
/
+0
2017-06-22
crypto: cavium/nitrox - dma_mapping_error() returns bool
Dan Carpenter
1
-6
/
+9
2017-06-20
crypto: cavium - fix spelling mistake "Revsion" -> "Revision"
Colin Ian King
1
-1
/
+1
2017-06-19
crypto: cavium - Add more algorithms
George Cherian
1
-0
/
+81
2017-06-19
crypto: cavium - Remove the individual encrypt/decrypt function for each algo...
George Cherian
2
-77
/
+83
2017-06-19
crypto: cavium - Downgrade the annoying misc interrupt print from dev_err to ...
George Cherian
1
-1
/
+1
2017-06-10
crypto: cavium - Register the CNN55XX supported crypto algorithms.
Srikanth Jampala
5
-1
/
+544
2017-06-10
crypto: cavium - Add debugfs support in CNN55XX driver.
Srikanth Jampala
3
-0
/
+143
2017-06-10
crypto: cavium - Add support for CNN55XX adapters.
Srikanth Jampala
11
-0
/
+4000
2017-03-24
crypto: zip - add a cast for printing atomic64_t values
Arnd Bergmann
1
-20
/
+20
2017-03-24
crypto: zip - Memory corruption in zip_clear_stats()
Dan Carpenter
1
-1
/
+1
2017-03-09
crypto: zip - Add Compression/Decompression statistics
Mahipal Challa
4
-0
/
+271
2017-03-09
crypto: zip - Wire-up Compression / decompression HW offload
Mahipal Challa
9
-58
/
+845
2017-03-09
crypto: zip - Add ThunderX ZIP driver core
Mahipal Challa
11
-0
/
+2797
2017-02-27
crypto: cavium - fix leak on curr if curr->head fails to be allocated
Colin Ian King
1
-0
/
+1
2017-02-27
crypto: cavium - Fix couple of static checker errors
George Cherian
2
-3
/
+5
2017-02-23
crypto: cavium - switch to pci_alloc_irq_vectors
Christoph Hellwig
2
-141
/
+65
2017-02-23
crypto: cavium - switch to pci_alloc_irq_vectors
Christoph Hellwig
2
-53
/
+10
2017-02-23
crypto: cavium - remove dead MSI-X related define
Christoph Hellwig
1
-2
/
+0
[next]