aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dpaa/qman.c
Commit message (Expand)AuthorAgeFilesLines
* dpaa: Add LRO and receive callback batchingJustin Hibbits2026-08-241-0/+7
* dpaa/eth: distribute RX across per-CPU FQs via FMan KeyGenJustin Hibbits2026-08-241-2/+3
* dpaa/qman: per-CPU pool channel service + FQID range allocatorJustin Hibbits2026-08-241-16/+80
* dpaa/qman: Fix various pool allocation bugsJustin Hibbits2026-08-221-3/+3
* dpaa/qman: Make `show fqid <N>` actually workJustin Hibbits2026-08-211-38/+0
* DPAA: Minor performance improvementsJustin Hibbits2026-08-211-1/+27
* dpaa: Fix copyright headersJustin Hibbits2026-05-041-2/+2
* dpaa: Migrate from NCSW base to a home-grown driverJustin Hibbits2026-05-031-314/+458
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* dpaa: Remove unused variables.John Baldwin2022-04-131-2/+0
* Use proper integer-pointer type conversions.Justin Hibbits2016-10-181-2/+2
* Add support for the Freescale dTSEC DPAA-based ethernet controller.Justin Hibbits2016-02-291-0/+555