summaryrefslogtreecommitdiffstats
path: root/module/icp
Commit message (Expand)AuthorAgeFilesLines
* Fix possible NULL pointer dereference in sha2_mac_init()Richard Yao2022-12-011-5/+8
* Fix use-after-free bugs in icp codeRichard Yao2022-12-012-2/+2
* icp: fix all !ENDBR objtool warnings in x86 Asm codeAlexander Lobakin2022-12-016-0/+31
* icp: fix rodata being marked as text in x86 Asm codeAlexander Lobakin2022-11-303-5/+7
* icp: properly fix all RETs in x86_64 Asm codeAlexander Lobakin2022-11-303-11/+20
* kcfpool_alloc() should have its argument list marked voidRichard Yao2022-10-121-1/+1
* Fix bad free in skein codeRichard Yao2022-09-281-3/+15
* Fix objtool: missing int3 after ret warningBrian Behlendorf2022-07-277-20/+26
* ICP: Add missing stack frame info to SHA asm filesAttila Fülöp2022-07-272-0/+52
* Fix -Wattribute-warning in edonrBrian Behlendorf2022-07-271-1/+1
* Remove sha1 hashing from OpenZFS, it's not used anywhere.Tino Reichardt2022-07-268-3625/+0
* Fix functions without a prototypeAidan Harris2022-05-201-1/+1
* Use fallthrough macroBrian Behlendorf2021-11-022-2/+2
* Replace ZoL with OpenZFS where applicableнаб2021-05-101-1/+1
* ICP: Silence objtool "stack pointer realignment" warningsAttila Fülöp2021-04-191-0/+6
* 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