aboutsummaryrefslogtreecommitdiffstats
path: root/module/icp
Commit message (Expand)AuthorAgeFilesLines
* Restructure vec_idx loopsRichard Laager2019-04-163-42/+48
* Fedora 28: Fix misc bounds check compiler warningsJoao Carlos Mendes Luis2018-08-261-1/+1
* Add support for selecting encryption backendNathan Lewis2018-08-0213-1582/+2197
* Fix kernel unaligned access on sparc64Brian Behlendorf2018-07-111-1/+1
* Update build system and packagingBrian Behlendorf2018-05-2913-24/+11
* Change movaps to movups in AES-NI codeTom Caputi2018-01-313-48/+49
* Support -fsanitize=address with --enable-asanBrian Behlendorf2018-01-101-6/+3
* Linux 4.14 compat: CONFIG_GCC_PLUGIN_RANDSTRUCTMark Wright2017-11-285-61/+63
* Post-Encryption FollowupBrian Behlendorf2017-10-131-6/+7
|\
| * Encryption patch follow-upTom Caputi2017-10-111-6/+7
* | SPARC optimizations for Encode()KireinaHoro2017-10-121-5/+17
* | SPARC optimizations for SHA1Transform()KireinaHoro2017-10-121-1/+164
|/
* Retire legacy test infrastructureBrian Behlendorf2017-08-151-0/+2
* Native Encryption for ZFS on LinuxTom Caputi2017-08-143-9/+9
* Allow longer SPA names in statsgaurkuma2017-08-111-5/+6
* Add libtpool (thread pools)Brian Behlendorf2017-08-092-13/+8
* Clang fixesalaviss2017-07-052-10/+10
* Add kpreempt_disable/enable around CPU_SEQID usesMorgan Jones2017-06-191-2/+5
* Add missing *_destroy/*_fini callsGvozden Neskovic2017-05-043-4/+38
* [icp] fpu and asm cleanup for linuxGvozden Neskovic2017-03-0710-307/+135
* codebase style improvements for OpenZFS 6459 portGeorge Melikov2017-01-227-29/+32
* Fix spellingka72017-01-035-5/+5
* Use cstyle -cpP in `make cstyle` checkBrian Behlendorf2016-12-126-28/+24
* Add TASKQID_INVALIDBrian Behlendorf2016-11-021-2/+2
* icp: mark asm files with noexec stackJason Zaman2016-10-251-0/+4
* Fix coverity defects: CID 150919, 150923luozhengzheng2016-10-202-2/+2
* Fix coverity defects: CID 150943, 150938cao2016-10-131-2/+4
* Fix ICP memleak introduced in #4760Tom Caputi2016-10-121-0/+13
* Porting over some ICP code that was missed in #4760Tom Caputi2016-10-101-16/+118
* Fix file permissionsBrian Behlendorf2016-10-081-0/+0
* Fix coverity defects: CID 150953, 147603, 147610luozhengzheng2016-10-041-1/+1
* OpenZFS 4185 - add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-RTony Hutter2016-10-0319-128/+6644
* Fix NULL deref in kcf_remove_mech_providercandychencan2016-09-301-1/+3
* Fix Coverity defectsluozhengzheng2016-09-171-1/+1
* Fix: Build warnings with different gcc optimization levels in debug modeGeLiXin2016-08-291-1/+1
* icp: mark asm files with noexec stackJason Zaman2016-08-125-0/+20
* icp: add no_const for PaX CompatJason Zaman2016-08-121-16/+21
* Unify license of icp module with the rest of zfsNikolay Borisov2016-07-291-1/+1
* Fixes for issues found with cppcheck toolGvozden Neskovic2016-07-271-1/+1
* Fix for compilation error when using the kernel's CONFIG_LOCKDEPTom Caputi2016-07-211-9/+2
* Illumos Crypto Port module added to enable native encryption in zfsTom Caputi2016-07-2066-0/+34499