linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-22 09:34:56 to 2020-07-27 19:48:08 UTC [more...]

[PATCH 0/4] Add Support for Marvell OcteonTX2 Cryptographic
 2020-07-27 19:48 UTC  (11+ messages)
` [PATCH 1/4] octeontx2-af: add support to manage the CPT unit
` [PATCH 2/4] drivers: crypto: add support for OCTEONTX2 CPT engine
` [PATCH 3/4] drivers: crypto: add the Virtual Function driver for OcteonTX2 CPT
` [PATCH 4/4] crypto: marvell: enable OcteonTX2 cpt options for build

get rid of the address_space override in setsockopt v2
 2020-07-27 18:22 UTC  (57+ messages)
` [PATCH 01/26] bpfilter: fix up a sparse annotation
` [PATCH 02/26] net/bpfilter: split __bpfilter_process_sockopt
` [PATCH 03/26] bpfilter: reject kernel addresses
` [PATCH 04/26] net: add a new sockptr_t type
` [PATCH 05/26] net: switch copy_bpf_fprog_from_user to sockptr_t
` [PATCH 06/26] net: switch sock_setbindtodevice "
` [PATCH 07/26] net: switch sock_set_timeout "
` [PATCH 08/26] "
  ` [MPTCP] "
` [PATCH 09/26] net/xfrm: switch xfrm_user_policy "
` [PATCH 10/26] netfilter: remove the unused user argument to do_update_counters
` [PATCH 11/26] netfilter: switch xt_copy_counters to sockptr_t
` [PATCH 12/26] netfilter: switch nf_setsockopt "
` [PATCH 13/26] bpfilter: switch bpfilter_ip_set_sockopt "
` [PATCH 14/26] net/ipv4: switch ip_mroute_setsockopt "
` [PATCH 15/26] net/ipv4: merge ip_options_get and ip_options_get_from_user
` [PATCH 16/26] net/ipv4: switch do_ip_setsockopt to sockptr_t
` [PATCH 17/26] net/ipv6: switch ip6_mroute_setsockopt "
` [PATCH 18/26] net/ipv6: split up ipv6_flowlabel_opt
` [PATCH 19/26] net/ipv6: switch ipv6_flowlabel_opt to sockptr_t
` [PATCH 20/26] net/ipv6: factor out a ipv6_set_opt_hdr helper
` [PATCH 21/26] net/ipv6: switch do_ipv6_setsockopt to sockptr_t
` [PATCH 22/26] net/udp: switch udp_lib_setsockopt "
` [PATCH 23/26] net/tcp: switch ->md5_parse "
` [PATCH 24/26] net/tcp: switch do_tcp_setsockopt "
` [PATCH 25/26] net: pass a sockptr_t into ->setsockopt
  ` [MPTCP] "
` [PATCH 26/26] net: optimize the sockptr_t for unified kernel/user address spaces

[PATCH] ARM: multi_v7_defconfig: enable caam crypto module
 2020-07-27 16:14 UTC 

[PATCH] crypto: x86/curve25519 - Remove unused carry variables
 2020-07-27 15:10 UTC  (5+ messages)

crypto: aegis128: error: incompatible types when initializing type 'unsigned char' using type 'uint8x16_t'
 2020-07-27 13:05 UTC 

[PATCH] Support for RNGB on i.MX6 ULL
 2020-07-27 12:45 UTC  (6+ messages)
` [PATCH 1/3] ARM: dts: imx6ull: Add rngb node
    ` [PATCH] hwrng: imx-rngc - setup default RNG quality
` [PATCH 2/3] hwrng: imx-rngc - make clock optional
` [PATCH 3/3] hwrng: imx-rngc - setup default RNG quality

[bug report] crypto: sa2ul - Add crypto driver
 2020-07-27 11:20 UTC 

[PATCH] crypto: hifn_795x - switch from 'pci_' to 'dma_' API
 2020-07-27  9:30 UTC 

[PATCH v4 00/17] crypto: allwinner: add xRNG and hashes
 2020-07-27  4:55 UTC  (5+ messages)
` [PATCH v4 16/17] crypto: sun8i-ce: fix comparison of integer expressions of different signedness
    ` [PATCH] Makefile.extrawarn: Move sign-compare from W=2 to W=3

[PATCH -next] crypto: caam: Convert to DEFINE_SHOW_ATTRIBUTE
 2020-07-25 12:05 UTC  (4+ messages)

[RFC PATCH 0/7] crypto: get rid of ecb(arc4)
 2020-07-25  7:06 UTC  (7+ messages)
