messages from 2018-09-28 13:52:07 to 2018-10-10 07:57:04 UTC [more...]
BUG: unable to handle kernel NULL pointer dereference in sha256_mb_mgr_get_comp_job_avx2
2018-10-10 7:57 UTC
set_cpus_allowed_ptr() usage in FREESCALE CAAM
2018-10-09 17:11 UTC (3+ messages)
` [PATCH] crypto: caam/qi - simplify CGR allocation, freeing
[PATCH 0/3] crypto: use unaligned accessors in aligned fast paths
2018-10-09 8:38 UTC (11+ messages)
` [PATCH 1/3] crypto: memneq - use unaligned accessors for aligned fast path
` [PATCH 2/3] crypto: crypto_xor "
` [PATCH 3/3] crypto: siphash - drop _aligned variants
[PATCH 0/2] crypto: streebog - add Streebog hash function
2018-10-09 6:57 UTC (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] crypto: streebog - add Streebog test vectors
[PATCH net-next v7 03/28] zinc: introduce minimal cryptography library
2018-10-09 0:02 UTC (28+ messages)
` [PATCH net-next v7 04/28] zinc: ChaCha20 generic C implementation and selftest
` [PATCH net-next v7 05/28] zinc: import Andy Polyakov's ChaCha20 x86_64 implementation
` [PATCH net-next v7 06/28] zinc: "
` [PATCH net-next v7 07/28] zinc: import Andy Polyakov's ChaCha20 ARM and ARM64 implementations
` [PATCH net-next v7 08/28] zinc: port "
` [PATCH net-next v7 09/28] zinc: "
` [PATCH net-next v7 10/28] zinc: ChaCha20 MIPS32r2 implementation
` [PATCH net-next v7 11/28] zinc: Poly1305 generic C implementations and selftest
` [PATCH net-next v7 12/28] zinc: import Andy Polyakov's Poly1305 x86_64 implementation
` [PATCH net-next v7 13/28] zinc: "
` [PATCH net-next v7 14/28] zinc: import Andy Polyakov's Poly1305 ARM and ARM64 implementations
` [PATCH net-next v7 15/28] zinc: "
` [PATCH net-next v7 16/28] zinc: import Andy Polyakov's Poly1305 MIPS64 implementation
` [PATCH net-next v7 17/28] zinc: Poly1305 MIPS32r2 and MIPS64 implementations
` [PATCH net-next v7 18/28] zinc: ChaCha20Poly1305 construction and selftest
` [PATCH net-next v7 19/28] zinc: BLAKE2s generic C implementation "
` [PATCH net-next v7 20/28] zinc: BLAKE2s x86_64 implementation
` [PATCH net-next v7 21/28] zinc: Curve25519 generic C implementations and selftest
` [PATCH net-next v7 22/28] zinc: Curve25519 x86_64 implementation
` [PATCH net-next v7 23/28] zinc: import Bernstein and Schwabe's Curve25519 ARM implementation
` [PATCH net-next v7 24/28] zinc: "
` [PATCH net-next v7 25/28] crypto: port Poly1305 to Zinc
` [PATCH net-next v7 26/28] crypto: port ChaCha20 "
[PATCH] crypto: inside-secure: safexcel - fix memory allocation
2018-10-08 22:20 UTC (2+ messages)
[PATCH] crypto/testmgr.c: fix sizeof() on COMP_BUF_SIZE
2018-10-08 11:39 UTC (2+ messages)
general protection fault in gcmaes_crypt_by_sg
2018-10-08 10:06 UTC (2+ messages)
[PATCH] crypto: arm64/aes - fix handling sub-block CTS-CBC inputs
2018-10-08 5:53 UTC (3+ messages)
[PATCH] crypto: caam/qi2 - avoid double export
2018-10-08 5:53 UTC (3+ messages)
[PATCH 0/3] crypto: mxs-dcp - Fix tcrypt on imx6
2018-10-08 5:52 UTC (6+ messages)
` [PATCH 1/3] crypto: mxs-dcp - Implement sha import/export
` [PATCH 2/3] crypto: mxs-dcp - Fix SHA null hashes and output length
` [PATCH 3/3] crypto: mxs-dcp - Fix AES issues
[PATCH] crypto: cavium/nitrox - Fix format strings
2018-10-08 5:47 UTC (2+ messages)
BUG: unable to handle kernel NULL pointer dereference in sha1_mb_mgr_get_comp_job_avx2
2018-10-06 13:06 UTC (3+ messages)
[PATCH v22 0/6] Add io{read|write}64 to io-64-atomic headers
2018-10-06 11:56 UTC (8+ messages)
` [PATCH v22 1/6] iomap: Use non-raw io functions for io{read|write}XXbe
` [PATCH v22 2/6] parisc: iomap: introduce io{read|write}64
` [PATCH v22 3/6] iomap: introduce io{read|write}64_{lo_hi|hi_lo}
` [PATCH v22 4/6] io-64-nonatomic: add io{read|write}64[be]{_lo_hi|_hi_lo} macros
` [PATCH v22 5/6] ntb: ntb_hw_intel: use io-64-nonatomic instead of in-driver hacks
` [PATCH v22 6/6] ntb: ntb_hw_switchtec: Cleanup 64bit IO defines to use the common header
KASAN: use-after-free Read in af_alg_wmem_wakeup
2018-10-06 7:37 UTC
[PATCH v2 05/17] compat_ioctl: move more drivers to generic_compat_ioctl_ptrarg
2018-10-06 7:05 UTC (2+ messages)
KASAN: use-after-free Read in sha512_ctx_mgr_resubmit
2018-10-05 22:33 UTC (2+ messages)
[RFC PATCH 0/9] patchable function pointers for pluggable crypto routines
2018-10-05 19:13 UTC (30+ messages)
` [RFC PATCH 1/9] kernel: add support for patchable function pointers
` [RFC PATCH 2/9] arm64: kernel: add arch "
` [RFC PATCH 3/9] crypto: crc-t10dif - make crc_t10dif a static inline
` [RFC PATCH 4/9] crypto: crc-t10dif - use patchable function pointer for core update routine
` [RFC PATCH 5/9] crypto: crc-t10dif/arm64 - move PMULL based code into core library
` [RFC PATCH 6/9] crypto: crc-t10dif/arm "
` [RFC PATCH 7/9] crypto: crct10dif/generic - switch crypto API driver to "
` [RFC PATCH 8/9] crypto: crc-t10dif/powerpc - move PMULL based code into "
` [RFC PATCH 9/9] crypto: crc-t10dif/x86 "
[PATCH net-next v6 00/23] WireGuard: Secure Network Tunnel
2018-10-05 18:40 UTC (75+ messages)
` [PATCH net-next v6 01/23] asm: simd context helper API
` [PATCH net-next v6 03/23] zinc: ChaCha20 generic C implementation and selftest
` [PATCH net-next v6 04/23] zinc: ChaCha20 x86_64 implementation
` [PATCH net-next v6 05/23] zinc: import Andy Polyakov's ChaCha20 ARM and ARM64 implementations
` [PATCH net-next v6 07/23] zinc: "
` [PATCH net-next v6 11/23] zinc: import Andy Polyakov's Poly1305 "
` [PATCH net-next v6 19/23] zinc: Curve25519 ARM implementation
` [PATCH net-next v6 21/23] crypto: port ChaCha20 to Zinc
` [PATCH net-next v6 23/23] net: WireGuard secure network tunnel
[PATCH net-next v6 00/23] WireGuard: Secure Network Tunnel
2018-10-05 17:50 UTC (13+ messages)
Crypto Fixes for 4.13
2018-10-05 15:37 UTC (12+ messages)
` Crypto Fixes for 4.14
` Crypto Fixes for 4.15
` Crypto Fixes for 4.16
` Crypto Fixes for 4.17
` Crypto Fixes for 4.18
` Crypto Fixes for 4.19
[PATCH 0/3] crypto: OFB and tests
2018-10-05 6:45 UTC (6+ messages)
` [PATCH 2/3] crypto: add output feedback mode
[PATCH cryptodev-2.6 1/4] crypto: cavium/nitrox - fix warnings while printing atomic64_t types
2018-10-05 2:31 UTC (5+ messages)
` [PATCH cryptodev-2.6 2/4] crypto: cavium/nitrox - use pcie_flr instead of duplicating it
` [PATCH cryptodev-2.6 3/4] crypto: cavium/nitrox - NITROX command queue changes
` [PATCH cryptodev-2.6 4/4] crypto: cavium/nitrox - use pci_alloc_irq_vectors() while enabling MSI-X
[PATCH] crypto/morus(640,1280) - make crypto_...-algs static
2018-10-05 2:29 UTC (2+ messages)
[PATCH] crypto: caam/qi2 - add CONFIG_NETDEVICES dependency
2018-10-05 2:29 UTC (2+ messages)
[PATCH] hwrng: document the quality field
2018-10-05 2:27 UTC (2+ messages)
[PATCH] crypto: ccp: Remove forward declaration
2018-10-05 2:27 UTC (2+ messages)
Query in Crypto framework
2018-10-02 2:42 UTC (2+ messages)
[PATCH v3 0/2] crypto: Implement a generic crypto statistics
2018-10-01 8:40 UTC (6+ messages)
` [PATCH v3 2/2] crypto: tools: Add cryptostat userspace
[PATCH v4 0/4] crypto: lrw - Fixes and improvements
2018-09-30 19:40 UTC (4+ messages)
Bad MAINTAINERS pattern in section 'IBM Power in-Nest Crypto Acceleration'
2018-09-28 21:53 UTC
[PATCH crypto-next 00/23] crypto: skcipher - Remove VLA usage
2018-09-28 16:13 UTC (3+ messages)
[PATCH cryptodev-2.6 1/3] crypto: cavium/nitrox - added support to identify the NITROX device partname
2018-09-28 14:41 UTC (4+ messages)
` [PATCH cryptodev-2.6 3/3] crypto: cavium/nitrox - updated debugfs information
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).