<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/al_eth, branch stable/13</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>al_eth: improve TCP LRO</title>
<updated>2024-10-31T16:38:11+00:00</updated>
<author>
<name>Michael Tuexen</name>
<email>tuexen@FreeBSD.org</email>
</author>
<published>2024-09-05T15:35:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=822e06011ed997442a98b9932753bec4697363d1'/>
<id>822e06011ed997442a98b9932753bec4697363d1</id>
<content type='text'>
Use the appropriate function to flush correctly all entries. The old
code does not remove the element from the hash table, only from the
active queue.

Reviewed by:		Peter Lei, rscheff
Sponsored by:		Netflix, Inc.
Differential Revision:	https://reviews.freebsd.org/D46434

(cherry picked from commit 0b45d36510d8c629fcc49805bc64e5893f4ba63c)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the appropriate function to flush correctly all entries. The old
code does not remove the element from the hash table, only from the
active queue.

Reviewed by:		Peter Lei, rscheff
Sponsored by:		Netflix, Inc.
Differential Revision:	https://reviews.freebsd.org/D46434

(cherry picked from commit 0b45d36510d8c629fcc49805bc64e5893f4ba63c)
</pre>
</div>
</content>
</entry>
<entry>
<title>al_eth: Stop checking for failures from malloc/buf_ring_alloc(M_WAITOK)</title>
<updated>2024-09-30T05:05:32+00:00</updated>
<author>
<name>Zhenlei Huang</name>
<email>zlei@FreeBSD.org</email>
</author>
<published>2024-09-03T10:25:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9113fe381f1ea848d960315a3d3abdf9b770da07'/>
<id>9113fe381f1ea848d960315a3d3abdf9b770da07</id>
<content type='text'>
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D45852

(cherry picked from commit 00ae9c1be02e2db6ede1abd5b787bb9a3fbd76b0)
(cherry picked from commit 74887e322101cbc9e531e3acd08a6eb10dd2169e)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D45852

(cherry picked from commit 00ae9c1be02e2db6ede1abd5b787bb9a3fbd76b0)
(cherry picked from commit 74887e322101cbc9e531e3acd08a6eb10dd2169e)
</pre>
</div>
</content>
</entry>
<entry>
<title>sys: Remove $FreeBSD$: one-line .c pattern</title>
<updated>2023-08-23T17:43:25+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-22T01:31:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3bc80996974a61a4223eae4c1ccd47b6ee32a48a'/>
<id>3bc80996974a61a4223eae4c1ccd47b6ee32a48a</id>
<content type='text'>
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/

Similar commit in current:
(cherry picked from commit 685dc743dc3b)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/

Similar commit in current:
(cherry picked from commit 685dc743dc3b)
</pre>
</div>
</content>
</entry>
<entry>
<title>sys: Remove $FreeBSD$: two-line .h pattern</title>
<updated>2023-08-23T17:43:20+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-22T01:31:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f8167e0404dab9ffeaca95853dd237ab7c587f82'/>
<id>f8167e0404dab9ffeaca95853dd237ab7c587f82</id>
<content type='text'>
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/

Similar commit in current:
(cherry picked from commit 95ee2897e98f)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/

Similar commit in current:
(cherry picked from commit 95ee2897e98f)
</pre>
</div>
</content>
</entry>
<entry>
<title>al_eth: make function definitions consistent with declarations</title>
<updated>2023-04-29T07:23:34+00:00</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2023-04-22T11:45:57+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=99a98c68f441263f99eb140d846a188512be21e6'/>
<id>99a98c68f441263f99eb140d846a188512be21e6</id>
<content type='text'>
The declarations for al_eth_lm_retimer_ds25_signal_detect() and
al_eth_lm_retimer_ds25_cdr_lock() say that these functions return
'al_bool', but the definitions actually return 'boolean_t'.

Make the definitions match the declarations.