` [RFC PATCH 4/7] crypto: remove ARC4 support from the skcipher API

[PATCH -next] crypto: sa2ul - fix wrong pointer passed to PTR_ERR()
 2020-07-25  6:34 UTC 

[PATCH 0/4] crypto: hisilicon/zip - misc bugfix
 2020-07-25  6:06 UTC  (5+ messages)
` [PATCH 1/4] crypto: hisilicon/zip - fix the uncleared debug registers
` [PATCH 2/4] crypto: hisilicon/zip - fix zero length input in GZIP decompress
` [PATCH 3/4] crypto: hisilicon/zip - fix the return value when device is busy
` [PATCH 4/4] crypto: hisilicon/zip - fix the uninitalized 'curr_qm_qp_num'

[PATCH 00/10] crypto: hisilicon/zip - misc clean up
 2020-07-25  3:44 UTC  (11+ messages)
` [PATCH 01/10] crypto: hisilicon/zip - remove some useless parameters
` [PATCH 02/10] crypto: hisilicon/zip - unify naming style for functions and macros
` [PATCH 03/10] crypto: hisilicon/zip - modify debugfs interface parameters
` [PATCH 04/10] crypto: hisilicon/zip - replace 'sprintf' with 'scnprintf'
` [PATCH 05/10] crypto: hisilicon/zip - use a enum parameter instead of some macros
` [PATCH 06/10] crypto: hisilicon/zip - add print for error branch
` [PATCH 07/10] crypto: hisilicon/zip - fix static check warning
` [PATCH 08/10] crypto: hisilicon/zip - move some private macros from 'zip.h' to 'zip_crypto.c'
` [PATCH 09/10] crypto: hisilicon/zip - supplement some comments
` [PATCH 10/10] crypto: hisilicon/zip - fix some coding styles

[PATCH 0/3] DH: SP800-56A rev 3 compliant shared secret
 2020-07-24 18:02 UTC  (8+ messages)
` [PATCH v2 0/5] DH: SP800-56A rev 3 compliant validation checks
  ` [PATCH v3 "
    ` [PATCH v3 1/5] crypto: ECDH - check validity of Z before export
    ` [PATCH v3 3/5] crypto: DH "

[PATCH][next] crypto: sa2ul - Fix inconsistent IS_ERR and PTR_ERR
 2020-07-24 16:50 UTC 

[PATCHv2 1/2] hwrng: optee: handle unlimited data rates
 2020-07-24 14:23 UTC  (5+ messages)
` [PATCHv2 2/2] hwrng: optee: fix wait use case

[PATCH] powerpc: Replace HTTP links with HTTPS ones
 2020-07-24 13:24 UTC  (2+ messages)

[PATCH v5 0/5] vfio/pci: add denylist and disable qat
 2020-07-24 11:02 UTC  (7+ messages)
` [PATCH v5 1/5] PCI: Add Intel QuickAssist device IDs
` [PATCH v5 2/5] vfio/pci: Add device denylist
` [PATCH v5 3/5] vfio/pci: Add QAT devices to denylist
` [PATCH v5 4/5] crypto: qat - replace device ids defines
` [PATCH v5 5/5] crypto: qat - use PCI_VDEVICE

[PATCH v4 0/5] vfio/pci: add denylist and disable qat
 2020-07-24 10:39 UTC  (8+ messages)
` [PATCH v4 1/5] PCI: Add Intel QuickAssist device IDs
` [PATCH v4 2/5] vfio/pci: Add device denylist
` [PATCH v4 3/5] vfio/pci: Add QAT devices to denylist
` [PATCH v4 4/5] crypto: qat - replace device ids defines
` [PATCH v4 5/5] crypto: qat - use PCI_VDEVICE

[PATCH] hwrng: core: remove redundant initialization of variable ret
 2020-07-24 10:10 UTC 

[PATCH v3 0/5] vfio/pci: add denylist and disable qat
 2020-07-24  8:34 UTC  (8+ messages)
` [PATCH v3 1/5] PCI: Add Intel QuickAssist device IDs
` [PATCH v3 2/5] vfio/pci: Add device denylist
` [PATCH v3 3/5] vfio/pci: Add QAT devices to denylist
` [PATCH v3 4/5] crypto: qat - replace device ids defines
` [PATCH v3 5/5] crypto: qat - use PCI_VDEVICE

linux-next: manual merge of the crypto tree with the jc_docs tree
 2020-07-24  3:09 UTC 

[PATCH v2 0/5] vfio/pci: add blocklist and disable qat
 2020-07-23 21:40 UTC  (4+ messages)
` [PATCH v2 2/5] vfio/pci: Add device blocklist

[PATCH v2 0/2] Add support for the RNG in Ingenic JZ4780 and X1000
 2020-07-23 20:30 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: RNG: Add Ingenic RNG bindings
` [PATCH v2 2/2] crypto: Ingenic: Add hardware RNG for Ingenic JZ4780 and X1000

[PATCH] crypto: sa2ul - Fix build warnings
 2020-07-23 13:16 UTC  (3+ messages)

[PATCH 1/2] hwrng: optee: handle unlimited data rates
 2020-07-23  8:28 UTC  (2+ messages)
` [PATCH 2/2] hwrng: optee: fix wait use case

[PATCH] x86: crypto: fix building crc32c with clang ias
 2020-07-23  8:18 UTC  (3+ messages)

