messages from 2017-11-09 09:16:17 to 2017-11-24 05:52:37 UTC [more...]
[PATCH] crypto: arm64/aes - do not call crypto_unregister_skcipher twice on error
2017-11-24 5:52 UTC (4+ messages)
[PATCH] crypto: skcipher - Fix skcipher_walk_aead_common
2017-11-24 5:07 UTC (2+ messages)
CONGRATULATIONS
2017-11-24 0:20 UTC
[PATCH 0/3] True RNG driver for Samsung Exynos 5250+ SoCs
2017-11-23 18:46 UTC (9+ messages)
` [PATCH 1/3] dt-bindings: hwrng: Add Samsung Exynos 5250+ True RNG bindings
` [PATCH 2/3] hwrng: exynos - add Samsung Exynos True RNG driver
` [PATCH 3/3] ARM: dts: exynos: Add nodes for True Random Number Generator
x509 parsing bug + fuzzing crypto in the userspace
2017-11-23 12:35 UTC (17+ messages)
[PATCH 1/2] crypto: caam - save Era in driver's private data
2017-11-23 8:50 UTC (3+ messages)
` [PATCH 2/2] crypto: caam - add Derived Key Protocol (DKP) support
[PATCH 0/5] crypto: chacha20 - Alignment fixes
2017-11-22 22:06 UTC (13+ messages)
` [PATCH 1/5] crypto: chacha20 - Fix unaligned access when loading constants
` [PATCH 2/5] crypto: chacha20 - Use unaligned access macros when loading key and IV
` [PATCH 3/5] crypto: chacha20 - Remove cra_alignmask
` [PATCH 4/5] crypto: x86/chacha20 "
` [PATCH 5/5] crypto: chacha20 - Fix keystream alignment for chacha20_block()
[PATCH] crypto/arm64: aes-ce-cipher - move assembler code to .S file
2017-11-22 12:17 UTC (6+ messages)
loop-AES-v3.7l fails to compile with kernel 4.14.1
2017-11-22 12:14 UTC
[PATCH net-next] cryptd: Add cryptd_max_cpu_qlen module parameter
2017-11-22 5:08 UTC
[PATCH 1/8] mm: kmemleak: remove unused hardirq.h
2017-11-20 16:29 UTC (11+ messages)
` [PATCH 2/8] fs: pstore: "
` [PATCH 3/8] fs: btrfs: "
` [PATCH 4/8] vfs: "
` [PATCH 5/8] crypto: "
` [PATCH 6/8] net: caif: "
` [PATCH 7/8] net: ovs: "
` [PATCH 8/8] net: tipc: "
[PATCH] crypto: hifn_795x - Fix a memory leak in the error handling path of 'hifn_probe()'
2017-11-20 15:09 UTC (2+ messages)
[PATCH -stable] arm: crypto: reduce priority of bit-sliced AES cipher
2017-11-19 10:21 UTC (3+ messages)
[PATCH] Fix NULL pointer deref. on no default_rng
2017-11-18 17:18 UTC (3+ messages)
[PATCH 0/2] ARM: bcm283x: Add missing interrupt for RNG block
2017-11-18 13:04 UTC (3+ messages)
` [PATCH 1/2] dt-binding: rng: Add interrupt property for BCM2835
` [PATCH 2/2] ARM: bcm283x: Add missing interrupt for RNG block
[PATCH] staging: ccree: fix incorrect indentation of break statement
2017-11-17 18:19 UTC
[PATCH] iommu/vt-d: Fix scatterlist offset handling
2017-11-17 18:09 UTC (12+ messages)
[PATCH v2] tpm: Move Linux RNG connection to hwrng
2017-11-17 13:57 UTC (11+ messages)
[crypto v3 2/2] chcr: Add support for Inline IPSec
2017-11-16 11:27 UTC
[crypto v3 1/2] cxgb4: Add support for Inline IPSec Tx
2017-11-16 11:26 UTC
[PATCH v2 2/2] chcr: Add support for Inline IPSec
2017-11-16 7:06 UTC (4+ messages)
[PATCH RESEND 0/4] add CAAM DMA memcpy driver
2017-11-16 6:24 UTC (17+ messages)
` [PATCH RESEND 1/4] crypto: caam: add caam-dma node to SEC4.0 device tree binding
` [PATCH RESEND 4/4] dma: caam: add dma memcpy driver
[PATCHi v2] dt-bindings: add device tree binding for Arm TrustZone CryptoCell crypto engine
2017-11-16 6:15 UTC
[PATCH] dt-bindings: add device tree binding for Arm TrustZone CryptoCell crypto engine
2017-11-16 5:12 UTC (2+ messages)
[PATCH] crypto: keywrap - Add missing ULL suffixes for 64-bit constants
2017-11-15 14:26 UTC (2+ messages)
[PATCH] crypto: cavium: fix memory leak on info
2017-11-15 12:37 UTC
Hello Dear
2017-11-15 11:34 UTC
[PATCH 1/2] crypto: tcrypt - fix S/G table for test_aead_speed()
2017-11-15 9:11 UTC (16+ messages)
` [PATCH] crypto: tcrypt - set assoc in sg_init_aead()
[PATCH 00/24] staging: ccree: more cleanup patches
2017-11-15 6:35 UTC (31+ messages)
` [PATCH 01/24] staging: ccree: fix typos
` [PATCH 02/24] staging: ccree: alloc by instance not type
` [PATCH 03/24] staging: ccree: remove unnecessary parentheses
` [PATCH 04/24] staging: ccree: remove MIN/MAX macros
` [PATCH 05/24] staging: ccree: move logical cont. to 1st line
` [PATCH 06/24] staging: ccree: remove unneeded empty lines
` [PATCH 07/24] staging: ccree: remove unneeded cast
` [PATCH 08/24] staging: ccree: make mem barrier per request
` [PATCH 09/24] staging: ccree: replace open coded loop with for
` [PATCH 10/24] staging: ccree: document spinlock usage
` [PATCH 11/24] staging: ccree: constify help string
` [PATCH 12/24] staging: ccree: fix code indent
` [PATCH 13/24] staging: ccree: Replace CONFIG_PM_RUNTIME with CONFIG_PM
` [PATCH 14/24] staging: ccree: replace macro with inline func
` [PATCH 15/24] staging: ccree: trim long lines for readability
` [PATCH 16/24] staging: ccree: remove dead defs and decls
` [PATCH 17/24] staging: ccree: refactor code with local vars
` [PATCH 18/24] staging: ccree: rename func for readability
` [PATCH 19/24] staging: ccree: rename long define "
` [PATCH 20/24] staging: ccree: remove unneeded wrapper function
` [PATCH 21/24] staging: ccree: remove unused field
` [PATCH 22/24] staging: ccree: replace msleep with a completion
` [PATCH 23/24] staging: ccree: use local vars for readability
` [PATCH 24/24] staging: ccree: drop unused macro
[PATCH][V2] crypto/nx: fix spelling mistake: "availavle" -> "available"
2017-11-14 19:20 UTC (3+ messages)
[PATCH] crypto/nx: fix spelling mistake: "availavle" -> "available"
2017-11-14 14:32 UTC (3+ messages)
[PATCH v3] tpm: use struct tpm_chip for tpm_chip_find_get()
2017-11-14 14:32 UTC (4+ messages)
[PATCH 1/2] crypto/nx: Use percpu send window for NX requests
2017-11-14 11:12 UTC (2+ messages)
` [1/2] "
[PATCH] crypto: replace FSF address with web source in license notices
2017-11-14 9:25 UTC
Re:
2017-11-13 14:55 UTC
Hello Dear
2017-11-13 12:07 UTC
[PATCH v5 0/2] STM32 CRYP crypto driver
2017-11-13 10:30 UTC (5+ messages)
` [PATCH v5 2/2] crypto: stm32 - Support for STM32 CRYP crypto module
Crypto Fixes for 4.9
2017-11-13 7:43 UTC (5+ messages)
` Crypto Update for 4.10
` Crypto Update for 4.11
` Crypto Update for 4.14
` Crypto Update for 4.15
PATCH : Fix NULL pointer dereference on no default_rng
2017-11-12 14:11 UTC (3+ messages)
[PATCH] lib/mpi: call cond_resched() from mpi_powm() loop
2017-11-10 18:41 UTC (3+ messages)
"BUG: scheduling while atomic" in atmel-aes on Linux v4.14-rc6
2017-11-10 16:50 UTC (7+ messages)
` [PATCH] crypto: AF_ALG - remove locking in async callback
` [PATCH v2] "
` [PATCH v3] "
[PATCH 0/2] hwrng: iproc-rng200: Add support for BCM7278
2017-11-10 11:36 UTC (2+ messages)
[PATCH v2 1/1] crypto: stm32/hash - Fix return issue on update
2017-11-10 11:37 UTC (2+ messages)
[PATCH v2 0/5] crypto: dh - input validation fixes
2017-11-10 11:36 UTC (2+ messages)
[PATCH] crypto: algif_aead - skip SGL entries with NULL page
2017-11-10 10:04 UTC (4+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH] crypto: s5p-sss - Remove a stray tab
2017-11-10 8:08 UTC (2+ messages)
[PATCH] crypto: chelsio - Fix an error code in chcr_hash_dma_map()
2017-11-09 21:25 UTC
[PATCH v2 00/10] staging: ccree: fixes and cleanups
2017-11-09 13:14 UTC (4+ messages)
` [PATCH v2 09/10] staging: ccree: remove braces for single statement
` [PATCH v2 10/10] staging: ccree: remove unused cc_base parameter
[PATCH 0/8] staging: ccree: fixes and cleanups
2017-11-09 12:54 UTC (5+ messages)
` [PATCH 6/8] staging: ccree: simplify pm manager using local var
[PATCH v2 1/2] cxgb4: Add support for Inline IPSec Tx
2017-11-09 11:28 UTC
[PATCH] staging: ccree: remove unused pointer cc_base
2017-11-09 9:21 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).