summaryrefslogtreecommitdiff
path: root/sys/net/if_vlan_var.h
AgeCommit message (Expand)Author
2016-04-19make setting a vlan interfaces lladdr more likely to workDavid Gwynne
2016-04-15rename ifv_p to ifv_ifp0David Gwynne
2016-03-28turn ifv_p into an interface index instead of a real pointer to the parentDavid Gwynne
2016-03-14move the vlan protocol definitions to the same places as the ethernet onesDavid Gwynne
2016-03-03prototype vlan_inject()David Gwynne
2015-12-03Use SRPL_HEAD() and SRPL_ENTRY() to be consistent with and allow toMartin Pieuchot
2015-09-13replace hand rolled reference counting with refcnts.David Gwynne
2015-09-13reintroduce mpsafe vlan_input.David Gwynne
2015-09-13back out mpsafe vlans while i chase down a panic when operationsDavid Gwynne
2015-09-12make vlan_input mpsafe by using srp lists in the vlan tag hash buckets.David Gwynne
2015-05-20Keep track of the ifih corresponding to a vlan instance to ease itsMartin Pieuchot
2015-05-19Take vlan(4) out of ether_input().Martin Pieuchot
2013-10-24Move obvious kernel prototypes (and structure's with kernel pointers,Theo de Raadt
2013-10-19Bring back the if_detachhook. We're going to have more users now.Reyk Floeter
2013-09-17Change vlan(4) detach procedure to not use a hook but a list of vlansMartin Pieuchot
2013-08-15Stop defining SIOC{S,G}ETVLAN as SIOC{S,G}IFGENERIC because theyMartin Pieuchot
2010-06-03Add support for 802.1ad-style QinQ nested VLANs.Christian Weisgerber
2008-11-07Replace the number of bits to shift with EVL_PRIO_BITS in theBrad Smith
2006-02-09add an interface detach hook and use it with the vlan(4) driver. thisReyk Floeter
2006-01-05Make it possible to set a default vlan priority for vlan interfaces.Esben Norby
2005-07-19Remove vlan_input_tag() since all four drivers that used it have beenCamiel Dobbelaar
2005-06-07de-register, ok henningCamiel Dobbelaar
2005-04-24Use the IANA assignment IFT_L2VLAN.Brad Smith
2005-04-20Make vlan(4) aware of its physical interface link state.Marco Pfatschbacher
2005-04-17- In vlan_input()/vlan_input_tag(), always mask off all but the VLIDBrad Smith
2004-02-12from camield:Henning Brauer
2003-12-03add support for ifconfig clone/destroy; ok henning deraadtMarkus Friedl
2003-02-01from Chris Pascoe <c.pascoe@itee.uq.edu.au>:Chris Cappuccio
2002-06-12import of netbsd's vlan multicast codeChris Cappuccio
2001-06-24- redefine vlan_input_tag to take mbuf * and tag onlyJason Wright
2001-06-09Whitespace cleanup.Angelos D. Keromytis
2001-06-09By popular demand, protect from multiple inclusion, and fix to use theAngelos D. Keromytis
2001-03-28$OpenBSD$Jason Wright
2001-03-26- move if_vlan back to a default if_type of IFT_PROPVIRTUALJason Wright
2001-03-22remove vlan_proto variable, replace with ETHERTYPE_8021QJason Wright
2000-04-26if_vlan from FreeBSD and a few modificationsChris Cappuccio