aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dpaa
Commit message (Expand)AuthorAgeFilesLines
* dpaa/fman: Clean up port config codeJustin Hibbits32 hours2-44/+25
* dpaa/fman_xmdio: Make xmdio a "real" MDIOJustin Hibbits2026-08-301-6/+45
* dpaa/fman: Pad the qman channel search arrayJustin Hibbits2026-08-301-3/+3
* dpaa: Split FMan port driver into distinct TX/RXJustin Hibbits2026-08-254-630/+848
* dpaa: Add LRO and receive callback batchingJustin Hibbits2026-08-248-15/+142
* dpaa/eth: distribute RX across per-CPU FQs via FMan KeyGenJustin Hibbits2026-08-246-48/+266
* dpaa/fman: KeyGen (Parse-Classify-Distribute) driverJustin Hibbits2026-08-245-20/+434
* dpaa_eth: refactor RX FQ state into an array (N=1)Justin Hibbits2026-08-242-13/+45
* dpaa/qman: per-CPU pool channel service + FQID range allocatorJustin Hibbits2026-08-243-17/+98
* dpaa/qman: Fix various pool allocation bugsJustin Hibbits2026-08-222-7/+6
* dpaa/eth: fast-path single-page TX frame buildJustin Hibbits2026-08-221-15/+42
* dpaa/dtsec: advertise RX/TX csumJustin Hibbits2026-08-213-3/+23
* dpaa/qman: Make `show fqid <N>` actually workJustin Hibbits2026-08-213-38/+62
* DPAA: Minor performance improvementsJustin Hibbits2026-08-216-44/+225
* fman: Fix duplicate port identifiersJustin Hibbits2026-08-211-2/+2
* dpaa/fman_port: Fix register config typoJustin Hibbits2026-08-211-1/+2
* dpaa: Restore Semihalf license headerJustin Hibbits2026-05-201-0/+25
* dpaa: Fix copyright headersJustin Hibbits2026-05-0421-107/+47
* dpaa: Support jumbo frames as multi-buffer framesJustin Hibbits2026-05-032-4/+24
* dpaa: Enable checksum offloading for IPv4 and IPv6Justin Hibbits2026-05-036-29/+216
* dpaa: Migrate from NCSW base to a home-grown driverJustin Hibbits2026-05-0336-3074/+5946
* chore: replace {0, 0} with {DEV,KOBJ}METHOD_ENDEnji Cooper2026-02-255-7/+7
* dpaa: Simplify CPU binding for bman and qmanJustin Hibbits2026-01-212-61/+18
* bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHODJohn Baldwin2025-12-092-5/+5
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-063-3/+6
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-06-281-6/+0
* dpaa: uma_zcreate() does not failMark Johnston2024-04-241-4/+0
* new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin2024-03-132-8/+7
* new-bus: Remove the 'rid' and 'type' arguments from BUS_*ACTIVATE_RESOURCEJohn Baldwin2024-03-132-5/+4
* sys: Set the type of allocated bus resourcesJohn Baldwin2024-03-131-0/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-2714-14/+5
* dtsec(4): Restore IFCAP_JUMBO_MTU lost in IfAPI conversionJustin Hibbits2023-09-021-0/+1
* dtsec: Support multicast receive.Justin Hibbits2023-08-261-1/+32
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1614-28/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-167-14/+0
* dtsec: Complete mechanical conversion to IfAPIJustin Hibbits2023-03-113-12/+12
* mi_switch(): clean up switch types and their usageMitchell Horne2023-02-092-4/+2
* Mechanically convert dtsec(4) to IfAPIJustin Hibbits2023-01-242-25/+24
* dpaa: Don't assume the MDIO is on the same fman as the MACJustin Hibbits2022-11-282-31/+17
* dpaa: Don't probe disabled devicesJustin Hibbits2022-11-272-0/+6
* dpaa: Use BUS_PASS_SUPPORTDEV for pqmdioJustin Hibbits2022-11-261-1/+1
* dpaa: Probe and attach pqmdio at BUS_PASS_RESOURCEJustin Hibbits2022-11-261-1/+2
* dpaa: Account for MDIO device not being foundJustin Hibbits2022-11-261-0/+3
* dpaa: Go to cleanup exit point on fman attach errorJustin Hibbits2022-11-061-1/+1
* dpaa: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-105-18/+9
* dpaa bman: Remove unused bman_devclass.John Baldwin2022-05-101-2/+0
* Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin2022-05-062-2/+2
* dpaa: Remove unused variables.John Baldwin2022-04-132-4/+0
* [PowerPC] [Book-E] Remove obsolete interrupt binding workaroundBrandon Bergren2020-02-251-7/+0
* [PowerPC] [Book-E] Fix dpaa interrupt binding.Brandon Bergren2020-02-251-2/+1