summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2015-05-28crypto: aead - Add common IV generation codeHerbert Xu
2015-05-28crypto: aead - Document behaviour of AD in destination bufferHerbert Xu
2015-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2015-05-27crypto: drbg - use Jitter RNG to obtain seedStephan Mueller
2015-05-27crypto: drbg - add async seeding operationStephan Mueller
2015-05-27crypto: drbg - prepare for async seedingStephan Mueller
2015-05-27random: Blocking API for accessing nonblocking_poolStephan Mueller
2015-05-25crypto: aead - Remove unused cryptoff parameterHerbert Xu
2015-05-25crypto: aead - Add crypto_aead_alg_ivsize/maxauthsizeHerbert Xu
2015-05-22crypto: seqiv - Add support for new AEAD interfaceHerbert Xu
2015-05-22crypto: null - Add default null skcipherHerbert Xu
2015-05-22crypto: aead - Add support for new AEAD implementationsHerbert Xu
2015-05-22crypto: aead - Add crypto_aead_maxauthsizeHerbert Xu
2015-05-22crypto: aead - Rename aead_alg to old_aead_algHerbert Xu
2015-05-22crypto: aead - Add new interface with single SG listHerbert Xu
2015-05-22crypto: scatterwalk - Add scatterwalk_ffwd helperHerbert Xu
2015-05-18crypto: md5 - add MD5 initial vectorsLABBE Corentin
2015-05-13crypto: aead - Convert top level interface to new styleHerbert Xu
2015-05-13crypto: cryptd - Add missing aead.h inclusionHerbert Xu
2015-05-13crypto: aead - Add crypto_aead_set_reqsize helperHerbert Xu
2015-05-13crypto: api - Add crypto_grab_spawn primitiveHerbert Xu
2015-05-11crypto: nx - add PowerNV platform NX-842 driverDan Streetman
2015-05-11crypto: nx - add nx842 constraintsDan Streetman
2015-05-11crypto: nx - add NX-842 platform frontend driverDan Streetman
2015-05-11lib: add software 842 compression/decompressionDan Streetman
2015-05-04lib: make memzero_explicit more robust against dead store eliminationDaniel Borkmann
2015-05-01crypto: pcomp - Constify (de)compression parametersDavid Howells
2015-04-23crypto: api - Move module sig ifdef into accessor functionHerbert Xu
2015-04-22crypto: rng - Remove old low-level rng interfaceHerbert Xu
2015-04-22crypto: drbg - Convert to new rng interfaceHerbert Xu
2015-04-22crypto: rng - Add multiple algorithm registration interfaceHerbert Xu
2015-04-22crypto: rng - Add crypto_rng_set_entropyHerbert Xu
2015-04-22crypto: rng - Convert low-level crypto_rng to new styleHerbert Xu
2015-04-22crypto: rng - Mark crypto_rng_reset seed as constHerbert Xu
2015-04-21crypto: rng - Introduce crypto_rng_generateHerbert Xu
2015-04-21crypto: rng - Convert crypto_rng to new style crypto_typeHerbert Xu
2015-04-21crypto: drbg - replace spinlock with mutexStephan Mueller
2015-04-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-04-15linux/bitmap.h: improve BITMAP_{LAST,FIRST}_WORD_MASKRasmus Villemoes
2015-04-15lib/string_helpers.c: change semantics of string_escape_memRasmus Villemoes
2015-04-15printk: comment pr_cont() stating it is only to continue a lineSteven Rostedt
2015-04-15kernel/reboot.c: add orderly_reboot for graceful rebootJoel Stanley
2015-04-15kernel/resource.c: remove deprecated __check_region() and friendsJakub Sitnicki
2015-04-15kernel: conditionally support non-root users, groups and capabilitiesIulia Manda
2015-04-15include/linux: remove empty conditionalsRasmus Villemoes
2015-04-15zsmalloc: support compactionMinchan Kim
2015-04-15dax: use pfn_mkwrite to update c/mtime + freeze protectionBoaz Harrosh
2015-04-15mm: new pfn_mkwrite same as page_mkwrite for VM_PFNMAPBoaz Harrosh
2015-04-15mm/mempool.c: kasan: poison mempool elementsAndrey Ryabinin
2015-04-15mm: uninline and cleanup page-mapping related helpersKirill A. Shutemov