linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-05-21 07:11:17 to 2015-05-26 22:41:18 UTC [more...]

[net-next PATCH RFC 0/3] Preserve skb->mark through VTI tunnels
 2015-05-26 22:41 UTC  (2+ messages)
` [net-next PATCH RFC 1/3] ip_vti/ip6_vti: Do not touch skb->mark on xmit

[PATCH v1 0/3] crypto: ccp - CCP driver updates 2015-05-26
 2015-05-26 18:06 UTC  (4+ messages)
` [PATCH v1 1/3] crypto: ccp - Remove manual check and set of dma_mask pointer
` [PATCH v1 2/3] crypto: ccp - Remove unused structure field
` [PATCH v1 3/3] crypto: ccp - Protect against poorly marked end of sg list

[PATCH 0/8] ARM: mvebu: Add support for RAID6 PQ offloading
 2015-05-26 16:31 UTC  (8+ messages)

[PATCH 00/13] dmaengine + omap drivers: support fro deferred probing
 2015-05-26 15:27 UTC  (17+ messages)
` [PATCH 01/13] dmaengine: of_dma: Correct return code for of_dma_request_slave_channel in case !CONFIG_OF
` [PATCH 02/13] dmaengine: Introduce dma_request_slave_channel_compat_reason()
  ` [PATCH 03/13] serial: 8250_dma: Support for deferred probing when requesting DMA channels
  ` [PATCH 09/13] crypto: omap-des - "
  ` [PATCH 13/13] ASoC: omap-pcm: Switch to use dma_request_slave_channel_compat_reason()
` [PATCH 04/13] mmc: omap_hsmmc: No need to check DMA channel validity at module remove
` [PATCH 05/13] mmc: omap_hsmmc: Support for deferred probing when requesting DMA channels
` [PATCH 06/13] mmc: omap: "
` [PATCH 07/13] mmc: davinci_mmc: "
` [PATCH 08/13] crypto: omap-aes - "
` [PATCH 10/13] crypto: omap-sham - Support for deferred probing when requesting DMA channel
` [PATCH 11/13] spi: omap2-mcspi: Support for deferred probing when requesting DMA channels
` [PATCH 12/13] [media] omap3isp: Support for deferred probing when requesting DMA channel

crypto: echainiv - Add encrypted chain IV generator
 2015-05-26  9:36 UTC 

[PATCH 00/10] omap3 crypto fixes
 2015-05-26 10:54 UTC  (6+ messages)
` [PATCH 01/10] ARM: OMAP2+: Return correct error values from device and hwmod
` [PATCH 02/10] ARM: OMAP3: Fix crypto support for HS devices

[PATCH v3 0/2] crypto: add a new driver for Marvell's CESA
 2015-05-26 11:57 UTC  (44+ messages)
` [PATCH v3 01/16] crypto: mv_cesa: request registers memory region
` [PATCH v3 06/16] crypto: marvell/CESA: add MD5 support
` [PATCH v3 07/16] crypto: marvell/CESA: add SHA256 support
` [PATCH v3 10/16] crypto: marvell/CESA: add support for Orion SoCs
` [PATCH v3 11/16] crypto: marvell/CESA: add support for Kirkwood SoCs
  ` [PATCH v3 02/16] crypto: add a new driver for Marvell's CESA
  ` [PATCH v3 03/16] crypto: marvell/CESA: add TDMA support
  ` [PATCH v3 04/16] crypto: marvell/CESA: add DES support
  ` [PATCH v3 05/16] crypto: marvell/CESA: add Triple-DES support
  ` [PATCH v3 08/16] crypto: marvell/CESA: add support for all armada SoCs
  ` [PATCH v3 09/16] crypto: marvell/CESA: add allhwsupport module parameter
  ` [PATCH v3 12/16] crypto: marvell/CESA: update DT bindings documentation
  ` [PATCH v3 15/16] ARM: marvell/dt: add crypto node to armada 370 dtsi
  ` [PATCH v3 16/16] ARM: marvell/dt: add crypto node to kirkwood dtsi
` [PATCH v3 13/16] ARM: marvell/dt: add crypto node to armada-xp.dtsi
` [PATCH v3 14/16] ARM: marvell/dt: enable crypto on armada-xp-gp

Crypto Fixes for 3.13
 2015-05-26  8:43 UTC  (14+ messages)
    ` Crypto Fixes for 3.14
      ` Crypto Fixes for 3.19
          ` Crypto Fixes for 4.1

[PATCH 0/7] crypto: Convert all AEAD users to new interface
 2015-05-26  8:27 UTC  (67+ messages)
