aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dpaa2
Commit message (Expand)AuthorAgeFilesLines
* dpaa2: Apply if_flags and MAC filters in dpaa2_ni_init()Nick Price2026-07-191-0/+11
* dpaa2: ni: add more stats and link informationBjoern A. Zeeb2026-04-213-23/+120
* dpaa2: Extract checksum statuses on ingressDmitry Salychev2026-04-194-18/+227
* dpaa2: Extract frame-specific routines to dpaa2_frame.[h,c]Dmitry Salychev2026-04-088-200/+417
* dpaa2: Perform bus_dma pre-write sync before enqueue operationDmitry Salychev2026-03-291-3/+3
* Revert "dpaa2: Perform bus_dma pre-write sync before enqueue operation"Dmitry Salychev2026-03-291-3/+3
* dpaa2: Perform bus_dma pre-write sync before enqueue operationDmitry Salychev2026-03-291-3/+3
* dpaa2: improve error messages and log requested cluster sizeBjoern A. Zeeb2026-02-271-1/+2
* dpaa2: add support for several interface countersMichael Tuexen2026-01-301-0/+14
* dpnaa2: announce transmit checksum supportMichael Tuexen2026-01-231-2/+8
* dpaa2: cleanupMichael Tuexen2026-01-211-20/+4
* dpaa2_rc_add_res: Pass rid by valueJohn Baldwin2025-12-091-16/+14
* resource_list_reserve: Pass rid by valueJohn Baldwin2025-12-091-1/+1
* bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHODJohn Baldwin2025-12-093-6/+6
* dpaa2: Setup interface caps on attachDmitry Salychev2025-11-191-7/+45
* newbus: replace leftover device unit wildcardsAhmad Khalifa2025-06-213-4/+4
* Remove now-redundant calls to device_delete_childrenJohn Baldwin2025-01-022-2/+2
* bus_generic_detach: Delete children after detaching themJohn Baldwin2025-01-021-2/+0
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-063-14/+7
* Replace calls to bus_generic_probe with bus_identify_childrenJohn Baldwin2024-12-065-9/+10
* dpaa2: Fix kernel built with ACPI_DEBUGDmitry Salychev2024-11-191-0/+4
* dpaa2_mc: Check for error the first time bus_generic_detach is calledJohn Baldwin2024-11-051-5/+3
* dpaa2: allow tapping of tx packets in dpniBjoern A. Zeeb2024-10-141-0/+2
* dpaa2: fix MRU for dpni (and software vlans along)Bjoern A. Zeeb2024-10-121-4/+7
* dpaa2: Stop checking for failures from malloc/taskqueue_create(M_WAITOK)Zhenlei Huang2024-09-033-24/+0
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-06-281-5/+0
* new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin2024-03-133-12/+9
* new-bus: Remove the 'rid' and 'type' arguments from BUS_*ACTIVATE_RESOURCEJohn Baldwin2024-03-132-16/+12
* new-bus: Remove the 'type' argument from BUS_ADJUST_RESOURCEJohn Baldwin2024-03-132-5/+5
* dpaa2: Use bus_generic_rman_*John Baldwin2024-02-274-46/+33
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-274-4/+0
* dpaa2: fdt improve detection for dpmac/physBjoern A. Zeeb2023-11-171-2/+0
* dpaa2: defer link_state updates until we are upBjoern A. Zeeb2023-11-171-10/+36
* dpaa2: make software VLANs usable on dpniBjoern A. Zeeb2023-11-171-1/+1
* dpaa2: Clean up channels in separate tasksDmitry Salychev2023-08-2015-1233/+1815
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1614-28/+0
* dpaa2: Simplify addresses translation with PHYS_TO_DMAPDmitry Salychev2023-05-114-158/+113
* dpaa2: Replace boolean_t with bool.John Baldwin2023-05-042-2/+2
* dpaa2: add console support for FDT based systemsBjoern A. Zeeb2023-04-201-0/+581
* dpaa2: Avoid dpaa2_cmd race conditionsDmitry Salychev2023-04-1913-667/+1223
* dpaa2_mc.c: unbreak by adding <sys/lock.h>Joerg Wunsch2023-03-081-0/+1
* dpaa2: Mechanically convert to IfAPIJustin Hibbits2023-03-081-52/+51
* Make sure error is defined in dpaa2Andrew Turner2022-10-271-1/+1
* dpaa2: cleanup some include filesBjoern A. Zeeb2022-10-241-1/+0
* dpaa2: fix build without WITNESSGleb Smirnoff2022-10-181-0/+1
* dpaa2: fix build without FDTGleb Smirnoff2022-10-181-1/+3
* Add initial DPAA2 supportDmitry Salychev2022-10-1429-0/+17536