public inbox for linux-crypto@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-08-17 16:45:31 to 2022-08-24 15:59:30 UTC [more...]

[PATCH 0/3] crypto: aria: add ARIA AES-NI/AVX/x86_64 implementation
 2022-08-24 15:58 UTC  (4+ messages)
` [PATCH 1/3] crypto: aria: prepare generic module for optimized implementations
` [PATCH 2/3] crypto: aria-avx: add AES-NI/AVX/x86_64 assembler implementation of aria cipher
` [PATCH 3/3] crypto: tcrypt: add async speed test for "

[PATCH v1 0/9] Drivers for Alibaba YCC (Yitian Cryptography Complex) cryptographic accelerator
 2022-08-24 14:57 UTC  (11+ messages)
` [PATCH v1 1/9] crypto/ycc: Add YCC (Yitian Cryptography Complex) accelerator driver
` [PATCH v1 2/9] crypto/ycc: Add ycc ring configuration
` [PATCH v1 3/9] crypto/ycc: Add irq support for ycc kernel rings
` [PATCH v1 4/9] crypto/ycc: Add device error handling support for ycc hw errors
` [PATCH v1 5/9] crypto/ycc: Add skcipher algorithm support
` [PATCH v1 6/9] crypto/ycc: Add aead "
` [PATCH v1 7/9] crypto/ycc: Add rsa "
` [PATCH v1 8/9] crypto/ycc: Add sm2 "
` [PATCH v1 9/9] MAINTAINERS: Add Yitian Cryptography Complex (YCC) driver maintainer entry

[PATCH 00/31] net/tcp: Add TCP-AO support
 2022-08-24 12:46 UTC  (49+ messages)
` [PATCH 01/31] crypto: Introduce crypto_pool
` [PATCH 02/31] crypto_pool: Add crypto_pool_reserve_scratch()
` [PATCH 03/31] net/tcp: Separate tcp_md5sig_info allocation into tcp_md5sig_info_add()
` [PATCH 04/31] net/tcp: Disable TCP-MD5 static key on tcp_md5sig_info destruction
` [PATCH 05/31] net/tcp: Use crypto_pool for TCP-MD5
` [PATCH 06/31] net/ipv6: sr: Switch to using crypto_pool
` [PATCH 07/31] tcp: Add TCP-AO config and structures
` [PATCH 08/31] net/tcp: Introduce TCP_AO setsockopt()s
` [PATCH 09/31] net/tcp: Prevent TCP-MD5 with TCP-AO being set
` [PATCH 10/31] net/tcp: Calculate TCP-AO traffic keys
` [PATCH 11/31] net/tcp: Add TCP-AO sign to outgoing packets
  ` [kbuild] "
` [PATCH 12/31] net/tcp: Add tcp_parse_auth_options()
` [PATCH 13/31] net/tcp: Add AO sign to RST packets
` [PATCH 14/31] net/tcp: Add TCP-AO sign to twsk
` [PATCH 15/31] net/tcp: Wire TCP-AO to request sockets
` [PATCH 16/31] net/tcp: Sign SYN-ACK segments with TCP-AO
` [PATCH 17/31] net/tcp: Verify inbound TCP-AO signed segments
` [PATCH 18/31] net/tcp: Add TCP-AO segments counters
` [PATCH 19/31] net/tcp: Add TCP-AO SNE support
` [PATCH 20/31] net/tcp: Add tcp_hash_fail() ratelimited logs
` [PATCH 21/31] net/tcp: Ignore specific ICMPs for TCP-AO connections
` [PATCH 22/31] net/tcp: Add option for TCP-AO to (not) hash header
` [PATCH 23/31] net/tcp: Add getsockopt(TCP_AO_GET)
` [PATCH 24/31] net/tcp: Allow asynchronous delete for TCP-AO keys (MKTs)
` [PATCH 25/31] selftests/net: Add TCP-AO library
` [PATCH 26/31] selftests/net: Verify that TCP-AO complies with ignoring ICMPs
` [PATCH 27/31] selftest/net: Add TCP-AO ICMPs accept test
` [PATCH 28/31] selftest/tcp-ao: Add a test for MKT matching
` [PATCH 29/31] selftest/tcp-ao: Add test for TCP-AO add setsockopt() command
` [PATCH 30/31] selftests/tcp-ao: Add TCP-AO + TCP-MD5 + no sign listen socket tests
` [PATCH 31/31] selftests/aolib: Add test/benchmark for removing MKTs

