summaryrefslogtreecommitdiff
path: root/crypto/algapi.c
Commit message (Expand)AuthorAge
* crypto: api - Keep failed instances aliveHerbert Xu2018-03-31
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-01-31
|\
| * crypto: algapi - remove unused notificationsEric Biggers2018-01-05
| * crypto: algapi - convert cra_refcnt to refcount_tEric Biggers2018-01-05
* | crypto: algapi - fix NULL dereference in crypto_remove_spawns()Eric Biggers2018-01-05
|/
* crypto: change transient busy return code to -ENOSPCGilad Ben-Yossef2017-11-03
* crypto: algapi - use separate dst and src operands for __crypto_xor()Ard Biesheuvel2017-08-04
* crypto: algapi - Use pr_err common logging style.Karim Eshapa2017-06-19
* crypto: algapi - annotate expected branch behavior in crypto_inc()Ard Biesheuvel2017-03-09
* crypto: algapi - make crypto_xor() and crypto_inc() alignment agnosticArd Biesheuvel2017-02-11
* crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an algSalvatore Benedetto2017-01-23
* crypto: api - Add crypto_inst_setnameHerbert Xu2016-07-01
* crypto: api - Add crypto_type_has_alg helperHerbert Xu2016-01-25
* crypto: api - use list_first_entry_or_null and list_next_entryGeliang Tang2015-11-23
* crypto: api - Only abort operations on fatal signalHerbert Xu2015-10-20
* crypto: api - Add instance free function to crypto_typeHerbert Xu2015-07-14
* crypto: api - Remove unused __crypto_dequeue_requestHerbert Xu2015-07-14
* crypto: api - Include alignment in crypto_alg_extsizeHerbert Xu2015-06-03
* crypto: api - Add crypto_grab_spawn primitiveHerbert Xu2015-05-13
* crypto: api - Fix build error when modules are disabledHerbert Xu2015-04-26
* crypto: api - Include linux/fips.hHerbert Xu2015-04-23
* crypto: api - Move module sig ifdef into accessor functionHerbert Xu2015-04-23
* crypto: api - Add crypto_alg_extsize helperHerbert Xu2015-04-21
* crypto: fix broken crypto_register_instance() module handlingHerbert Xu2015-04-15
* crypto: api - remove instance when test failedStephan Mueller2015-04-10
* crypto: api - Move alg ref count init to crypto_check_algHerbert Xu2015-04-10
* crypto: api - Change crypto_unregister_instance argument typeHerbert Xu2015-04-03
* crypto: api - Fix races in crypto_unregister_instanceHerbert Xu2015-04-03
* crypto: api - fixed style erro in algapi.cJoshua I. James2014-12-22
* crypto: include crypto- module prefix in templateKees Cook2014-11-26
* crypto: fips - only panic on bad/missing crypto mod signaturesJarod Wilson2014-07-03
* crypto: sanitize argument for format stringKees Cook2013-07-03
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-27
* crypto: use ERR_CASTJulia Lawall2013-02-04
* crypto: algapi - Move larval completion into algbossHerbert Xu2012-06-22
* crypto: Add bulk algorithm registration interfaceMark Brown2012-01-26
* crypto: Unlink and free instances when deletedSteffen Klassert2011-11-09
* crypto: Export crypto_remove_finalSteffen Klassert2011-10-21
* crypto: Export crypto_remove_spawnsSteffen Klassert2011-10-21
* crypto: Add a flag to identify crypto instancesSteffen Klassert2011-10-21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Herbert Xu2010-05-03
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* | crypto: algapi - Remove unneeded null checkDan Carpenter2010-05-03
|/
* crypto: algapi - Fix checkpatch errorsRichard Hartmann2010-02-16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2009-09-11
|\
| * crypto: api - Do not displace newly registered algorithmsHerbert Xu2009-08-31
| * crypto: api - Fix crypto_drop_spawn crash on blank spawnsHerbert Xu2009-07-09
| * crypto: api - Add crypto_attr_alg2 helperHerbert Xu2009-07-08
| * crypto: api - Add new style spawn supportHerbert Xu2009-07-08
| * crypto: api - Add crypto_alloc_instance2Herbert Xu2009-07-07