aboutsummaryrefslogtreecommitdiffstats
path: root/module/icp/core
Commit message (Expand)AuthorAgeFilesLines
* module: icp: remove unused CRYPTO_ALWAYS_QUEUEнаб2022-02-151-168/+0
* module: icp: drop software provider generation numbersнаб2022-02-151-4/+0
* module: icp: remove other provider typesнаб2022-02-154-674/+91
* module: icp: use original mechanismsнаб2022-02-152-11/+3
* module: icp: use original descriptionнаб2022-02-151-22/+0
* module: icp: guarantee the ops vector is persistentнаб2022-02-151-55/+2
* module: icp: have a static 8 providersнаб2022-02-151-14/+3
* module: icp: spi: crypto_ops_t: remove unused op typesнаб2022-02-154-1889/+24
* module: icp: spi: flatten struct crypto_ops, crypto_provider_infoнаб2022-02-151-14/+2
* module: icp: spi: remove crypto_control_ops_tнаб2022-02-151-9/+0
* module: icp: spi: remove crypto_{provider,op}_notification()наб2022-02-151-1/+0
* Rename fallthrough to zfs_fallthroughJorgen Lundman2022-02-151-1/+1
* Rename EMPTY_TASKQ into taskq_emptyJorgen Lundman2022-02-091-11/+2
* module/*.ko: prune .data, global .rodataнаб2022-01-144-47/+42
* module: icp: rip out the Solaris loadable module architectureнаб2022-01-061-6/+0
* module: icp: fix unused, remove argsusedнаб2021-12-233-8/+9
* Use fallthrough macroBrian Behlendorf2021-09-141-1/+1
* Normalise /*FALLTHR{OUGH,U}*/наб2021-07-261-1/+1
* Extending FreeBSD UIO StructBrian Atkinson2021-01-201-16/+16
* Introduce CPU_SEQID_UNSTABLEMateusz Guzik2020-11-021-3/+1
* Mark functions as staticArvind Sankar2020-06-181-2/+2
* Add convenience wrappers for common uio usageJorgen Lundman2020-06-141-21/+14
* Remove checks for null out value in encryption pathsDirkjan Bussink2020-03-261-2/+4
* ICP: Fix null pointer dereference and use after freeAttila Fülöp2019-12-031-1/+4
* Fix typos in modules/icp/Andrea Gelmini2019-08-302-7/+7
* Fedora 28: Fix misc bounds check compiler warningsJoao Carlos Mendes Luis2018-08-261-1/+1
* Native Encryption for ZFS on LinuxTom Caputi2017-08-141-2/+2
* Add kpreempt_disable/enable around CPU_SEQID usesMorgan Jones2017-06-191-2/+5
* Add missing *_destroy/*_fini callsGvozden Neskovic2017-05-043-4/+38
* Fix spellingka72017-01-032-2/+2
* Use cstyle -cpP in `make cstyle` checkBrian Behlendorf2016-12-122-3/+4
* Add TASKQID_INVALIDBrian Behlendorf2016-11-021-2/+2
* Fix coverity defects: CID 150943, 150938cao2016-10-131-2/+4
* Fix file permissionsBrian Behlendorf2016-10-081-0/+0
* Fix NULL deref in kcf_remove_mech_providercandychencan2016-09-301-1/+3
* Fix: Build warnings with different gcc optimization levels in debug modeGeLiXin2016-08-291-1/+1
* Illumos Crypto Port module added to enable native encryption in zfsTom Caputi2016-07-205-0/+4972