[PATCH v2] virtio-crypto: fix memory-leak
 2022-08-24  8:38 UTC  (2+ messages)
` PING: "

[crypto] aa031b8f70: leaking-addresses.proc..rodata.cst32.PSHUFFLE_BYTE_FLIP_MASK
 2022-08-24  8:21 UTC 

kdf108_init() takes over 250 ms
 2022-08-23 20:10 UTC  (2+ messages)

[PATCH 0/6] net/crypto: Introduce crypto_pool
 2022-08-23 19:23 UTC  (4+ messages)
` [PATCH 6/6] net/ipv6: sr: Switch to using crypto_pool

[PATCH v5 00/12] x86: Support Key Locker
 2022-08-23 15:49 UTC  (3+ messages)
` [PATCH v5 07/12] x86/cpu/keylocker: Load an internal wrapping key at boot-time

[PATCH] drivers/crypto: fix repeated words in comments
 2022-08-23 13:52 UTC 

[PATCH] marvell/octeontx: fix repeated words in comments
 2022-08-23 13:53 UTC 

[PATCH] cavium/cpt: fix repeated words in comments
 2022-08-23 13:55 UTC 

[PATCH] crypto/bcm: fix repeated words in comments
 2022-08-23 13:57 UTC 

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-08-23 13:21 UTC  (7+ messages)
` [PATCH Part2 v6 10/49] x86/fault: Add support to dump RMP entry on fault
` [PATCH Part2 v6 37/49] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH Part2 v6 39/49] KVM: SVM: Introduce ops for the post gfn map and unmap

[PATCH] crypto: move from strlcpy with unused retval to strscpy
 2022-08-22 11:23 UTC  (2+ messages)

[PATCH v1] Moving IRQ handler registering after imx_rngc_irq_mask_clear()
 2022-08-22 11:19 UTC 

[PATCH v7 0/3] crypto: hisilicon - supports device isolation feature
 2022-08-22  3:38 UTC  (2+ messages)

[PATCH v1 07/19] crypto: gemin: Fix error check for dma_map_sg
 2022-08-21  9:44 UTC  (7+ messages)
` [PATCH v1 08/19] crypto: sahara: "
` [PATCH v1 09/19] crypto: qce: Fix dma_map_sg error check
` [PATCH v1 10/19] crypto: amlogic: "
` [PATCH v1 11/19] crypto: allwinner: "
` [PATCH v1 12/19] crypto: ccree: "

[PATCH 8/8] crypto: Kconfig - sort the ciphers
 2022-08-20 18:41 UTC  (38+ messages)
