aboutsummaryrefslogtreecommitdiffstats
path: root/module/icp
Commit message (Expand)AuthorAgeFilesLines
* Remove sha1 hashing from OpenZFS, it's not used anywhere.Tino Reichardt2022-01-068-3618/+0
* module: icp: remove solaris crypto and cryptoadm ioctl definitionsнаб2022-01-063-1620/+0
* module: icp: rip out the Solaris loadable module architectureнаб2022-01-0611-834/+20
* module: icp: fix unused, remove argsusedнаб2021-12-2321-72/+69
* Use fallthrough macroBrian Behlendorf2021-09-142-2/+2
* Remove NOTE(CONSTCOND) and note.hнаб2021-07-262-9/+0
* Normalise /*FALLTHR{OUGH,U}*/наб2021-07-262-2/+2
* Replace ZoL with OpenZFS where applicableнаб2021-05-071-1/+1
* ICP: Silence objtool "stack pointer realignment" warningsAttila Fülöp2021-04-171-0/+6
* ICP: Add missing stack frame info to SHA asm filesAttila Fülöp2021-04-163-4/+72
* Fix double sha1/sha1.o line in module/icp/Makefile.inTino Reichardt2021-04-081-1/+0
* Fix various typosAndrea Gelmini2021-04-021-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