Reviewed by:	jhb, emaste
MFC after:	3 days
Differential Revision: https://reviews.freebsd.org/D39759

(cherry picked from commit 9ea31d78f00d23612f3ab44d83265f8039f487af)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The declarations for al_eth_lm_retimer_ds25_signal_detect() and
al_eth_lm_retimer_ds25_cdr_lock() say that these functions return
'al_bool', but the definitions actually return 'boolean_t'.

Make the definitions match the declarations.

Reviewed by:	jhb, emaste
MFC after:	3 days
Differential Revision: https://reviews.freebsd.org/D39759

(cherry picked from commit 9ea31d78f00d23612f3ab44d83265f8039f487af)
</pre>
</div>
</content>
</entry>
<entry>
<title>al_eth: Fix a typo in a source code comment</title>
<updated>2022-06-10T12:33:13+00:00</updated>
<author>
<name>Gordon Bergling</name>
<email>gbe@FreeBSD.org</email>
</author>
<published>2022-06-04T13:33:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ca753c6495bb6b163330bf9239fe6c8251e84d8a'/>
<id>ca753c6495bb6b163330bf9239fe6c8251e84d8a</id>
<content type='text'>
- s/enought/enough/

(cherry picked from commit 45b143d2ea5fb0389304cc918781e98696a4b48f)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- s/enought/enough/

(cherry picked from commit 45b143d2ea5fb0389304cc918781e98696a4b48f)
</pre>
</div>
</content>
</entry>
<entry>
<title>al_eth: Remove a double word in a source code comment</title>
<updated>2022-04-14T06:16:39+00:00</updated>
<author>
<name>Gordon Bergling</name>
<email>gbe@FreeBSD.org</email>
</author>
<published>2022-04-09T09:06:18+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0ebfaeaf4c2bd6587b0dde3d8f1a84311ede34dd'/>
<id>0ebfaeaf4c2bd6587b0dde3d8f1a84311ede34dd</id>
<content type='text'>
- s/for for/for/

(cherry picked from commit 6a734168cb819cf2ea781a1e2fd83dc12adb0bd6)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- s/for for/for/

(cherry picked from commit 6a734168cb819cf2ea781a1e2fd83dc12adb0bd6)
</pre>
</div>
</content>
</entry>
<entry>
<title>al_eth: Use device_t in preference to struct device *</title>
<updated>2021-04-19T13:02:01+00:00</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2021-04-12T13:32:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=dba90f9e260b214d28611f31134f96d3cfd07fc6'/>
<id>dba90f9e260b214d28611f31134f96d3cfd07fc6</id>
<content type='text'>
Sponsored by:	The FreeBSD Foundation

(cherry picked from commit d8b1601d54e94a47af37742420403b16be239ad2)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sponsored by:	The FreeBSD Foundation

(cherry picked from commit d8b1601d54e94a47af37742420403b16be239ad2)
</pre>
</div>
</content>
</entry>
<entry>
<title>al_eth: clean up empty lines in .c and .h files</title>
<updated>2020-09-01T21:37:35+00:00</updated>
<author>
<name>Mateusz Guzik</name>
<email>mjg@FreeBSD.org</email>
</author>
<published>2020-09-01T21:37:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0e9080cb1232bd98a07a2765fede7735187c8ace'/>
<id>0e9080cb1232bd98a07a2765fede7735187c8ace</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove FreeBSD 7 conditional code... We've had a lot of other changes since then</title>
<updated>2020-03-01T16:45:54+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2020-03-01T16:45:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=27dc15d2f67f81cda74e6defb1e97842b9a3b33e'/>
<id>27dc15d2f67f81cda74e6defb1e97842b9a3b33e</id>
<content type='text'>
and al_eth appears only in the Annapurna ARM designs which arrived in the tree
after that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and al_eth appears only in the Annapurna ARM designs which arrived in the tree
after that.
</pre>
</div>
</content>
</entry>
</feed>
