<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/net/if_vlan_var.h, branch releng/4.7</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F4.7</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F4.7'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2001-12-04T20:01:54Z</updated>
<entry>
<title>MFC: Make vlan(4) devices loadable, unloadable, and clonable.</title>
<updated>2001-12-04T20:01:54Z</updated>
<author>
<name>Brooks Davis</name>
<email>brooks@FreeBSD.org</email>
</author>
<published>2001-12-04T20:01:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1d67542397365e0740cb263e2cf5a5676a51a443'/>
<id>urn:sha1:1d67542397365e0740cb263e2cf5a5676a51a443</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2001-08-01T00:47:50Z</updated>
<author>
<name>Bill Fenner</name>
<email>fenner@FreeBSD.org</email>
</author>
<published>2001-08-01T00:47:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2a63e30b9cd66b7af96e417eb4586ed234a0608e'/>
<id>urn:sha1:2a63e30b9cd66b7af96e417eb4586ed234a0608e</id>
<content type='text'>
Get IP multicast working on VLAN devices
        if_ethersubr.c rev 1.93
        if_vlan.c revs 1.27, 1.30
Use the IANA assignment IFT_L2VLAN
        if_vlan.c rev 1.29
        if_vlan_var.h rev 1.9
</content>
</entry>
<entry>
<title>MFC: Introduce a separate interface type for the 802.1q VLAN interface</title>
<updated>2001-04-24T13:01:42Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2001-04-24T13:01:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6336d8f29f5f73ee9b64099a0df2f6cf4fbd5356'/>
<id>urn:sha1:6336d8f29f5f73ee9b64099a0df2f6cf4fbd5356</id>
<content type='text'>
according to the IANA assignment.
</content>
</entry>
<entry>
<title>Change #ifdef KERNEL to #ifdef _KERNEL in the public headers.  "KERNEL"</title>
<updated>1999-12-29T04:46:21Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-12-29T04:46:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=664a31e4967a61ec61870f45adc2f1400617993e'/>
<id>urn:sha1:664a31e4967a61ec61870f45adc2f1400617993e</id>
<content type='text'>
is an application space macro and the applications are supposed to be free
to use it as they please (but cannot).  This is consistant with the other
BSD's who made this change quite some time ago.  More commits to come.
</content>
</entry>
<entry>
<title>The current code incorrectly assumes that all vlans</title>
<updated>1999-12-13T01:57:00Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1999-12-13T01:57:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c0230c1b3d332536703c3c2dd27a1096d3c8fe2d'/>
<id>urn:sha1:c0230c1b3d332536703c3c2dd27a1096d3c8fe2d</id>
<content type='text'>
are configured, and/or associated with a parent device.  If you
receive a frame for a VLAN that's not in the list, you walk off
the end of the list.  Boom.

Submitted by:	C. Stephen Gunn &lt;csg@waterspout.com&gt;
PR:		15291
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-28T01:08:13Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-28T01:08:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c3aac50f284c6cca5b4f2eb46aaa13812cb8b630'/>
<id>urn:sha1:c3aac50f284c6cca5b4f2eb46aaa13812cb8b630</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Grrr... botched remote commit. Let's try this again: vlan updates,</title>
<updated>1999-03-15T01:22:01Z</updated>
<author>
<name>Bill Paul</name>
<email>wpaul@FreeBSD.org</email>
</author>
<published>1999-03-15T01:22:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=97ed1257f99b7047002fd958aa795fea5791c337'/>
<id>urn:sha1:97ed1257f99b7047002fd958aa795fea5791c337</id>
<content type='text'>
take two.
</content>
</entry>
<entry>
<title>Add preliminary support for IEEE 802.1Q VLAN tagging.  It doesn't actually</title>
<updated>1998-03-18T01:40:12Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>1998-03-18T01:40:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2cc2df490e841a1bb427efd6d6bd35109f7326c4'/>
<id>urn:sha1:2cc2df490e841a1bb427efd6d6bd35109f7326c4</id>
<content type='text'>
work reliably yet (I've had panics), but it does seem to occasionally
be able to transmit and receive syntactically-correct packets.
Also fixes one of if_ethersubr.c's legion style bugs, and removes
the hostcache code from standard kernels---the code that depends on it
is not going to happen any time soon, I'm afraid.
</content>
</entry>
</feed>
