linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-02 13:34:00 to 2020-10-13 16:24:12 UTC [more...]

[GIT PULL] Crypto Update for 5.9
 2020-10-13 16:24 UTC  (3+ messages)
` [GIT PULL] Crypto Update for 5.10

[PATCH v2 21/24] crypto: sun8x-ce*: update entries to its documentation
 2020-10-13 12:14 UTC 

Disinfectant
 2020-10-13  8:16 UTC 

[PATCH 00/31] crypto: qat - rework in preparation for qat_4xxx driver
 2020-10-12 20:38 UTC  (32+ messages)
` [PATCH 01/31] crypto: qat - update IV in software
` [PATCH 02/31] crypto: qat - mask device capabilities with soft straps
` [PATCH 03/31] crypto: qat - num_rings_per_bank is device dependent
` [PATCH 04/31] crypto: qat - fix configuration of iov threads
` [PATCH 05/31] crypto: qat - split transport CSR access logic
` [PATCH 06/31] crypto: qat - relocate GEN2 CSR access code
` [PATCH 07/31] crypto: qat - abstract admin interface
` [PATCH 08/31] crypto: qat - add packed to init admin structures
` [PATCH 09/31] crypto: qat - rename ME in AE
` [PATCH 10/31] crypto: qat - change admin sequence
` [PATCH 11/31] crypto: qat - use admin mask to send fw constants
` [PATCH 12/31] crypto: qat - update constants table
` [PATCH 13/31] crypto: qat - remove writes into WQCFG
` [PATCH 14/31] crypto: qat - remove unused macros in arbiter module
` [PATCH 15/31] crypto: qat - abstract arbiter access
` [PATCH 16/31] crypto: qat - add support for capability detection
` [PATCH 17/31] crypto: qat - register crypto instances based on capability
` [PATCH 18/31] crypto: qat - enable ring after pair is programmed
` [PATCH 19/31] crypto: qat - abstract build ring base
` [PATCH 20/31] crypto: qat - replace constant masks with GENMASK
` [PATCH 21/31] crypto: qat - use BIT_ULL() - 1 pattern for masks
` [PATCH 22/31] crypto: qat - abstract writes to arbiter enable
` [PATCH 23/31] crypto: qat - remove hardcoded bank irq clear flag mask
` [PATCH 24/31] crypto: qat - call functions in adf_sriov if available
` [PATCH 25/31] crypto: qat - remove unnecessary void* casts
` [PATCH 26/31] crypto: qat - change return value in adf_cfg_add_key_value_param()
` [PATCH 27/31] crypto: qat - change return value in adf_cfg_key_val_get()
` [PATCH 28/31] crypto: qat - refactor qat_crypto_create_instances()
` [PATCH 29/31] crypto: qat - refactor qat_crypto_dev_config()
` [PATCH 30/31] crypto: qat - allow for instances in different banks
` [PATCH 31/31] crypto: qat - extend ae_mask

[PATCH] module: statically initialize init section freeing data
 2020-10-12 18:34 UTC  (3+ messages)

[PATCH v6,net-next,00/13] Add Support for Marvell OcteonTX2 Cryptographic
 2020-10-12 11:42 UTC  (15+ messages)
