aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/etherswitch/ukswitch
Commit message (Expand)AuthorAgeFilesLines
* 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-3/+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
* ukswitch: fix non-debug buildEd Maste2024-05-101-2/+2
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* etherswitch: Clean up whitespace after IfAPI conversionJustin Hibbits2023-01-311-3/+3
* Mechanically convert etherswitch drivers to IfAPIJustin Hibbits2023-01-241-16/+16
* etherswitch drivers: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-2/+1
* Remove unused etherswitch_devclass.John Baldwin2022-05-091-1/+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] check if_alloc returns NULLMichael Zhilin2018-01-241-0/+6
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* [etherswitch] add ukswitch hint that is phy offset at mdio registerMichael Zhilin2016-11-211-1/+5
* [mdio] migrate mdiobus out of etherswitch and into a top-level device of its ...Adrian Chadd2015-12-261-1/+1
* - Provide necessary includes.Gleb Smirnoff2013-10-291-2/+4
* Fix the ukswitch code to work with the new vlan changes:Adrian Chadd2013-05-081-9/+9
* Implement a very basic multi-PHY aware switch device.Adrian Chadd2013-04-191-0/+570