summaryrefslogtreecommitdiff
path: root/sys/dev/dpaa/if_dtsec_rm.c
Commit message (Expand)AuthorAgeFilesLines
* dpaa: uma_zcreate() does not failMark Johnston2024-05-021-4/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* dtsec: Complete mechanical conversion to IfAPIJustin Hibbits2023-03-111-4/+4
* dpaa: Fix warnings in dtsec(4) found by clangJustin Hibbits2019-08-211-2/+2
* Eliminate 1 XX_VirtToPhys() and 2 XX_PhysToVirt() calls from if_dtsec(4)Justin Hibbits2017-11-201-6/+6
* Make DPAA work in 64-bit modeJustin Hibbits2017-10-311-5/+5
* Update DPAA SDK to SDK 2.0Justin Hibbits2017-10-301-4/+6
* 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
* Fix uma_zcreate() align argument, now that the constraint is asserted.Justin Hibbits2017-05-111-2/+2
* Simplify the page tracking for VA<->PA translations.Justin Hibbits2016-11-161-1/+0
* Make dpaa work with only slightly modified Linux device trees.Justin Hibbits2016-11-121-0/+1
* Use the m_extadd() function instead of deprecated MEXTADD().Justin Hibbits2016-03-021-1/+1
* Add support for the Freescale dTSEC DPAA-based ethernet controller.Justin Hibbits2016-02-291-0/+654