| Commit message (Expand) | Author | Age | Files | Lines |
* | Use VLAN_TAG_VALUE() not only to read a dot1q tag | yar | 2005-08-31 | 1 | -2/+7 |
* | Allocate the M_VLANTAG m_pkthdr flag, and use it to indicate that | ru | 2005-02-18 | 1 | -3/+4 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | A network interface driver can support IFCAP_VLAN_MTU only, | yar | 2004-01-18 | 1 | -3/+3 |
* | backout the switch to use a zone for vlan tags; this requires | sam | 2004-01-03 | 1 | -3/+2 |
* | switch vlan packet tag allocation to use a private zone | sam | 2004-01-02 | 1 | -2/+3 |
* | - In vlan_input(), always mask off all but the VLID bits from tags | wpaul | 2003-07-08 | 1 | -1/+2 |
* | Pass the correct malloc flags to m_tag_alloc(). | mux | 2003-03-13 | 1 | -1/+1 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | o eliminate separate callback interface for h/w tagged input packets; instead | sam | 2002-11-14 | 1 | -22/+57 |
* | Simplify the interface cloning framework by handling unit | mux | 2002-03-11 | 1 | -1/+0 |
* | Make vlan(4) loadable, unloadable, and clonable. As a side effect, | brooks | 2001-09-05 | 1 | -8/+2 |
* | Use the IANA assignment IFT_L2VLAN directly instead of indirecting through | fenner | 2001-07-24 | 1 | -3/+0 |
* | Change the type of the VLAN interface from IFT_PROPVIRTUAL, | yar | 2001-04-04 | 1 | -2/+2 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -2/+2 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -2/+2 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 1 | -3/+3 |
* | The current code incorrectly assumes that all vlans | jkh | 1999-12-13 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Grrr... botched remote commit. Let's try this again: vlan updates, | wpaul | 1999-03-15 | 1 | -1/+9 |
* | Add preliminary support for IEEE 802.1Q VLAN tagging. It doesn't actually | wollman | 1998-03-18 | 1 | -0/+84 |