` [PATCH v2 00/10] crypto: Kconfig - simplify menus and help text
  ` [PATCH v2 01/10] crypto: Kconfig - move mips entries to a submenu
  ` [PATCH v2 02/10] crypto: Kconfig - move powerpc "
  ` [PATCH v2 03/10] crypto: Kconfig - move s390 "
  ` [PATCH v2 04/10] crypto: Kconfig - move sparc "
  ` [PATCH v2 05/10] crypto: Kconfig - move x86 "
  ` [PATCH v2 06/10] crypto: Kconfig - remove AES_ARM64 selection by SA2UL entry
  ` [PATCH v2 07/10] crypto: Kconfig - move arm and arm64 menus to Crypto API page
  ` [PATCH v2 08/10] crypto: Kconfig - sort the arm64 entries
  ` [PATCH v2 09/10] crypto: Kconfig - sort the arm entries
  ` [PATCH v2 10/10] crypto: Kconfig - add submenus
  ` [PATCH v3 00/17] crypto: Kconfig - simplify menus and help text
    ` [PATCH v3 01/17] crypto: Kconfig - move mips entries to a submenu
    ` [PATCH v3 02/17] crypto: Kconfig - move powerpc "
    ` [PATCH v3 03/17] crypto: Kconfig - move s390 "
    ` [PATCH v3 04/17] crypto: Kconfig - move sparc "
    ` [PATCH v3 05/17] crypto: Kconfig - move x86 "
    ` [PATCH v3 06/17] crypto: Kconfig - remove AES_ARM64 ref by SA2UL
    ` [PATCH v3 07/17] crypto: Kconfig - submenus for arm and arm64
    ` [PATCH v3 08/17] crypto: Kconfig - sort the arm64 entries
    ` [PATCH v3 09/17] crypto: Kconfig - sort the arm entries
    ` [PATCH v3 10/17] crypto: Kconfig - add submenus
    ` [PATCH v3 11/17] crypto: Kconfig - simplify public-key entries
    ` [PATCH v3 12/17] crypto: Kconfig - simplify CRC entries
    ` [PATCH v3 13/17] crypto: Kconfig - simplify aead entries
    ` [PATCH v3 14/17] crypto: Kconfig - simplify hash entries
    ` [PATCH v3 15/17] crypto: Kconfig - simplify userspace entries
    ` [PATCH v3 16/17] crypto: Kconfig - simplify cipher entries
    ` [PATCH v3 17/17] crypto: Kconfig - simplify compression/RNG entries

[PATCH] crypto: testmgr - don't generate WARN for missing modules
 2022-08-20  0:40 UTC  (5+ messages)

[PATCH] crypto: x86/sha512 - load based on CPU features
 2022-08-19 22:36 UTC  (3+ messages)

[PATCH] hwrng: imx-rngc - use KBUILD_MODNAME as driver name
 2022-08-19 11:06 UTC  (2+ messages)

[PATCH] crypto: axis: artpec6_crypto: move spin_lock_bh to spin_lock in tasklet
 2022-08-19 11:05 UTC  (2+ messages)

[PATCH] crypto: hisilicon/qm - remove unneeded hardware cache write back
 2022-08-19 11:04 UTC  (2+ messages)

[PATCH] crypto: hisilicon/qm - remove unneeded data storage
 2022-08-19 11:04 UTC  (2+ messages)

[PATCH] crypto: hisilicon/qm - fix missing destroy qp_idr
 2022-08-19 11:04 UTC  (2+ messages)

[PATCH] crypto: hisilicon/hpre - change return type of hpre_cluster_inqry_write()
 2022-08-19 11:04 UTC  (2+ messages)

[RESEND PATCH] crypto: hisilicon/zip - some misc cleanup
 2022-08-19 11:04 UTC  (2+ messages)

[PATCH] crypto: hisilicon/zip - optimization for performance
 2022-08-19 11:04 UTC  (2+ messages)

[PATCH] crypto: testmgr - extend acomp tests for NULL destination buffer
 2022-08-19 11:03 UTC  (2+ messages)

[PATCH] crypto: api - Fix comment typo
 2022-08-19 11:03 UTC  (2+ messages)

[PATCH] crypto: cavium - Fix comment typo
 2022-08-19 11:03 UTC  (2+ messages)

[PATCH] crypto/drbg.c:remove unnecessary (void*) conversions
 2022-08-19 11:03 UTC  (4+ messages)
  ` [PATCH] crypto/drbg: remove "

[PATCH v2] crypto: ccp: Add a quirk to firmware update
 2022-08-19 11:02 UTC  (2+ messages)

[PATCH] crypto: keembay-ocs - Drop obsolete dependency on COMPILE_TEST
 2022-08-19 11:02 UTC  (2+ messages)

[PATCH linux-next] crypto: sun8i-ce:using the pm_runtime_resume_and_get to simplify the code
 2022-08-19 11:02 UTC  (2+ messages)

[PATCH RESEND] crypto: hisilicon - Remove pci_aer_clear_nonfatal_status() call
 2022-08-19 11:01 UTC  (2+ messages)

[PATCH] hwrng: arm-smccc-trng - fix NO_ENTROPY handling
 2022-08-19 11:00 UTC  (2+ messages)

[PATCH v2] drivers: hisilicon: fix mismatch in get/set sgl_sge_nr
 2022-08-19 11:00 UTC  (2+ messages)

[PATCH v3 0/3] crypto: lib - create utils module
 2022-08-19 10:59 UTC  (2+ messages)

[PATCH RESEND] crypto: qat - add check to validate firmware images
 2022-08-19 10:58 UTC  (2+ messages)

[PATCH v3] crypto: sahara - don't sleep when in softirq
 2022-08-19 10:58 UTC  (2+ messages)

[PATCH] crypto: akcipher - default implementations for setting private/public keys
 2022-08-19  9:54 UTC  (2+ messages)

[PATCH] crypto: hisilicon/qm - no judgment in the back process
 2022-08-19  7:46 UTC 

