summaryrefslogtreecommitdiff
path: root/sys/dev/etherswitch/etherswitch.c
AgeCommit message (Expand)Author
2025-06-21newbus: replace leftover device unit wildcardsAhmad Khalifa
2024-07-24newbus: replace -1 in BUS_ADD_CHILD(...-1) with DEVICE_UNIT_ANYWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-05-09Remove unused etherswitch_devclass.John Baldwin
2018-02-02[etherswitch] add the first pass of a simple API to flush and fetch the L2 ad...Adrian Chadd
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-01-08Convert etherswitch to use the make_dev_s(9) KPI. This fix a possible raceLuiz Otavio O Souza
2016-12-03Allow simultaneous access to switch device, there is no reason to preventLuiz Otavio O Souza
2013-05-08Add the ability to change the vlan operation mode.Adrian Chadd
2012-10-15Locking for etherswitch framework:Aleksandr Rybalko
2012-05-11Commit the first pass of the etherswitch support.Adrian Chadd