linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-07-14 03:41:29 to 2012-08-23 08:32:48 UTC [more...]

Crypto Fixes for 2.6.35
 2012-08-23  8:32 UTC  (10+ messages)
      ` Crypto Fixes for 2.6.36
        ` Crypto Fixes for 2.6.37
            ` Crypto Fixes for 2.6.39
              ` Crypto Fixes for 3.0
                ` Crypto Fixes for 3.3
                  ` Crypto Fixes for 3.6

[PATCH] sparc64: Add AES driver making use of the new aes opcodes
 2012-08-23  3:52 UTC  (4+ messages)
    ` [PATCH] sparc64: Add CRC32C driver making use of the new crc32c opcode

[PATCH] crypto: twofish - add x86_64/avx assembler implementation
 2012-08-23  0:05 UTC  (18+ messages)

Some confiusion about ahash and shash
 2012-08-22  9:32 UTC 

[PATCH] RAID/DMA/caamxor: support XOR offload by CAAM
 2012-08-22  7:05 UTC 

[PATCH] crypto: caam - static constify error lookup tables
 2012-08-21 23:02 UTC 

[PATCH 0/4] Crytpo hash drivers for sparc64 crypto instructions
 2012-08-20 22:07 UTC  (3+ messages)

[PATCH 1/5] crypto: talitos - fix icv management on outbound direction
 2012-08-20  8:33 UTC  (12+ messages)
` [PATCH 2/5] crypto: talitos - prune unneeded descriptor allocation param
` [PATCH 3/5] crypto: talitos - change type and name for [src|dst]_is_chained
` [PATCH 4/5] crypto: talitos - support for assoc data provided as scatterlist
` [PATCH 5/5] crypto: talitos - add IPsec ESN support
          ` [PATCH 1/2] crypto: talitos - consolidate cra_type assignments
          ` [PATCH 2/2] crypto: talitos - consolidate common cra_* assignments

[PATCH v2 5/5] crypto: talitos - add IPsec ESN support
 2012-08-20  8:32 UTC  (3+ messages)

[PATCH] crypto: atmel - Remove possible typo error
 2012-08-20  8:31 UTC  (2+ messages)

[PATCH] powerpc/crypto: Remove virt_to_abs() usage in nx-842.c
 2012-08-20  8:31 UTC  (4+ messages)

[PATCH] crypto: aesni_intel - improve lrw and xts performance by utilizing parallel AES-NI hardware pipelines
 2012-08-20  8:31 UTC  (2+ messages)

[PATCH 1/3] crypto: caam - fix possible deadlock condition
 2012-08-20  8:30 UTC  (5+ messages)
` [PATCH 1/3 v2] "

[PATCH 4/4] sparc64: Add MD5 driver making use of the 'md5' instruction
 2012-08-20  5:10 UTC 

[PATCH 3/4] sparc64: Add SHA384/SHA512 driver making use of the 'sha512' instruction
 2012-08-20  5:10 UTC 

[PATCH 2/4] sparc64: Add SHA224/SHA256 driver making use of the 'sha256' instruction
 2012-08-20  5:10 UTC 

[PATCH 1/4] sparc64: Add SHA1 driver making use of the 'sha1' instruction
 2012-08-20  5:10 UTC 

on stack dynamic allocations
 2012-08-17  8:18 UTC  (3+ messages)

[PATCH 1/3] crypto: twofish-avx - tune assembler code for ~10% more performance
 2012-08-16 14:40 UTC  (5+ messages)
` [PATCH 2/3] crypto: cast5-avx - tune assembler code for ~11% "
` [PATCH 3/3] crypto: cast6-avx "

[PATCH v7 0/8] Raid: enable talitos xor offload for improving performance
 2012-08-15  7:59 UTC  (5+ messages)

[PATCH v7 5/8] fsl-dma: change release process of dma descriptor for supporting async_tx
 2012-08-09  8:22 UTC 

[PATCH v7 2/8] fsl-dma: remove attribute DMA_INTERRUPT of dmaengine
 2012-08-09  8:21 UTC 

[PATCH v7 1/8] Talitos: Support for async_tx XOR offload
 2012-08-09  8:20 UTC 

