index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
chelsio
/
chcr_algo.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: chelsio - count incomplete block in IV
Atul Gupta
2019-05-09
1
-2
/
+2
*
crypto: chelsio - Fix softlockup with heavy I/O
Atul Gupta
2019-05-09
1
-10
/
+3
*
crypto: shash - remove shash_desc::flags
Eric Biggers
2019-04-25
1
-2
/
+0
*
crypto: chelsio - Fix passing zero to 'PTR_ERR' warning in chcr_aead_op
YueHaibing
2019-02-01
1
-2
/
+2
*
crypto: chelsio - remove set but not used variables 'adap'
YueHaibing
2019-01-11
1
-2
/
+0
*
crypto: chelsio - check set_msg_len overflow in generate_b0
YueHaibing
2019-01-11
1
-2
/
+4
*
crypto: skcipher - remove remnants of internal IV generators
Eric Biggers
2018-12-23
1
-1
/
+0
*
crypto: chelsio - Fix wrong error counter increments
Harsh Jain
2018-12-23
1
-4
/
+5
*
crypto: chelsio - Handle PCI shutdown event
Harsh Jain
2018-12-23
1
-26
/
+131
*
crypto: chelsio - cleanup:send addr as value in function argument
Harsh Jain
2018-12-23
1
-8
/
+8
*
crypto: chelsio - Use same value for both channel in single WR
Harsh Jain
2018-12-23
1
-7
/
+6
*
crypto: chelsio - Swap location of AAD and IV sent in WR
Harsh Jain
2018-12-23
1
-112
/
+100
*
crypto: chelsio - clean up various indentation issues
Colin Ian King
2018-11-09
1
-8
/
+8
*
crypto: chelsio - Update ntx queue received from cxgb4
Harsh Jain
2018-10-17
1
-2
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
2018-10-17
1
-10
/
+22
|
\
|
*
crypto: chelsio - Fix memory corruption in DMA Mapped buffers.
Harsh Jain
2018-09-28
1
-10
/
+22
*
|
crypto: chelsio - Remove VLA usage of skcipher
Kees Cook
2018-09-28
1
-13
/
+14
|
/
*
crypto: aead - remove useless setting of type flags
Eric Biggers
2018-07-08
1
-2
/
+1
*
crypto: ahash - remove useless setting of cra_type
Eric Biggers
2018-07-08
1
-1
/
+0
*
crypto: ahash - remove useless setting of type flags
Eric Biggers
2018-07-08
1
-2
/
+1
*
crypto: chelsio - Remove separate buffer used for DMA map B0 block in CCM
Harsh Jain
2018-05-30
1
-107
/
+91
*
crypt: chelsio - Send IV as Immediate for cipher algo
Harsh Jain
2018-05-30
1
-35
/
+14
*
crypto: chelsio - Return -ENOSPC for transient busy indication.
Harsh Jain
2018-05-30
1
-30
/
+26
*
crypto: chelsio - don't leak pointers to authenc keys
Tudor-Dan Ambarus
2018-03-30
1
-0
/
+5
*
crypto: chelsio - Remove declaration of static function from header
Harsh Jain
2018-03-30
1
-146
/
+145
*
crypto: chelsio -Split Hash requests for large scatter gather list
Harsh Jain
2018-03-16
1
-94
/
+264
*
crypto: chelsio - Fix iv passed in fallback path for rfc3686
Harsh Jain
2018-03-16
1
-1
/
+1
*
crypto: chelsio - Update IV before sending request to HW
Harsh Jain
2018-03-16
1
-8
/
+11
*
crypto: chelsio - Fix src buffer dma length
Harsh Jain
2018-03-16
1
-5
/
+12
*
crypto: chelsio - Use kernel round function to align lengths
Harsh Jain
2018-03-16
1
-39
/
+34
*
crypto: chelsio - Make function aead_ccm_validate_input static
Colin Ian King
2018-02-15
1
-4
/
+4
*
crypto: chelsio - Fix indentation warning
Harsh Jain
2018-01-19
1
-5
/
+5
*
crypto: chelsio - Remove dst sg size zero check
Harsh Jain
2018-01-18
1
-30
/
+13
*
crypto: chelsio - Add authenc versions of ctr and sha
Harsh Jain
2018-01-18
1
-21
/
+194
*
crypto: chelsio - Fix IV updated in XTS operation
Harsh Jain
2018-01-18
1
-4
/
+6
*
crypto: chelsio - check for sg null
Harsh Jain
2018-01-18
1
-1
/
+2
*
crypto: chelsio - Fix Indentation
Harsh Jain
2018-01-18
1
-15
/
+13
*
crypto: chelsio - make arrays sgl_ent_len and dsgl_ent_len static
Colin Ian King
2017-12-11
1
-9
/
+13
*
chcr: Add support for Inline IPSec
Atul Gupta
2017-11-29
1
-108
/
+113
*
crypto: chelsio - Fix an error code in chcr_hash_dma_map()
Dan Carpenter
2017-11-29
1
-1
/
+1
*
crypto: chelsio - remove redundant assignments to reqctx and dst_size
Colin Ian King
2017-11-29
1
-4
/
+0
*
crypto: chcr - Replace _manual_ swap with swap macro
Gustavo A. R. Silva
2017-11-06
1
-4
/
+1
*
crypto: chelsio - Move DMA un/mapping to chcr from lld cxgb4 driver
Harsh Jain
2017-11-03
1
-630
/
+1015
*
crypto: chelsio - Remove allocation of sg list to implement 2K limit of dsgl ...
Harsh Jain
2017-11-03
1
-163
/
+74
*
crypto: chelsio - Use x8_ble gf multiplication to calculate IV.
Harsh Jain
2017-11-03
1
-2
/
+9
*
crypto: chelsio - Check error code with IS_ERR macro
Yeshaswi M R Gowda
2017-11-03
1
-8
/
+8
*
crypto: chelsio - Remove unused parameter
Yeshaswi M R Gowda
2017-11-03
1
-26
/
+17
*
crypto: chelsio - Use GCM IV size constant
Corentin LABBE
2017-09-22
1
-4
/
+5
*
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2017-07-15
1
-8
/
+15
|
\
|
*
crypto: chcr - Avoid algo allocation in softirq.
Harsh Jain
2017-07-12
1
-8
/
+15
[next]