aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/etherswitch/mtkswitch
Commit message (Expand)AuthorAgeFilesLines
* IfAPI: Finish etherswitch driver conversionsJustin Hibbits2025-06-251-4/+4
* etherswitch: Cleanup detach and delete of child devices during detachJohn Baldwin2025-01-021-4/+5
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-061-4/+1
* Replace calls to bus_generic_probe with bus_identify_childrenJohn Baldwin2024-12-061-1/+1
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-06-281-6/+0
* etherswitch: Use device_set_desc(f)()Mark Johnston2024-06-021-1/+1
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-166-12/+0
* etherswitch: Fix leftovers from IfAPI conversionJustin Hibbits2023-02-141-2/+2
* Mechanically convert etherswitch drivers to IfAPIJustin Hibbits2023-01-242-11/+11
* 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
* etherswitch(4): Fix a few common typos in source code commentsGordon Bergling2022-04-021-4/+4
* remove extraneous double ;s in sys/Ed Maste2020-03-301-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
* etherswitch: Fix RT305x vlan group operationStanislav Galabov2017-02-201-3/+30
* Remove erroneous lock assertionsStanislav Galabov2016-06-061-2/+0
* Fix issues with mt762x etherswitch driverStanislav Galabov2016-05-172-9/+20
* Introduce basic etherswitch support for Ralink SoCsStanislav Galabov2016-05-166-0/+2103