aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/crypto/chelsio/chcr_algo.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-17crypto: chelsio - Update ntx queue received from cxgb4Harsh Jain1-2/+1
2018-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-10/+22
2018-09-28crypto: chelsio - Remove VLA usage of skcipherKees Cook1-13/+14
2018-09-28crypto: chelsio - Fix memory corruption in DMA Mapped buffers.Harsh Jain1-10/+22
2018-07-09crypto: aead - remove useless setting of type flagsEric Biggers1-2/+1
2018-07-09crypto: ahash - remove useless setting of cra_typeEric Biggers1-1/+0
2018-07-09crypto: ahash - remove useless setting of type flagsEric Biggers1-2/+1
2018-05-31crypto: chelsio - Remove separate buffer used for DMA map B0 block in CCMHarsh Jain1-107/+91
2018-05-31crypt: chelsio - Send IV as Immediate for cipher algoHarsh Jain1-35/+14
2018-05-31crypto: chelsio - Return -ENOSPC for transient busy indication.Harsh Jain1-30/+26
2018-03-31crypto: chelsio - don't leak pointers to authenc keysTudor-Dan Ambarus1-0/+5
2018-03-31crypto: chelsio - Remove declaration of static function from headerHarsh Jain1-146/+145
2018-03-16crypto: chelsio -Split Hash requests for large scatter gather listHarsh Jain1-94/+264
2018-03-16crypto: chelsio - Fix iv passed in fallback path for rfc3686Harsh Jain1-1/+1
2018-03-16crypto: chelsio - Update IV before sending request to HWHarsh Jain1-8/+11
2018-03-16crypto: chelsio - Fix src buffer dma lengthHarsh Jain1-5/+12
2018-03-16crypto: chelsio - Use kernel round function to align lengthsHarsh Jain1-39/+34
2018-02-15crypto: chelsio - Make function aead_ccm_validate_input staticColin Ian King1-4/+4
2018-01-20crypto: chelsio - Fix indentation warningHarsh Jain1-5/+5
2018-01-18crypto: chelsio - Remove dst sg size zero checkHarsh Jain1-30/+13
2018-01-18crypto: chelsio - Add authenc versions of ctr and shaHarsh Jain1-21/+194
2018-01-18crypto: chelsio - Fix IV updated in XTS operationHarsh Jain1-4/+6
2018-01-18crypto: chelsio - check for sg nullHarsh Jain1-1/+2
2018-01-18crypto: chelsio - Fix IndentationHarsh Jain1-15/+13
2017-12-11crypto: chelsio - make arrays sgl_ent_len and dsgl_ent_len staticColin Ian King1-9/+13
2017-11-29chcr: Add support for Inline IPSecAtul Gupta1-108/+113
2017-11-29crypto: chelsio - Fix an error code in chcr_hash_dma_map()Dan Carpenter1-1/+1
2017-11-29crypto: chelsio - remove redundant assignments to reqctx and dst_sizeColin Ian King1-4/+0
2017-11-06crypto: chcr - Replace _manual_ swap with swap macroGustavo A. R. Silva1-4/+1
2017-11-03crypto: chelsio - Move DMA un/mapping to chcr from lld cxgb4 driverHarsh Jain1-630/+1015
2017-11-03crypto: chelsio - Remove allocation of sg list to implement 2K limit of dsgl headerHarsh Jain1-163/+74
2017-11-03crypto: chelsio - Use x8_ble gf multiplication to calculate IV.Harsh Jain1-2/+9
2017-11-03crypto: chelsio - Check error code with IS_ERR macroYeshaswi M R Gowda1-8/+8
2017-11-03crypto: chelsio - Remove unused parameterYeshaswi M R Gowda1-26/+17
2017-09-22crypto: chelsio - Use GCM IV size constantCorentin LABBE1-4/+5
2017-07-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-8/+15
2017-07-12crypto: chcr - Avoid algo allocation in softirq.Harsh Jain1-8/+15
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-10/+5
2017-06-20net: introduce __skb_put_[zero, data, u8]yuan linyu1-10/+5
2017-06-20crypto: chcr - Select device in Round Robin fashionHarsh Jain1-4/+4
2017-06-20crypto: chcr - Ensure Destination sg entry size less than 2kHarsh Jain1-17/+136
2017-06-20chcr - Add debug countersHarsh Jain1-1/+15
2017-06-20crypto: chcr - Add ctr mode and process large sg entries for cipherHarsh Jain1-140/+646
2017-06-20crypto: chcr - Avoid changing request structureHarsh Jain1-23/+14
2017-06-20crypto: chcr - Return correct error codeHarsh Jain1-34/+42
2017-06-20crypto: chcr - Fix fallback key settingHarsh Jain1-1/+11
2017-06-20crypto: chcr - Pass lcb bit setting to firmwareHarsh Jain1-7/+11
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-5/+5
2017-04-21crypto: chcr - Fix error handling related to 'chcr_alloc_shash'Christophe Jaillet1-3/+3
2017-04-21crypto: chcr - Add fallback for AEAD algosHarsh Jain1-74/+145