index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-17
dmaengine: ack to flags: make use of the unused bits in the 'ack' field
Dan Williams
3
-6
/
+7
2008-04-17
async_tx: fix multiple dependency submission
Dan Williams
1
-35
/
+162
2008-04-02
[CRYPTO] xcbc: Fix crash when ipsec uses xcbc-mac with big data chunk
Joy Latten
1
-8
/
+9
2008-03-18
async_tx: avoid the async xor_zero_sum path when src_cnt > device->max_xor
Dan Williams
1
-1
/
+1
2008-03-13
async_tx: checkpatch says s/__FUNCTION__/__func__/g
Dan Williams
4
-15
/
+15
2008-03-08
[CRYPTO] skcipher: Fix section mismatches
Herbert Xu
2
-5
/
+1
2008-03-06
[CRYPTO] xcbc: Fix crash with IPsec
Joy Latten
1
-1
/
+5
2008-03-06
[CRYPTO] xts: Use proper alignment
Sebastian Siewior
1
-7
/
+6
2008-03-05
[CRYPTO] digest: Include internal.h for prototypes
Adrian Bunk
1
-0
/
+2
2008-02-23
[CRYPTO] authenc: Add missing Kconfig dependency on BLKCIPHER
Herbert Xu
1
-0
/
+1
2008-02-23
[CRYPTO] skcipher: Move chainiv/seqiv into crypto_blkcipher module
Herbert Xu
5
-21
/
+39
2008-02-18
[CRYPTO] null: Add missing Kconfig dependency on BLKCIPHER
Adrian Bunk
1
-0
/
+1
2008-02-15
[CRYPTO] tcrypt: Add missing Kconfig dependency on BLKCIPHER
Frederik Deweerdt
1
-0
/
+1
2008-02-07
Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)
David Howells
7
-8
/
+8
2008-02-06
async_tx: allow architecture specific async_tx_find_channel implementations
Dan Williams
4
-7
/
+13
2008-02-06
async_tx: replace 'int_en' with operation preparation flags
Dan Williams
3
-6
/
+10
2008-02-06
async_tx: kill tx_set_src and tx_set_dest methods
Dan Williams
3
-58
/
+83
2008-02-06
async_tx: kill ASYNC_TX_ASSUME_COHERENT
Dan Williams
3
-31
/
+14
2008-02-06
async_tx: use LIST_HEAD instead of LIST_HEAD_INIT
Denis Cheng
1
-2
/
+1
2008-02-06
async_tx: fix compile breakage, mark do_async_xor __always_inline
Dan Williams
1
-1
/
+5
2008-01-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
34
-2061
/
+9478
2008-01-11
[CRYPTO] cast6: inline bloat--
Ilpo Järvinen
1
-3
/
+3
2008-01-11
[CRYPTO] tcrypt: Make xcbc available as a standalone test
Herbert Xu
1
-0
/
+6
2008-01-11
[CRYPTO] xcbc: Remove bogus hash/cipher test
Herbert Xu
1
-4
/
+1
2008-01-11
[CRYPTO] xcbc: Fix algorithm leak when block size check fails
Herbert Xu
1
-1
/
+2
2008-01-11
[CRYPTO] tcrypt: Zero axbuf in the right function
Herbert Xu
1
-1
/
+1
2008-01-11
[CRYPTO] salsa20-asm: Remove unnecessary dependency on CRYPTO_SALSA20
Tan Swee Heng
1
-2
/
+0
2008-01-11
[CRYPTO] tcrypt: Add select of AEAD
Sebastian Siewior
1
-0
/
+1
2008-01-11
[CRYPTO] salsa20: Add x86-64 assembly version
Tan Swee Heng
1
-0
/
+15
2008-01-11
[CRYPTO] salsa20_i586: Salsa20 stream cipher algorithm (i586 version)
Tan Swee Heng
1
-0
/
+15
2008-01-11
[CRYPTO] gcm: Introduce rfc4106
Herbert Xu
1
-0
/
+239
2008-01-11
[CRYPTO] api: Show async type
Herbert Xu
2
-0
/
+8
2008-01-11
[CRYPTO] chainiv: Avoid lock spinning where possible
Herbert Xu
1
-8
/
+200
2008-01-11
[CRYPTO] seqiv: Add select AEAD in Kconfig
Herbert Xu
1
-0
/
+1
2008-01-11
[CRYPTO] scatterwalk: Handle zero nbytes in scatterwalk_map_and_copy
Herbert Xu
1
-0
/
+3
2008-01-11
[CRYPTO] null: Allow setkey on digest_null
Herbert Xu
1
-0
/
+1
2008-01-11
[CRYPTO] null: Add null blkcipher algorithm
Herbert Xu
1
-10
/
+59
2008-01-11
[CRYPTO] tcrypt: Add CCM vectors
Joy Latten
2
-2
/
+289
2008-01-11
[CRYPTO] ccm: Added CCM mode
Joy Latten
3
-0
/
+897
2008-01-11
[CRYPTO] aead: Create default givcipher instances
Herbert Xu
1
-0
/
+153
2008-01-11
[CRYPTO] seqiv: Add AEAD support
Herbert Xu
1
-16
/
+175
2008-01-11
[CRYPTO] aead: Add aead_geniv_alloc/aead_geniv_free
Herbert Xu
1
-5
/
+211
2008-01-11
[CRYPTO] aead: Allow algorithms with no givcrypt support
Herbert Xu
1
-3
/
+3
2008-01-11
[CRYPTO] authenc: Add givencrypt operation
Herbert Xu
1
-22
/
+114
2008-01-11
[CRYPTO] aead: Add givcrypt operations
Herbert Xu
1
-0
/
+7
2008-01-11
[CRYPTO] seqiv: Add Sequence Number IV Generator
Herbert Xu
4
-0
/
+198
2008-01-11
[CRYPTO] gcm: Use crypto_grab_skcipher
Herbert Xu
1
-26
/
+23
2008-01-11
[CRYPTO] gcm: Allow block cipher parameter
Herbert Xu
1
-24
/
+89
2008-01-11
[CRYPTO] authenc: Use crypto_grab_skcipher
Herbert Xu
1
-27
/
+38
2008-01-11
[CRYPTO] skcipher: Create default givcipher instances
Herbert Xu
4
-6
/
+177
[next]