linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-14 06:10:36 to 2018-09-19 17:00:55 UTC [more...]

Crypto Update for 4.11
 2018-09-19 17:00 UTC  (16+ messages)
` Crypto Fixes for 4.13
  ` 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
                      ` process? [Re: Crypto Fixes for 4.19]

[PATCH net-next v3 02/17] zinc: introduce minimal cryptography library
 2018-09-19 16:55 UTC  (30+ messages)

[PATCH 0/2] Miscellaneous SEV fixes
 2018-09-19 13:57 UTC  (7+ messages)
` [PATCH 1/2] Fix static checker warning
` [PATCH 2/2] Allow SEV firmware to be chosen based on Family and Model

[PATCH net-next v5 00/20] WireGuard: Secure Network Tunnel
 2018-09-19 12:38 UTC  (46+ messages)
` [PATCH net-next v5 01/20] asm: simd context helper API
` [PATCH net-next v5 02/20] zinc: introduce minimal cryptography library
` [PATCH net-next v5 03/20] zinc: ChaCha20 generic C implementation and selftest
` [PATCH net-next v5 04/20] zinc: ChaCha20 x86_64 implementation
` [PATCH net-next v5 05/20] zinc: ChaCha20 ARM and ARM64 implementations
` [PATCH net-next v5 06/20] zinc: ChaCha20 MIPS32r2 implementation
` [PATCH net-next v5 07/20] zinc: Poly1305 generic C implementations and selftest
` [PATCH net-next v5 08/20] zinc: Poly1305 x86_64 implementation
` [PATCH net-next v5 09/20] zinc: Poly1305 ARM and ARM64 implementations
` [PATCH net-next v5 10/20] zinc: Poly1305 MIPS32r2 and MIPS64 implementations
` [PATCH net-next v5 11/20] zinc: ChaCha20Poly1305 construction and selftest
` [PATCH net-next v5 12/20] zinc: BLAKE2s generic C implementation "
` [PATCH net-next v5 13/20] zinc: BLAKE2s x86_64 implementation
` [PATCH net-next v5 14/20] zinc: Curve25519 generic C implementations and selftest
` [PATCH net-next v5 15/20] zinc: Curve25519 x86_64 implementation
` [PATCH net-next v5 16/20] zinc: Curve25519 ARM implementation
` [PATCH net-next v5 17/20] crypto: port Poly1305 to Zinc
` [PATCH net-next v5 18/20] crypto: port ChaCha20 "
` [PATCH net-next v5 19/20] security/keys: rewrite big_key crypto to use Zinc
` [PATCH net-next v5 20/20] net: WireGuard secure network tunnel

[PATCH v3 0/2] crypto: Implement a generic crypto statistics
 2018-09-19 10:10 UTC  (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] crypto: tools: Add cryptostat userspace

[PATCH crypto-next 00/23] crypto: skcipher - Remove VLA usage
 2018-09-19  2:11 UTC  (24+ messages)
` [PATCH crypto-next 01/23] crypto: skcipher - Introduce crypto_sync_skcipher
` [PATCH crypto-next 02/23] gss_krb5: Remove VLA usage of skcipher
` [PATCH crypto-next 03/23] lib80211: "
` [PATCH crypto-next 04/23] mac802154: "
` [PATCH crypto-next 05/23] s390/crypto: "
` [PATCH crypto-next 06/23] x86/fpu: "
` [PATCH crypto-next 07/23] block: cryptoloop: "
` [PATCH crypto-next 08/23] libceph: "
` [PATCH crypto-next 09/23] ppp: mppe: "
` [PATCH crypto-next 10/23] rxrpc: "
` [PATCH crypto-next 11/23] wusb: "
` [PATCH crypto-next 12/23] crypto: ccp - "
` [PATCH crypto-next 13/23] crypto: vmx "
` [PATCH crypto-next 14/23] crypto: null "
` [PATCH crypto-next 15/23] crypto: cryptd "
` [PATCH crypto-next 16/23] crypto: sahara "
` [PATCH crypto-next 17/23] crypto: qce "
` [PATCH crypto-next 18/23] crypto: artpec6 "
` [PATCH crypto-next 19/23] crypto: chelsio "
` [PATCH crypto-next 20/23] crypto: mxs-dcp "
` [PATCH crypto-next 21/23] crypto: omap-aes "
` [PATCH crypto-next 22/23] crypto: picoxcell "
` [PATCH crypto-next 23/23] crypto: skcipher - Remove SKCIPHER_REQUEST_ON_STACK()

[PATCH v2 05/17] compat_ioctl: move more drivers to generic_compat_ioctl_ptrarg
 2018-09-18 17:59 UTC  (7+ messages)

[PATCH 1/2] cpufeature: avoid warning when compiling with clang
 2018-09-18 15:52 UTC  (4+ messages)
