linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7]crypto:chelsio: Bugs fixes
@ 2017-10-03  6:46 Harsh Jain
  2017-10-03  6:46 ` [PATCH 1/7] crypto:chelsio: Remove unused parameter Harsh Jain
                   ` (7 more replies)
  0 siblings, 8 replies; 18+ messages in thread
From: Harsh Jain @ 2017-10-03  6:46 UTC (permalink / raw)
  To: herbert, linux-crypto, netdev; +Cc: Harsh Jain

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

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2017-11-03 14:21 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-03  6:46 [PATCH 0/7]crypto:chelsio: Bugs fixes Harsh Jain
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

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