summaryrefslogtreecommitdiffstats
path: root/module/icp
Commit message (Expand)AuthorAgeFilesLines
* Fix double sha1/sha1.o line in module/icp/Makefile.inTino Reichardt2021-04-141-1/+0
* Fix various typosAndrea Gelmini2021-04-071-2/+2
* Extending FreeBSD UIO StructBrian Atkinson2021-01-205-90/+90
* Introduce CPU_SEQID_UNSTABLEMateusz Guzik2020-11-021-3/+1
* ICP: gcm: Allocate hash subkey table separatelyAttila Fülöp2020-10-305-13/+93
* Add some missing cfi frame info in aesni-gcm-x86_64.SAttila Fülöp2020-10-301-0/+6
* Prefix zfs internal endian checks with _ZFSMatthew Macy2020-07-286-15/+13
* Make use of ZFS_DEBUG consistent within kmod sourcesMatthew Macy2020-07-251-1/+1
* Make Skein_{Get,Put}64_LSB_First inline functionsArvind Sankar2020-06-182-15/+2
* Add prototypesArvind Sankar2020-06-184-20/+18
* Add include files for prototypesArvind Sankar2020-06-183-0/+3
* Remove dead codeArvind Sankar2020-06-181-2/+2
* Mark functions as staticArvind Sankar2020-06-183-14/+13
* Add convenience wrappers for common uio usageJorgen Lundman2020-06-145-137/+96
* Cleanup linux module kbuild filesArvind Sankar2020-06-101-5/+8
* Replace sprintf()->snprintf() and strcpy()->strlcpy()Jorgen Lundman2020-06-073-6/+8
* Remove checks for null out value in encryption pathsDirkjan Bussink2020-03-2611-219/+106
* ICP: gcm-avx: Support architectures lacking the MOVBE instructionAttila Fülöp2020-03-173-18/+389
* Fix icp include directories for in-tree buildArvind Sankar2020-02-201-2/+2
* ICP: Improve AES-GCM performanceAttila Fülöp2020-02-1010-20/+2590
* Unify target_cpu handlingBrian Behlendorf2020-01-171-21/+8
* Static symbols exported by ICPBrian Behlendorf2020-01-021-2/+0
* 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-032-4/+9
* Fix icp build on FreeBSDMatthew Macy2019-11-012-23/+22
* Linux 4.14, 4.19, 5.0+ compat: SIMD save/restoreBrian Behlendorf2019-10-245-35/+7
* Remove linux/mod_compat.h from common codeMatthew Macy2019-10-112-2/+0
* Fix strdup conflict on other platformsMatthew Macy2019-10-101-1/+1
* OpenZFS restructuring - move platform specific headersMatthew Macy2019-09-056-8/+9
* Fix typos in modules/icp/Andrea Gelmini2019-08-3012-22/+22
* Minor style cleanupBrian Behlendorf2019-07-164-10/+17
* Linux 5.0 compat: SIMD compatibilityBrian Behlendorf2019-07-127-39/+84
* 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