aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/etherswitch/mtkswitch/mtkswitch.c
Commit message (Expand)AuthorAgeFilesLines
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-07-121-6/+0
* etherswitch: Use device_set_desc(f)()Mark Johnston2024-06-091-1/+1
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* etherswitch: Fix leftovers from IfAPI conversionJustin Hibbits2023-02-141-2/+2
* Mechanically convert etherswitch drivers to IfAPIJustin Hibbits2023-01-241-10/+10
* etherswitch drivers: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-2/+1
* Remove unused etherswitch_devclass.John Baldwin2022-05-091-2/+1
* Remove unused mdio_devclass.John Baldwin2022-05-061-1/+1
* Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin2022-05-061-1/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* [etherswitch] check if_alloc returns NULLMichael Zhilin2018-01-241-0/+6
* Introduce basic etherswitch support for Ralink SoCsStanislav Galabov2016-05-161-0/+668