[PATCH v4 0/5] hwrng: add support for i.MX6 rngb
 2020-07-23  7:57 UTC  (2+ messages)

[PATCH for v5.9] crypto: Replace HTTP links with HTTPS ones
 2020-07-23  7:58 UTC  (2+ messages)

[PATCH] crypto: x86 - Put back integer parts of include/asm/inst.h
 2020-07-23  7:58 UTC  (2+ messages)

[PATCH] crypto: testmgr.h: delete duplicated words
 2020-07-23  7:58 UTC  (2+ messages)

[PATCH] crypto: skcipher.h: drop duplicated word in kernel-doc
 2020-07-23  7:58 UTC  (2+ messages)

[PATCH] crypto: hash.h: drop duplicated word in a comment
 2020-07-23  7:57 UTC  (2+ messages)

[PATCH 0/6] padata cleanups
 2020-07-23  7:57 UTC  (2+ messages)

[PATCH] crypto: qat: fix double free in qat_uclo_create_batch_init_list
 2020-07-23  7:56 UTC  (2+ messages)

[PATCHv6 0/7] crypto: add driver for TI K3 SA2UL
 2020-07-23  7:56 UTC  (2+ messages)

[PATCH] crypto: testmgr - Fix zero initialiser warnings
 2020-07-23  7:46 UTC 

[PATCH v3 0/3] input: i.MX snvs powerkey updates
 2020-07-23  7:43 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: crypto: fsl-sec4: add snvs clock to pwrkey
` [PATCH v3 2/3] Input: snvs_pwrkey - enable snvs clock as needed
` [PATCH v3 3/3] Input: snvs_pwrkey - only IRQ_HANDLED for our own events

[PATCH -next] crypto: zip: Convert to DEFINE_SHOW_ATTRIBUTE
 2020-07-23  7:23 UTC  (2+ messages)

[PATCH -next] crypto: hisilicon: Convert to DEFINE_SHOW_ATTRIBUTE
 2020-07-23  7:22 UTC  (2+ messages)

[PATCH v3 00/10] crypto: hisilicon/qm - misc fixes
 2020-07-23  7:19 UTC  (11+ messages)
` [PATCH v3 01/10] crypto: hisilicon/qm - fix wrong release after using strsep
` [PATCH v3 02/10] crypto: hisilicon/qm - clear used reference count when start qp
` [PATCH v3 03/10] crypto: hisilicon/qm - fix print frequence in hisi_qp_send
` [PATCH v3 04/10] crypto: hisilicon/qm - fix judgement of queue is full
` [PATCH v3 05/10] crypto: hisilicon/qm - fix event queue depth to 2048
` [PATCH v3 06/10] crypto: hisilicon/qm - fix no stop reason when use 'hisi_qm_stop'
` [PATCH v3 07/10] crypto: hisilicon/qm - fix VF not available after PF FLR
` [PATCH v3 08/10] crypto: hisilicon/qm - fix the process of register algorithms to crypto
` [PATCH v3 09/10] crypto: hisilicon/qm - register callback function to 'pci_driver.shutdown'
` [PATCH v3 10/10] crypto: hisilicon - fix the call trace when unbind device

[PATCH 0/2] Add support for the RNG in Ingenic JZ4780 and X1000
 2020-07-23  6:16 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: RNG: Add Ingenic RNG bindings
` [PATCH 2/2] crypto: Ingenic: Add hardware RNG for Ingenic JZ4780 and X1000

[RESEND PATCH v5] mm/zswap: move to use crypto_acomp API for hardware acceleration
 2020-07-23  5:41 UTC  (2+ messages)

[PATCH v2 1/2] kbuild: introduce ccflags-remove-y and asflags-remove-y
 2020-07-22 20:49 UTC  (5+ messages)
` [PATCH v2 2/2] kbuild: trace functions in subdirectories of lib/

[PATCH v1] crypto: ccp: sp-pci: use generic power management
 2020-07-22 18:40 UTC  (3+ messages)
` [PATCH v2] "

get rid of the address_space override in setsockopt
 2020-07-22 17:09 UTC  (4+ messages)

[PATCH 1/1] crypto: af_alg - add extra parameters for DRBG interface
 2020-07-22 15:59 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/7] crypto: caam - updates for 5.9
 2020-07-22 12:25 UTC  (9+ messages)
` [PATCH 1/7] crypto: caam - remove deadcode on 32-bit platforms
` [PATCH 2/7] crypto: caam/qi2 - fix error reporting for caam_hash_alloc
` [PATCH 3/7] crypto: caam/qi2 - create ahash shared descriptors only once
` [PATCH 4/7] crypto: caam - silence .setkey in case of bad key length
` [PATCH 5/7] crypto: caam/jr - remove incorrect reference to caam_jr_register()
` [PATCH 6/7] crypto: caam - add more RNG hw error codes
` [PATCH 7/7] crypto: caam/qi2 - add module alias


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