aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/etherswitch/ip17x
Commit message (Expand)AuthorAgeFilesLines
* [etherswitch] check if_alloc returns NULLMichael Zhilin2018-01-241-0/+6
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2711-0/+22
* [ip17x] [etherswitch] fdt away and mii hang workaround on ip17xAdrian Chadd2017-05-062-4/+48
* [etherswitch] enable phy4/mac4 of ip175cMichael Zhilin2016-11-152-0/+10
* sys/dev: replace comma with semicolon when pertinent.Pedro F. Giffuni2016-08-091-1/+1
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-102-2/+2
* [mdio] migrate mdiobus out of etherswitch and into a top-level device of its ...Adrian Chadd2015-12-261-1/+1
* Fix the build with debug enabled and remove a variable used only at switchLuiz Otavio O Souza2014-05-092-11/+4
* Fix a bug on ip17x switch initialization which will fail as soon as youLuiz Otavio O Souza2014-05-092-2/+2
* Add missing includes and remove two unused ones.Christian Brueffer2014-02-273-2/+9
* Add a new flag (ETHERSWITCH_VID_VALID) to say what vlangroups are in use.Luiz Otavio O Souza2013-07-233-10/+30
* Bring in a basic ethernet switch driver for the IP17x series ofAdrian Chadd2013-05-0811-0/+1650