` [PATCH 2/2] crypto: arm/crc32 - avoid warning when compiling with Clang

[RFCv2 PATCH 0/7] A General Accelerator Framework, WarpDrive
 2018-09-18 13:03 UTC  (6+ messages)

[PATCH] net/sock: move memory_allocated over to percpu_counter variables
 2018-09-18  9:37 UTC  (2+ messages)
` [LKP] [net/sock] b99259a614: netperf.Throughput_Mbps -6.6% regression

[PATCH][RFC] crypto: skcipher: Remove VLA usage
 2018-09-18  9:22 UTC  (3+ messages)

[PATCH v2 1/4] crypto: s5p-sss: Fix race in error handling
 2018-09-18  7:33 UTC  (9+ messages)
  ` [PATCH v2 2/4] crypto: s5p-sss: Fix Fix argument list alignment
  ` [PATCH v2 3/4] crypto: s5p-sss: Minor code cleanup
  ` [PATCH v2 4/4] crypto: s5p-sss: Add aes-ctr support

[PATCH v2 0/4] crypto: s5p-sss: Fix and add aes-ctr support
 2018-09-17 15:09 UTC 

[PATCH 1/4] crypto: s5p-sss: Fix race in error handling
 2018-09-17 13:45 UTC  (8+ messages)
  ` [PATCH 2/4] crypto: s5p-sss: Fix whitespace issues
  ` [PATCH 3/4] crypto: s5p-sss: Minor code cleanup
  ` [PATCH 4/4] crypto: s5p-sss: Add aes-ctr support

[PATCH 4.4.y] crypto: vmx - Fix sleep-in-atomic bugs
 2018-09-17 11:47 UTC  (3+ messages)

[PATCH net-next v4 00/20] WireGuard: Secure Network Tunnel
 2018-09-17 11:35 UTC  (38+ messages)
` [PATCH net-next v4 01/20] asm: simd context helper API
` [PATCH net-next v4 02/20] zinc: introduce minimal cryptography library
` [PATCH net-next v4 03/20] zinc: ChaCha20 generic C implementation
` [PATCH net-next v4 04/20] zinc: ChaCha20 ARM and ARM64 implementations
` [PATCH net-next v4 05/20] zinc: ChaCha20 x86_64 implementation
` [PATCH net-next v4 06/20] zinc: ChaCha20 MIPS32r2 implementation
` [PATCH net-next v4 07/20] zinc: Poly1305 generic C implementations and selftest
` [PATCH net-next v4 08/20] zinc: Poly1305 ARM and ARM64 implementations
` [PATCH net-next v4 09/20] zinc: Poly1305 x86_64 implementation
` [PATCH net-next v4 10/20] zinc: Poly1305 MIPS32r2 and MIPS64 implementations
` [PATCH net-next v4 11/20] zinc: ChaCha20Poly1305 construction and selftest
` [PATCH net-next v4 12/20] zinc: BLAKE2s generic C implementation "
` [PATCH net-next v4 13/20] zinc: BLAKE2s x86_64 implementation
` [PATCH net-next v4 14/20] zinc: Curve25519 generic C implementations and selftest
` [PATCH net-next v4 15/20] zinc: Curve25519 ARM implementation
` [PATCH net-next v4 16/20] zinc: Curve25519 x86_64 implementation
` [PATCH net-next v4 17/20] crypto: port Poly1305 to Zinc
` [PATCH net-next v4 18/20] crypto: port ChaCha20 "
` [PATCH net-next v4 19/20] security/keys: rewrite big_key crypto to use Zinc
` [PATCH net-next v4 20/20] net: WireGuard secure network tunnel

[PATCH v2] [v2] crypto: aes-generic - fix aes-generic regression on powerpc
 2018-09-17  9:29 UTC  (4+ messages)

[PATCH v2 00/12] crypto: caam - add DPAA2 (DPSECI) driver
 2018-09-14 23:26 UTC  (3+ messages)
` [PATCH v2 03/12] soc: fsl: dpio: add frame list format support

[PATCH net-next v4 00/20] WireGuard: Secure Network Tunnel
 2018-09-14 17:47 UTC  (3+ messages)

[RFCv2 PATCH 0/7] A General Accelerator Framework, WarpDrive
 2018-09-14 14:13 UTC  (16+ messages)

[PATCH net-next v3 02/17] zinc: introduce minimal cryptography library
 2018-09-14  9:53 UTC  (16+ messages)

[PATCH 1/1] crypto: cavium/nitrox - Added support for SR-IOV configuration
 2018-09-14  6:12 UTC  (2+ messages)

[PATCH] crypto: x86/aegis,morus - Do not require OSXSAVE for SSE2
 2018-09-14  6:11 UTC  (2+ messages)

[PATCH v8 0/9] crypto: Remove VLA usage
 2018-09-14  6:10 UTC  (4+ messages)
` [PATCH v8 5/9] dm: Remove VLA usage from hashes


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).