summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2015-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2015-05-26crypto: algif_aead - Disable AEAD user-space for nowHerbert Xu
2015-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2015-05-18crypto: algif_aead - fix invalid sgl linkingTadeusz Struk
2015-04-24Merge tag 'md/4.1' of git://neil.brown.name/mdLinus Torvalds
2015-04-22md/raid5: activate raid6 rmw featureMarkus Stockhausen
2015-04-15crypto: fix broken crypto_register_instance() module handlingHerbert Xu
2015-04-15crypto: fix mis-merge with the networking mergeLinus Torvalds
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2015-04-11new helper: msg_data_left()Al Viro
2015-04-10crypto: sha512-generic - move to generic glue implementationArd Biesheuvel
2015-04-10crypto: sha256-generic - move to generic glue implementationArd Biesheuvel
2015-04-10crypto: sha1-generic - move to generic glue implementationArd Biesheuvel
2015-04-10crypto: api - remove instance when test failedStephan Mueller
2015-04-10crypto: api - Move alg ref count init to crypto_check_algHerbert Xu
2015-04-09Merge branch 'iocb' into for-davemAl Viro
2015-04-08crypto: user - Fix crypto_alg_match raceHerbert Xu
2015-04-07crypto: serpent_sse2 - Fix a typo in KconfigMasanari Iida
2015-04-03crypto: api - Change crypto_unregister_instance argument typeHerbert Xu
2015-04-03crypto: api - Fix races in crypto_unregister_instanceHerbert Xu
2015-04-01crypto: algif - explicitly mark end of datatadeusz.struk@intel.com
2015-04-01crypto: algif - use kmalloc instead of kzallocTadeusz Struk
2015-04-01crypto: af_alg - make exports consistantTadeusz Struk
2015-03-31crypto: mcryptd - process CRYPTO_ALG_INTERNALStephan Mueller
2015-03-31crypto: proc - identify internal ciphersStephan Mueller
2015-03-31crypto: cryptd - process CRYPTO_ALG_INTERNALStephan Mueller
2015-03-31crypto: testmgr - use CRYPTO_ALG_INTERNALStephan Mueller
2015-03-31crypto: api - prevent helper ciphers from being usedStephan Mueller
2015-03-25crypto: algif - fix warn: unsigned 'used' is never less than zerotadeusz.struk@intel.com
2015-03-23crypto: algif - change algif_skcipher to be asynchronousTadeusz Struk
2015-03-23crypto: af_alg - Allow to link sglTadeusz Struk
2015-03-16crypto: algif_rng - zeroize buffer with random dataStephan Mueller
2015-03-13crypto: testmgr - fix RNG return code enforcementStephan Mueller
2015-03-12crypto: arm - move ARM specific Kconfig definitions to a dedicated fileArd Biesheuvel
2015-03-12crypto: tcrypt - fix uninit sg entries in test_acipher_speedHoria Geant?
2015-03-10crypto: octeon - enable OCTEON SHA1/256/512 module selectionAaro Koskinen
2015-03-09crypto: rng - RNGs must return 0 in success caseStephan Mueller
2015-03-04crypto: drbg - remove superflowous memsetsStephan Mueller
2015-03-04crypto: drbg - use single block cipher APIStephan Mueller
2015-03-04crypto: powerpc/md5 - kernel configMarkus Stockhausen
2015-03-04crypto: algif - enable AEAD interface compilationStephan Mueller
2015-03-04crypto: algif - add AEAD supportStephan Mueller
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2015-03-02crypto: powerpc/sha1 - kernel configMarkus Stockhausen
2015-03-01crypto: powerpc/aes - kernel configMarkus Stockhausen
2015-02-27crypto: ppc/sha256 - kernel configMarkus Stockhausen
2015-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2015-02-10crypto: fix af_alg_make_sg() conversion to iov_iterLinus Torvalds
2015-02-04crypto: tcrypt - do not allocate iv on stack for aead speed testsCristian Stoica
2015-02-04crypto: testmgr - limit IV copy length in aead testsCristian Stoica