aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/etherswitch/etherswitch.c
Commit message (Expand)AuthorAgeFilesLines
* newbus: replace leftover device unit wildcardsAhmad Khalifa2025-06-211-1/+1
* newbus: replace -1 in BUS_ADD_CHILD(...-1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-1/+1
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Remove unused etherswitch_devclass.John Baldwin2022-05-091-2/+0
* [etherswitch] add the first pass of a simple API to flush and fetch the L2 ad...Adrian Chadd2018-02-021-0/+18
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Convert etherswitch to use the make_dev_s(9) KPI. This fix a possible raceLuiz Otavio O Souza2017-01-081-6/+13
* Allow simultaneous access to switch device, there is no reason to preventLuiz Otavio O Souza2016-12-031-70/+1
* Add the ability to change the vlan operation mode.Adrian Chadd2013-05-081-0/+11
* Locking for etherswitch framework:Aleksandr Rybalko2012-10-151-0/+4
* Commit the first pass of the etherswitch support.Adrian Chadd2012-05-111-0/+257