[PATCH] crypto: move from strlcpy with unused retval to strscpy
 2022-08-18 20:59 UTC 

[PATCH v7 00/26] tcp: Initial support for RFC5925 auth option
 2022-08-18 20:00 UTC  (27+ messages)
` [PATCH v7 01/26] tcp: authopt: Initial support and key management
` [PATCH v7 02/26] docs: Add user documentation for tcp_authopt
` [PATCH v7 03/26] tcp: authopt: Add crypto initialization
` [PATCH v7 04/26] tcp: Refactor tcp_sig_hash_skb_data for AO
` [PATCH v7 05/26] tcp: authopt: Compute packet signatures
` [PATCH v7 06/26] tcp: Refactor tcp_inbound_md5_hash into tcp_inbound_sig_hash
` [PATCH v7 07/26] tcp: authopt: Hook into tcp core
` [PATCH v7 08/26] tcp: authopt: Disable via sysctl by default
` [PATCH v7 09/26] tcp: authopt: Implement Sequence Number Extension
` [PATCH v7 10/26] tcp: ipv6: Add AO signing for tcp_v6_send_response
` [PATCH v7 11/26] tcp: authopt: Add support for signing skb-less replies
` [PATCH v7 12/26] tcp: ipv4: Add AO signing for "
` [PATCH v7 13/26] tcp: authopt: Add key selection controls
` [PATCH v7 14/26] tcp: authopt: Add initial l3index support
` [PATCH v7 15/26] tcp: authopt: Add NOSEND/NORECV flags
` [PATCH v7 16/26] tcp: authopt: Add prefixlen support
` [PATCH v7 17/26] tcp: authopt: Add v4mapped ipv6 address support
` [PATCH v7 18/26] tcp: authopt: Add /proc/net/tcp_authopt listing all keys
` [PATCH v7 19/26] selftests: nettest: Rename md5_prefix to key_addr_prefix
` [PATCH v7 20/26] selftests: nettest: Initial tcp_authopt support
` [PATCH v7 21/26] selftests: net/fcnal: "
` [PATCH v7 22/26] tcp: authopt: Try to respect rnextkeyid from SYN on SYNACK
` [PATCH v7 23/26] tcp: authopt: tcp_authopt_lookup_send: Add anykey output param
` [PATCH v7 24/26] tcp: authopt: Initial support for TCP_AUTHOPT_FLAG_ACTIVE
` [PATCH v7 25/26] tcp: authopt: If no keys are valid for send report an error
` [PATCH v7 26/26] tcp: authopt: Initial implementation of TCP_REPAIR_AUTHOPT

[PATCH 0/9] crypto: qat - enable compression deflate algorithm
 2022-08-18 18:01 UTC  (10+ messages)
` [PATCH 1/9] crypto: qat - relocate bufferlist logic
` [PATCH 2/9] crypto: qat - change bufferlist logic interface
` [PATCH 3/9] crypto: qat - generalize crypto request buffers
` [PATCH 4/9] crypto: qat - extend buffer list interface
` [PATCH 5/9] crypto: qat - relocate backlog related structures
` [PATCH 6/9] crypto: qat - relocate qat_algs_alloc_flags()
` [PATCH 7/9] crypto: qat - rename and relocate GEN2 config function
` [PATCH 8/9] crypto: qat - expose deflate through acomp api for QAT GEN2
` [PATCH 9/9] crypto: qat - enable deflate for QAT GEN4

[PATCH] MAINTAINERS: Update email of Neil Armstrong
 2022-08-18 14:47 UTC  (2+ messages)

[PATCH v10 0/5] Add Aspeed crypto driver for hardware acceleration
 2022-08-18  3:59 UTC  (6+ messages)
` [PATCH v10 1/5] crypto: aspeed: Add HACE hash driver
` [PATCH v10 2/5] dt-bindings: clock: Add AST2500/AST2600 HACE reset definition
` [PATCH v10 3/5] ARM: dts: aspeed: Add HACE device controller node
` [PATCH v10 4/5] dt-bindings: crypto: add documentation for aspeed hace
` [PATCH v10 5/5] crypto: aspeed: add HACE crypto driver

[linux-next:master] BUILD SUCCESS WITH WARNING 95d10484d66e54d5c01e36389e9318221fb8f60b
 2022-08-17 16:43 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox