index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
chelsio
/
chcr_algo.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: aead - remove useless setting of type flags
Eric Biggers
2018-07-09
1
-2
/
+1
*
crypto: ahash - remove useless setting of cra_type
Eric Biggers
2018-07-09
1
-1
/
+0
*
crypto: ahash - remove useless setting of type flags
Eric Biggers
2018-07-09
1
-2
/
+1
*
crypto: chelsio - Remove separate buffer used for DMA map B0 block in CCM
Harsh Jain
2018-05-31
1
-107
/
+91
*
crypt: chelsio - Send IV as Immediate for cipher algo
Harsh Jain
2018-05-31
1
-35
/
+14
*
crypto: chelsio - Return -ENOSPC for transient busy indication.
Harsh Jain
2018-05-31
1
-30
/
+26
*
crypto: chelsio - don't leak pointers to authenc keys
Tudor-Dan Ambarus
2018-03-31
1
-0
/
+5
*
crypto: chelsio - Remove declaration of static function from header
Harsh Jain
2018-03-31
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-20
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-14
1
-8
/
+15
|
\
|
*
crypto: chcr - Avoid algo allocation in softirq.
Harsh Jain
2017-07-12
1
-8
/
+15
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2017-07-05
1
-10
/
+5
|
\
\
|
|
/
|
/
|
|
*
net: introduce __skb_put_[zero, data, u8]
yuan linyu
2017-06-20
1
-10
/
+5
|
*
networking: make skb_put & friends return void pointers
Johannes Berg
2017-06-16
1
-5
/
+5
*
|
crypto: chcr - Select device in Round Robin fashion
Harsh Jain
2017-06-20
1
-4
/
+4
*
|
crypto: chcr - Ensure Destination sg entry size less than 2k
Harsh Jain
2017-06-20
1
-17
/
+136
*
|
chcr - Add debug counters
Harsh Jain
2017-06-20
1
-1
/
+15
*
|
crypto: chcr - Add ctr mode and process large sg entries for cipher
Harsh Jain
2017-06-20
1
-140
/
+646
*
|
crypto: chcr - Avoid changing request structure
Harsh Jain
2017-06-20
1
-23
/
+14
*
|
crypto: chcr - Return correct error code
Harsh Jain
2017-06-20
1
-34
/
+42
*
|
crypto: chcr - Fix fallback key setting
Harsh Jain
2017-06-20
1
-1
/
+11
*
|
crypto: chcr - Pass lcb bit setting to firmware
Harsh Jain
2017-06-20
1
-7
/
+11
|
/
*
crypto: chcr - Fix error handling related to 'chcr_alloc_shash'
Christophe Jaillet
2017-04-21
1
-3
/
+3
*
crypto: chcr - Add fallback for AEAD algos
Harsh Jain
2017-04-21
1
-74
/
+145
*
crypto: chcr - Fix txq ids.
Harsh Jain
2017-04-21
1
-19
/
+28
*
crypto: chcr - Set hmac_ctrl bit to use HW register HMAC_CFG[456]
Harsh Jain
2017-04-21
1
-19
/
+5
*
crypto: chcr - Increase priority of AEAD algos.
Harsh Jain
2017-04-21
1
-2
/
+10
*
treewide: Remove remaining executable attributes from source files
Joe Perches
2017-02-25
1
-0
/
+0
[next]