Age | Commit message (Expand) | Author |
2018-11-16 | use txprio, not link0 and llprio, to set the dot1p field in the header. | David Gwynne |
2017-01-24 | A space here, a space there. Soon we're talking real whitespace | Kenneth R Westerback |
2016-04-19 | make setting a vlan interfaces lladdr more likely to work | David Gwynne |
2016-04-15 | rename ifv_p to ifv_ifp0 | David Gwynne |
2016-03-28 | turn ifv_p into an interface index instead of a real pointer to the parent | David Gwynne |
2016-03-14 | move the vlan protocol definitions to the same places as the ethernet ones | David Gwynne |
2016-03-03 | prototype vlan_inject() | David Gwynne |
2015-12-03 | Use SRPL_HEAD() and SRPL_ENTRY() to be consistent with and allow to | Martin Pieuchot |
2015-09-13 | replace hand rolled reference counting with refcnts. | David Gwynne |
2015-09-13 | reintroduce mpsafe vlan_input. | David Gwynne |
2015-09-13 | back out mpsafe vlans while i chase down a panic when operations | David Gwynne |
2015-09-12 | make vlan_input mpsafe by using srp lists in the vlan tag hash buckets. | David Gwynne |
2015-05-20 | Keep track of the ifih corresponding to a vlan instance to ease its | Martin Pieuchot |
2015-05-19 | Take vlan(4) out of ether_input(). | Martin Pieuchot |
2013-10-24 | Move obvious kernel prototypes (and structure's with kernel pointers, | Theo de Raadt |
2013-10-19 | Bring back the if_detachhook. We're going to have more users now. | Reyk Floeter |
2013-09-17 | Change vlan(4) detach procedure to not use a hook but a list of vlans | Martin Pieuchot |
2013-08-15 | Stop defining SIOC{S,G}ETVLAN as SIOC{S,G}IFGENERIC because they | Martin Pieuchot |
2010-06-03 | Add support for 802.1ad-style QinQ nested VLANs. | Christian Weisgerber |
2008-11-07 | Replace the number of bits to shift with EVL_PRIO_BITS in the | Brad Smith |
2006-02-09 | add an interface detach hook and use it with the vlan(4) driver. this | Reyk Floeter |
2006-01-05 | Make it possible to set a default vlan priority for vlan interfaces. | Esben Norby |
2005-07-19 | Remove vlan_input_tag() since all four drivers that used it have been | Camiel Dobbelaar |
2005-06-07 | de-register, ok henning | Camiel Dobbelaar |
2005-04-24 | Use the IANA assignment IFT_L2VLAN. | Brad Smith |
2005-04-20 | Make 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 VLID | Brad Smith |
2004-02-12 | from camield: | Henning Brauer |
2003-12-03 | add support for ifconfig clone/destroy; ok henning deraadt | Markus Friedl |
2003-02-01 | from Chris Pascoe <c.pascoe@itee.uq.edu.au>: | Chris Cappuccio |
2002-06-12 | import of netbsd's vlan multicast code | Chris Cappuccio |
2001-06-24 | - redefine vlan_input_tag to take mbuf * and tag only | Jason Wright |
2001-06-09 | Whitespace cleanup. | Angelos D. Keromytis |
2001-06-09 | By popular demand, protect from multiple inclusion, and fix to use the | Angelos D. Keromytis |
2001-03-28 | $OpenBSD$ | Jason Wright |
2001-03-26 | - move if_vlan back to a default if_type of IFT_PROPVIRTUAL | Jason Wright |
2001-03-22 | remove vlan_proto variable, replace with ETHERTYPE_8021Q | Jason Wright |
2000-04-26 | if_vlan from FreeBSD and a few modifications | Chris Cappuccio |