aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/etherswitch/rtl8366
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* [etherswitch] fix LINT build for rtl8366rbMichael Zhilin2018-01-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-272-0/+4
* [etherswitch] [rtl8366] add phy4cpu setting and support mdioproxyMichael Zhilin2017-05-282-33/+80
* [etherswitch] add RTL8366SR supportMichael Zhilin2016-11-152-222/+335
* Revert r268543.Rui Paulo2014-07-121-1/+1
* Move iic.h to sys/ so that it's automatically installed in /usr/include/sys.Rui Paulo2014-07-121-1/+1
* Allow the PVID setting on CPU port.Luiz Otavio O Souza2014-07-051-2/+8
* Initialize the switch vlan table at attachment.Luiz Otavio O Souza2014-07-031-7/+33
* Fix the reported status for the switch CPU port which was (wrongly)Luiz Otavio O Souza2014-07-012-2/+2
* Add the CPU port flag to the CPU port on rtl8366 (port 5).Luiz Otavio O Souza2014-07-012-4/+8
* Fix the build of TP-WN1043ND kernel. Provide necessary includes and removeLuiz Otavio O Souza2013-10-291-2/+4
* Add a new flag (ETHERSWITCH_VID_VALID) to say what vlangroups are in use.Luiz Otavio O Souza2013-07-231-1/+1
* Convert over the etherswitch framework to use VLAN IDs per port, ratherAdrian Chadd2013-04-221-8/+22
* Commit the first pass of the etherswitch support.Adrian Chadd2012-05-112-0/+931