linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-10 07:54:54 to 2022-08-18 20:04:22 UTC [more...]

[PATCH v7 00/26] tcp: Initial support for RFC5925 auth option
 2022-08-18 19:59 UTC  (23+ 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 00/31] net/tcp: Add TCP-AO support
 2022-08-18 19:00 UTC  (35+ 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
` [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 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 0/8] crypto: Kconfig - simplify menus and help text
 2022-08-18  5:44 UTC  (30+ messages)
` [PATCH 1/8] crypto: Kconfig - add submenus
` [PATCH 2/8] crypto: Kconfig - simplify public-key entries
` [PATCH 3/8] crypto: Kconfig - simplify user-space interface entries
` [PATCH 4/8] crypto: Kconfig - simplify AEAD and block mode entries
` [PATCH 5/8] crypto: Kconfig - simplify hash mode and digest entries
` [PATCH 6/8] crypto: Kconfig - simplify cipher, compression, and RNG entries
` [PATCH 7/8] crypto: Kconfig - sort the digests
` [PATCH 8/8] crypto: Kconfig - sort the ciphers
  ` [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 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

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-08-18  3:47 UTC  (10+ messages)
` [PATCH Part2 v6 09/49] x86/fault: Add support to handle the RMP fault for user address
` [PATCH Part2 v6 39/49] KVM: SVM: Introduce ops for the post gfn map and unmap

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

[PATCH RFC v1] random: implement getrandom() in vDSO
 2022-08-17  8:20 UTC  (11+ messages)

Zwiększenie płynności finansowej
 2022-08-17  8:05 UTC 

[PATCH v2 0/2] Improve error handling during INIT_EX file initialization
 2022-08-16 21:25 UTC  (5+ messages)
` [PATCH v2 1/2] crypto: ccp - Initialize PSP when reading psp data file failed
` [PATCH v2 2/2] crypto: ccp - Fail the PSP initialization when writing "

[PATCH 0/2] Improve error handling during INIT_EX file initialization
 2022-08-16 19:31 UTC  (7+ messages)
` [PATCH 1/2] crypto: ccp - Initialize PSP when reading psp data file failed
` [PATCH 2/2] crypto: ccp - Fail the PSP initialization when writing "

[PATCH linux-next] crypto: api - Avoid NULL pointer dereference in crypto_larval_destroy()
 2022-08-16 18:48 UTC  (2+ messages)

[PATCH v3 00/16] Ux500 hash cleanup
 2022-08-16 14:00 UTC  (17+ messages)
` [PATCH v3 01/16] crypto: ux500/hash: Pass ctx to hash_setconfiguration()
` [PATCH v3 02/16] crypto: ux500/hash: Get rid of custom device list
` [PATCH v3 03/16] crypto: ux500/hash: Pass context to zero message digest
` [PATCH v3 04/16] crypto: ux500/hash: Drop custom state save/restore
` [PATCH v3 05/16] crypto: ux500/hash: Drop bit index
` [PATCH v3 06/16] crypto: ux500/hash: Break while/do instead of if/else
` [PATCH v3 07/16] crypto: ux500/hash: Rename and switch type of member
` [PATCH v3 08/16] crypto: ux500/hash: Stop saving/restoring compulsively
` [PATCH v3 09/16] crypto: ux500/hash: Get rid of state from request context
` [PATCH v3 10/16] crypto: ux500/hash: Implement .export and .import
` [PATCH v3 11/16] crypto: ux500/hash: Drop custom uint64 type
` [PATCH v3 12/16] crypto: ux500/hash: Drop regulator handling
` [PATCH v3 13/16] crypto: ux500/hash: Convert to regmap MMIO
` [PATCH v3 14/16] crypto: ux500/hash: Use AMBA core primecell IDs
` [PATCH v3 15/16] crypto: ux500/hash: Implement runtime PM
` [PATCH v3 16/16] crypto: ux500/hash: Use accelerated noinc MMIO

[PATCH] crypto: fix repeated words in comments
 2022-08-16 12:15 UTC 

[PATCH v2] virtio-crypto: fix memory-leak
 2022-08-16  9:43 UTC 

[PATCH] crypto-virtio: fix memory-leak
 2022-08-16  9:15 UTC  (3+ messages)

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

[PATCH] crypto: tcrypt - remove mode=1000
 2022-08-16  5:56 UTC  (3+ messages)

[PATCH Part2 v6 26/49] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command
 2022-08-15 23:04 UTC  (3+ messages)

[PATCH] crypto: Make FIPS_SIGNATURE_SELFTEST depend on CRYPTO_FIPS
 2022-08-16  0:45 UTC 

[PATCH] crypto: Make FIPS_SIGNATURE_SELFTEST depend on CRYPTO_FIPS
 2022-08-16  0:25 UTC 

[PATCH 0/2] hwrng: imx-rngc - use devres for clk and hwrng
 2022-08-15 19:37 UTC  (3+ messages)
` [PATCH 1/2] hwrng: imx-rngc - use devm_clk_get_enabled
` [PATCH 2/2] hwrng: imx-rngc - use devres for hwrng registration

[PATCH] hwrng: imx-rngc - use KBUILD_MODNAME as driver name
 2022-08-14 17:03 UTC 

[PATCH 4/6] net/tcp: Disable TCP-MD5 static key on tcp_md5sig_info destruction
 2022-08-14 15:49 UTC  (3+ messages)

[PATCH] crypto: axis: artpec6_crypto: move spin_lock_bh to spin_lock in tasklet
 2022-08-14 13:00 UTC 

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

[PATCH] checkpatch: Add kmap and kmap_atomic to the deprecated list
 2022-08-14  5:25 UTC  (2+ messages)

[PATCH] crypto: x86/sha512 - load based on CPU features
 2022-08-13 23:04 UTC 

[PATCH] crypto: hisilicon/qm - remove unneeded hardware cache write back
 2022-08-13 10:35 UTC 

[PATCH] crypto: hisilicon/qm - remove unneeded data storage
 2022-08-13 10:35 UTC 

[PATCH] crypto: hisilicon/qm - fix missing destroy qp_idr
 2022-08-13 10:34 UTC 

[PATCH] crypto: hisilicon/hpre - change return type of hpre_cluster_inqry_write()
 2022-08-13 10:34 UTC 

[RESEND PATCH] crypto: hisilicon/zip - some misc cleanup
 2022-08-13 10:19 UTC 

[PATCH] crypto: hisilicon/zip - some misc cleanup
 2022-08-13 10:13 UTC  (2+ messages)

[PATCH] crypto: hisilicon/zip - optimization for performance
 2022-08-13  9:57 UTC 

[PATCH] crypto: testmgr - extend acomp tests for NULL destination buffer
 2022-08-12 14:16 UTC 

[PATCH AUTOSEL 4.9 07/12] crypto: vmx - Fix warning on p8_ghash_alg
 2022-08-11 16:11 UTC 

[PATCH AUTOSEL 4.14 08/14] crypto: vmx - Fix warning on p8_ghash_alg
 2022-08-11 16:10 UTC 

[PATCH AUTOSEL 4.19 08/14] crypto: vmx - Fix warning on p8_ghash_alg
 2022-08-11 16:09 UTC 

[PATCH AUTOSEL 5.4 15/25] crypto: vmx - Fix warning on p8_ghash_alg
 2022-08-11 16:08 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 17/25] crypto: ccree - Add missing clk_disable_unprepare() in cc_pm_resume()

[PATCH AUTOSEL 5.10 30/46] crypto: vmx - Fix warning on p8_ghash_alg
 2022-08-11 16:03 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 32/46] crypto: ccree - Add missing clk_disable_unprepare() in cc_pm_resume()

