summaryrefslogtreecommitdiffstats
path: root/sys/net/if_vlan_var.h
Commit message (Expand)AuthorAgeFilesLines
* Importing pfSense patch pf_802.1p.diffRenato Botelho2015-08-171-0/+27
* Clarify throughout the vlan(4) code the difference between a "tag" (therwatson2012-01-121-5/+5
* - Merge changes to the base system to support OFED. These includejeff2011-03-211-0/+18
* Prepare for 802.1p:bms2007-02-281-3/+34
* Move ethernet VLAN tags from mtags to its own mbuf packet header fieldandre2006-09-171-39/+16
* Merge the //depot/user/yar/vlan branch into CVS. It contains some collectiveglebius2006-01-301-5/+9
* - Fix VLAN_INPUT_TAG() macro, so that it doesn't touch mtag inglebius2005-12-181-6/+7
* Use VLAN_TAG_VALUE() not only to read a dot1q tagyar2005-08-311-2/+7
* Allocate the M_VLANTAG m_pkthdr flag, and use it to indicate thatru2005-02-181-3/+4
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* A network interface driver can support IFCAP_VLAN_MTU only,yar2004-01-181-3/+3
* backout the switch to use a zone for vlan tags; this requiressam2004-01-031-3/+2
* switch vlan packet tag allocation to use a private zonesam2004-01-021-2/+3
* - In vlan_input(), always mask off all but the VLID bits from tagswpaul2003-07-081-1/+2
* Pass the correct malloc flags to m_tag_alloc().mux2003-03-131-1/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* o eliminate separate callback interface for h/w tagged input packets; insteadsam2002-11-141-22/+57
* Simplify the interface cloning framework by handling unitmux2002-03-111-1/+0
* Make vlan(4) loadable, unloadable, and clonable. As a side effect,brooks2001-09-051-8/+2
* Use the IANA assignment IFT_L2VLAN directly instead of indirecting throughfenner2001-07-241-3/+0
* Change the type of the VLAN interface from IFT_PROPVIRTUAL,yar2001-04-041-2/+2
* Back out the previous change to the queue(3) interface.jake2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-2/+2
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-3/+3
* The current code incorrectly assumes that all vlansjkh1999-12-131-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Grrr... botched remote commit. Let's try this again: vlan updates,wpaul1999-03-151-1/+9
* Add preliminary support for IEEE 802.1Q VLAN tagging. It doesn't actuallywollman1998-03-181-0/+84
OpenPOWER on IntegriCloud