summaryrefslogtreecommitdiffstats
path: root/crypto/crypto_user.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: user - Replace GFP_ATOMIC with GFP_KERNEL in crypto_reportJia-Ju Bai2018-02-151-1/+1
* crypto: algapi - convert cra_refcnt to refcount_tEric Biggers2018-01-051-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-021-2/+3
|\
| * netlink: pass extended ACK struct where availableJohannes Berg2017-04-131-1/+1
| * netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-1/+1
| * netlink: extended ACK reportingJohannes Berg2017-04-131-1/+2
* | crypto: user - Prepare for CRYPTO_MAX_ALG_NAME expansionHerbert Xu2017-04-101-9/+9
|/
* crypto: acomp - add asynchronous compression apiGiovanni Cabiddu2016-10-251-0/+19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-07-211-0/+1
|\
| * crypto: user - re-add size check for CRYPTO_MSG_GETALGMathias Krause2016-06-231-0/+1
* | crypto: user - Remove crypto_lookup_skcipher callHerbert Xu2016-07-181-36/+1
* | crypto: kpp - Key-agreement Protocol Primitives API (KPP)Salvatore Benedetto2016-06-231-0/+20
* | Revert "crypto: user - no parsing of CRYPTO_MSG_GETALG"Herbert Xu2016-06-231-6/+4
* | crypto: user - no parsing of CRYPTO_MSG_GETALGStephan Mueller2016-05-311-4/+6
|/
* crypto: user - lock crypto_alg_list on alg dumpMathias Krause2016-02-061-1/+5
* crypto: api - Only abort operations on fatal signalHerbert Xu2015-10-201-1/+1
* crypto: user - Remove crypto_lookup_aead callHerbert Xu2015-08-171-32/+0
* crypto: user - Add CRYPTO_MSG_DELRNGHerbert Xu2015-06-221-1/+11
* crypto: akcipher - add PKE APITadeusz Struk2015-06-171-0/+22
* crypto: user - Fix crypto_alg_match raceHerbert Xu2015-04-081-10/+29
* crypto: api - Change crypto_unregister_instance argument typeHerbert Xu2015-04-031-1/+1
* crypto: user - add MODULE_ALIASStephan Mueller2014-11-261-0/+1
* crypto: user - Allow get request with empty driver nameHerbert Xu2014-11-241-4/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6 int...Linus Torvalds2014-06-071-3/+9
|\
| * crypto: user - Allow CRYPTO_MSG_GETALG without CAP_NET_ADMINMatthias-Christian Ott2014-05-081-3/+9
* | net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman2014-04-241-1/+1
|/
* crypto: user - constify netlink dispatch tableMathias Krause2013-03-101-2/+2
* crypto: user - ensure user supplied strings are nul-terminatedMathias Krause2013-02-191-0/+14
* crypto: user - fix empty string test in report APIMathias Krause2013-02-191-1/+1
* crypto: user - fix info leaks in report APIMathias Krause2013-02-191-11/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2012-10-041-1/+1
|\
| * crypto: crypto_user - fix sparse warnings (symbol was not declared, should be...Jussi Kivilinna2012-09-071-1/+1
* | netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-101-2/+2
* | netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso2012-09-081-2/+1
|/
* netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso2012-06-291-2/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-101-1/+79
|\
| * crypto: user - Fix size of netlink dump messageSteffen Klassert2012-03-291-0/+8
| * crypto: user - Fix lookup of algorithms with IV generatorSteffen Klassert2012-03-291-1/+71
* | crypto: Stop using NLA_PUT*().David S. Miller2012-04-021-11/+11
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2012-03-211-1/+1
|\
| * crypto: In crypto_add_alg(), 'exact' wants to be initialized to 0Jesper Juhl2012-02-051-1/+1
* | netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso2012-02-261-3/+7
* | Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds2012-01-141-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2012-01-101-1/+1
|\
| * crypto: Unlink and free instances when deletedSteffen Klassert2011-11-091-1/+1
* | crypto: user - Fix rwsem leak in crypto_userJonathan Corbet2011-11-021-3/+0
|/
* crypto: user - Initialise match in crypto_alg_matchHerbert Xu2011-10-211-1/+1
* crypto: Add userspace report for compress type algorithmsSteffen Klassert2011-10-211-0/+20
* crypto: Add userspace report for cipher type algorithmsSteffen Klassert2011-10-211-0/+29
* crypto: Add userspace report for larval type algorithmsSteffen Klassert2011-10-211-0/+12
OpenPOWER on IntegriCloud