aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dpaa/if_dtsec.c
Commit message (Expand)AuthorAgeFilesLines
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-06-281-6/+0
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* 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-161-2/+0
* dtsec: Complete mechanical conversion to IfAPIJustin Hibbits2023-03-111-4/+4
* Mechanically convert dtsec(4) to IfAPIJustin Hibbits2023-01-241-24/+23
* 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
* Add jumbo frame support to dtsec(4)Justin Hibbits2017-11-171-1/+29
* Fix interrupt handling for dtsecJustin Hibbits2017-11-021-2/+0
* Remove a singleton in the DPAA driver, to allow multiple fman instancesJustin Hibbits2017-11-011-3/+5
* Make DPAA work in 64-bit modeJustin Hibbits2017-10-311-1/+1
* Update DPAA SDK to SDK 2.0Justin Hibbits2017-10-301-0/+1
* Simplify the page tracking for VA<->PA translations.Justin Hibbits2016-11-161-2/+0
* Make dpaa work with only slightly modified Linux device trees.Justin Hibbits2016-11-121-2/+0
* Remove a hack requiring dtsec0 to always be enabled for mdio.Justin Hibbits2016-10-211-52/+4
* Add support for the Freescale dTSEC DPAA-based ethernet controller.Justin Hibbits2016-02-291-0/+879