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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-23
crypto: ccp - Fix 3DES complaint from ccp-crypto module
Hook, Gary
1
-11
/
+4
2019-05-23
crypto: ccp - fix AES CFB error exposed by new test vectors
Hook, Gary
1
-4
/
+4
2019-05-23
crypto: ccp - AES CFB mode is a stream cipher
Hook, Gary
1
-3
/
+3
2019-05-23
crypto: caam/qi - DMA map keys using proper device
Horia Geantă
1
-14
/
+19
2019-05-23
crypto: caam/qi - fix address translations with IOMMU enabled
Horia Geantă
3
-2
/
+17
2019-05-23
crypto: caam/qi - don't allocate an extra platform device
Horia Geantă
4
-39
/
+15
2019-05-23
crypto: caam - convert top level drivers to libraries
Horia Geantă
10
-277
/
+208
2019-05-23
crypto: caam - fix S/G table passing page boundary
Horia Geantă
6
-37
/
+147
2019-05-23
crypto: caam - avoid S/G table fetching for AEAD zero-length output
Horia Geantă
4
-1
/
+14
2019-05-23
crypto: qat - do not offload zero length requests
Giovanni Cabiddu
1
-0
/
+6
2019-05-23
crypto: qat - return error for block ciphers for invalid requests
Giovanni Cabiddu
1
-4
/
+19
2019-05-23
crypto: qat - return proper error code in setkey
Giovanni Cabiddu
1
-65
/
+108
2019-05-23
crypto: qat - fix block size for aes ctr mode
Giovanni Cabiddu
1
-1
/
+1
2019-05-23
crypto: qat - update iv after encryption or decryption operations
Giovanni Cabiddu
2
-12
/
+61
2019-05-23
crypto: qat - add check for negative offset in alg precompute function
Shant KumarX Sonnad
1
-0
/
+3
2019-05-23
crypto: qat - remove spin_lock in qat_ablkcipher_setkey
Xin Zeng
1
-13
/
+3
2019-05-21
Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
38
-66
/
+38
2019-05-21
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
3
-127
/
+88
2019-05-21
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 19
Thomas Gleixner
1
-14
/
+1
2019-05-21
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13
Thomas Gleixner
4
-52
/
+4
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
29
-0
/
+29
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
4
-0
/
+4
2019-05-17
crypto: vmx - ghash: do nosimd fallback manually
Daniel Axtens
1
-125
/
+86
2019-05-17
crypto: vmx - CTR: always increment IV as quadword
Daniel Axtens
1
-1
/
+1
2019-05-17
crypto: caam - fix typo in i.MX6 devices list for errata
Iuliana Prodan
1
-1
/
+1
2019-05-16
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
1
-2
/
+2
2019-05-15
Merge branch 'fixes' into arm/soc
Olof Johansson
1
-7
/
+6
2019-05-15
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
9
-32
/
+28
2019-05-09
Revert "crypto: caam/jr - Remove extra memory barrier during job ring dequeue"
Herbert Xu
2
-9
/
+1
2019-05-09
crypto: caam - fix caam_dump_sg that iterates through scatterlist
Iuliana Prodan
1
-1
/
+1
2019-05-09
crypto: caam - fix DKP detection logic
Herbert Xu
3
-5
/
+19
2019-05-09
crypto: chelsio - count incomplete block in IV
Atul Gupta
1
-2
/
+2
2019-05-09
crypto: chelsio - Fix softlockup with heavy I/O
Atul Gupta
2
-14
/
+3
2019-05-09
crypto: chelsio - Fix NULL pointer dereference
Atul Gupta
1
-1
/
+2
2019-05-06
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
105
-2177
/
+2387
2019-05-06
Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
1
-4
/
+0
2019-05-03
crypto: ccree - use a proper le32 type for le32 val
Gilad Ben-Yossef
1
-1
/
+1
2019-05-03
crypto: ccree - remove set but not used variable 'du_size'
YueHaibing
1
-8
/
+0
2019-05-03
crypto: ccree - Make cc_sec_disable static
YueHaibing
1
-1
/
+1
2019-05-03
crypto: ccree - fix spelling mistake "protedcted" -> "protected"
Colin Ian King
1
-1
/
+1
2019-05-03
crypto: caam/qi2 - generate hash keys in-place
Horia Geantă
1
-26
/
+15
2019-05-03
crypto: caam/qi2 - fix DMA mapping of stack memory
Horia Geantă
2
-68
/
+45
2019-05-03
crypto: caam/qi2 - fix zero-length buffer DMA mapping
Horia Geantă
1
-7
/
+18
2019-05-03
crypto: stm32/cryp - update to return iv_out
Lionel Debieve
1
-0
/
+20
2019-05-03
crypto: stm32/cryp - remove request mutex protection
Lionel Debieve
1
-19
/
+7
2019-05-03
crypto: stm32/cryp - add weak key check for DES
Lionel Debieve
2
-2
/
+12
2019-05-03
crypto: atmel - remove set but not used variable 'alg_name'
YueHaibing
1
-3
/
+0
2019-05-03
crypto: picoxcell - Use dev_get_drvdata()
Kefeng Wang
1
-1
/
+1
2019-05-03
crypto: crypto4xx - get rid of redundant using_sd variable
Christian Lamparter
2
-5
/
+2
2019-05-03
crypto: crypto4xx - use sync skcipher for fallback
Christian Lamparter
3
-15
/
+10
[prev]
[next]