summaryrefslogtreecommitdiff
path: root/sys/dev/etherswitch/mtkswitch
AgeCommit message (Expand)Author
2025-06-25IfAPI: Finish etherswitch driver conversionsJustin Hibbits
2025-01-02etherswitch: Cleanup detach and delete of child devices during detachJohn Baldwin
2024-12-06Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin
2024-12-06Replace calls to bus_generic_probe with bus_identify_childrenJohn Baldwin
2024-06-28net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang
2024-06-02etherswitch: Use device_set_desc(f)()Mark Johnston
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-02-14etherswitch: Fix leftovers from IfAPI conversionJustin Hibbits
2023-01-24Mechanically convert etherswitch drivers to IfAPIJustin Hibbits
2022-05-09etherswitch drivers: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-05-09Remove unused etherswitch_devclass.John Baldwin
2022-05-06Remove unused mdio_devclass.John Baldwin
2022-05-06Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin
2022-04-02etherswitch(4): Fix a few common typos in source code commentsGordon Bergling
2020-03-30remove extraneous double ;s in sys/Ed Maste
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2018-01-24[etherswitch] check if_alloc returns NULLMichael Zhilin
2017-02-20etherswitch: Fix RT305x vlan group operationStanislav Galabov
2016-06-06Remove erroneous lock assertionsStanislav Galabov
2016-05-17Fix issues with mt762x etherswitch driverStanislav Galabov
2016-05-16Introduce basic etherswitch support for Ralink SoCsStanislav Galabov