aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/etherswitch/ukswitch
Commit message (Expand)AuthorAgeFilesLines
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-10-081-6/+0
* ukswitch: fix non-debug buildEd Maste2024-05-141-2/+2
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-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