aboutsummaryrefslogtreecommitdiffstats
path: root/module/icp/algs
Commit message (Expand)AuthorAgeFilesLines
* Mark functions as staticArvind Sankar2020-06-182-12/+11
* Add convenience wrappers for common uio usageJorgen Lundman2020-06-141-16/+14
* Replace sprintf()->snprintf() and strcpy()->strlcpy()Jorgen Lundman2020-06-072-4/+4
* Remove checks for null out value in encryption pathsDirkjan Bussink2020-03-265-194/+96
* ICP: gcm-avx: Support architectures lacking the MOVBE instructionAttila Fülöp2020-03-171-15/+32
* ICP: Improve AES-GCM performanceAttila Fülöp2020-02-101-18/+728
* cppcheck: (error) Uninitialized variableUbuntu2019-12-182-11/+6
* ICP: Fix out of bounds writeAttila Fülöp2019-12-061-1/+3
* ICP: Fix null pointer dereference and use after freeAttila Fülöp2019-12-031-3/+5
* Fix icp build on FreeBSDMatthew Macy2019-11-011-22/+21
* Linux 4.14, 4.19, 5.0+ compat: SIMD save/restoreBrian Behlendorf2019-10-242-4/+2
* Remove linux/mod_compat.h from common codeMatthew Macy2019-10-112-2/+0
* OpenZFS restructuring - move platform specific headersMatthew Macy2019-09-055-6/+7
* Fix typos in modules/icp/Andrea Gelmini2019-08-301-3/+3
* Minor style cleanupBrian Behlendorf2019-07-162-7/+14
* Linux 5.0 compat: SIMD compatibilityBrian Behlendorf2019-07-124-30/+49
* Add support for selecting encryption backendNathan Lewis2018-08-027-1572/+2060
* Fix kernel unaligned access on sparc64Brian Behlendorf2018-07-111-1/+1
* Update build system and packagingBrian Behlendorf2018-05-295-16/+5
* 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
|/
* Native Encryption for ZFS on LinuxTom Caputi2017-08-141-6/+6
* Add libtpool (thread pools)Brian Behlendorf2017-08-091-12/+7
* [icp] fpu and asm cleanup for linuxGvozden Neskovic2017-03-072-21/+21
* codebase style improvements for OpenZFS 6459 portGeorge Melikov2017-01-223-23/+22
* Use cstyle -cpP in `make cstyle` checkBrian Behlendorf2016-12-122-14/+12
* OpenZFS 4185 - add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-RTony Hutter2016-10-0310-6/+3758
* Illumos Crypto Port module added to enable native encryption in zfsTom Caputi2016-07-2010-0/+5424