aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/etherswitch/arswitch/arswitch_vlans.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Turns out the AR933x looks like the AR7240/AR7241 switch as far as VLANAdrian Chadd2015-03-281-1/+0
* Commit 802.1q configuration support for the AR8327.Adrian Chadd2015-03-131-5/+13
* Methodise a couple more of the VLAN methods.Adrian Chadd2015-03-081-12/+11
* Add per-port vlan support for the AR8327.Adrian Chadd2015-03-081-13/+13
* Methodize the arswitch VLAN routines.Adrian Chadd2014-02-241-10/+6
* - Provide necessary includes, that before came via if.h pollution.Gleb Smirnoff2013-10-281-1/+2
* Add a big, big note to the vlan code that it needs to be taughtAdrian Chadd2013-10-161-0/+6
* Add the support for 802.1q and port based vlans for arswitch.Luiz Otavio O Souza2013-07-231-0/+375