<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-toradex.git/drivers/net/ixgb, branch v2.6.16.42</title>
<subtitle>Linux kernel for Apalis and Colibri modules</subtitle>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/'/>
<entry>
<title>[PATCH] drivers/net/ixgb/: make some code static</title>
<updated>2005-11-06T02:00:01+00:00</updated>
<author>
<name>Adrian Bunk</name>
<email>bunk@stusta.de</email>
</author>
<published>2005-10-30T15:53:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=e9ab1d145365a871858f402f3655cd4939fa38d5'/>
<id>e9ab1d145365a871858f402f3655cd4939fa38d5</id>
<content type='text'>
This patch makes some needlessly global code static.

Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch makes some needlessly global code static.

Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge /spare/repo/linux-2.6/</title>
<updated>2005-09-22T02:34:08+00:00</updated>
<author>
<name>Jeff Garzik</name>
<email>jgarzik@pobox.com</email>
</author>
<published>2005-09-22T02:34:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=a3536c839f04682ed06c84a7f75968c27c6108c8'/>
<id>a3536c839f04682ed06c84a7f75968c27c6108c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[PATCH] drivers/net: fix-up schedule_timeout() usage</title>
<updated>2005-09-14T12:33:24+00:00</updated>
<author>
<name>Nishanth Aravamudan</name>
<email>nacc@us.ibm.com</email>
</author>
<published>2005-09-11T09:09:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=3173c8907ffb2c64456142da3df2bd0500bd59e0'/>
<id>3173c8907ffb2c64456142da3df2bd0500bd59e0</id>
<content type='text'>
Use schedule_timeout_interruptible() instead of
set_current_state()/schedule_timeout() to reduce kernel size.

Signed-off-by: Nishanth Aravamudan &lt;nacc@us.ibm.com&gt;
Cc: Jeff Garzik &lt;jgarzik@pobox.com&gt;
Cc: "David S. Miller" &lt;davem@davemloft.net&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@pobox.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use schedule_timeout_interruptible() instead of
set_current_state()/schedule_timeout() to reduce kernel size.

Signed-off-by: Nishanth Aravamudan &lt;nacc@us.ibm.com&gt;
Cc: Jeff Garzik &lt;jgarzik@pobox.com&gt;
Cc: "David S. Miller" &lt;davem@davemloft.net&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@pobox.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[PATCH] ixgb: support ETHTOOL_GPERMADDR</title>
<updated>2005-09-14T12:29:32+00:00</updated>
<author>
<name>John W. Linville</name>
<email>linville@tuxdriver.com</email>
</author>
<published>2005-09-12T14:48:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=df859c519ef7b72d9be7396443316da87272e8b6'/>
<id>df859c519ef7b72d9be7396443316da87272e8b6</id>
<content type='text'>
Add support for ETHTOOL_GPERMADDR to ixgb.

Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@pobox.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for ETHTOOL_GPERMADDR to ixgb.

Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@pobox.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[PATCH] ixgb: correct rx_dropped counting</title>
<updated>2005-09-14T12:26:16+00:00</updated>
<author>
<name>John W. Linville</name>
<email>linville@tuxdriver.com</email>
</author>
<published>2005-09-12T14:49:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=c535a9dd26d1a4c6dcbd486cbe181a9e71237af1'/>
<id>c535a9dd26d1a4c6dcbd486cbe181a9e71237af1</id>
<content type='text'>
Do not count frames dropped by the hardware as part of rx_dropped.

Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@pobox.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do not count frames dropped by the hardware as part of rx_dropped.

Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@pobox.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[PATCH] ixgb: Driver version, white space, comments</title>
<updated>2005-08-11T21:09:25+00:00</updated>
<author>
<name>Malli Chilakala</name>
<email>mallikarjuna.chilakala@intel.com</email>
</author>
<published>2005-08-11T20:59:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=ab707da7cf0a1a1d27c6021356cfb3692cf1bd26'/>
<id>ab707da7cf0a1a1d27c6021356cfb3692cf1bd26</id>
<content type='text'>
Driver version, white space, comments &amp; added Module_version Patch from linville

Signed-off-by: Mallikarjuna R Chilakala &lt;mallikarjuna.chilakala@intel.com&gt;
Signed-off-by: Ganesh Venkatesan &lt;ganesh.venkatesan@intel.com&gt;
Signed-off-by: John Ronciak &lt;john.ronciak@intel.com&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@pobox.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Driver version, white space, comments &amp; added Module_version Patch from linville

Signed-off-by: Mallikarjuna R Chilakala &lt;mallikarjuna.chilakala@intel.com&gt;
Signed-off-by: Ganesh Venkatesan &lt;ganesh.venkatesan@intel.com&gt;
Signed-off-by: John Ronciak &lt;john.ronciak@intel.com&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@pobox.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[PATCH] ixgb: Redefined buffer_info-dma to be dma_addr_t instead of uint64</title>
<updated>2005-08-11T21:09:25+00:00</updated>
<author>
<name>Malli Chilakala</name>
<email>mallikarjuna.chilakala@intel.com</email>
</author>
<published>2005-08-11T20:59:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=b40a1f06c062d5fb2dc11fcb826d97b28918524f'/>
<id>b40a1f06c062d5fb2dc11fcb826d97b28918524f</id>
<content type='text'>
Redefined buffer_info-dma to be dma_addr_t instead of uint64

