<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/netinet/if_ether.c, branch release/2.2.8</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F2.2.8</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F2.2.8'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>1998-09-17T18:02:33Z</updated>
<entry>
<title>bring DUMMYNET and BRIDGE support into -stable</title>
<updated>1998-09-17T18:02:33Z</updated>
<author>
<name>Luigi Rizzo</name>
<email>luigi@FreeBSD.org</email>
</author>
<published>1998-09-17T18:02:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=18f405451d1c66af0cc711c501fa970e527eb458'/>
<id>urn:sha1:18f405451d1c66af0cc711c501fa970e527eb458</id>
<content type='text'>
decouple BPF and PROMISC handling on some if drivers
make ipstat available through sysctl (already in -current)

NOTE: you have to recompile ipfw!
</content>
</entry>
<entry>
<title>Merge from current: Don't send arp request for the ip address 0.0.0.0.</title>
<updated>1997-05-14T16:45:42Z</updated>
<author>
<name>Tor Egge</name>
<email>tegge@FreeBSD.org</email>
</author>
<published>1997-05-14T16:45:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=270fd87cbb06c9211e6ad3d5a0e645d848b74ef3'/>
<id>urn:sha1:270fd87cbb06c9211e6ad3d5a0e645d848b74ef3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>YAMFC</title>
<updated>1996-11-16T21:34:19Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1996-11-16T21:34:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c49818001ac974e42db52cda3417d137a3455c1e'/>
<id>urn:sha1:c49818001ac974e42db52cda3417d137a3455c1e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed nested include if &lt;sys/socket.h&gt; from &lt;net/if.h&gt; and</title>
<updated>1996-10-12T19:49:43Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1996-10-12T19:49:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4458ac71b1641eee26aa3883e5dcea6bb4429b2b'/>
<id>urn:sha1:4458ac71b1641eee26aa3883e5dcea6bb4429b2b</id>
<content type='text'>
&lt;net/if_arp.h&gt; and fixed the things that depended on it.  The nested
include just allowed unportable programs to compile and made my
simple #include checking program report that networking code doesn't
need to include &lt;sys/socket.h&gt;.
</content>
</entry>
<entry>
<title>Set the rmx.rmx_expire to 0 when creating fake ethernet addresses for the</title>
<updated>1996-06-21T21:45:58Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1996-06-21T21:45:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=51a109a174659780991374f9f5c4ca2bb66bcbc3'/>
<id>urn:sha1:51a109a174659780991374f9f5c4ca2bb66bcbc3</id>
<content type='text'>
broadcast and multicast routes, otherwise they will be expired by
arptimeout after a few minutes, reverting to " (incomplete)". This makes
the work done by rev 1.27 stay around until the route itself is deleted.
This is mainly cosmetic for 'arp' and 'netstat -r'.
</content>
</entry>
<entry>
<title>Use the route that's guaranteed to exist when picking a source address</title>
<updated>1996-06-20T22:53:08Z</updated>
<author>
<name>Bill Fenner</name>
<email>fenner@FreeBSD.org</email>
</author>
<published>1996-06-20T22:53:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=94334d8fc4e00eb0ef672688cc6ad3b0aa68a717'/>
<id>urn:sha1:94334d8fc4e00eb0ef672688cc6ad3b0aa68a717</id>
<content type='text'>
for ARP requests.

The NetBSD version of this patch (see NetBSD PR kern/2381) has this change
already.  This should close our PR kern/1140 .

Although it's not quite what he submitted, I got the idea from him so
Submitted by:	Jin Guojun &lt;jin@george.lbl.gov&gt;
</content>
</entry>
<entry>
<title>Keep ether_type in network order for BPF to be consistent with other</title>
<updated>1996-06-13T02:54:19Z</updated>
<author>
<name>David Greenman</name>
<email>dg@FreeBSD.org</email>
</author>
<published>1996-06-13T02:54:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=34bed8b0eedef3801d2f70798887befbcb92cc57'/>
<id>urn:sha1:34bed8b0eedef3801d2f70798887befbcb92cc57</id>
<content type='text'>
systems.

Submitted by:	Ted Lemon, Matt Thomas, and others. Retrofitted for
		-current by me.
</content>
</entry>
<entry>
<title>Changed some memcpy()'s back to bcopy()'s.</title>
<updated>1996-06-08T08:19:03Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1996-06-08T08:19:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0453d3cbb393fe51c233cd70dc1b520cc0d3ef8c'/>
<id>urn:sha1:0453d3cbb393fe51c233cd70dc1b520cc0d3ef8c</id>
<content type='text'>
gcc only inlines memcpy()'s whose count is constant and didn't inline
these.  I want memcpy() in the kernel go away so that it's obvious that
it doesn't need to be optimized.  Now it is only used for one struct
copy in si.c.
</content>
</entry>
<entry>
<title>Send ARP's for aliased subnets with the proper source address.</title>
<updated>1996-03-23T01:32:30Z</updated>
<author>
<name>Bill Fenner</name>
<email>fenner@FreeBSD.org</email>
</author>
<published>1996-03-23T01:32:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=203f0c075f434fc48e4c25f38ba52ff1ddd20a55'/>
<id>urn:sha1:203f0c075f434fc48e4c25f38ba52ff1ddd20a55</id>
<content type='text'>
Get rid of ac-&gt;ac_ipaddr and arpwhohas() since they assume that
an interface has only one address.

Obtained from:	BSD/OS 2.1, via Rich Stevens &lt;rstevens@noao.edu&gt;
</content>
</entry>
<entry>
<title>Make the "arpresolve: can't allocate llinfo" error message</title>
<updated>1996-02-20T17:54:17Z</updated>
<author>
<name>Bill Fenner</name>
<email>fenner@FreeBSD.org</email>
</author>
<published>1996-02-20T17:54:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7d1ba41375b52716ccc4f6876a1237e9e0186aa0'/>
<id>urn:sha1:7d1ba41375b52716ccc4f6876a1237e9e0186aa0</id>
<content type='text'>
more useful by printing out the IP address it was trying to
resolve, since we're seeing so many complaints about this
error.
</content>
</entry>
</feed>
