summaryrefslogtreecommitdiff
path: root/drivers/crypto/chelsio
AgeCommit message (Expand)Author
2018-01-20crypto: chelsio - Fix indentation warningHarsh Jain
2018-01-18crypto: chelsio - Remove dst sg size zero checkHarsh Jain
2018-01-18crypto: chelsio - Add authenc versions of ctr and shaHarsh Jain
2018-01-18crypto: chelsio - Fix IV updated in XTS operationHarsh Jain
2018-01-18crypto: chelsio - check for sg nullHarsh Jain
2018-01-18crypto: chelsio - Fix IndentationHarsh Jain
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2017-12-22crypto: chelsio - fix a type cast errorAtul Gupta
2017-12-22crypto: chelsio - select CRYPTO_GF128MULArnd Bergmann
2017-12-11chcr: ensure cntrl is initialized to fix bit-wise or'ing of garabage dataColin Ian King
2017-12-11chcr: remove unused variables net_device, pi, adap and cntrlColin Ian King
2017-12-11crypto: chelsio - make arrays sgl_ent_len and dsgl_ent_len staticColin Ian King
2017-11-29chcr: Add support for Inline IPSecAtul Gupta
2017-11-29crypto: chelsio - Fix an error code in chcr_hash_dma_map()Dan Carpenter
2017-11-29crypto: chelsio - remove redundant assignments to reqctx and dst_sizeColin Ian King
2017-11-06crypto: chcr - Replace _manual_ swap with swap macroGustavo A. R. Silva
2017-11-03crypto: chelsio - Fix memory leakHarsh Jain
2017-11-03crypto: chelsio - Move DMA un/mapping to chcr from lld cxgb4 driverHarsh Jain
2017-11-03crypto: chelsio - Remove allocation of sg list to implement 2K limit of dsgl ...Harsh Jain
2017-11-03crypto: chelsio - Use x8_ble gf multiplication to calculate IV.Harsh Jain
2017-11-03crypto: chelsio - Check error code with IS_ERR macroYeshaswi M R Gowda
2017-11-03crypto: chelsio - Remove unused parameterYeshaswi M R Gowda
2017-10-12crypto: chelsio - pr_err() strings should end with newlinesArvind Yadav
2017-09-22crypto: chelsio - Use GCM IV size constantCorentin LABBE
2017-07-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-07-12crypto: chcr - Avoid algo allocation in softirq.Harsh Jain
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-06-20net: introduce __skb_put_[zero, data, u8]yuan linyu
2017-06-20crypto: chcr - Select device in Round Robin fashionHarsh Jain
2017-06-20crypto: chcr - Ensure Destination sg entry size less than 2kHarsh Jain
2017-06-20chcr - Add debug countersHarsh Jain
2017-06-20crypto: chcr - Add ctr mode and process large sg entries for cipherHarsh Jain
2017-06-20crypto: chcr - Avoid changing request structureHarsh Jain
2017-06-20crypto: chcr - Return correct error codeHarsh Jain
2017-06-20crypto: chcr - Fix fallback key settingHarsh Jain
2017-06-20crypto: chcr - Pass lcb bit setting to firmwareHarsh Jain
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-04-21crypto: chcr - Fix error handling related to 'chcr_alloc_shash'Christophe Jaillet
2017-04-21crypto: chcr - Add fallback for AEAD algosHarsh Jain
2017-04-21crypto: chcr - Fix txq ids.Harsh Jain
2017-04-21crypto: chcr - Set hmac_ctrl bit to use HW register HMAC_CFG[456]Harsh Jain
2017-04-21crypto: chcr - Increase priority of AEAD algos.Harsh Jain
2017-02-25treewide: Remove remaining executable attributes from source filesJoe Perches
2017-02-03crypto: chcr - Fix Smatch ComplaintHarsh Jain
2017-02-03crypto: chcr - Fix wrong typecastingHarsh Jain
2017-02-03crypto: chcr - Change algo priorityHarsh Jain
2017-02-03crypto: chcr - Change cra_flags for cipher algosHarsh Jain
2017-02-03crypto: chcr - Use cipher instead of Block Cipher in gcm setkeyHarsh Jain
2017-02-03crypto: chcr - fix itnull.cocci warningsHarsh Jain
2017-02-03crypto: chcr - Change flow IDsHarsh Jain