` [PATCH v6,net-next,01/13] octeontx2-pf: move lmt flush to include/linux/soc
` [PATCH v6,net-next,02/13] octeontx2-af: add mailbox interface for CPT
` [PATCH v6,net-next,03/13] octeontx2-af: add debugfs entries for CPT block
` [PATCH v6,net-next,04/13] drivers: crypto: add Marvell OcteonTX2 CPT PF driver
` [PATCH v6,net-next,05/13] crypto: octeontx2: add mailbox communication with AF
` [PATCH v6,net-next,06/13] crypto: octeontx2: enable SR-IOV and mailbox communication with VF
` [PATCH v6,net-next,07/13] crypto: octeontx2: load microcode and create engine groups
` [PATCH v6,net-next,08/13] crypto: octeontx2: add LF framework
` [PATCH v6,net-next,09/13] crypto: octeontx2: add support to get engine capabilities
` [PATCH v6,net-next,10/13] crypto: octeontx2: add mailbox for inline-IPsec RX LF cfg
` [PATCH v6,net-next,11/13] crypto: octeontx2: add virtual function driver support
` [PATCH v6,net-next,12/13] crypto: octeontx2: add support to process the crypto request
` [PATCH v6,net-next,13/13] crypto: octeontx2: register with linux crypto framework

[PATCH v7,net-next,00/13] Add Support for Marvell OcteonTX2 Cryptographic
 2020-10-12 10:57 UTC  (14+ messages)
` [PATCH v7,net-next,01/13] octeontx2-pf: move lmt flush to include/linux/soc
` [PATCH v7,net-next,02/13] octeontx2-af: add mailbox interface for CPT
` [PATCH v7,net-next,03/13] octeontx2-af: add debugfs entries for CPT block
` [PATCH v7,net-next,04/13] drivers: crypto: add Marvell OcteonTX2 CPT PF driver
` [PATCH v7,net-next,05/13] crypto: octeontx2: add mailbox communication with AF
` [PATCH v7,net-next,06/13] crypto: octeontx2: enable SR-IOV and mailbox communication with VF
` [PATCH v7,net-next,07/13] crypto: octeontx2: load microcode and create engine groups
` [PATCH v7,net-next,08/13] crypto: octeontx2: add LF framework
` [PATCH v7,net-next,09/13] crypto: octeontx2: add support to get engine capabilities
` [PATCH v7,net-next,10/13] crypto: octeontx2: add mailbox for inline-IPsec RX LF cfg
` [PATCH v7,net-next,11/13] crypto: octeontx2: add virtual function driver support
` [PATCH v7,net-next,12/13] crypto: octeontx2: add support to process the crypto request
` [PATCH v7,net-next,13/13] crypto: octeontx2: register with linux crypto framework

[PATCH v5,net-next,00/13] Add Support for Marvell OcteonTX2 Cryptographic
 2020-10-12  8:00 UTC  (15+ messages)
` [PATCH v5,net-next,01/13] octeontx2-pf: move lmt flush to include/linux/soc
` [PATCH v5,net-next,02/13] octeontx2-af: add mailbox interface for CPT
` [PATCH v5,net-next,03/13] octeontx2-af: add debugfs entries for CPT block
` [PATCH v5,net-next,04/13] drivers: crypto: add Marvell OcteonTX2 CPT PF driver
` [PATCH v5,net-next,05/13] crypto: octeontx2: add mailbox communication with AF
` [PATCH v5,net-next,06/13] crypto: octeontx2: enable SR-IOV and mailbox communication with VF
` [PATCH v5,net-next,07/13] crypto: octeontx2: load microcode and create engine groups
` [PATCH v5,net-next,08/13] crypto: octeontx2: add LF framework
` [PATCH v5,net-next,09/13] crypto: octeontx2: add support to get engine capabilities
` [PATCH v5,net-next,10/13] crypto: octeontx2: add mailbox for inline-IPsec RX LF cfg
` [PATCH v5,net-next,11/13] crypto: octeontx2: add virtual function driver support
` [PATCH v5,net-next,12/13] crypto: octeontx2: add support to process the crypto request
` [PATCH v5,net-next,13/13] crypto: octeontx2: register with linux crypto framework

[RFC 1/1] net/tls(TLS_SW): Handle -ENOSPC error return from device/AES-NI
 2020-10-12  3:07 UTC  (5+ messages)

[PATCH] crypto: inside-secure: Fix sizeof() mismatch
 2020-10-11 10:19 UTC  (2+ messages)

[PATCH] crypto: testmgr - Fix format argument warning
 2020-10-10 18:32 UTC  (2+ messages)

[PATCH v4,net-next,00/13] Add Support for Marvell OcteonTX2 Cryptographic
 2020-10-10  1:37 UTC  (15+ messages)
` [PATCH v4,net-next,01/13] octeontx2-pf: move lmt flush to include/linux/soc
` [PATCH v4,net-next,02/13] octeontx2-af: add mailbox interface for CPT
` [PATCH v4,net-next,03/13] octeontx2-af: add debugfs entries for CPT block
` [PATCH v4,net-next,04/13] drivers: crypto: add Marvell OcteonTX2 CPT PF driver
` [PATCH v4,net-next,05/13] crypto: octeontx2: add mailbox communication with AF
` [PATCH v4,net-next,06/13] crypto: octeontx2: enable SR-IOV and mailbox communication with VF
` [PATCH v4,net-next,07/13] crypto: octeontx2: load microcode and create engine groups
` [PATCH v4,net-next,08/13] crypto: octeontx2: add LF framework
` [PATCH v4,net-next,09/13] crypto: octeontx2: add support to get engine capabilities
` [PATCH v4,net-next,10/13] crypto: octeontx2: add mailbox for inline-IPsec RX LF cfg
` [PATCH v4,net-next,11/13] crypto: octeontx2: add virtual function driver support
` [PATCH v4,net-next,12/13] crypto: octeontx2: add support to process the crypto request
` [PATCH v4,net-next,13/13] crypto: octeontx2: register with linux crypto framework

