Skip to content
Snippets Groups Projects
  1. Sep 14, 2018
  2. Sep 04, 2018
  3. May 31, 2015
    • Akinobu Mita's avatar
      lib: introduce crc_t10dif_update() · 10081fb5
      Akinobu Mita authored
      
      This introduces crc_t10dif_update() which enables to calculate CRC
      for a block which straddles multiple SG elements by calling multiple
      times.  This also converts crc_t10dif() to use crc_t10dif_update() as
      they are almost same.
      
      (remove extra function call in crc_t10dif() and crc_t10dif_update -
       Tim + Herbert)
      
      Signed-off-by: default avatarAkinobu Mita <akinobu.mita@gmail.com>
      Acked-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
      Cc: Tim Chen <tim.c.chen@linux.intel.com>
      Cc: Herbert Xu <herbert@gondor.apana.org.au>
      Cc: "David S. Miller" <davem@davemloft.net>
      Cc: linux-crypto@vger.kernel.org
      Cc: Nicholas Bellinger <nab@linux-iscsi.org>
      Cc: Sagi Grimberg <sagig@mellanox.com>
      Cc: "Martin K. Petersen" <martin.petersen@oracle.com>
      Cc: Christoph Hellwig <hch@lst.de>
      Cc: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
      Cc: target-devel@vger.kernel.org
      Signed-off-by: default avatarNicholas Bellinger <nab@linux-iscsi.org>
      10081fb5
  4. Sep 12, 2013
    • Herbert Xu's avatar
      crypto: crct10dif - Add fallback for broken initrds · 26052f9b
      Herbert Xu authored
      
      Unfortunately, even with a softdep some distros fail to include
      the necessary modules in the initrd.  Therefore this patch adds
      a fallback path to restore existing behaviour where we cannot
      load the new crypto crct10dif algorithm.
      
      In order to do this, the underlying crct10dif has been split out
      from the crypto implementation so that it can be used on the
      fallback path.
      
      Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
      26052f9b
  5. Sep 07, 2013
  6. Jul 24, 2013
  7. Jun 05, 2013
  8. May 20, 2013
  9. Jul 12, 2008
Loading