index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
.gitignore
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-04-02
random: remove dead code left over from blocking pool
Eric Biggers
2
-97
/
+3
2021-04-02
random: initialize ChaCha20 constants with correct endianness
Eric Biggers
2
-4
/
+9
2021-04-02
crypto: rng - fix crypto_rng_reset() refcounting when !CRYPTO_STATS
Eric Biggers
1
-7
/
+3
2021-03-26
crypto: nx - fix incorrect kernel-doc comment syntax in files
Aditya Srivastava
7
-7
/
+7
2021-03-26
crypto: ux500 - fix incorrect kernel-doc comment syntax
Aditya Srivastava
4
-12
/
+12
2021-03-26
crypto: amcc - fix incorrect kernel-doc comment syntax in files
Aditya Srivastava
6
-31
/
+31
2021-03-26
crypto: vmx - fix incorrect kernel-doc comment syntax in files
Aditya Srivastava
5
-5
/
+5
2021-03-26
crypto: hisilicon/qm - add queue isolation support for Kunpeng930
Weili Qian
3
-48
/
+118
2021-03-26
crypto: hisilicon/qm - set the number of queues for function
Weili Qian
2
-26
/
+78
2021-03-26
crypto: hisilicon/qm - move 'CURRENT_QM' code to qm.c
Weili Qian
7
-200
/
+76
2021-03-26
crypto: hisilicon/qm - set the total number of queues
Weili Qian
4
-16
/
+16
2021-03-26
crypto: hisilicon/hpre - fix Kconfig
Hui Tang
1
-1
/
+2
2021-03-26
crypto: hisilicon/hpre - fix "hpre_ctx_init" resource leak
Hui Tang
1
-1
/
+12
2021-03-26
crypto: hisilicon - fix the check on dma address
Hui Tang
3
-19
/
+1
2021-03-26
crypto: hisilicon/hpre - optimise 'hpre_algs_register' error path
Hui Tang
1
-10
/
+9
2021-03-26
crypto: hisilicon/hpre - delete wrap of 'CONFIG_CRYPTO_DH'
Hui Tang
1
-10
/
+1
2021-03-26
crypto: ecc - Correct an error in the comments
Meng Yu
1
-1
/
+1
2021-03-26
crypto: qat - ADF_STATUS_PF_RUNNING should be set after adf_dev_init
Tong Zhang
3
-6
/
+6
2021-03-26
crypto: qat - don't release uninitialized resources
Tong Zhang
1
-4
/
+13
2021-03-26
crypto: nitrox - Demote non-compliant kernel-doc headers
Lee Jones
1
-2
/
+2
2021-03-26
crypto: nx - Repair some kernel-doc problems
Lee Jones
3
-4
/
+5
2021-03-26
crypto: vmx - Source headers are not good kernel-doc candidates
Lee Jones
1
-1
/
+1
2021-03-26
crypto: caam - Provide the name of the function and provide missing descriptions
Lee Jones
2
-1
/
+5
2021-03-26
crypto: atmel-ecc - Struct headers need to start with keyword 'struct'
Lee Jones
1
-1
/
+1
2021-03-26
crypto: keembay - Fix incorrectly named functions/structs
Lee Jones
1
-4
/
+4
2021-03-26
crypto: ux500/hash - Fix worthy kernel-doc headers and remove others
Lee Jones
4
-15
/
+12
2021-03-26
crypto: chelsio - Fix some kernel-doc issues
Lee Jones
2
-6
/
+4
2021-03-26
crypto: bcm - Fix a whole host of kernel-doc misdemeanours
Lee Jones
4
-32
/
+38
2021-03-26
crypto: hisilicon/sec - Supply missing description for 'sec_queue_empty()'s '...
Lee Jones
1
-0
/
+1
2021-03-26
crypto: inside-secure - Minor typo fix in the file safexcel.c
Bhaskar Chowdhury
1
-1
/
+1
2021-03-26
crypto: jitterentropy - Put constants on the right side of the expression
Milan Djurovic
1
-4
/
+4
2021-03-26
hwrng: core - convert sysfs sprintf/snprintf family to sysfs_emit
Zihao Tang
1
-1
/
+1
2021-03-26
crypto: allwinner - Fix the parameter of dma_unmap_sg()
Xiang Chen
4
-8
/
+16
2021-03-26
crypto: ux500 - Fix the parameter of dma_unmap_sg()
Xiang Chen
2
-3
/
+3
2021-03-26
crypto: cavium - Fix the parameter of dma_unmap_sg()
Xiang Chen
1
-4
/
+5
2021-03-26
crypto: amlogic - Fix the parameter of dma_unmap_sg()
Xiang Chen
1
-3
/
+3
2021-03-26
crypto: ccp - fix command queuing to TEE ring buffer
Rijo Thomas
2
-16
/
+53
2021-03-26
crypto: ccp - reduce tee command status polling interval from 5ms to 1ms
Rijo Thomas
1
-4
/
+4
2021-03-26
hwrng: intel - Fix included header from 'asm
Tian Tao
1
-1
/
+1
2021-03-26
x509: Add OID for NIST P384 and extend parser for it
Saulo Alessandre
2
-0
/
+4
2021-03-26
ima: Support EC keys for signature verification
Stefan Berger
2
-16
/
+20
2021-03-26
x509: Add support for parsing x509 certs with ECDSA keys
Stefan Berger
4
-3
/
+41
2021-03-26
x509: Detect sm2 keys by their parameters OID
Stefan Berger
3
-1
/
+36
2021-03-26
crypto: ecdsa - Register NIST P384 and extend test suite
Saulo Alessandre
3
-1
/
+195
2021-03-26
crypto: ecc - Add math to support fast NIST P384
Saulo Alessandre
2
-75
/
+194
2021-03-26
crypto: ecc - Add NIST P384 curve parameters
Saulo Alessandre
3
-0
/
+35
2021-03-26
crypto: ecdsa - Add support for ECDSA signature verification
Stefan Berger
8
-11
/
+671
2021-03-26
oid_registry: Add OIDs for ECDSA with SHA224/256/384/512
Stefan Berger
1
-1
/
+5
2021-03-19
hwrng: cctrng - delete redundant printing of return value
Wang Qing
1
-3
/
+1
2021-03-19
crypto: hisilicon/sec - fixes some driver coding style
Longfang Liu
1
-55
/
+76
[next]