index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
chelsio
/
chcr_algo.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-20
crypto: chelsio - remove set but not used variable 'adap'
YueHaibing
1
-2
/
+0
2020-03-06
crypto: chelsio - Use multiple txq/rxq per tfm to process the requests
Ayush Sawal
1
-119
/
+206
2020-03-06
crypto: chelsio - Recalculate iv only if it is needed
Ayush Sawal
1
-2
/
+10
2020-02-22
crypto: chelsio - Endianess bug in create_authenc_wr
Al Viro
1
-1
/
+1
2020-02-13
crypto: chelsio - This fixes the kernel panic which occurs during a libkcapi ...
Ayush Sawal
1
-2
/
+3
2020-02-13
crypto: chelsio - This fixes the libkcapi's cbc(aes) aio fail test cases
Ayush Sawal
1
-1
/
+19
2020-01-09
crypto: remove propagation of CRYPTO_TFM_RES_* flags
Eric Biggers
1
-23
/
+1
2020-01-09
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
Eric Biggers
1
-13
/
+3
2020-01-09
crypto: chelsio - fix writing tfm flags to wrong place
Eric Biggers
1
-13
/
+3
2019-12-20
crypto: chelsio - calculating tx_channel_id as per the max number of channels
Ayush Sawal
1
-1
/
+2
2019-11-17
crypto: chelsio - switch to skcipher API
Ard Biesheuvel
1
-170
/
+164
2019-07-26
crypto: chelsio - replace AES cipher calls with library calls
Ard Biesheuvel
1
-33
/
+13
2019-05-09
crypto: chelsio - count incomplete block in IV
Atul Gupta
1
-2
/
+2
2019-05-09
crypto: chelsio - Fix softlockup with heavy I/O
Atul Gupta
1
-10
/
+3
2019-04-25
crypto: shash - remove shash_desc::flags
Eric Biggers
1
-2
/
+0
2019-02-01
crypto: chelsio - Fix passing zero to 'PTR_ERR' warning in chcr_aead_op
YueHaibing
1
-2
/
+2
2019-01-11
crypto: chelsio - remove set but not used variables 'adap'
YueHaibing
1
-2
/
+0
2019-01-11
crypto: chelsio - check set_msg_len overflow in generate_b0
YueHaibing
1
-2
/
+4
2018-12-23
crypto: skcipher - remove remnants of internal IV generators
Eric Biggers
1
-1
/
+0
2018-12-23
crypto: chelsio - Fix wrong error counter increments
Harsh Jain
1
-4
/
+5
2018-12-23
crypto: chelsio - Handle PCI shutdown event
Harsh Jain
1
-26
/
+131
2018-12-23
crypto: chelsio - cleanup:send addr as value in function argument
Harsh Jain
1
-8
/
+8
2018-12-23
crypto: chelsio - Use same value for both channel in single WR
Harsh Jain
1
-7
/
+6
2018-12-23
crypto: chelsio - Swap location of AAD and IV sent in WR
Harsh Jain
1
-112
/
+100
2018-11-09
crypto: chelsio - clean up various indentation issues
Colin Ian King
1
-8
/
+8
2018-10-17
crypto: chelsio - Update ntx queue received from cxgb4
Harsh Jain
1
-2
/
+1
2018-10-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
1
-10
/
+22
2018-09-28
crypto: chelsio - Remove VLA usage of skcipher
Kees Cook
1
-13
/
+14
2018-09-28
crypto: chelsio - Fix memory corruption in DMA Mapped buffers.
Harsh Jain
1
-10
/
+22
2018-07-09
crypto: aead - remove useless setting of type flags
Eric Biggers
1
-2
/
+1
2018-07-09
crypto: ahash - remove useless setting of cra_type
Eric Biggers
1
-1
/
+0
2018-07-09
crypto: ahash - remove useless setting of type flags
Eric Biggers
1
-2
/
+1
2018-05-31
crypto: chelsio - Remove separate buffer used for DMA map B0 block in CCM
Harsh Jain
1
-107
/
+91
2018-05-31
crypt: chelsio - Send IV as Immediate for cipher algo
Harsh Jain
1
-35
/
+14
2018-05-31
crypto: chelsio - Return -ENOSPC for transient busy indication.
Harsh Jain
1
-30
/
+26
2018-03-31
crypto: chelsio - don't leak pointers to authenc keys
Tudor-Dan Ambarus
1
-0
/
+5
2018-03-31
crypto: chelsio - Remove declaration of static function from header
Harsh Jain
1
-146
/
+145
2018-03-16
crypto: chelsio -Split Hash requests for large scatter gather list
Harsh Jain
1
-94
/
+264
2018-03-16
crypto: chelsio - Fix iv passed in fallback path for rfc3686
Harsh Jain
1
-1
/
+1
2018-03-16
crypto: chelsio - Update IV before sending request to HW
Harsh Jain
1
-8
/
+11
2018-03-16
crypto: chelsio - Fix src buffer dma length
Harsh Jain
1
-5
/
+12
2018-03-16
crypto: chelsio - Use kernel round function to align lengths
Harsh Jain
1
-39
/
+34
2018-02-15
crypto: chelsio - Make function aead_ccm_validate_input static
Colin Ian King
1
-4
/
+4
2018-01-20
crypto: chelsio - Fix indentation warning
Harsh Jain
1
-5
/
+5
2018-01-18
crypto: chelsio - Remove dst sg size zero check
Harsh Jain
1
-30
/
+13
2018-01-18
crypto: chelsio - Add authenc versions of ctr and sha
Harsh Jain
1
-21
/
+194
2018-01-18
crypto: chelsio - Fix IV updated in XTS operation
Harsh Jain
1
-4
/
+6
2018-01-18
crypto: chelsio - check for sg null
Harsh Jain
1
-1
/
+2
2018-01-18
crypto: chelsio - Fix Indentation
Harsh Jain
1
-15
/
+13
2017-12-11
crypto: chelsio - make arrays sgl_ent_len and dsgl_ent_len static
Colin Ian King
1
-9
/
+13
[next]