[PATCH 0/2] Fix new warnings at linux-next
 2020-10-09 18:39 UTC  (3+ messages)
` [PATCH 2/2] crypto: sun8x-ce*: update entries to its documentation

[PATCH 1/1] crypto: hisilicon: Fix doc warnings in sgl.c and qm.c
 2020-10-09  8:19 UTC 

drivers/crypto/chelsio/chcr_ktls.c:1078: undefined reference to `tls_get_record'
 2020-10-09  5:30 UTC 

[PATCH] crypto: sun4i-ss - Fix SHA1 hash on A33-variant with BE CPU
 2020-10-08 23:35 UTC  (11+ messages)
    ` [v2 PATCH] crypto: sun4i-ss - Fix sparse endianness markers

[PATCH] random: use correct memory barriers for crng_node_pool
 2020-10-08 18:31 UTC  (11+ messages)

WARNING: at kernel/workqueue.c:1473 __queue_work+0x3b8/0x3d0
 2020-10-08 17:07 UTC  (12+ messages)

[PATCH] crypto: talitos - Fix sparse warnings
 2020-10-08  9:50 UTC  (7+ messages)

[PATCH] crypto: talitos - Fix return type of current_desc_hdr()
 2020-10-08  9:34 UTC 

[PATCH] crypto: talitos - Endianess in current_desc_hdr()
 2020-10-08  9:34 UTC 

[PATCH] lib/mpi: Remove unused scalar_copied
 2020-10-08  5:58 UTC 

[PATCH] crypto: xor - Remove unused variable count in do_xor_speed
 2020-10-08  5:44 UTC  (4+ messages)

[PATCH] X.509: fix error return value on the failed path
 2020-10-08  5:43 UTC  (2+ messages)

[PATCH] crypto: qat - drop input parameter from adf_enable_aer()
 2020-10-08  5:43 UTC  (2+ messages)

[PATCH] crypto: qat - fix function parameters descriptions
 2020-10-08  5:43 UTC  (2+ messages)

[PATCH] crypto: qat - remove unused function
 2020-10-07 12:43 UTC 

[DISCUSSION PATCH 00/41] random: possible ways towards NIST SP800-90B compliance
 2020-10-07 10:38 UTC  (17+ messages)

[BUG][PATCH v3] crypto: arm64: Use x16 with indirect branch to bti_c
 2020-10-07  8:49 UTC  (5+ messages)
` [PATCH "

[cryptodev:master 169/199] ERROR: modpost: "cert_sig_digest_update" undefined!
 2020-10-07  6:05 UTC  (2+ messages)
` [PATCH] X.509: Fix modular build of public_key_sm2

mmotm 2020-10-06-15-50 uploaded (crypto/asymmetric_keys/public_key*)
 2020-10-07  5:34 UTC 

[PATCH] random: fix the RNDRESEEDCRNG ioctl
 2020-10-07  4:20 UTC  (3+ messages)

[PATCH] random: initialize ChaCha20 constants with correct endianness
 2020-10-07  3:51 UTC  (4+ messages)

[PATCH] random: remove dead code left over from blocking pool
 2020-10-07  3:50 UTC  (2+ messages)

[BUG][PATCH] crypto: arm64: Avoid indirect branch to bti_c
 2020-10-06 13:45 UTC  (10+ messages)

[BUG][PATCH] arm64: bti: fix BTI to handle local indirect branches
 2020-10-06  9:50 UTC  (9+ messages)

[PATCH 00/18] use semicolons rather than commas to separate statements
 2020-10-05 16:52 UTC  (19+ messages)

get_cycles from modular code in jitterentropy, was Re: [PATCH] clocksource: clint: Export clint_time_val for modules
 2020-10-05  7:45 UTC  (11+ messages)
  ` [PATCH] crypto: jitterentropy - bind statically into kernel

Hello!
 2020-10-03  8:35 UTC 

[PATCH v4 0/9] Update to zstd-1.4.6
 2020-10-02 13:42 UTC  (5+ messages)


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