[PATCH v7 8/8] carma: remove unnecessary DMA_INTERRUPT capability
 2012-08-09  8:23 UTC 

[PATCH v7 7/8] fsl-dma: fix a warning of unitialized cookie
 2012-08-09  8:23 UTC 

[PATCH v7 6/8] fsl-dma: use spin_lock_bh to instead of spin_lock_irqsave
 2012-08-09  8:23 UTC 

[PATCH v7 4/8] fsl-dma: move functions to avoid forward declarations
 2012-08-09  8:22 UTC 

[PATCH v7 3/8] fsl-dma: add fsl_dma_free_descriptor() to reduce code duplication
 2012-08-09  8:21 UTC 

[PATCH v6 5/8] fsl-dma: change release process of dma descriptor for supporting async_tx
 2012-08-07  9:01 UTC  (4+ messages)

[PATCH v6 0/8] Raid: enable talitos xor offload for improving performance
 2012-08-07  3:27 UTC  (3+ messages)

[PATCH v6 6/8] fsl-dma: use spin_lock_bh to instead of spin_lock_irqsave
 2012-08-07  2:45 UTC  (3+ messages)

[PATCH 1/1] arm/crypto: Add optimized AES and SHA1 routines
 2012-08-07  2:01 UTC 

[PATCH 6/8] fsl-dma: use spin_lock_bh to instead of spin_lock_irqsave
 2012-08-06 11:01 UTC  (2+ messages)

[PATCH v6 8/8] carma: remove unnecessary DMA_INTERRUPT capability
 2012-08-06 10:15 UTC 

[PATCH v6 7/8] fsl-dma: fix a warning of unitialized cookie
 2012-08-06 10:14 UTC 

[PATCH v6 2/8] fsl-dma: remove attribute DMA_INTERRUPT of dmaengine
 2012-08-06 10:12 UTC 

[PATCH v6 1/8] Talitos: Support for async_tx XOR offload
 2012-08-06 10:11 UTC 

[PATCH v6 4/8] fsl-dma: move functions to avoid forward declarations
 2012-08-06 10:14 UTC 

[PATCH v6 3/8] fsl-dma: add fsl_dma_free_descriptor() to reduce code duplication
 2012-08-06 10:13 UTC 

[PATCH v5 3/6] fsl-dma: change release process of dma descriptor for supporting async_tx
 2012-08-02 15:55 UTC  (6+ messages)

[PATCH v5 5/6] fsl-dma: use spin_lock_bh to instead of spin_lock_irqsave
 2012-08-02  4:56 UTC  (3+ messages)

[PATCH v5 4/6] fsl-dma: move the function ahead of its invoke function
 2012-08-02  4:54 UTC  (3+ messages)

[PATCH v5 2/6] fsl-dma: remove attribute DMA_INTERRUPT of dmaengine
 2012-08-02  4:52 UTC  (3+ messages)

[PATCH v5 6/6] fsl-dma: fix a warning of unitialized cookie
 2012-08-01 17:25 UTC  (2+ messages)

[PATCH v5 1/6] Talitos: Support for async_tx XOR offload
 2012-08-01  8:48 UTC 

[PATCH v5 0/6] Raid: enable talitos xor offload for improving performance
 2012-08-01  8:46 UTC 

[PATCH 0/7] fsl-dma: fixes for Freescale DMA driver
 2012-08-01  6:03 UTC  (11+ messages)
` [PATCH 1/7] fsl-dma: remove attribute DMA_INTERRUPT of dmaengine
` [PATCH 2/7] fsl-dma: minimize locking overhead
` [PATCH 3/7] fsl-dma: add fsl_dma_free_descriptor() to reduce code duplication
` [PATCH 4/7] fsl-dma: move functions to avoid forward declarations
` [PATCH 5/7] fsl-dma: fix support for async_tx API
` [PATCH 6/7] fsl-dma: fix a warning of unitialized cookie
` [PATCH 7/7] carma: remove unnecessary DMA_INTERRUPT capability

[PATCH v4 3/7] fsl-dma: change release process of dma descriptor for supporting async_tx
 2012-08-01  3:29 UTC  (6+ messages)

[PATCH] crypto: Add a MAINTAINERS entry for P7+ in-Nest crypto driver
 2012-07-31 19:49 UTC 

RFC: support for MV_CESA with IDMA or TDMA
 2012-07-31 12:12 UTC  (25+ messages)
` [PATCH 0/2] Fixes "

