| Commit message (Expand) | Author | Age | Files | Lines |
* | IfAPI: Add some more accessors | Justin Hibbits | 2023-01-31 | 1 | -2/+2 |
* | IfAPI: Add if_gettype() API and use it for vlan | Justin Hibbits | 2023-01-31 | 1 | -5/+5 |
* | vlan: deduplicate bpf_setpcp() and pf_ieee8021q_setpcp() | Kristof Provost | 2021-07-26 | 1 | -0/+26 |
* | Add support for stacked VLANs (IEEE 802.1ad, AKA Q-in-Q). | Alexander V. Chernikov | 2020-10-21 | 1 | -0/+10 |
* | Extract eventfilter declarations to sys/_eventfilter.h | Conrad Meyer | 2019-05-20 | 1 | -2/+2 |
* | Add the ability to look up the 3b PCP of a VLAN interface. Use it in | Navdeep Parhar | 2018-08-16 | 1 | -0/+3 |
* | Allow to specify PCP on packets not belonging to any VLAN. | Konstantin Belousov | 2018-03-27 | 1 | -16/+2 |
* | Properly define the VLAN_XXX() function macros to avoid miscompilation when | Hans Petter Selasky | 2017-11-30 | 1 | -6/+6 |
* | Add support to priority code point (PCP) that is an 3-bit field | Marcelo Araujo | 2016-06-06 | 1 | -0/+27 |
* | Move struct ether_vlan_header to ethernet.h, out of if_vlan_var.h, | Gleb Smirnoff | 2014-11-11 | 1 | -16/+0 |
* | Style: s/SYS_EVENTHANDLER_H/_SYS_EVENTHANDLER_H_/g | Gleb Smirnoff | 2013-10-28 | 1 | -2/+2 |
* | Instead of putting ifnet declaration into eventhandler.h, move | Gleb Smirnoff | 2013-10-28 | 1 | -0/+8 |
* | Clarify throughout the vlan(4) code the difference between a "tag" (the | Robert Watson | 2012-01-12 | 1 | -5/+5 |
* | - Merge changes to the base system to support OFED. These include | Jeff Roberson | 2011-03-21 | 1 | -0/+18 |
* | Prepare for 802.1p: | Bruce M Simpson | 2007-02-28 | 1 | -3/+34 |
* | Move ethernet VLAN tags from mtags to its own mbuf packet header field | Andre Oppermann | 2006-09-17 | 1 | -39/+16 |
* | Merge the //depot/user/yar/vlan branch into CVS. It contains some collective | Gleb Smirnoff | 2006-01-30 | 1 | -5/+9 |
* | - Fix VLAN_INPUT_TAG() macro, so that it doesn't touch mtag in | Gleb Smirnoff | 2005-12-18 | 1 | -6/+7 |
* | Use VLAN_TAG_VALUE() not only to read a dot1q tag | Yaroslav Tykhiy | 2005-08-31 | 1 | -2/+7 |
* | Allocate the M_VLANTAG m_pkthdr flag, and use it to indicate that | Ruslan Ermilov | 2005-02-18 | 1 | -3/+4 |
* | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
* | A network interface driver can support IFCAP_VLAN_MTU only, | Yaroslav Tykhiy | 2004-01-18 | 1 | -3/+3 |
* | backout the switch to use a zone for vlan tags; this requires | Sam Leffler | 2004-01-03 | 1 | -3/+2 |
* | switch vlan packet tag allocation to use a private zone | Sam Leffler | 2004-01-02 | 1 | -2/+3 |
* | - In vlan_input(), always mask off all but the VLID bits from tags | Bill Paul | 2003-07-08 | 1 | -1/+2 |
* | Pass the correct malloc flags to m_tag_alloc(). | Maxime Henrion | 2003-03-13 | 1 | -1/+1 |
* | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -1/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -1/+1 |
* | o eliminate separate callback interface for h/w tagged input packets; instead | Sam Leffler | 2002-11-14 | 1 | -22/+57 |
* | Simplify the interface cloning framework by handling unit | Maxime Henrion | 2002-03-11 | 1 | -1/+0 |
* | Make vlan(4) loadable, unloadable, and clonable. As a side effect, | Brooks Davis | 2001-09-05 | 1 | -8/+2 |
* | Use the IANA assignment IFT_L2VLAN directly instead of indirecting through | Bill Fenner | 2001-07-24 | 1 | -3/+0 |
* | Change the type of the VLAN interface from IFT_PROPVIRTUAL, | Yaroslav Tykhiy | 2001-04-04 | 1 | -2/+2 |
* | Back out the previous change to the queue(3) interface. | Jake Burkholder | 2000-05-26 | 1 | -2/+2 |
* | Change the way that the queue(3) structures are declared; don't assume that | Jake Burkholder | 2000-05-23 | 1 | -2/+2 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | Peter Wemm | 1999-12-29 | 1 | -3/+3 |
* | The current code incorrectly assumes that all vlans | Jordan K. Hubbard | 1999-12-13 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | Grrr... botched remote commit. Let's try this again: vlan updates, | Bill Paul | 1999-03-15 | 1 | -1/+9 |
* | Add preliminary support for IEEE 802.1Q VLAN tagging. It doesn't actually | Garrett Wollman | 1998-03-18 | 1 | -0/+84 |