` [PATCH 1/7] crypto: testmgr - Switch to new AEAD interface
` [PATCH 2/7] xfrm: Add IV generator information to xfrm_algo_desc
` [PATCH 3/7] ipsec: Add IV generator information to xfrm_state
` [PATCH 4/7] esp4: Switch to new AEAD interface
` [PATCH 5/7] esp6: "
` [PATCH 6/7] mac802154: "
` [PATCH 7/7] mac80211: "
` [v2 PATCH 0/13] crypto: Convert all AEAD users to new interface
  ` [v2 PATCH 1/13] crypto: aead - Add crypto_aead_alg_ivsize/maxauthsize
  ` [v2 PATCH 2/13] crypto: seqiv - Use aead_register_instance
  ` [v2 PATCH 3/13] crypto: echainiv "
  ` [v2 PATCH 4/13] crypto: aead - Do not set cra_type for new style instances
  ` [v2 PATCH 5/13] crypto: testmgr - Switch to new AEAD interface
  ` [v2 PATCH 6/13] xfrm: Add IV generator information to xfrm_algo_desc
  ` [v2 PATCH 7/13] ipsec: Add IV generator information to xfrm_state
  ` [v2 PATCH 8/13] esp4: Switch to new AEAD interface
  ` [v2 PATCH 9/13] esp6: "
  ` [v2 PATCH 10/13] mac802154: "
  ` [v2 PATCH 11/13] mac80211: "
  ` [v2 PATCH 12/13] crypto: tcrypt - "
  ` [v2 PATCH 13/13] crypto: algif_aead "
        ` [PATCH 0/2] crypto: Use tmpl->create when registering geniv

crypto: algif_aead - Disable AEAD user-space for now
 2015-05-26  7:32 UTC 

[PATCH v10 0/5] Seeding DRBG with more entropy
 2015-05-25 13:10 UTC  (6+ messages)
` [PATCH v10 1/5] random: Blocking API for accessing nonblocking_pool
` [PATCH v10 2/5] crypto: drbg - prepare for async seeding
` [PATCH v10 3/5] crypto: drbg - add async seeding operation
` [PATCH v10 4/5] crypto: drbg - use Jitter RNG to obtain seed
` [PATCH v10 5/5] crypto: add jitterentropy RNG

[PATCH cryptodev] crypto: echainiv_read_iv() can be static
 2015-05-25 12:58 UTC  (2+ messages)

[PATCH] Added one larger ghash testvector (400 bytes) to the testmgr
 2015-05-25 12:57 UTC  (2+ messages)

[PATCH] crypto: nx - tweak Makefile dependencies
 2015-05-25  4:45 UTC 

Announce loop-AES-v3.7d file/swap crypto package
 2015-05-24  8:58 UTC 

[PATCH v9] crypto: Add Allwinner Security System crypto accelerator
 2015-05-24  8:12 UTC  (14+ messages)
` [PATCH v9 1/4] ARM: sun7i: dt: Add Security System to A20 SoC DTS
` [PATCH v9 4/4] crypto: Add Allwinner Security System crypto accelerator
      `  "
        ` [linux-sunxi] "

[PATCH RFC v2 0/2] crypto: Introduce Public Key Encryption API
 2015-05-23 14:20 UTC  (6+ messages)
` [PATCH RFC v2 1/2] crypto: add PKE API

[PATCH 0/8] crypto: aead - Use type-safe instance registration and remove cryptoff
 2015-05-23  7:41 UTC  (9+ messages)
` [PATCH 1/8] crypto: skcipher - Use tmpl->create
` [PATCH 2/8] crypto: aead "
` [PATCH 3/8] crypto: seqiv - Use aead_register_instance
` [PATCH 4/8] crypto: echainiv "
` [PATCH 5/8] crypto: aead - Do not set cra_type for new style instances
` [PATCH 6/8] crypto: echainiv - Stop using cryptoff
` [PATCH 7/8] crypto: seqiv "
` [PATCH 8/8] crypto: aead - Remove unused cryptoff parameter

[V5 PATCH 0/5] ACPI: Introduce support for _CCA object
 2015-05-23  1:38 UTC  (8+ messages)
` [V5 PATCH 1/5] ACPI / scan: Parse _CCA and setup device coherency

[PATCH] crypto: move Kconfig 842 to end of list, default to N
 2015-05-23  0:35 UTC  (3+ messages)

crypto: pcrypt - Make tfm_count an atomic_t
 2015-05-22 12:34 UTC 

alloc of Intel rfc4106 crashes
 2015-05-22 11:29 UTC  (2+ messages)

[PATCH] documentation: change header file locations
 2015-05-22  3:30 UTC  (2+ messages)

[PATCH] s390/crypto: Fix incorrect ghash icv buffer handling
 2015-05-22  3:24 UTC  (2+ messages)

[PATCH v9 0/5] Seeding DRBG with more entropy
 2015-05-22  0:23 UTC  (8+ messages)
` [PATCH v9 3/5] crypto: drbg - add async seeding operation
      ` random: Wake up all getrandom(2) callers when pool is ready

[V4 PATCH 0/6] ACPI: Introduce support for _CCA object
 2015-05-21 13:24 UTC  (6+ messages)
` [V4 PATCH 1/6] ACPI / scan: Parse _CCA and setup device coherency
    ` [Linaro-acpi] "

[PATCH 0/16] crypto: aead - Add single SG interface and new IPsec IV generation
 2015-05-21  7:11 UTC  (4+ messages)
` [PATCH 12/16] crypto: gcm - Use default null skcipher
` [PATCH 15/16] crypto: seqiv - Add seqniv
` [PATCH 16/16] crypto: echainiv - Add encrypted chain IV generator


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