aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/crypto_user.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Krause1-11/+11
2012-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+1
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-2/+2
2012-09-08netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso1-2/+1
2012-09-07crypto: crypto_user - fix sparse warnings (symbol was not declared, should be static?)Jussi Kivilinna1-1/+1
2012-06-29netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso1-2/+5
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+79
2012-04-02crypto: Stop using NLA_PUT*().David S. Miller1-11/+11
2012-03-29crypto: user - Fix size of netlink dump messageSteffen Klassert1-0/+8
2012-03-29crypto: user - Fix lookup of algorithms with IV generatorSteffen Klassert1-1/+71
2012-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+1
2012-02-26netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso1-3/+7
2012-02-05crypto: In crypto_add_alg(), 'exact' wants to be initialized to 0Jesper Juhl1-1/+1
2012-01-14Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds1-1/+1
2012-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+1
2011-11-09crypto: Unlink and free instances when deletedSteffen Klassert1-1/+1
2011-11-02crypto: 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 Klassert1-0/+29
2011-10-21crypto: Add userspace report for larval type algorithmsSteffen Klassert1-0/+12
2011-10-21crypto: Add a report function pointer to crypto_typeSteffen Klassert1-0/+5
2011-10-21crypto: Add userspace configuration APISteffen Klassert1-0/+372