summaryrefslogtreecommitdiffstats
path: root/sys/net/if_vlan_var.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for 802.1ad-style QinQ nested VLANs.naddy2010-06-031-1/+3
* Replace the number of bits to shift with EVL_PRIO_BITS in thebrad2008-11-071-2/+2
* add an interface detach hook and use it with the vlan(4) driver. thisreyk2006-02-091-1/+2
* Make it possible to set a default vlan priority for vlan interfaces.norby2006-01-051-1/+5
* Remove vlan_input_tag() since all four drivers that used it have beencamield2005-07-191-2/+1
* de-register, ok henningcamield2005-06-071-2/+2
* Use the IANA assignment IFT_L2VLAN.brad2005-04-241-4/+1
* Make vlan(4) aware of its physical interface link state.mpf2005-04-201-1/+2
* - In vlan_input()/vlan_input_tag(), always mask off all but the VLIDbrad2005-04-171-2/+3
* from camield:henning2004-02-121-2/+2
* add support for ifconfig clone/destroy; ok henning deraadtmarkus2003-12-031-1/+2
* from Chris Pascoe <c.pascoe@itee.uq.edu.au>:chris2003-02-011-2/+2
* import of netbsd's vlan multicast codechris2002-06-121-3/+9
* - redefine vlan_input_tag to take mbuf * and tag onlyjason2001-06-241-3/+2
* Whitespace cleanup.angelos2001-06-091-2/+2
* By popular demand, protect from multiple inclusion, and fix to use theangelos2001-06-091-3/+2
* $OpenBSD$jason2001-03-281-0/+2
* - move if_vlan back to a default if_type of IFT_PROPVIRTUALjason2001-03-261-0/+5
* remove vlan_proto variable, replace with ETHERTYPE_8021Qjason2001-03-221-4/+0
* if_vlan from FreeBSD and a few modificationschris2000-04-261-0/+91