aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dpaa2/dpaa2_ni.c
Commit message (Expand)AuthorAgeFilesLines
* 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-031-15/+0
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-06-281-5/+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-201-984/+499
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* dpaa2: Simplify addresses translation with PHYS_TO_DMAPDmitry Salychev2023-05-111-142/+68
* dpaa2: Replace boolean_t with bool.John Baldwin2023-05-041-1/+1
* dpaa2: Avoid dpaa2_cmd race conditionsDmitry Salychev2023-04-191-296/+885
* dpaa2: Mechanically convert to IfAPIJustin Hibbits2023-03-081-52/+51
* dpaa2: cleanup some include filesBjoern A. Zeeb2022-10-241-1/+0
* Add initial DPAA2 supportDmitry Salychev2022-10-141-0/+3671