aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/qat
Commit message (Expand)AuthorAgeFilesLines
* LinuxKPI: rename from_timer() to timer_container_of()Bjoern A. Zeeb9 days1-1/+1
* qat: enable qat driver for 402xx deviceHareshx Sankar Raj2025-10-157-27/+74
* qat: Revert changes to BAR indicesMark Johnston2025-08-122-4/+4
* qat: update API files to use SPDX identifierHareshx Sankar Raj2025-06-2022-770/+44
* qat: refactor error handling and add mutex locksHareshx Sankar Raj2025-06-208-53/+121
* qat: driver updates to improve code and fix bugsHareshx Sankar Raj2025-06-2036-98/+262
* qat: reimplement cpaCyGetXXXInstances as a wrapperHareshx Sankar Raj2025-06-203-223/+182
* qat: restrict sysctl access to privileged usersHareshx Sankar Raj2025-06-2013-21/+167
* qat: move debugfs handling to separate fileHareshx Sankar Raj2025-06-2017-161/+324
* qat: update 4xxx capabilities handlingHareshx Sankar Raj2025-06-204-72/+133
* qat: add disable safe dc mode for QAT SPR devicesHareshx Sankar Raj2025-06-204-3/+91
* qat: fix typos and formatting issuesHareshx Sankar Raj2025-06-2080-467/+385
* libkern: add ilog2 macroDoug Moore2025-02-101-1/+1
* kern: Make fileops and filterops tables const where possibleMark Johnston2024-12-031-1/+1
* qat(4): Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang2024-09-304-24/+0
* Fix enum warnings in qatDimitry Andric2024-08-041-2/+4
* qat: Fix two typos in source code commentsGordon Bergling2023-12-202-2/+2
* qat: Intel 4xxx Series driver API extensionPiotr Kasierski2023-09-1316-365/+1219
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-16243-243/+0
* qat: Add IntelĀ® 4xxx Series VF driver supportKrzysztof Zdziarski2023-06-1299-5742/+16494
* qat: Fixed Coverity reported issueKrzysztof Zdziarski2023-02-013-10/+9
* qat: Add IntelĀ® 4xxx Series platform supportMichal Gulbicki2023-01-2493-2453/+8920
* qat(4): Fix common typos in source code commentsGordon Bergling2023-01-112-3/+3
* 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