summaryrefslogtreecommitdiff
path: root/sys/dev/etherswitch/rtl8366
AgeCommit message (Expand)Author
2025-06-21newbus: replace leftover device unit wildcardsAhmad Khalifa
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-07-24newbus: replace -1 in BUS_ADD_CHILD(...-1) with DEVICE_UNIT_ANYWarner Losh
2024-06-28net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang
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
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2018-01-25[etherswitch] fix LINT build for rtl8366rbMichael Zhilin
2018-01-24[etherswitch] check if_alloc returns NULLMichael Zhilin
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-05-28[etherswitch] [rtl8366] add phy4cpu setting and support mdioproxyMichael Zhilin
2016-11-15[etherswitch] add RTL8366SR supportMichael Zhilin
2014-07-12Revert r268543.Rui Paulo
2014-07-12Move iic.h to sys/ so that it's automatically installed in /usr/include/sys.Rui Paulo
2014-07-05Allow the PVID setting on CPU port.Luiz Otavio O Souza
2014-07-03Initialize the switch vlan table at attachment.Luiz Otavio O Souza
2014-07-01Fix the reported status for the switch CPU port which was (wrongly)Luiz Otavio O Souza
2014-07-01Add the CPU port flag to the CPU port on rtl8366 (port 5).Luiz Otavio O Souza
2013-10-29Fix the build of TP-WN1043ND kernel. Provide necessary includes and removeLuiz Otavio O Souza
2013-07-23Add a new flag (ETHERSWITCH_VID_VALID) to say what vlangroups are in use.Luiz Otavio O Souza
2013-04-22Convert over the etherswitch framework to use VLAN IDs per port, ratherAdrian Chadd
2012-05-11Commit the first pass of the etherswitch support.Adrian Chadd