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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
3
-75
/
+151
*
crypto: chcr - Fix txq ids.
Harsh Jain
2017-04-21
3
-20
/
+32
*
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
2
-4
/
+12
*
treewide: Remove remaining executable attributes from source files
Joe Perches
2017-02-25
1
-0
/
+0
*
crypto: chcr - Fix Smatch Complaint
Harsh Jain
2017-02-03
1
-2
/
+3
*
crypto: chcr - Fix wrong typecasting
Harsh Jain
2017-02-03
1
-5
/
+4
*
crypto: chcr - Change algo priority
Harsh Jain
2017-02-03
1
-1
/
+1
*
crypto: chcr - Change cra_flags for cipher algos
Harsh Jain
2017-02-03
1
-3
/
+3
*
crypto: chcr - Use cipher instead of Block Cipher in gcm setkey
Harsh Jain
2017-02-03
1
-11
/
+9
*
crypto: chcr - fix itnull.cocci warnings
Harsh Jain
2017-02-03
1
-1
/
+1
*
crypto: chcr - Change flow IDs
Harsh Jain
2017-02-03
3
-12
/
+16
*
crypto: chcr - Fix key length for RFC4106
Harsh Jain
2017-02-03
1
-2
/
+2
*
crypto: chcr - Check device is allocated before use
Harsh Jain
2017-02-03
1
-10
/
+8
*
crypto: chcr - Fix panic on dma_unmap_sg
Harsh Jain
2017-02-03
2
-23
/
+29
*
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2016-12-14
6
-379
/
+1867
|
\
|
*
crypto: chcr - checking for IS_ERR() instead of NULL
Dan Carpenter
2016-12-07
1
-9
/
+8
|
*
crypto: chcr - Add AEAD algos.
Harsh Jain
2016-11-30
6
-41
/
+1558
|
*
crypto: chcr - Move tfm ctx variable to request context
Harsh Jain
2016-11-30
2
-18
/
+17
|
*
crypto: chcr - Use SHASH_DESC_ON_STACK
Harsh Jain
2016-11-30
2
-38
/
+27
|
*
crypto: chcr - Adjust Dest. buffer size
Harsh Jain
2016-11-30
1
-30
/
+20
|
*
crypto: chcr - Calculate Reverse round key in setkey callback.
Harsh Jain
2016-11-30
2
-30
/
+24
|
*
crypto: chcr - Remove dynamic allocation
Harsh Jain
2016-11-30
2
-32
/
+45
|
*
crypto: chcr - Fixes Unchecked dereference inside function
Harsh Jain
2016-11-30
1
-1
/
+2
|
*
crypto: chcr - Added new structure chcr_wr
Harsh Jain
2016-11-30
4
-149
/
+140
|
*
crypto: chcr - Cosmetic change
Harsh Jain
2016-11-30
2
-58
/
+53
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-12-06
1
-1
/
+2
|
\
|
|
*
crypto: chcr - Fix memory corruption
Harsh Jain
2016-11-30
1
-1
/
+2
*
|
cxgb4: Allocate Tx queues dynamically
Hariprasad Shenai
2016-11-18
2
-8
/
+11
|
/
*
chcr/cxgb4i/cxgbit/RDMA/cxgb4: Allocate resources dynamically for all cxgb4 U...
Hariprasad Shenai
2016-09-19
1
-6
/
+4
*
chcr: Fix non static symbol warning
Wei Yongjun
2016-08-26
1
-1
/
+1
*
crypto: Added Chelsio Menu to the Kconfig file
Hariprasad Shenai
2016-08-19
2
-0
/
+23
*
chcr: Support for Chelsio's Crypto Hardware
Hariprasad Shenai
2016-08-18
5
-0
/
+2519