summaryrefslogtreecommitdiff
path: root/sys/dev/qat
AgeCommit message (Expand)Author
2025-10-18knotes: kqueue: handle copy for trivial filtersKonstantin Belousov
2025-09-15qat: enable qat driver for 402xx deviceHareshx Sankar Raj
2025-09-05LinuxKPI: rename from_timer() to timer_container_of()Bjoern A. Zeeb
2025-08-04qat: Revert changes to BAR indicesMark Johnston
2025-06-21newbus: replace leftover device unit wildcardsAhmad Khalifa
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2025-06-06qat: update API files to use SPDX identifierHareshx Sankar Raj
2025-06-06qat: refactor error handling and add mutex locksHareshx Sankar Raj
2025-06-06qat: driver updates to improve code and fix bugsHareshx Sankar Raj
2025-06-06qat: reimplement cpaCyGetXXXInstances as a wrapperHareshx Sankar Raj
2025-06-06qat: restrict sysctl access to privileged usersHareshx Sankar Raj
2025-06-06qat: move debugfs handling to separate fileHareshx Sankar Raj
2025-06-06qat: update 4xxx capabilities handlingHareshx Sankar Raj
2025-06-06qat: add disable safe dc mode for QAT SPR devicesHareshx Sankar Raj
2025-06-06qat: fix typos and formatting issuesHareshx Sankar Raj
2024-11-26kern: Make fileops and filterops tables const where possibleMark Johnston
2024-09-03qat(4): Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang
2024-07-31Fix enum warnings in qatDimitry Andric
2024-07-29sleepqueue: Remove kernel stack swapping support, part 10Mark Johnston
2024-07-26Deprecate contigfree(9) in favour of free(9)Bjoern A. Zeeb
2024-06-03libkern: add ilog2 macroDoug Moore
2023-12-27qat: Fix typo (triple S)Jose Luis Duran
2023-12-17qat: Fix two typos in source code commentsGordon Bergling
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-09-06qat: Intel 4xxx Series driver API extensionPiotr Kasierski
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-06-12qat: Add IntelĀ® 4xxx Series VF driver supportKrzysztof Zdziarski
2023-02-01qat: Fixed Coverity reported issueKrzysztof Zdziarski
2023-01-24qat: Add IntelĀ® 4xxx Series platform supportMichal Gulbicki
2023-01-11qat(4): Fix common typos in source code commentsGordon Bergling
2022-09-05qat: make function definition match prototypeEd Maste
2022-09-04qat(4): Correct some typos in source code commentsGordon Bergling
2022-09-02qat: Add #includes for missing prototypes.John Baldwin
2022-09-02qat: Add a prototype for icp_adf_is_dev_in_error.John Baldwin
2022-09-02qat: Drop extraneous parentheses from some macro values.John Baldwin
2022-07-28qat: Add a required MODULE_DEPEND for firmware(9)Mark Johnston
2022-07-27qat: Import a new Intel (R) QAT driverJulian Grajkowski
2022-07-27qat: Rename to qat_c2xxx and remove support for modern chipsetsMark Johnston
2022-07-16qat(4): Fix a typo in a source code commentGordon Bergling
2022-07-16qat(4): Fix a typo in a source code commentGordon Bergling
2022-05-09qat: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2021-12-17qat: Address -Wunused-but-set-variable warningsMark Johnston
2021-12-09crypto: Validate AES-GCM IV length in check_csp().John Baldwin
2021-04-05qat: Make prototypes consistent with the implementationMark Johnston
2021-01-27qat: Add support for separate AAD and output buffersMark Johnston
2021-01-14qat: Free counters during detachMark Johnston
2021-01-14qat: Count request allocation failuresMark Johnston
2021-01-14qat: Fix DH895XCC firmware module autoloadingMark Johnston
2020-12-11qat: quiet -Wredundant-declsRyan Libby
2020-11-30qat: Initialize the crypto device ID to -1 instead of 0Mark Johnston