aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dpaa
Commit message (Expand)AuthorAgeFilesLines
* 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
* Although most of the NIC drivers are epoch ready, due to peer pressureGleb Smirnoff2020-02-241-1/+1
* Introduce flag IFF_NEEDSEPOCH that marks Ethernet interfaces thatGleb Smirnoff2020-01-231-1/+1
* schedlock 4/4Jeff Roberson2019-12-152-4/+2
* dpaa: Fix warnings in dtsec(4) found by clangJustin Hibbits2019-08-211-2/+2
* dpaa: Mark BMan and QMan as earlier driver modulesJustin Hibbits2018-10-232-2/+4
* Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_allocOleksandr Tymoshenko2018-04-091-1/+1
* Allow bman-portals and qman-portals to attach to simple-busJustin Hibbits2017-12-142-7/+25
* Eliminate 1 XX_VirtToPhys() and 2 XX_PhysToVirt() calls from if_dtsec(4)Justin Hibbits2017-11-201-6/+6
* Add jumbo frame support to dtsec(4)Justin Hibbits2017-11-171-1/+29
* Fix interrupt handling for dtsecJustin Hibbits2017-11-023-4/+7
* Remove a singleton in the DPAA driver, to allow multiple fman instancesJustin Hibbits2017-11-014-37/+18
* Make DPAA work in 64-bit modeJustin Hibbits2017-10-317-11/+205
* Update DPAA SDK to SDK 2.0Justin Hibbits2017-10-308-10/+14
* Fix build after r324446.Gleb Smirnoff2017-10-121-1/+1
* Shorten list of arguments to mbuf external storage freeing function.Gleb Smirnoff2017-10-091-2/+4
* Use UMA_ALIGN_PTR to specify pointer alignmentJustin Hibbits2017-05-121-1/+1