Signed-off-by: Mallikarjuna R Chilakala &lt;mallikarjuna.chilakala@intel.com&gt;
Signed-off-by: Ganesh Venkatesan &lt;ganesh.venkatesan@intel.com&gt;
Signed-off-by: John Ronciak &lt;john.ronciak@intel.com&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@pobox.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Redefined buffer_info-dma to be dma_addr_t instead of uint64

Signed-off-by: Mallikarjuna R Chilakala &lt;mallikarjuna.chilakala@intel.com&gt;
Signed-off-by: Ganesh Venkatesan &lt;ganesh.venkatesan@intel.com&gt;
Signed-off-by: John Ronciak &lt;john.ronciak@intel.com&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@pobox.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[PATCH] ixgb: Remove unused functions</title>
<updated>2005-08-11T21:09:21+00:00</updated>
<author>
<name>Malli Chilakala</name>
<email>mallikarjuna.chilakala@intel.com</email>
</author>
<published>2005-08-11T20:59:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=fcb01756e8e95e8d4e423377bc435e8856194328'/>
<id>fcb01756e8e95e8d4e423377bc435e8856194328</id>
<content type='text'>
Remove unused functions, render some variable static instead of global  - based on patch from Adrian Bunk

Signed-off-by: Mallikarjuna R Chilakala &lt;mallikarjuna.chilakala@intel.com&gt;
Signed-off-by: Ganesh Venkatesan &lt;ganesh.venkatesan@intel.com&gt;
Signed-off-by: John Ronciak &lt;john.ronciak@intel.com&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@pobox.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove unused functions, render some variable static instead of global  - based on patch from Adrian Bunk

Signed-off-by: Mallikarjuna R Chilakala &lt;mallikarjuna.chilakala@intel.com&gt;
Signed-off-by: Ganesh Venkatesan &lt;ganesh.venkatesan@intel.com&gt;
Signed-off-by: John Ronciak &lt;john.ronciak@intel.com&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@pobox.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[PATCH] ixgb: Ethtool cleanup patch from Stephen Hemminger</title>
<updated>2005-08-11T21:09:19+00:00</updated>
<author>
<name>Malli Chilakala</name>
<email>mallikarjuna.chilakala@intel.com</email>
</author>
<published>2005-08-11T20:59:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=db0bacaa8313e00bb571e2d1102dc9f567353a24'/>
<id>db0bacaa8313e00bb571e2d1102dc9f567353a24</id>
<content type='text'>
Ethtool cleanup patch from Stephen Hemminger
   * use ADVERTISED_xxx fields when setting advertised fields

Signed-off-by: Mallikarjuna R Chilakala &lt;mallikarjuna.chilakala@intel.com&gt;
Signed-off-by: Ganesh Venkatesan &lt;ganesh.venkatesan@intel.com&gt;
Signed-off-by: John Ronciak &lt;john.ronciak@intel.com&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@pobox.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ethtool cleanup patch from Stephen Hemminger
   * use ADVERTISED_xxx fields when setting advertised fields

Signed-off-by: Mallikarjuna R Chilakala &lt;mallikarjuna.chilakala@intel.com&gt;
Signed-off-by: Ganesh Venkatesan &lt;ganesh.venkatesan@intel.com&gt;
Signed-off-by: John Ronciak &lt;john.ronciak@intel.com&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@pobox.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[PATCH] ixgb: Fix data output by ethtool -d</title>
<updated>2005-08-11T21:09:19+00:00</updated>
<author>
<name>Malli Chilakala</name>
<email>mallikarjuna.chilakala@intel.com</email>
</author>
<published>2005-08-11T20:59:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=9ef2eec39383f8fe2bd7c9fac4dfdd4fdf7173e6'/>
<id>9ef2eec39383f8fe2bd7c9fac4dfdd4fdf7173e6</id>
<content type='text'>
Fix data output by ethtool -d

Signed-off-by: Mallikarjuna R Chilakala &lt;mallikarjuna.chilakala@intel.com&gt;
Signed-off-by: Ganesh Venkatesan &lt;ganesh.venkatesan@intel.com&gt;
Signed-off-by: John Ronciak &lt;john.ronciak@intel.com&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@pobox.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix data output by ethtool -d

Signed-off-by: Mallikarjuna R Chilakala &lt;mallikarjuna.chilakala@intel.com&gt;
Signed-off-by: Ganesh Venkatesan &lt;ganesh.venkatesan@intel.com&gt;
Signed-off-by: John Ronciak &lt;john.ronciak@intel.com&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@pobox.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
