summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu5-5/+6
2016-07-18crypto: user - Remove crypto_lookup_skcipher callHerbert Xu1-36/+1
2016-06-23crypto: kpp - Key-agreement Protocol Primitives API (KPP)Salvatore Benedetto8-0/+552
2016-06-23Revert "crypto: user - no parsing of CRYPTO_MSG_GETALG"Herbert Xu1-6/+4
2016-06-23crypto: user - re-add size check for CRYPTO_MSG_GETALGMathias Krause1-0/+1
2016-05-31crypto: user - no parsing of CRYPTO_MSG_GETALGStephan Mueller1-4/+6
2016-02-06crypto: user - lock crypto_alg_list on alg dumpMathias Krause1-1/+5
2015-10-20crypto: api - Only abort operations on fatal signalHerbert Xu4-6/+6
2015-08-17crypto: user - Remove crypto_lookup_aead callHerbert Xu1-32/+0
2015-06-22crypto: user - Add CRYPTO_MSG_DELRNGHerbert Xu2-1/+12
2015-06-17crypto: akcipher - add PKE APITadeusz Struk8-0/+555
2015-04-08crypto: user - Fix crypto_alg_match raceHerbert Xu1-10/+29
2015-04-03crypto: api - Change crypto_unregister_instance argument typeHerbert Xu3-8/+4
2014-11-26crypto: user - add MODULE_ALIASStephan Mueller1-0/+1
2014-11-24crypto: user - Allow get request with empty driver nameHerbert Xu1-4/+1
2014-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6 int...Linus Torvalds37-746/+2369
2014-05-08crypto: user - Allow CRYPTO_MSG_GETALG without CAP_NET_ADMINMatthias-Christian Ott1-3/+9
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman19-36/+38
2013-03-10crypto: user - constify netlink dispatch tableMathias Krause1-2/+2
2013-02-19crypto: user - ensure user supplied strings are nul-terminatedMathias Krause1-0/+14
2013-02-19crypto: user - fix empty string test in report APIMathias Krause1-1/+1
2013-02-19crypto: user - fix info leaks in report APIMathias Krause8-30/+29
2012-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds100-1737/+11457
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman75-728/+728
2012-09-08netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso20-37/+31
2012-09-06crypto: crypto_user - fix sparse warnings (symbol was not declared, should be...Jussi Kivilinna2-6/+6
2012-06-29netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso20-51/+117
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4052-50415/+104500
2012-04-02crypto: Stop using NLA_PUT*().David S. Miller8-38/+38
2012-03-29crypto: user - Fix size of netlink dump messageSteffen Klassert2-0/+11
2012-03-29crypto: user - Fix lookup of algorithms with IV generatorSteffen Klassert5-5/+79
2012-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds38-654/+5831
2012-02-26netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso12-43/+87
2012-02-05crypto: In crypto_add_alg(), 'exact' wants to be initialized to 0Jesper Juhl1-1/+1
2012-01-15Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds24-189/+120
2012-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds44-2049/+8684
2011-11-09crypto: Unlink and free instances when deletedSteffen Klassert3-1/+31
2011-11-01crypto: user - Fix rwsem leak in crypto_userJonathan Corbet1-3/+0
2011-10-21crypto: user - Initialise match in crypto_alg_matchHerbert Xu1-1/+1
2011-10-21crypto: Add userspace report for compress type algorithmsSteffen Klassert1-0/+20
2011-10-21crypto: Add userspace report for cipher type algorithmsSteffen Klassert2-0/+37
2011-10-21crypto: Add userspace report for larval type algorithmsSteffen Klassert2-0/+17
2011-10-21crypto: Add a report function pointer to crypto_typeSteffen Klassert2-0/+7
2011-10-21crypto: Add userspace configuration APISteffen Klassert5-0/+433