summaryrefslogtreecommitdiff
path: root/sys/dev/etherswitch/ukswitch
AgeCommit message (Expand)Author
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
2024-05-10ukswitch: fix non-debug buildEd Maste
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-01-31etherswitch: Clean up whitespace after 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
2018-01-24[etherswitch] check if_alloc returns NULLMichael Zhilin
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-11-21[etherswitch] add ukswitch hint that is phy offset at mdio registerMichael Zhilin
2015-12-26[mdio] migrate mdiobus out of etherswitch and into a top-level device of its ...Adrian Chadd
2013-10-29- Provide necessary includes.Gleb Smirnoff
2013-05-08Fix the ukswitch code to work with the new vlan changes:Adrian Chadd
2013-04-19Implement a very basic multi-PHY aware switch device.Adrian Chadd