index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
chelsio
/
chcr_algo.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-19
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
2017-11-29
chcr: Add support for Inline IPSec
Atul Gupta
1
-108
/
+113
2017-11-29
crypto: chelsio - Fix an error code in chcr_hash_dma_map()
Dan Carpenter
1
-1
/
+1
2017-11-29
crypto: chelsio - remove redundant assignments to reqctx and dst_size
Colin Ian King
1
-4
/
+0
2017-11-06
crypto: chcr - Replace _manual_ swap with swap macro
Gustavo A. R. Silva
1
-4
/
+1
2017-11-03
crypto: chelsio - Move DMA un/mapping to chcr from lld cxgb4 driver
Harsh Jain
1
-630
/
+1015
2017-11-03
crypto: chelsio - Remove allocation of sg list to implement 2K limit of dsgl ...
Harsh Jain
1
-163
/
+74
2017-11-03
crypto: chelsio - Use x8_ble gf multiplication to calculate IV.
Harsh Jain
1
-2
/
+9
2017-11-03
crypto: chelsio - Check error code with IS_ERR macro
Yeshaswi M R Gowda
1
-8
/
+8
2017-11-03
crypto: chelsio - Remove unused parameter
Yeshaswi M R Gowda
1
-26
/
+17
2017-09-22
crypto: chelsio - Use GCM IV size constant
Corentin LABBE
1
-4
/
+5
2017-07-15
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-8
/
+15
2017-07-12
crypto: chcr - Avoid algo allocation in softirq.
Harsh Jain
1
-8
/
+15
2017-07-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-10
/
+5
2017-06-20
net: introduce __skb_put_[zero, data, u8]
yuan linyu
1
-10
/
+5
2017-06-20
crypto: chcr - Select device in Round Robin fashion
Harsh Jain
1
-4
/
+4
2017-06-20
crypto: chcr - Ensure Destination sg entry size less than 2k
Harsh Jain
1
-17
/
+136
2017-06-20
chcr - Add debug counters
Harsh Jain
1
-1
/
+15
2017-06-20
crypto: chcr - Add ctr mode and process large sg entries for cipher
Harsh Jain
1
-140
/
+646
2017-06-20
crypto: chcr - Avoid changing request structure
Harsh Jain
1
-23
/
+14
2017-06-20
crypto: chcr - Return correct error code
Harsh Jain
1
-34
/
+42
2017-06-20
crypto: chcr - Fix fallback key setting
Harsh Jain
1
-1
/
+11
2017-06-20
crypto: chcr - Pass lcb bit setting to firmware
Harsh Jain
1
-7
/
+11
2017-06-16
networking: make skb_put & friends return void pointers
Johannes Berg
1
-5
/
+5
2017-04-21
crypto: chcr - Fix error handling related to 'chcr_alloc_shash'
Christophe Jaillet
1
-3
/
+3
2017-04-21
crypto: chcr - Add fallback for AEAD algos
Harsh Jain
1
-74
/
+145
2017-04-21
crypto: chcr - Fix txq ids.
Harsh Jain
1
-19
/
+28
2017-04-21
crypto: chcr - Set hmac_ctrl bit to use HW register HMAC_CFG[456]
Harsh Jain
1
-19
/
+5
2017-04-21
crypto: chcr - Increase priority of AEAD algos.
Harsh Jain
1
-2
/
+10
2017-02-25
treewide: Remove remaining executable attributes from source files
Joe Perches
1
-0
/
+0
2017-02-03
crypto: chcr - Fix Smatch Complaint
Harsh Jain
1
-2
/
+3
2017-02-03
crypto: chcr - Change cra_flags for cipher algos
Harsh Jain
1
-3
/
+3
2017-02-03
crypto: chcr - Use cipher instead of Block Cipher in gcm setkey
Harsh Jain
1
-11
/
+9
2017-02-03
crypto: chcr - Change flow IDs
Harsh Jain
1
-8
/
+10
2017-02-03
crypto: chcr - Fix key length for RFC4106
Harsh Jain
1
-2
/
+2
2017-02-03
crypto: chcr - Fix panic on dma_unmap_sg
Harsh Jain
1
-23
/
+26
2016-12-15
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-268
/
+1733
2016-12-07
crypto: chcr - checking for IS_ERR() instead of NULL
Dan Carpenter
1
-9
/
+8
2016-11-30
crypto: chcr - Add AEAD algos.
Harsh Jain
1
-20
/
+1462
2016-11-30
crypto: chcr - Move tfm ctx variable to request context
Harsh Jain
1
-13
/
+13
2016-11-30
crypto: chcr - Use SHASH_DESC_ON_STACK
Harsh Jain
1
-37
/
+26
2016-11-30
crypto: chcr - Adjust Dest. buffer size
Harsh Jain
1
-30
/
+20
2016-11-30
crypto: chcr - Calculate Reverse round key in setkey callback.
Harsh Jain
1
-29
/
+23
2016-11-30
crypto: chcr - Remove dynamic allocation
Harsh Jain
1
-29
/
+40
[next]