<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-toradex.git/drivers/net/ehea, branch v2.6.20.17</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>ehea: Fixed missing tasklet_kill() call</title>
<updated>2007-01-30T14:36:02+00:00</updated>
<author>
<name>Thomas Klein</name>
<email>osstklei@de.ibm.com</email>
</author>
<published>2007-01-29T17:44:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=d4150a2731615de5cd4527a23435aaa7396c63c6'/>
<id>d4150a2731615de5cd4527a23435aaa7396c63c6</id>
<content type='text'>
NEQ-Tasklet wasn't killed when module is removed.

Signed-off-by: Thomas Klein &lt;tklein@de.ibm.com&gt;
Signed-off-by: Jeff Garzik &lt;jeff@garzik.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
NEQ-Tasklet wasn't killed when module is removed.

Signed-off-by: Thomas Klein &lt;tklein@de.ibm.com&gt;
Signed-off-by: Jeff Garzik &lt;jeff@garzik.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ehea: Fixed wrong jumbo frames status query</title>
<updated>2007-01-30T14:36:02+00:00</updated>
<author>
<name>Thomas Klein</name>
<email>osstklei@de.ibm.com</email>
</author>
<published>2007-01-29T17:44:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=9c750b7d14301b710c13247f7cc28abd614d9f5c'/>
<id>9c750b7d14301b710c13247f7cc28abd614d9f5c</id>
<content type='text'>
This patch fixes the wrong query and logging of the per interface jumbo frames
enabled/disabled status.

Signed-off-by: Thomas Klein &lt;tklein@de.ibm.com&gt;
Signed-off-by: Jeff Garzik &lt;jeff@garzik.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch fixes the wrong query and logging of the per interface jumbo frames
enabled/disabled status.

Signed-off-by: Thomas Klein &lt;tklein@de.ibm.com&gt;
Signed-off-by: Jeff Garzik &lt;jeff@garzik.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ehea: Fixed possible nullpointer access</title>
<updated>2007-01-23T05:59:21+00:00</updated>
<author>
<name>Thomas Klein</name>
<email>osstklei@de.ibm.com</email>
</author>
<published>2007-01-22T11:55:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=41b69c705152e93b3c6c872678dffd8a19b14d61'/>
<id>41b69c705152e93b3c6c872678dffd8a19b14d61</id>
<content type='text'>
Fixed possible nullpointer access in event queue processing

Signed-off-by: Thomas Klein &lt;tklein@de.ibm.com&gt;
Signed-off-by: Jeff Garzik &lt;jeff@garzik.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed possible nullpointer access in event queue processing

Signed-off-by: Thomas Klein &lt;tklein@de.ibm.com&gt;
Signed-off-by: Jeff Garzik &lt;jeff@garzik.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ehea: Added logging off associated errors</title>
<updated>2007-01-23T05:59:21+00:00</updated>
<author>
<name>Thomas Klein</name>
<email>osstklei@de.ibm.com</email>
</author>
<published>2007-01-22T11:54:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=bb3a6449c18f6203e59195a98d633f5b5b57c133'/>
<id>bb3a6449c18f6203e59195a98d633f5b5b57c133</id>
<content type='text'>
Added logging of error events associated with a specific queue pair

Signed-off-by: Thomas Klein &lt;tklein@de.ibm.com&gt;
Signed-off-by: Jeff Garzik &lt;jeff@garzik.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added logging of error events associated with a specific queue pair

Signed-off-by: Thomas Klein &lt;tklein@de.ibm.com&gt;
Signed-off-by: Jeff Garzik &lt;jeff@garzik.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ehea: Improved logging of permission issues</title>
<updated>2007-01-23T05:59:21+00:00</updated>
<author>
<name>Thomas Klein</name>
<email>osstklei@de.ibm.com</email>
</author>
<published>2007-01-22T11:54:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=7674a588e93c6fa1fde8e452a4c025c49037cb96'/>
<id>7674a588e93c6fa1fde8e452a4c025c49037cb96</id>
<content type='text'>
Disabled dump of hcall regs on some permission issues and
fixed appropriate misleading logmessages

Signed-off-by: Thomas Klein &lt;tklein@de.ibm.com&gt;
Signed-off-by: Jeff Garzik &lt;jeff@garzik.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Disabled dump of hcall regs on some permission issues and
fixed appropriate misleading logmessages

