<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/ed/if_ed.c, branch releng/4.3</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>MFC: fix a serious bug in the ed driver when very short packets are</title>
<updated>2001-02-08T23:00:23+00:00</updated>
<author>
<name>Luigi Rizzo</name>
<email>luigi@FreeBSD.org</email>
</author>
<published>2001-02-08T23:00:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ce14c0ab749322399996b1544871626c2a47127e'/>
<id>ce14c0ab749322399996b1544871626c2a47127e</id>
<content type='text'>
received (with bpf or bridging active). Some code was erroneously
assuming that the packet contained at least the ethernet header,
and as a result a negative length was later written into the mbuf
header, eventually resulting in random panics.

This bug has been reported for some time, but i was never able to
reproduce it locally because I had the code fixed in my sources
a couple of weeks ago, and just forgot to commit the fix.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
received (with bpf or bridging active). Some code was erroneously
assuming that the packet contained at least the ethernet header,
and as a result a negative length was later written into the mbuf
header, eventually resulting in random panics.

This bug has been reported for some time, but i was never able to
reproduce it locally because I had the code fixed in my sources
a couple of weeks ago, and just forgot to commit the fix.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: Additional flag 0x80000 for Linksys type cards.</title>
<updated>2001-01-17T13:28:50+00:00</updated>
<author>
<name>Toshihiko ARAI</name>
<email>toshi@FreeBSD.org</email>
</author>
<published>2001-01-17T13:28:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=af9469750ea64d37c93be46d075795ba0172ae85'/>
<id>af9469750ea64d37c93be46d075795ba0172ae85</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2000-09-10T08:45:13+00:00</updated>
<author>
<name>Yoshihiro Takahashi</name>
<email>nyan@FreeBSD.org</email>
</author>
<published>2000-09-10T08:45:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=cbaea43510f902fbbcfa3154148691a62d384eea'/>
<id>cbaea43510f902fbbcfa3154148691a62d384eea</id>
<content type='text'>
 - bus_space'ify.
 - Fixed the IRQ9/IRQ2 confusion.
 - Added support for AX88190, equipped in MELCO LPC3-TX.
 - Added PC-98 Cbus devices support.
 - Removed old ed driver.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 - bus_space'ify.
 - Fixed the IRQ9/IRQ2 confusion.
 - Added support for AX88190, equipped in MELCO LPC3-TX.
 - Added PC-98 Cbus devices support.
 - Removed old ed driver.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: make all Ethernet drivers use ether_ifattach() ether_ifdetach()</title>
<updated>2000-07-17T21:24:40+00:00</updated>
<author>
<name>Archie Cobbs</name>
<email>archie@FreeBSD.org</email>
</author>
<published>2000-07-17T21:24:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1f978f357119ba20698639fae32c13ef5eba24d9'/>
<id>1f978f357119ba20698639fae32c13ef5eba24d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: [rev 1.180] ed_ioctl() can be called from ifpromisc() after</title>
<updated>2000-07-11T20:06:18+00:00</updated>
<author>
<name>Paul Saab</name>
<email>ps@FreeBSD.org</email>
</author>
<published>2000-07-11T20:06:18+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a914f21190aa0e15a5c963bed318c9facd46d724'/>
<id>a914f21190aa0e15a5c963bed318c9facd46d724</id>
<content type='text'>
the card has been removed, don't panic on a NULL pointer in that
case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the card has been removed, don't panic on a NULL pointer in that
case.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: Only detect Linksys PCMCIA cards when in a pccard environment.</title>
<updated>2000-07-01T05:51:38+00:00</updated>
<author>
<name>Paul Saab</name>
<email>ps@FreeBSD.org</email>
</author>
<published>2000-07-01T05:51:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ebb1d7255ff8004a5d66d4fc1137452323953665'/>
<id>ebb1d7255ff8004a5d66d4fc1137452323953665</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: Allow newer Linksys 10/100 PCMCIA cards to work.</title>
<updated>2000-06-18T06:08:09+00:00</updated>
<author>
<name>Paul Saab</name>
<email>ps@FreeBSD.org</email>
</author>
<published>2000-06-18T06:08:09+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=26793cef6ee7e7a9d018b0f233dc55194d460e14'/>
<id>26793cef6ee7e7a9d018b0f233dc55194d460e14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: Move BPF and bridging code into ether_input()</title>
<updated>2000-05-24T01:48:00+00:00</updated>
<author>
<name>Archie Cobbs</name>
<email>archie@FreeBSD.org</email>
</author>
<published>2000-05-24T01:48:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=32807f2fe8a56ca243ce63ccf401e627a4c6aabc'/>
<id>32807f2fe8a56ca243ce63ccf401e627a4c6aabc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: 1.175 1.176: remove check against valid OUIs for Linksys</title>
<updated>2000-03-20T23:49:22+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2000-03-20T23:49:22+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=6c5826fb4019f5b54a8592c8f4cebfd9e693b6f4'/>
<id>6c5826fb4019f5b54a8592c8f4cebfd9e693b6f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: add linksys OUI</title>
<updated>2000-03-17T23:52:23+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2000-03-17T23:52:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=17ad08f62805d35904f10421ded0f974724443e1'/>
<id>17ad08f62805d35904f10421ded0f974724443e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
