index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
Commit message (
Expand
)
Author
Age
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2009-09-11
|
\
|
*
crypto: vmac - New hash algorithm for intel_txt support
Shane Wang
2009-09-02
|
*
crypto: api - Do not displace newly registered algorithms
Herbert Xu
2009-08-31
|
*
crypto: ansi_cprng - Fix module initialization
Steffen Klassert
2009-08-29
|
*
crypto: xcbc - Fix alignment calculation of xcbc_tfm_ctx
Steffen Klassert
2009-08-20
|
*
crypto: fips - Depend on ansi_cprng
Neil Horman
2009-08-20
|
*
crypto: blkcipher - Do not use eseqiv on stream ciphers
Herbert Xu
2009-08-14
|
*
crypto: ctr - Use chainiv on raw counter mode
Herbert Xu
2009-08-13
|
*
Revert crypto: fips - Select CPRNG
Herbert Xu
2009-08-13
|
*
crypto: rng - Fix typo
Christian Kujau
2009-08-12
|
*
crypto: cryptd - Add support to access underlaying shash
Huang Ying
2009-08-06
|
*
crypto: gcm - Use GHASH digest algorithm
Huang Ying
2009-08-06
|
*
crypto: ghash - Add GHASH digest algorithm for GCM
Huang Ying
2009-08-06
|
*
crypto: authenc - Convert to ahash
Steffen Klassert
2009-08-05
|
*
crypto: hmac - Prehash ipad/opad
Herbert Xu
2009-07-24
|
*
crypto: aes - Undefined behaviour in crypto_aes_expand_key
Phil Carmody
2009-07-24
|
*
crypto: shash - Test for the algorithms import function before exporting it
Steffen Klassert
2009-07-24
|
*
crypto: ahash - Use GFP_KERNEL on allocation if the request can sleep
Steffen Klassert
2009-07-24
|
*
crypto: shash - Require all algorithms to support export/import
Herbert Xu
2009-07-22
|
*
crypto: sha512_generic - Use 64-bit counters
Herbert Xu
2009-07-22
|
*
crypto: sha512 - Export struct sha512_state
Herbert Xu
2009-07-22
|
*
crypto: xcbc - Fix shash conversion
Herbert Xu
2009-07-22
|
*
crypto: xcbc - Use crypto_xor
Herbert Xu
2009-07-22
|
*
crypto: cryptd - Add finup/export/import for hash
Herbert Xu
2009-07-21
|
*
crypto: shash - Fix async finup handling of null digest
Herbert Xu
2009-07-15
|
*
crypto: ahash - Fix setkey crash
Herbert Xu
2009-07-15
|
*
crypto: xcbc - Fix incorrect error value when creating instance
Herbert Xu
2009-07-15
|
*
crypto: hmac - Fix incorrect error value when creating instance
Herbert Xu
2009-07-15
|
*
crypto: cryptd - Fix uninitialized return value
Steffen Klassert
2009-07-15
|
*
crypto: ahash - Add unaligned handling and default operations
Herbert Xu
2009-07-15
|
*
crypto: ahash - Use GFP_KERNEL in unaligned setkey
Herbert Xu
2009-07-14
|
*
crypto: shash - Fix alignment in unaligned operations
Herbert Xu
2009-07-14
|
*
crypto: hash - Zap unaligned buffers
Herbert Xu
2009-07-14
|
*
crypto: ahash - Remove old_ahash_alg
Herbert Xu
2009-07-14
|
*
crypto: cryptd - Switch to new style ahash
Herbert Xu
2009-07-14
|
*
crypto: cryptd - Switch to template create API
Herbert Xu
2009-07-14
|
*
crypto: tcrypt - Add mask parameter
Herbert Xu
2009-07-14
|
*
crypto: ahash - Add instance/spawn support
Herbert Xu
2009-07-14
|
*
crypto: ahash - Convert to new style algorithms
Herbert Xu
2009-07-14
|
*
crypto: api - Remove frontend argument from extsize/init_tfm
Herbert Xu
2009-07-14
|
*
crypto: cryptd - Use crypto_ahash_set_reqsize
Herbert Xu
2009-07-14
|
*
crypto: cryptd - Use shash algorithms
Herbert Xu
2009-07-14
|
*
crypto: shash - Export async functions
Herbert Xu
2009-07-14
|
*
crypto: hash - Remove legacy hash/digest implementaion
Herbert Xu
2009-07-14
|
*
crypto: authenc - Remove reference to crypto_hash
Herbert Xu
2009-07-14
|
*
crypto: xcbc - Switch to shash
Herbert Xu
2009-07-14
|
*
crypto: hmac - Switch to shash
Herbert Xu
2009-07-14
|
*
crypto: shash - Make descsize a run-time attribute
Herbert Xu
2009-07-14
|
*
crypto: shash - Move null setkey check to registration time
Herbert Xu
2009-07-11
|
*
crypto: sha256_generic - Add export/import support
Herbert Xu
2009-07-11
[next]