index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
net
/
if_vlan_var.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
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