summaryrefslogtreecommitdiff
path: root/crypto/crypto_user.c
AgeCommit message (Expand)Author
2019-12-17crypto: user - fix memory leak in crypto_reportNavid Emamdoost
2019-12-05crypto: user - support incremental algorithm dumpsEric Biggers
2019-07-10crypto: user - prevent operating on larval algorithmsEric Biggers
2018-11-21crypto: user - fix leaking uninitialized memory to userspaceEric Biggers
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-04-13netlink: pass extended ACK struct where availableJohannes Berg
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-04-13netlink: extended ACK reportingJohannes Berg
2017-04-10crypto: user - Prepare for CRYPTO_MAX_ALG_NAME expansionHerbert Xu
2016-10-25crypto: acomp - add asynchronous compression apiGiovanni Cabiddu
2016-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2016-07-18crypto: user - Remove crypto_lookup_skcipher callHerbert Xu
2016-06-23crypto: kpp - Key-agreement Protocol Primitives API (KPP)Salvatore Benedetto
2016-06-23Revert "crypto: user - no parsing of CRYPTO_MSG_GETALG"Herbert Xu
2016-06-23crypto: user - re-add size check for CRYPTO_MSG_GETALGMathias Krause
2016-05-31crypto: user - no parsing of CRYPTO_MSG_GETALGStephan Mueller
2016-02-06crypto: user - lock crypto_alg_list on alg dumpMathias Krause
2015-10-20crypto: api - Only abort operations on fatal signalHerbert Xu
2015-08-17crypto: user - Remove crypto_lookup_aead callHerbert Xu
2015-06-22crypto: user - Add CRYPTO_MSG_DELRNGHerbert Xu
2015-06-17crypto: akcipher - add PKE APITadeusz Struk
2015-04-08crypto: user - Fix crypto_alg_match raceHerbert Xu
2015-04-03crypto: api - Change crypto_unregister_instance argument typeHerbert Xu
2014-11-26crypto: user - add MODULE_ALIASStephan Mueller
2014-11-24crypto: user - Allow get request with empty driver nameHerbert Xu
2014-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6 int...Linus Torvalds
2014-05-08crypto: user - Allow CRYPTO_MSG_GETALG without CAP_NET_ADMINMatthias-Christian Ott
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman
2013-03-10crypto: user - constify netlink dispatch tableMathias Krause
2013-02-19crypto: user - ensure user supplied strings are nul-terminatedMathias Krause
2013-02-19crypto: user - fix empty string test in report APIMathias Krause
2013-02-19crypto: user - fix info leaks in report APIMathias Krause
2012-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman
2012-09-08netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso
2012-09-07crypto: crypto_user - fix sparse warnings (symbol was not declared, should be...Jussi Kivilinna
2012-06-29netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-02crypto: Stop using NLA_PUT*().David S. Miller
2012-03-29crypto: user - Fix size of netlink dump messageSteffen Klassert
2012-03-29crypto: user - Fix lookup of algorithms with IV generatorSteffen Klassert
2012-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2012-02-26netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso
2012-02-05crypto: In crypto_add_alg(), 'exact' wants to be initialized to 0Jesper Juhl
2012-01-14Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds
2012-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2011-11-09crypto: Unlink and free instances when deletedSteffen Klassert
2011-11-02crypto: user - Fix rwsem leak in crypto_userJonathan Corbet
2011-10-21crypto: user - Initialise match in crypto_alg_matchHerbert Xu
2011-10-21crypto: Add userspace report for compress type algorithmsSteffen Klassert