index
:
profile/common/kernel-common
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0_common
accepted/tizen_4.0_unified
accepted/tizen_common
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/dkson95/gcc6
sandbox/jaehun77/hardfp
sandbox/jkozerski/ima-evm
sandbox/jobol/upstream
sandbox/jobol/v3.19.1
sandbox/jobol/v4.0
sandbox/lstelmach/memfd
sandbox/mwereski/kdbus-integration
sandbox/mwereski/memfd
sandbox/pcoval/devel-sdk
sandbox/pcoval/efi
sandbox/pcoval/ivi-devel
sandbox/pcoval/latest
sandbox/pcoval/rcar-m2
sandbox/pcoval/snapshot
sandbox/pcoval/tizen
sandbox/pcoval/tizen_common
sandbox/sdx/displaylink
sandbox/zjasinski/ima-evm
sandbox/zjasinski/ima-evm2
tizen
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.m2
tizen_3.14.14
tizen_3.14.19
tizen_3.14.4
tizen_4.0
tizen_common
tizen_common_3.14.20
tizen_common_3.14.25
upstream
Domain: SCM / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-13
crypto: af_alg - properly label AF_ALG socket
Milan Broz
1
-0
/
+2
2014-08-06
crypto: testmgr - update LZO compression test vectors
Markus F.X.J. Oberhumer
1
-18
/
+20
2014-01-03
crypto: ansi_cprng - Fix off by one error in non-block size request
Neil Horman
1
-2
/
+2
2014-01-03
net: rework recvmsg handler msg_name and msg_namelen logic
Hannes Frederic Sowa
2
-3
/
+0
2014-01-03
net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLAST
Shawn Landden
2
-0
/
+6
2014-01-03
crypto: ccm - Fix handling of zero plaintext when computing mac
Horia Geanta
1
-1
/
+2
2014-01-03
crypto: authenc - Find proper IV address in ablkcipher callback
Tom Lendacky
1
-3
/
+4
2013-10-26
crypto: api - Fix race condition in larval lookup
Herbert Xu
1
-1
/
+6
2013-07-27
crypto: sanitize argument for format string
Kees Cook
1
-1
/
+2
2013-05-13
crypto: algif - suppress sending source address information in recvmsg
Mathias Krause
2
-0
/
+3
2013-04-25
crypto: gcm - fix assumption that assoc has one segment
Jussi Kivilinna
1
-3
/
+14
2013-03-20
crypto: user - fix info leaks in report API
Mathias Krause
8
-30
/
+29
2012-11-16
crypto: cryptd - disable softirqs in cryptd_queue_worker to prevent data corr...
Jussi Kivilinna
1
-3
/
+8
2012-05-11
crypto: sha512 - Fix byte counter overflow in SHA-512
Kent Yoder
1
-1
/
+1
2012-02-20
crypto: sha512 - use standard ror64()
Alexey Dobriyan
1
-9
/
+4
2012-02-20
crypto: sha512 - Avoid stack bloat on i386
Herbert Xu
1
-36
/
+32
2012-02-20
crypto: sha512 - Use binary and instead of modulus
Herbert Xu
1
-2
/
+2
2012-02-03
crypto: sha512 - reduce stack usage to safe number
Alexey Dobriyan
1
-24
/
+34
2012-02-03
crypto: sha512 - make it work, undo percpu message schedule
Alexey Dobriyan
1
-5
/
+1
2011-11-11
Merge git://github.com/herbertx/crypto
Linus Torvalds
8
-3
/
+63
2011-11-11
crypto: algapi - Fix build problem with NET disabled
Herbert Xu
7
-0
/
+63
2011-11-06
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
11
-0
/
+11
2011-11-02
crypto: user - Fix rwsem leak in crypto_user
Jonathan Corbet
1
-3
/
+0
2011-11-01
Merge git://github.com/herbertx/crypto
Linus Torvalds
20
-115
/
+1313
2011-11-01
crypto: user - Depend on NET instead of selecting it
Herbert Xu
1
-1
/
+1
2011-10-31
crypto: add module.h to those files that are explicitly using it
Paul Gortmaker
11
-0
/
+11
2011-10-26
crypto: user - Add dependency on NET
Herbert Xu
1
-0
/
+1
2011-10-21
crypto: user - Initialise match in crypto_alg_match
Herbert Xu
1
-1
/
+1
2011-10-21
crypto: testmgr - add twofish tests
Jussi Kivilinna
3
-4
/
+238
2011-10-21
crypto: testmgr - add blowfish test-vectors
Jussi Kivilinna
3
-4
/
+184
2011-10-21
crypto: whirlpool - count rounds from 0
Alexey Dobriyan
1
-6
/
+12
2011-10-21
crypto: Add userspace report for compress type algorithms
Steffen Klassert
1
-0
/
+20
2011-10-21
crypto: Add userspace report for cipher type algorithms
Steffen Klassert
1
-0
/
+29
2011-10-21
crypto: Add userspace report for rng type algorithms
Steffen Klassert
1
-0
/
+20
2011-10-21
crypto: Add userspace report for pcompress type algorithms
Steffen Klassert
1
-0
/
+18
2011-10-21
crypto: Add userspace report for nivaead type algorithms
Steffen Klassert
1
-0
/
+23
2011-10-21
crypto: Add userspace report for aead type algorithms
Steffen Klassert
1
-0
/
+25
2011-10-21
crypto: Add userspace report for givcipher type algorithms
Steffen Klassert
1
-0
/
+23
2011-10-21
crypto: Add userspace report for ablkcipher type algorithms
Steffen Klassert
1
-0
/
+25
2011-10-21
crypto: Add userspace report for blkcipher type algorithms
Steffen Klassert
1
-0
/
+25
2011-10-21
crypto: Add userspace report for ahash type algorithms
Steffen Klassert
1
-0
/
+21
2011-10-21
crypto: Add userspace report for shash type algorithms
Steffen Klassert
1
-0
/
+21
2011-10-21
crypto: Add userspace report for larval type algorithms
Steffen Klassert
1
-0
/
+12
2011-10-21
crypto: Add a report function pointer to crypto_type
Steffen Klassert
1
-0
/
+5
2011-10-21
crypto: Add userspace configuration API
Steffen Klassert
3
-0
/
+380
2011-10-21
crypto: Export crypto_remove_final
Steffen Klassert
2
-3
/
+3
2011-10-21
crypto: Export crypto_remove_spawns
Steffen Klassert
2
-3
/
+5
2011-10-21
crypto: Add a flag to identify crypto instances
Steffen Klassert
1
-0
/
+1
2011-10-21
crypto: twofish - add 3-way parallel x86_64 assembler implemention
Jussi Kivilinna
1
-0
/
+20
2011-10-21
crypto: tcrypt - add ctr(twofish) speed test
Jussi Kivilinna
1
-0
/
+4
[next]