aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/qat
Commit message (Expand)AuthorAgeFilesLines
* knotes: kqueue: handle copy for trivial filtersKonstantin Belousov2025-10-181-0/+1
* qat: enable qat driver for 402xx deviceHareshx Sankar Raj2025-09-157-27/+74
* LinuxKPI: rename from_timer() to timer_container_of()Bjoern A. Zeeb2025-09-051-1/+1
* qat: Revert changes to BAR indicesMark Johnston2025-08-042-4/+4
* newbus: replace leftover device unit wildcardsAhmad Khalifa2025-06-211-2/+2
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-111-1/+1
* qat: update API files to use SPDX identifierHareshx Sankar Raj2025-06-0622-770/+44
* qat: refactor error handling and add mutex locksHareshx Sankar Raj2025-06-068-53/+121
* qat: driver updates to improve code and fix bugsHareshx Sankar Raj2025-06-0636-98/+262
* qat: reimplement cpaCyGetXXXInstances as a wrapperHareshx Sankar Raj2025-06-063-222/+181
* qat: restrict sysctl access to privileged usersHareshx Sankar Raj2025-06-0613-21/+167
* qat: move debugfs handling to separate fileHareshx Sankar Raj2025-06-0617-158/+321
* qat: update 4xxx capabilities handlingHareshx Sankar Raj2025-06-064-72/+133
* qat: add disable safe dc mode for QAT SPR devicesHareshx Sankar Raj2025-06-064-3/+91
* qat: fix typos and formatting issuesHareshx Sankar Raj2025-06-0680-467/+385
* kern: Make fileops and filterops tables const where possibleMark Johnston2024-11-261-1/+1
* qat(4): Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang2024-09-034-24/+0
* Fix enum warnings in qatDimitry Andric2024-07-311-2/+4
* sleepqueue: Remove kernel stack swapping support, part 10Mark Johnston2024-07-291-6/+2
* Deprecate contigfree(9) in favour of free(9)Bjoern A. Zeeb2024-07-262-5/+3
* libkern: add ilog2 macroDoug Moore2024-06-031-1/+1
* qat: Fix typo (triple S)Jose Luis Duran2023-12-281-1/+1
* qat: Fix two typos in source code commentsGordon Bergling2023-12-172-2/+2
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+1
* qat: Intel 4xxx Series driver API extensionPiotr Kasierski2023-09-0616-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-5670/+16422
* qat: Fixed Coverity reported issueKrzysztof Zdziarski2023-02-013-10/+9
* qat: Add IntelĀ® 4xxx Series platform supportMichal Gulbicki2023-01-2493-2434/+8901
* 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