[PATCH AUTOSEL 5.15 48/69] crypto: vmx - Fix warning on p8_ghash_alg
 2022-08-11 15:56 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 51/69] crypto: ccree - Add missing clk_disable_unprepare() in cc_pm_resume()

[PATCH AUTOSEL 5.18 21/93] crypto: octeontx2 - fix potential null pointer access
 2022-08-11 15:41 UTC  (3+ messages)
` [PATCH AUTOSEL 5.18 58/93] crypto: vmx - Fix warning on p8_ghash_alg
` [PATCH AUTOSEL 5.18 64/93] crypto: ccree - Add missing clk_disable_unprepare() in cc_pm_resume()

[PATCH AUTOSEL 5.19 022/105] crypto: octeontx2 - fix potential null pointer access
 2022-08-11 15:27 UTC  (3+ messages)
` [PATCH AUTOSEL 5.19 065/105] crypto: vmx - Fix warning on p8_ghash_alg
` [PATCH AUTOSEL 5.19 072/105] crypto: ccree - Add missing clk_disable_unprepare() in cc_pm_resume()

[PATCH] crypto: api - Fix comment typo
 2022-08-11 12:13 UTC 

[PATCH] crypto: cavium - Fix comment typo
 2022-08-11 12:07 UTC 

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

[PATCH v8 0/5] Add Aspeed crypto driver for hardware acceleration
 2022-08-11  3:31 UTC  (8+ messages)
` [PATCH v8 1/5] crypto: aspeed: Add HACE hash driver

[PATCH v2] crypto: ccp: Add a quirk to firmware update
 2022-08-10 13:24 UTC  (2+ messages)

[PATCH v2 0/4] hwrng: virtio - add an internal buffer
 2022-08-10  7:54 UTC  (10+ messages)
` [PATCH v2 4/4] hwrng: virtio - always add a pending request


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