index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
crypto: inside-secure - add support for PCI based FPGA development board
Pascal van Leeuwen
2019-08-30
3
-167
/
+405
*
crypto: inside-secure - Remove redundant algo to engine mapping code
Pascal van Leeuwen
2019-08-30
4
-33
/
+0
*
crypto: inside-secure - make driver selectable for non-Marvell hardware
Pascal van Leeuwen
2019-08-30
1
-6
/
+6
*
crypto: s5p - use correct block size of 1 for ctr(aes)
Ard Biesheuvel
2019-08-30
1
-1
/
+1
*
crypto: s5p - deal gracefully with bogus input sizes
Ard Biesheuvel
2019-08-30
1
-1
/
+4
*
crypto: picoxcell - Fix the name of the module in the description of CRYPTO_D...
Christophe JAILLET
2019-08-30
1
-1
/
+1
*
crypto: talitos - Fix build warning in aead_des3_setkey
Herbert Xu
2019-08-22
1
-1
/
+0
*
crypto: n2/des - fix build breakage after DES updates
Ard Biesheuvel
2019-08-22
1
-2
/
+4
*
crypto: vmx/xts - use fallback for ciphertext stealing
Ard Biesheuvel
2019-08-22
1
-1
/
+1
*
crypto: hisilicon - Fix warning on printing %p with dma_addr_t
Herbert Xu
2019-08-22
1
-2
/
+2
*
crypto: des - split off DES library from generic DES cipher driver
Ard Biesheuvel
2019-08-22
6
-19
/
+19
*
crypto: ux500/des - switch to new verification routines
Ard Biesheuvel
2019-08-22
1
-24
/
+7
*
crypto: talitos/des - switch to new verification routines
Ard Biesheuvel
2019-08-22
1
-30
/
+7
*
crypto: sun4i/des - switch to new verification routines
Ard Biesheuvel
2019-08-22
2
-21
/
+7
*
crypto: stm32/des - switch to new verification routines
Ard Biesheuvel
2019-08-22
1
-25
/
+5
*
crypto: rk3288/des - switch to new verification routines
Ard Biesheuvel
2019-08-22
2
-15
/
+8
*
crypto: qce/des - switch to new verification routines
Ard Biesheuvel
2019-08-22
1
-28
/
+27
*
crypto: picoxcell/des - switch to new verification routines
Ard Biesheuvel
2019-08-22
1
-16
/
+8
*
crypto: omap/des - switch to new verification routines
Ard Biesheuvel
2019-08-22
1
-19
/
+8
*
crypto: n2/des - switch to new verification routines
Ard Biesheuvel
2019-08-22
1
-23
/
+9
*
crypto: cesa/des - switch to new verification routines
Ard Biesheuvel
2019-08-22
1
-17
/
+8
*
crypto: ixp4xx/des - switch to new verification routines
Ard Biesheuvel
2019-08-22
1
-21
/
+6
*
crypto: safexcel/des - switch to new verification routines
Ard Biesheuvel
2019-08-22
1
-17
/
+7
*
crypto: hisilicon/des - switch to new verification routines
Ard Biesheuvel
2019-08-22
1
-11
/
+7
*
crypto: hifn/des - switch to new verification routines
Ard Biesheuvel
2019-08-22
1
-24
/
+8
*
crypto: ccree/des - switch to new verification routines
Ard Biesheuvel
2019-08-22
2
-31
/
+8
*
crypto: ccp/des - switch to new verification routines
Ard Biesheuvel
2019-08-22
1
-4
/
+3
*
crypto: nitrox/des - switch to new verification routines
Ard Biesheuvel
2019-08-22
1
-2
/
+2
*
crypto: cpt/des - switch to new verification routines
Ard Biesheuvel
2019-08-22
1
-21
/
+5
*
crypto: caam/des - switch to new verification routines
Ard Biesheuvel
2019-08-22
4
-92
/
+31
*
crypto: bcm/des - switch to new verification routines
Ard Biesheuvel
2019-08-22
1
-62
/
+17
*
crypto: atmel/des - switch to new verification routines
Ard Biesheuvel
2019-08-22
1
-21
/
+7
*
random: Support freezable kthreads in add_hwgenerator_randomness()
Stephen Boyd
2019-08-22
1
-3
/
+7
*
crypto: cavium/nitrox - Configure asymmetric queue manager Hardware unit
Phani Kiran Hemadri
2019-08-15
5
-17
/
+265
*
crypto: cavium/nitrox - Allocate asymmetric crypto command queues
Phani Kiran Hemadri
2019-08-15
3
-1
/
+99
*
hwrng: core - Freeze khwrng thread during suspend
Stephen Boyd
2019-08-15
1
-1
/
+4
*
crypto: caam/qi - execute library only on DPAA 1.x
Horia Geantă
2019-08-15
1
-4
/
+3
*
crypto: hisilicon - fix error handle in hisi_zip_create_req_q
Zhou Wang
2019-08-15
1
-2
/
+4
*
crypto: hisilicon - add missing single_release
Zhou Wang
2019-08-15
1
-0
/
+1
*
crypto: hisilicon - init curr_sgl_dma to fix compile warning
Zhou Wang
2019-08-15
1
-1
/
+1
*
crypto: hisilicon - add dependency for CRYPTO_DEV_HISI_ZIP
Zhou Wang
2019-08-15
1
-0
/
+1
*
crypto: hisilicon - fix kbuild warnings
Zhou Wang
2019-08-15
1
-3
/
+3
*
crypto: ccp - Remove unnecessary linux/pci.h include
Bjorn Helgaas
2019-08-09
7
-7
/
+0
*
crypto: ccp - Include DMA declarations explicitly
Bjorn Helgaas
2019-08-09
2
-0
/
+2
*
crypto: qcom-rng - use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-08-09
1
-3
/
+1
*
crypto: qce - use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-08-09
1
-3
/
+1
*
crypto: stm32 - use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-08-09
2
-6
/
+2
*
crypto: rockchip - use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-08-09
1
-3
/
+1
*
crypto: sunxi-ss - use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-08-09
1
-3
/
+1
*
crypto: picoxcell - use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-08-09
1
-3
/
+2
[prev]
[next]