[PATCH v4 7/7] fsl-dma: add memcpy self test interface
 2012-07-31  2:47 UTC  (4+ messages)
` [linuxppc-release] "

[PATCH v1] crypto api: add crc32 pclmulqdq implementation and wrappers for table implementation
 2012-07-30  8:56 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/4] powerpc/crypto: IBM Power7+ in-Nest compression support
 2012-07-30  8:00 UTC  (9+ messages)
` [PATCH 1/4] powerpc/crypto: rework Kconfig
` [PATCH 2/4] powerpc/crypto: add compression support to arch vec
` [PATCH 3/4] powerpc/crypto: add 842 hardware compression driver
` [PATCH 4/4] powerpc/crypto: add 842 crypto driver

[PATCH 0/6] crypto: add x86_64/avx assembler implementation of cast5 and cast6
 2012-07-30  7:55 UTC  (2+ messages)

[PATCH 00/14] crypto: cleanup - alg and shash init/exit cleanups and remove unneeded cra_list initializations
 2012-07-30  7:52 UTC  (4+ messages)
` [PATCH 13/14] crypto: drivers - remove cra_list initialization

linux-next: Tree for July 2 (crypto/hifn_795x)
 2012-07-30  7:49 UTC  (4+ messages)

[PATCH v4 0/7] Raid: enable talitos xor offload for improving performance
 2012-07-30  2:06 UTC  (2+ messages)

[PATCH v4 6/7] fsl-dma: fix a warning of unitialized cookie
 2012-07-27  9:16 UTC 

[PATCH v4 5/7] fsl-dma: use spin_lock_bh to instead of spin_lock_irqsave
 2012-07-27  9:16 UTC 

[PATCH v4 4/7] fsl-dma: move the function ahead of its invoke function
 2012-07-27  9:16 UTC 

[PATCH v4 2/7] fsl-dma: remove attribute DMA_INTERRUPT of dmaengine
 2012-07-27  9:15 UTC 

[PATCH v4 1/7] Talitos: Support for async_tx XOR offload
 2012-07-27  9:15 UTC 

iproute2 - IPsec ESN support
 2012-07-25  9:51 UTC  (2+ messages)

Crypto Update for 2.6.36
 2012-07-25  8:41 UTC  (10+ messages)
  ` Crypto Update for 2.6.38
    ` Crypto Update for 2.6.39
      ` Crypto Update for 2.6.40
        ` Crypto Update for 3.1
          ` Crypto Update for 3.2
            ` Crypto Update for 3.3
                ` Crypto Update for 3.5
                  ` Crypto Update for 3.6

[PATCH v3 3/4] fsl-dma: change release process of dma descriptor for supporting async_tx
 2012-07-18  3:44 UTC  (8+ messages)

[PATCH v3 4/4] fsl-dma: use spin_lock_bh to instead of spin_lock_irqsave
 2012-07-17 15:29 UTC  (5+ messages)
` [linuxppc-release] "

[PATCH v3 0/4] Raid: enable talitos xor offload for improving performance
 2012-07-17  4:01 UTC  (3+ messages)

[PATCH v3 1/4] Talitos: Support for async_tx XOR offload
 2012-07-16  4:11 UTC 

[PATCH v3 2/4] fsl-dma: remove attribute DMA_INTERRUPT of dmaengine
 2012-07-16  4:08 UTC 

[PATCHSET] workqueue: reimplement high priority using a separate worker pool
 2012-07-14  8:18 UTC  (17+ messages)
` [PATCH 5/6] workqueue: introduce NR_WORKER_POOLS and for_each_worker_pool()
    ` [PATCH UPDATED "
` [PATCH 6/6] workqueue: reimplement WQ_HIGHPRI using a separate worker_pool
  ` [PATCH UPDATED "
  ` [PATCH UPDATED v3 "


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