aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/qat
Commit message (Expand)AuthorAgeFilesLines
* qat: make function definition match prototypeEd Maste2022-09-061-1/+1
* qat(4): Correct some typos in source code commentsGordon Bergling2022-09-044-6/+6
* qat: Add #includes for missing prototypes.John Baldwin2022-09-022-0/+5
* qat: Add a prototype for icp_adf_is_dev_in_error.John Baldwin2022-09-021-1/+11
* qat: Drop extraneous parentheses from some macro values.John Baldwin2022-09-021-4/+4
* qat: Add a required MODULE_DEPEND for firmware(9)Mark Johnston2022-07-281-0/+1
* qat: Import a new Intel (R) QAT driverJulian Grajkowski2022-07-27231-0/+98722
* qat: Rename to qat_c2xxx and remove support for modern chipsetsMark Johnston2022-07-2721-15677/+0
* qat(4): Fix a typo in a source code commentGordon Bergling2022-07-161-1/+1
* qat(4): Fix a typo in a source code commentGordon Bergling2022-07-161-1/+1
* qat: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-091-3/+1
* qat: Address -Wunused-but-set-variable warningsMark Johnston2021-12-172-23/+4
* crypto: Validate AES-GCM IV length in check_csp().John Baldwin2021-12-091-2/+0
* qat: Make prototypes consistent with the implementationMark Johnston2021-04-051-2/+2
* qat: Add support for separate AAD and output buffersMark Johnston2021-01-275-100/+281
* qat: Free counters during detachMark Johnston2021-01-141-0/+5
* qat: Count request allocation failuresMark Johnston2021-01-142-0/+6
* qat: Fix DH895XCC firmware module autoloadingMark Johnston2021-01-141-1/+1
* qat: quiet -Wredundant-declsRyan Libby2020-12-111-2/+0
* qat: Initialize the crypto device ID to -1 instead of 0Mark Johnston2020-11-301-0/+1
* qat: Fix firmware module autoloadingMark Johnston2020-11-305-5/+5
* qat: Fix nits reported by CoverityMark Johnston2020-11-123-12/+12
* Add qat(4)Mark Johnston2020-11-0521-0/+15509