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
*
[CRYPTO] hmac: Avoid calling virt_to_page on key
Herbert Xu
2008-05-07
*
[CRYPTO] cryptd: Correct kzalloc error test
Julia Lawall
2008-05-01
*
[CRYPTO] eseqiv: Fix off-by-one encryption
Herbert Xu
2008-05-01
*
[CRYPTO] authenc: Fix async crypto crash in crypto_authenc_genicv()
Patrick McHardy
2008-05-01
*
[CRYPTO] kconfig: Ordering cleanup
Sebastian Siewior
2008-04-20
*
[CRYPTO] all: Clean up init()/fini()
Kamalesh Babulal
2008-04-20
*
[CRYPTO] aes: Export generic setkey
Sebastian Siewior
2008-04-20
*
[CRYPTO] api: Make the crypto subsystem fully modular
Sebastian Siewior
2008-04-20
*
[CRYPTO] cts: Add CTS mode required for Kerberos AES support
Kevin Coffman
2008-04-20
*
[CRYPTO] lrw: Replace all adds to big endians variables with be*_add_cpu
Marcin Slusarz
2008-04-20
*
[CRYPTO] tcrypt: Change the XTEA test vectors
Sebastian Siewior
2008-04-20
*
[CRYPTO] tcrypt: Shrink the tcrypt module
Sebastian Siewior
2008-04-20
*
[CRYPTO] tcrypt: Change the usage of the test vectors
Sebastian Siewior
2008-04-20
*
[CRYPTO] api: Constify function pointer tables
Jan Engelhardt
2008-04-20
*
[CRYPTO] tcrypt: Shrink speed templates
Sebastian Siewior
2008-04-20
*
[CRYPTO] tcrypt: Group common speed templates
Sebastian Siewior
2008-04-20
*
[CRYPTO] sha512: Rename sha512 to sha512_generic
Jan Glauber
2008-04-20
*
[CRYPTO] api: Switch to proc_create()
Alexey Dobriyan
2008-04-20
*
dmaengine: ack to flags: make use of the unused bits in the 'ack' field
Dan Williams
2008-04-17
*
async_tx: fix multiple dependency submission
Dan Williams
2008-04-17
*
[CRYPTO] xcbc: Fix crash when ipsec uses xcbc-mac with big data chunk
Joy Latten
2008-04-02
*
async_tx: avoid the async xor_zero_sum path when src_cnt > device->max_xor
Dan Williams
2008-03-18
*
async_tx: checkpatch says s/__FUNCTION__/__func__/g
Dan Williams
2008-03-13
*
[CRYPTO] skcipher: Fix section mismatches
Herbert Xu
2008-03-08
*
[CRYPTO] xcbc: Fix crash with IPsec
Joy Latten
2008-03-06
*
[CRYPTO] xts: Use proper alignment
Sebastian Siewior
2008-03-06
*
[CRYPTO] digest: Include internal.h for prototypes
Adrian Bunk
2008-03-05
*
[CRYPTO] authenc: Add missing Kconfig dependency on BLKCIPHER
Herbert Xu
2008-02-22
*
[CRYPTO] skcipher: Move chainiv/seqiv into crypto_blkcipher module
Herbert Xu
2008-02-22
*
[CRYPTO] null: Add missing Kconfig dependency on BLKCIPHER
Adrian Bunk
2008-02-17
*
[CRYPTO] tcrypt: Add missing Kconfig dependency on BLKCIPHER
Frederik Deweerdt
2008-02-15
*
Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)
David Howells
2008-02-07
*
async_tx: allow architecture specific async_tx_find_channel implementations
Dan Williams
2008-02-06
*
async_tx: replace 'int_en' with operation preparation flags
Dan Williams
2008-02-06
*
async_tx: kill tx_set_src and tx_set_dest methods
Dan Williams
2008-02-06
*
async_tx: kill ASYNC_TX_ASSUME_COHERENT
Dan Williams
2008-02-06
*
async_tx: use LIST_HEAD instead of LIST_HEAD_INIT
Denis Cheng
2008-02-06
*
async_tx: fix compile breakage, mark do_async_xor __always_inline
Dan Williams
2008-02-06
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2008-01-25
|
\
|
*
[CRYPTO] cast6: inline bloat--
Ilpo Järvinen
2008-01-10
|
*
[CRYPTO] tcrypt: Make xcbc available as a standalone test
Herbert Xu
2008-01-10
|
*
[CRYPTO] xcbc: Remove bogus hash/cipher test
Herbert Xu
2008-01-10
|
*
[CRYPTO] xcbc: Fix algorithm leak when block size check fails
Herbert Xu
2008-01-10
|
*
[CRYPTO] tcrypt: Zero axbuf in the right function
Herbert Xu
2008-01-10
|
*
[CRYPTO] salsa20-asm: Remove unnecessary dependency on CRYPTO_SALSA20
Tan Swee Heng
2008-01-10
|
*
[CRYPTO] tcrypt: Add select of AEAD
Sebastian Siewior
2008-01-10
|
*
[CRYPTO] salsa20: Add x86-64 assembly version
Tan Swee Heng
2008-01-10
|
*
[CRYPTO] salsa20_i586: Salsa20 stream cipher algorithm (i586 version)
Tan Swee Heng
2008-01-10
|
*
[CRYPTO] gcm: Introduce rfc4106
Herbert Xu
2008-01-10
|
*
[CRYPTO] api: Show async type
Herbert Xu
2008-01-10
[next]