aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_vlan_var.h
Commit message (Expand)AuthorAgeFilesLines
* A network interface driver can support IFCAP_VLAN_MTU only,Yaroslav Tykhiy2004-01-181-3/+3
* backout the switch to use a zone for vlan tags; this requiresSam Leffler2004-01-031-3/+2
* switch vlan packet tag allocation to use a private zoneSam Leffler2004-01-021-2/+3
* - In vlan_input(), always mask off all but the VLID bits from tagsBill Paul2003-07-081-1/+2
* Pass the correct malloc flags to m_tag_alloc().Maxime Henrion2003-03-131-1/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* o eliminate separate callback interface for h/w tagged input packets; insteadSam Leffler2002-11-141-22/+57
* Simplify the interface cloning framework by handling unitMaxime Henrion2002-03-111-1/+0
* Make vlan(4) loadable, unloadable, and clonable. As a side effect,Brooks Davis2001-09-051-8/+2
* Use the IANA assignment IFT_L2VLAN directly instead of indirecting throughBill Fenner2001-07-241-3/+0
* Change the type of the VLAN interface from IFT_PROPVIRTUAL,Yaroslav Tykhiy2001-04-041-2/+2
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-2/+2
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-3/+3
* The current code incorrectly assumes that all vlansJordan K. Hubbard1999-12-131-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Grrr... botched remote commit. Let's try this again: vlan updates,Bill Paul1999-03-151-1/+9
* Add preliminary support for IEEE 802.1Q VLAN tagging. It doesn't actuallyGarrett Wollman1998-03-181-0/+84