Signed-off-by: Thomas Klein &lt;tklein@de.ibm.com&gt;
Signed-off-by: Jeff Garzik &lt;jeff@garzik.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ehea: New method to determine number of available ports</title>
<updated>2007-01-23T05:59:20+00:00</updated>
<author>
<name>Thomas Klein</name>
<email>osstklei@de.ibm.com</email>
</author>
<published>2007-01-22T11:53:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=4e996b32e0585756c335b35980dc68852c33f297'/>
<id>4e996b32e0585756c335b35980dc68852c33f297</id>
<content type='text'>
Count OFDT nodes to determine the number of available ports
instead of using the possibly outdated value from the hypervisor

Signed-off-by: Thomas Klein &lt;tklein@de.ibm.com&gt;
Signed-off-by: Jeff Garzik &lt;jeff@garzik.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Count OFDT nodes to determine the number of available ports
instead of using the possibly outdated value from the hypervisor

Signed-off-by: Thomas Klein &lt;tklein@de.ibm.com&gt;
Signed-off-by: Jeff Garzik &lt;jeff@garzik.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ehea: Modified initial autoneg state determination</title>
<updated>2007-01-23T05:59:20+00:00</updated>
<author>
<name>Thomas Klein</name>
<email>osstklei@de.ibm.com</email>
</author>
<published>2007-01-22T11:53:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=e919b5938b11e1d48a6dcdcb2860e890a954f10d'/>
<id>e919b5938b11e1d48a6dcdcb2860e890a954f10d</id>
<content type='text'>
Logical partitions are not allowed to (try to) set the autonegotiation status.
This patch removes the respective function call from the port setup function.

Signed-off-by: Thomas Klein &lt;tklein@de.ibm.com&gt;
Signed-off-by: Jeff Garzik &lt;jeff@garzik.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Logical partitions are not allowed to (try to) set the autonegotiation status.
This patch removes the respective function call from the port setup function.

Signed-off-by: Thomas Klein &lt;tklein@de.ibm.com&gt;
Signed-off-by: Jeff Garzik &lt;jeff@garzik.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ehea: Fixing firmware queue config issue</title>
<updated>2007-01-23T05:59:20+00:00</updated>
<author>
<name>Thomas Klein</name>
<email>osstklei@de.ibm.com</email>
</author>
<published>2007-01-22T11:52:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=602e0d100daa9ba9bc7c17e0014a6f76b638dc80'/>
<id>602e0d100daa9ba9bc7c17e0014a6f76b638dc80</id>
<content type='text'>
Fix to use exactly one queue for incoming packets in all
firmware configurations

Signed-off-by: Thomas Klein &lt;tklein@de.ibm.com&gt;
Signed-off-by: Jeff Garzik &lt;jeff@garzik.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix to use exactly one queue for incoming packets in all
firmware configurations

Signed-off-by: Thomas Klein &lt;tklein@de.ibm.com&gt;
Signed-off-by: Jeff Garzik &lt;jeff@garzik.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ehea: Fixed wrong dereferencation</title>
<updated>2007-01-23T05:59:20+00:00</updated>
<author>
<name>Thomas Klein</name>
<email>osstklei@de.ibm.com</email>
</author>
<published>2007-01-22T11:52:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=061bf3cdba753ae7b52fba8cc324d81adac77696'/>
<id>061bf3cdba753ae7b52fba8cc324d81adac77696</id>
<content type='text'>
Not only check the pointer against 0 but also the dereferenced value

Signed-off-by: Thomas Klein &lt;tklein@de.ibm.com&gt;
Signed-off-by: Jeff Garzik &lt;jeff@garzik.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not only check the pointer against 0 but also the dereferenced value

Signed-off-by: Thomas Klein &lt;tklein@de.ibm.com&gt;
Signed-off-by: Jeff Garzik &lt;jeff@garzik.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6</title>
<updated>2006-12-05T17:01:28+00:00</updated>
<author>
<name>David Howells</name>
<email>dhowells@redhat.com</email>
</author>
<published>2006-12-05T17:01:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=9db73724453a9350e1c22dbe732d427e2939a5c9'/>
<id>9db73724453a9350e1c22dbe732d427e2939a5c9</id>
<content type='text'>
Conflicts:

	drivers/ata/libata-scsi.c
	include/linux/libata.h

Futher merge of Linus's head and compilation fixups.

Signed-Off-By: David Howells &lt;dhowells@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:

	drivers/ata/libata-scsi.c
	include/linux/libata.h

Futher merge of Linus's head and compilation fixups.

Signed-Off-By: David Howells &lt;dhowells@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
