V4L/DVB (12427): cx24113: fix mips compiler warning
[pandora-kernel.git] / crypto /
2009-08-04 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2009-08-04 Linus TorvaldsMerge git://git./linux/kernel/git/jejb/scsi-rc-fixes-2.6
2009-08-04 Linus TorvaldsMerge branch 'tracing-fixes-for-linus' of git://git...
2009-08-04 Linus TorvaldsMerge branch 'x86-fixes-for-linus' of git://git./linux...
2009-08-04 Linus TorvaldsMerge git://git./linux/kernel/git/sfrench/cifs-2.6
2009-08-03 Linus TorvaldsMerge branch 'for-linus' of git://neil.brown.name/md
2009-08-02 Len BrownMerge branch 'bugzilla-13865' into release
2009-08-02 Len BrownMerge branch 'bugzilla-13620-revert' into release
2009-08-02 Ingo MolnarMerge branch 'sched/urgent' into sched/core
2009-07-31 Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
2009-07-31 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2009-07-31 Linus TorvaldsMerge branch 'timers-fixes-for-linus' of git://git...
2009-07-31 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-07-30 Linus TorvaldsMerge branch 'tracing-fixes-for-linus' of git://git...
2009-07-30 Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
2009-07-30 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2009-07-30 Mark BrownMerge branch 'gta02-audio' into for-2.6.32
2009-07-28 Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
2009-07-24 Herbert Xucrypto: hmac - Prehash ipad/opad
2009-07-24 Phil Carmodycrypto: aes - Undefined behaviour in crypto_aes_expand_key
2009-07-24 Steffen Klassertcrypto: shash - Test for the algorithms import function...
2009-07-24 Steffen Klassertcrypto: ahash - Use GFP_KERNEL on allocation if the...
2009-07-22 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-07-22 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-07-22 Herbert Xucrypto: shash - Require all algorithms to support expor...
2009-07-22 Herbert Xucrypto: sha512_generic - Use 64-bit counters
2009-07-22 Herbert Xucrypto: sha512 - Export struct sha512_state
2009-07-22 Herbert Xucrypto: xcbc - Fix shash conversion
2009-07-22 Herbert Xucrypto: xcbc - Use crypto_xor
2009-07-22 Herbert Xucrypto: cryptd - Add finup/export/import for hash
2009-07-15 Herbert Xucrypto: shash - Fix async finup handling of null digest
2009-07-15 Herbert Xucrypto: ahash - Fix setkey crash
2009-07-15 Herbert Xucrypto: xcbc - Fix incorrect error value when creating...
2009-07-15 Herbert Xucrypto: hmac - Fix incorrect error value when creating...
2009-07-15 Steffen Klassertcrypto: cryptd - Fix uninitialized return value
2009-07-15 Herbert Xucrypto: ahash - Add unaligned handling and default...
2009-07-14 Herbert Xucrypto: ahash - Use GFP_KERNEL in unaligned setkey
2009-07-14 Herbert Xucrypto: shash - Fix alignment in unaligned operations
2009-07-14 Herbert Xucrypto: hash - Zap unaligned buffers
2009-07-14 Robert RichterMerge commit 'v2.6.31-rc3'; commit 'tip/oprofile' into...
2009-07-14 Herbert Xucrypto: ahash - Remove old_ahash_alg
2009-07-14 Herbert Xucrypto: cryptd - Switch to new style ahash
2009-07-14 Herbert Xucrypto: cryptd - Switch to template create API
2009-07-14 Herbert Xucrypto: tcrypt - Add mask parameter
2009-07-14 Herbert Xucrypto: ahash - Add instance/spawn support
2009-07-14 Herbert Xucrypto: ahash - Convert to new style algorithms
2009-07-14 Herbert Xucrypto: api - Remove frontend argument from extsize...
2009-07-14 Herbert Xucrypto: cryptd - Use crypto_ahash_set_reqsize
2009-07-14 Herbert Xucrypto: cryptd - Use shash algorithms
2009-07-14 Herbert Xucrypto: shash - Export async functions
2009-07-14 Herbert Xucrypto: hash - Remove legacy hash/digest implementaion
2009-07-14 Herbert Xucrypto: authenc - Remove reference to crypto_hash
2009-07-14 Herbert Xucrypto: xcbc - Switch to shash
2009-07-14 Herbert Xucrypto: hmac - Switch to shash
2009-07-14 Herbert Xucrypto: shash - Make descsize a run-time attribute
2009-07-12 Herbert Xucrypto: shash - Move null setkey check to registration...
2009-07-11 Herbert Xucrypto: sha256_generic - Add export/import support
2009-07-11 Herbert Xucrypto: sha256_generic - Use 64-bit counter like sha1
2009-07-11 Herbert Xucrypto: sha1_generic - Add export/import support
2009-07-11 Herbert Xucrypto: shash - Move finup/digest null checks to regist...
2009-07-11 Herbert Xucrypto: shash - Export/import hash state only
2009-07-09 Herbert Xucrypto: api - Fix crypto_drop_spawn crash on blank...
2009-07-08 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-07-08 Herbert Xucrypto: shash - Propagate reinit return value
2009-07-08 Herbert Xucrypto: shash - Use finup in default digest
2009-07-08 Herbert Xucrypto: shash - Add shash_register_instance
2009-07-08 Herbert Xucrypto: shash - Add shash_attr_alg2 helper
2009-07-08 Herbert Xucrypto: api - Add crypto_attr_alg2 helper
2009-07-08 Herbert Xucrypto: shash - Add spawn support
2009-07-08 Herbert Xucrypto: api - Add new style spawn support
2009-07-08 Herbert Xucrypto: shash - Add shash_instance
2009-07-07 Mark BrownMerge branch 'davinci' into for-2.6.32
2009-07-07 Herbert Xucrypto: api - Add crypto_alloc_instance2
2009-07-07 Herbert Xucrypto: api - Add new template create function
2009-07-06 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-07-03 Takashi IwaiMerge branch 'fix/soundcore' into for-linus
2009-07-03 Ingo MolnarMerge branch 'amd-iommu/fixes' of git://git./linux...
2009-07-03 Ingo MolnarMerge branch 'dma-debug/fixes' of git://git./linux...
2009-07-03 Sebastian Andrzej... crypto: ansi_prng - alloc cipher just in init
2009-07-03 Sebastian Andrzej... crypto: ansi_prng - Use just a BH lock
2009-07-02 Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
2009-07-02 Herbert Xucrypto: testmgr - Allow implementation-specific tests
2009-07-01 Dan Williamsdmaengine: move HIGHMEM64G restriction to ASYNC_TX_DMA
2009-06-30 Takashi IwaiMerge branch 'topic/hda-patch' into topic/hda
2009-06-29 Ingo MolnarMerge branch 'linus' into sched/core
2009-06-26 Linus TorvaldsMerge git://git./linux/kernel/git/sfrench/cifs-2.6
2009-06-25 Takashi IwaiMerge branch 'for-2.6.32' of git://git./linux/kernel...
2009-06-25 Takashi IwaiMerge branch 'for-2.6.31' of git://git./linux/kernel...
2009-06-25 Herbert Xucrypto: skcipher - Change default sync geniv on SMP...
2009-06-25 Herbert Xucrypto: skcipher - Fix request for sync algorithms
2009-06-24 Linus TorvaldsMerge git://git.infradead.org/battery-2.6
2009-06-24 Linus TorvaldsMerge branch 'for-upstream' of git://git./linux/kernel...
2009-06-24 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2009-06-24 Herbert Xucrypto: testmgr - Remove hash size check
2009-06-24 Len BrownMerge branch 'bjorn-notify' into release
2009-06-24 Len BrownMerge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci...
2009-06-23 Linus TorvaldsMerge branch 'for-linus' of git://www.jni.nu/cris
2009-06-23 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-06-23 Ben Dooks[ARM] S3C maintainer updates merge branch maintainers...
2009-06-23 Linus TorvaldsMerge git://git.infradead.org/~dwmw2/iommu-2.6.31
next