<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/netgraph/ng_ether.h, branch stable/8</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>Add new netgraph control message NGM_ETHER_DETACH, which actually</title>
<updated>2005-02-14T12:01:09+00:00</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2005-02-14T12:01:09+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=cefddd662eb602bbc63dfdcb972cb4f22bb8f24f'/>
<id>cefddd662eb602bbc63dfdcb972cb4f22bb8f24f</id>
<content type='text'>
removes netgraph node and unwraps Ethernet interface.

This gives us ability to unload ng_ether.ko, when all interfaces
are detached, making ng_ether(4) developers happy.

Reviewed by:	ru
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
removes netgraph node and unwraps Ethernet interface.

This gives us ability to unload ng_ether.ko, when all interfaces
are detached, making ng_ether(4) developers happy.

Reviewed by:	ru
</pre>
</div>
</content>
</entry>
<entry>
<title>Restore previous cookie. Old programs will work with new node OK,</title>
<updated>2005-02-12T19:23:20+00:00</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2005-02-12T19:23:20+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b5fe181661c45c520199fb675547e05ed984bc3b'/>
<id>b5fe181661c45c520199fb675547e05ed984bc3b</id>
<content type='text'>
new programs with old node wil receive EINVAL trying to access new
messages.

Submitted by:	ru
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
new programs with old node wil receive EINVAL trying to access new
messages.

Submitted by:	ru
</pre>
</div>
</content>
</entry>
<entry>
<title>Add two new netgraph messages NGM_ETHER_ADD_MULTI and NGM_ETHER_DEL_MULTI,</title>
<updated>2005-02-12T11:41:32+00:00</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2005-02-12T11:41:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=810d5e89f4a13ccebad192385843e156610c6f3a'/>
<id>810d5e89f4a13ccebad192385843e156610c6f3a</id>
<content type='text'>
to join and leave Ethernet multicast membership, respectively. Messages
take MAC address as argument.

Sponsored by:	Rinet ISP
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to join and leave Ethernet multicast membership, respectively. Messages
take MAC address as argument.

Sponsored by:	Rinet ISP
</pre>
</div>
</content>
</entry>
<entry>
<title>/* -&gt; /*- for license, minor formatting changes</title>
<updated>2005-01-07T01:45:51+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-01-07T01:45:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c398230b64aea809cb7c5cea8db580af7097920c'/>
<id>c398230b64aea809cb7c5cea8db580af7097920c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Backout previous change, it breaks build and it is not needed</title>
<updated>2004-02-20T08:26:27+00:00</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2004-02-20T08:26:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3c976c3f95bd86cefde48f20265f25895c2ba7e0'/>
<id>3c976c3f95bd86cefde48f20265f25895c2ba7e0</id>
<content type='text'>
layering violation. As pointed out, there is much better way to do this.
Sorry guys, I need to find a better way to force reviews.

Requested by:	harti, julian, scottl (mentor)
Pointy hat to:	pjd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
layering violation. As pointed out, there is much better way to do this.
Sorry guys, I need to find a better way to force reviews.

Requested by:	harti, julian, scottl (mentor)
Pointy hat to:	pjd
</pre>
</div>
</content>
</entry>
<entry>
<title>Export private structure owned by ng_ether(4) module outside.</title>
<updated>2004-02-19T16:58:01+00:00</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2004-02-19T16:58:01+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d592e95ba7198bd3841803c00851e6e5f6c7dbd2'/>
<id>d592e95ba7198bd3841803c00851e6e5f6c7dbd2</id>
<content type='text'>
It'll is required by new failure detection algorithm for ng_one2many(4).

No response from:	julian, archie
Silent on:		net@
Approved by:		scottl (mentor)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It'll is required by new failure detection algorithm for ng_one2many(4).

No response from:	julian, archie
Silent on:		net@
Approved by:		scottl (mentor)
</pre>
</div>
</content>
</entry>
<entry>
<title>Made the Ethernet address parse type standard.</title>
<updated>2003-12-17T12:40:34+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2003-12-17T12:40:34+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8c7e4101f87192b1033d85842714bfb3dd453c3e'/>
<id>8c7e4101f87192b1033d85842714bfb3dd453c3e</id>
<content type='text'>
OK'ed by:	archie
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
OK'ed by:	archie
</pre>
</div>
</content>
</entry>
<entry>
<title>Since neither archie nor I work at Whistle any more, change our email</title>
<updated>2000-10-24T17:32:45+00:00</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>2000-10-24T17:32:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=cc3bbd68c54fab5539ff1cfa5f7bfb454633239c'/>
<id>cc3bbd68c54fab5539ff1cfa5f7bfb454633239c</id>
<content type='text'>
addresses to be the more usefu @freebsd.org ones
so we can keep getting bug-reports.
- man pages to follow..
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
addresses to be the more usefu @freebsd.org ones
so we can keep getting bug-reports.
- man pages to follow..
</pre>
</div>
</content>
</entry>
<entry>
<title>Export ng_ether_enaddr_type for other nodes that want to use it.</title>
<updated>2000-08-30T18:39:29+00:00</updated>
<author>
<name>Archie Cobbs</name>
<email>archie@FreeBSD.org</email>
</author>
<published>2000-08-30T18:39:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f30a8c449fde732f2479283440991ebd56f64faf'/>
<id>f30a8c449fde732f2479283440991ebd56f64faf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add three more control messages to complement their opposites:</title>
<updated>2000-08-15T01:05:50+00:00</updated>
<author>
<name>Archie Cobbs</name>
<email>archie@FreeBSD.org</email>
</author>
<published>2000-08-15T01:05:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=56045c6673062b0af52a25b4075e27f45522be3c'/>
<id>56045c6673062b0af52a25b4075e27f45522be3c</id>
<content type='text'>
NGM_ETHER_SET_ENADDR, NGM_ETHER_GET_PROMISC, and NGM_ETHER_GET_AUTOSRC.
Alter parsing algorithm so the EN address really looks like one.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
NGM_ETHER_SET_ENADDR, NGM_ETHER_GET_PROMISC, and NGM_ETHER_GET_AUTOSRC.
Alter parsing algorithm so the EN address really looks like one.
</pre>
</div>
</content>
</entry>
</feed>
