All of lore.kernel.org
 help / color / mirror / Atom feed
From: Harsh Jain <harsh@chelsio.com>
To: herbert@gondor.apana.org.au, linux-crypto@vger.kernel.org,
	netdev@vger.kernel.org
Cc: Harsh Jain <harsh@chelsio.com>
Subject: [PATCH 0/7]crypto:chelsio: Bugs fixes
Date: Tue,  3 Oct 2017 12:16:23 +0530	[thread overview]
Message-ID: <cover.1507010612.git.harsh@chelsio.com> (raw)

It includes bug fix and performance improvement changes.

Harsh Jain (7):
  crypto:gf128mul: The x8_ble multiplication functions
  crypto:chelsio:Use x8_ble gf multiplication to calculate IV.
  crypto:chelsio:Remove allocation of sg list to implement 2K limit of
    dsgl header
  crypto:chelsio:Move DMA un/mapping to chcr from lld  cxgb4 driver
  crypto:chelsio: Fix memory leak
  crypto:chelsio: Remove unused parameter
  crypto:chelsio: Check error code with IS_ERR macro

 crypto/gf128mul.c                        |   13 +
 drivers/crypto/chelsio/chcr_algo.c       | 1784 +++++++++++++++++-------------
 drivers/crypto/chelsio/chcr_algo.h       |   57 +-
 drivers/crypto/chelsio/chcr_core.c       |    8 +-
 drivers/crypto/chelsio/chcr_core.h       |    2 +-
 drivers/crypto/chelsio/chcr_crypto.h     |  121 +-
 drivers/net/ethernet/chelsio/cxgb4/sge.c |    8 +-
 include/crypto/gf128mul.h                |    2 +-
 8 files changed, 1166 insertions(+), 829 deletions(-)

-- 
2.1.4

             reply	other threads:[~2017-10-03  6:46 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-03  6:46 Harsh Jain [this message]
2017-10-03  6:46 ` [PATCH 1/7] crypto:chelsio: Remove unused parameter Harsh Jain
2017-10-03  6:46 ` [PATCH 2/7] crypto:chelsio: Check error code with IS_ERR macro Harsh Jain
2017-10-03  6:46 ` [PATCH 3/7] crypto:gf128mul: The x8_ble multiplication functions Harsh Jain
2017-10-03 14:58   ` David Laight
2017-10-05 11:20     ` Harsh Jain
2017-10-03  6:46 ` [PATCH 4/7] crypto:chelsio:Use x8_ble gf multiplication to calculate IV Harsh Jain
2017-10-03  6:46 ` [PATCH 5/7] crypto:chelsio:Remove allocation of sg list to implement 2K limit of dsgl header Harsh Jain
2017-10-03  6:46 ` [PATCH 6/7] crypto:chelsio:Move DMA un/mapping to chcr from lld cxgb4 driver Harsh Jain
2017-10-03  6:46 ` [PATCH 7/7] crypto:chelsio: Fix memory leak Harsh Jain
     [not found] ` <cover.1507449374.git.harsh@chelsio.com>
2017-10-08  8:07   ` [PATCH v2 1/7] crypto:chelsio: Remove unused parameter Harsh Jain
2017-11-03 14:21     ` Herbert Xu
2017-10-08  8:07   ` [PATCH v2 2/7] crypto:chelsio: Check error code with IS_ERR macro Harsh Jain
2017-10-08  8:07   ` [PATCH v2 3/7] crypto:gf128mul: The x8_ble multiplication functions Harsh Jain
2017-10-08  8:07   ` [PATCH v2 4/7] crypto:chelsio:Use x8_ble gf multiplication to calculate IV Harsh Jain
2017-10-08  8:07   ` [PATCH v2 5/7] crypto:chelsio:Remove allocation of sg list to implement 2K limit of dsgl header Harsh Jain
2017-10-08  8:07   ` [PATCH v2 6/7] crypto:chelsio:Move DMA un/mapping to chcr from lld cxgb4 driver Harsh Jain
2017-10-08  8:07   ` [PATCH v2 7/7] crypto:chelsio: Fix memory leak Harsh Jain

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1507010612.git.harsh@chelsio.com \
    --to=harsh@chelsio.com \
    --cc=herbert@gondor.apana.org.au \
    --cc=linux-crypto@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.