aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/etherswitch/etherswitch.c
Commit message (Expand)AuthorAgeFilesLines
* [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