summaryrefslogtreecommitdiffstats
path: root/module/zfs/qat_crypt.c
Commit message (Expand)AuthorAgeFilesLines
* OpenZFS restructuring - move platform specific sourcesMatthew Macy2019-09-061-631/+0
* Make module tunables cross platformMatthew Macy2019-09-051-1/+0
* Fix Intel QAT / ZFS compatibility on v4.7.1+ kernelsloli10K2019-09-031-2/+2
* Code improvement and bug fixes for QAT supportcfzhu2019-04-161-21/+87
* QAT: Allocate digest_buffer using QAT_PHYS_CONTIG_ALLOC()cfzhu2019-03-211-1/+10
* Fix inst_num overflow in qat_crypt.cBrian Behlendorf2018-05-011-6/+5
* Fix spelling errors in commentsTom Caputi2018-03-211-3/+3
* Allow QAT to handle non page-aligned buffersTom Caputi2018-03-161-27/+45
* SHA256 QAT accelerationTom Caputi2018-03-151-24/+193
* QAT support for AES-GCMTom Caputi2018-03-091-0/+371