index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: crypto4xx - Remove redundant dev_set_drvdata
Sachin Kamat
2013-12-30
1
-1
/
+0
*
crypto: caam - simplify and harden key parsing
Horia Geanta
2013-12-20
1
-23
/
+13
*
crypto: omap-sham - Fix Polling mode for larger blocks
Lokesh Vutla
2013-12-20
1
-3
/
+9
*
crypto: tcrypt - Added speed tests for AEAD crypto alogrithms in tcrypt test ...
Tim Chen
2013-12-20
2
-0
/
+280
*
crypto: aesni - AVX and AVX2 version of AESNI-GCM encode and decode
Tim Chen
2013-12-20
3
-3
/
+2953
*
crypto: arch - use crypto_memneq instead of memcmp
Daniel Borkmann
2013-12-20
2
-4
/
+4
*
crypto: ccp - Remove user triggerable pr_err calls
Tom Lendacky
2013-12-20
3
-21
/
+7
*
crypto: ccp - CCP Kconfig fixes
Tom Lendacky
2013-12-20
2
-1
/
+2
*
crypto: ccp - Fix sparse warnings in ccp-crypto-sha.c
Tom Lendacky
2013-12-20
2
-5
/
+5
*
crypto: memneq - fix for archs without efficient unaligned access
Daniel Borkmann
2013-12-09
1
-1
/
+2
*
crytpo: ccp - fix coccinelle warnings
Fengguang Wu
2013-12-09
3
-4
/
+4
*
crypto: omap-aes - add error check for pm_runtime_get_sync
Nishanth Menon
2013-12-05
1
-2
/
+14
*
padata: Fix wrong usage of rcu_dereference()
Mathias Krause
2013-12-05
1
-1
/
+1
*
crypto: pcrypt - Fix wrong usage of rcu_dereference()
Mathias Krause
2013-12-05
1
-1
/
+1
*
crypto: more robust crypto_memneq
Cesar Eduardo Barros
2013-12-05
5
-30
/
+68
*
crypto: talitos - fix locating offending descriptor in error path
Horia Geanta
2013-12-05
1
-6
/
+15
*
crypto: omap-sham - Only release DMA channel if successfully requested
Mark A. Greer
2013-12-05
1
-2
/
+5
*
crypto: ccp - CCP maintainer information
Tom Lendacky
2013-12-05
1
-0
/
+7
*
crytpo: ccp - CCP device driver build files
Tom Lendacky
2013-12-05
4
-0
/
+46
*
crypto: ccp - CCP SHA crypto API support
Tom Lendacky
2013-12-05
1
-0
/
+497
*
crypto: ccp - CCP XTS-AES crypto API support
Tom Lendacky
2013-12-05
1
-0
/
+285
*
crypto: ccp - CCP AES CMAC mode crypto API support
Tom Lendacky
2013-12-05
1
-0
/
+355
*
crypto: ccp - CCP AES crypto API support
Tom Lendacky
2013-12-05
1
-0
/
+375
*
crypto: ccp - crypto API interface to the CCP device driver
Tom Lendacky
2013-12-05
2
-0
/
+623
*
crypto: ccp - CCP device driver and interface support
Tom Lendacky
2013-12-05
5
-0
/
+3759
*
crypto: testmgr - fix sglen in test_aead for case 'dst != src'
Horia Geanta
2013-11-28
1
-14
/
+12
*
crypto: talitos - fix aead sglen for case 'dst != src'
Horia Geanta
2013-11-28
1
-24
/
+23
*
crypto: caam - fix aead sglen for case 'dst != src'
Horia Geanta
2013-11-28
2
-22
/
+33
*
crypto: ccm - Fix handling of zero plaintext when computing mac
Horia Geanta
2013-11-28
1
-1
/
+2
*
crypto: s390 - Fix aes-xts parameter corruption
Gerald Schaefer
2013-11-28
1
-14
/
+17
*
crypto: talitos - corrrectly handle zero-length assoc data
Horia Geanta
2013-11-28
1
-5
/
+16
*
crypto: scatterwalk - Set the chain pointer indication bit
Tom Lendacky
2013-11-28
1
-0
/
+1
*
crypto: authenc - Find proper IV address in ablkcipher callback
Tom Lendacky
2013-11-28
1
-3
/
+4
*
crypto: caam - Add missing Job Ring include
Michael Neuling
2013-11-26
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2013-11-24
59
-640
/
+1443
|
\
|
*
crypto: s390 - Fix aes-cbc IV corruption
Herbert Xu
2013-11-05
1
-7
/
+12
|
*
crypto: omap-aes - Fix CTR mode counter length
Joel Fernandes
2013-10-30
1
-1
/
+1
|
*
crypto: omap-sham - Add missing modalias
Joni Lapilainen
2013-10-30
1
-0
/
+1
|
*
padata: make the sequence counter an atomic_t
Mathias Krause
2013-10-30
2
-7
/
+5
|
*
crypto: caam - Modify the interface layers to use JR API's
Ruchika Gupta
2013-10-30
4
-178
/
+55
|
*
crypto: caam - Add API's to allocate/free Job Rings
Ruchika Gupta
2013-10-30
3
-3
/
+62
|
*
crypto: caam - Add Platform driver for Job Ring
Ruchika Gupta
2013-10-30
9
-136
/
+232
|
*
hwrng: msm - Add PRNG support for MSM SoC's
Stanimir Varbanov
2013-10-30
3
-0
/
+210
|
*
ARM: DT: msm: Add Qualcomm's PRNG driver binding document
Stanimir Varbanov
2013-10-30
1
-0
/
+17
|
*
crypto: skcipher - Use eseqiv even on UP machines
Herbert Xu
2013-10-30
1
-20
/
+1
|
*
crypto: talitos - Simplify key parsing
Mathias Krause
2013-10-16
1
-27
/
+8
|
*
crypto: picoxcell - Simplify and harden key parsing
Mathias Krause
2013-10-16
1
-24
/
+8
|
*
crypto: ixp4xx - Simplify and harden key parsing
Mathias Krause
2013-10-16
1
-17
/
+9
|
*
crypto: authencesn - Simplify key parsing
Mathias Krause
2013-10-16
1
-22
/
+4
|
*
crypto: authenc - Export key parsing helper function
Mathias Krause
2013-10-16
2
-19
/
+41
[next]