<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux.git/drivers/net/e100.c, branch v2.6.13</title>
<subtitle>Linux kernel source tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/'/>
<entry>
<title>Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6</title>
<updated>2005-06-28T05:07:56+00:00</updated>
<author>
<name>Greg KH</name>
<email>greg@press.(none)</email>
</author>
<published>2005-06-28T05:07:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=8644d2a42bdba2d513f71c07eaf1b6f9b718b8eb'/>
<id>8644d2a42bdba2d513f71c07eaf1b6f9b718b8eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[PATCH] PCI: make drivers use the pci shutdown callback instead of the driver core callback.</title>
<updated>2005-06-28T04:52:47+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2005-06-24T00:35:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=d18c3db58bc544fce6662ca7edba616ca9788a70'/>
<id>d18c3db58bc544fce6662ca7edba616ca9788a70</id>
<content type='text'>
Now we can change the pci core to always set this pointer, as pci drivers
should use it, not the driver core callback.

Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now we can change the pci core to always set this pointer, as pci drivers
should use it, not the driver core callback.

Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[PATCH] e100: NAPI performance enhancements</title>
<updated>2005-06-27T04:30:23+00:00</updated>
<author>
<name>Malli Chilakala</name>
<email>mallikarjuna.chilakala@intel.com</email>
</author>
<published>2005-06-18T00:31:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=0685c31b58a69e41393e974f6e6b8e0a4eadcf0b'/>
<id>0685c31b58a69e41393e974f6e6b8e0a4eadcf0b</id>
<content type='text'>
NAPI performance enhancements - Fixed issues with shared interrupts and NAPI resulting in bad performance.

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;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
NAPI performance enhancements - Fixed issues with shared interrupts and NAPI resulting in bad performance.

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;
</pre>
</div>
</content>
</entry>
<entry>
<title>[PATCH] e100: e100_eeprom_load was called after e100_phy_init</title>
<updated>2005-06-27T04:30:23+00:00</updated>
<author>
<name>Malli Chilakala</name>
<email>mallikarjuna.chilakala@intel.com</email>
</author>
<published>2005-06-18T00:30:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=f92d872876617cddbb0532291034f88941e855fd'/>
<id>f92d872876617cddbb0532291034f88941e855fd</id>
<content type='text'>
e100_eeprom_load was called after e100_phy_init causing phy_init
not to use values set in EEPROM - from emann@mrv.com

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;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
e100_eeprom_load was called after e100_phy_init causing phy_init
not to use values set in EEPROM - from emann@mrv.com

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;
</pre>
</div>
</content>
</entry>
<entry>
<title>[PATCH] e100: fixed e100 MDI/MDI-X issues</title>
<updated>2005-06-27T04:30:23+00:00</updated>
<author>
<name>Malli Chilakala</name>
<email>mallikarjuna.chilakala@intel.com</email>
</author>
<published>2005-06-18T00:27:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=648951451e6d2d532d4ace2f8e9c5cdf1d563e83'/>
<id>648951451e6d2d532d4ace2f8e9c5cdf1d563e83</id>
<content type='text'>
Added patch from Eran Mann to fix following e100 MDI/MDI-X issues
 * MDI/MDI-X autodetection should never be enabled for 82551ER/QM chips
 * enabling this feature based on eeprom settings

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;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added patch from Eran Mann to fix following e100 MDI/MDI-X issues
 * MDI/MDI-X autodetection should never be enabled for 82551ER/QM chips
 * enabling this feature based on eeprom settings

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;
</pre>
</div>
</content>
</entry>
<entry>
<title>drivers/net/: Use the DMA_{64,32}BIT_MASK constants</title>
<updated>2005-06-26T22:22:14+00:00</updated>
<author>
<name>Domen Puncer</name>
<email>domen@coderock.org</email>
</author>
<published>2005-06-26T22:22:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=1e7f0bd8c8f2d0496ad338be5e69ff4395d77da4'/>
<id>1e7f0bd8c8f2d0496ad338be5e69ff4395d77da4</id>
<content type='text'>
Use the DMA_{64,32}BIT_MASK constants from dma-mapping.h when calling
pci_set_dma_mask() or pci_set_consistent_dma_mask()

This patch includes dma-mapping.h explicitly because it caused errors
on some architectures otherwise.

See http://marc.theaimsgroup.com/?t=108001993000001&amp;r=1&amp;w=2 for details

Signed-off-by: Tobias Klauser &lt;tklauser@nuerscht.ch&gt;
Signed-off-by: Domen Puncer &lt;domen@coderock.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the DMA_{64,32}BIT_MASK constants from dma-mapping.h when calling
pci_set_dma_mask() or pci_set_consistent_dma_mask()

This patch includes dma-mapping.h explicitly because it caused errors
on some architectures otherwise.

See http://marc.theaimsgroup.com/?t=108001993000001&amp;r=1&amp;w=2 for details

Signed-off-by: Tobias Klauser &lt;tklauser@nuerscht.ch&gt;
Signed-off-by: Domen Puncer &lt;domen@coderock.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[PATCH] e100: Driver version, white space, comments, device id</title>
<updated>2005-05-13T00:59:28+00:00</updated>
<author>
<name>Malli Chilakala</name>
<email>mallikarjuna.chilakala@intel.com</email>
</author>
<published>2005-04-29T02:20:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=042e2fb70006f135469d546726451b7d14768980'/>
<id>042e2fb70006f135469d546726451b7d14768980</id>
<content type='text'>
Driver version, white space, comments.
Also enabled ICH-7 support

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;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Driver version, white space, comments.
Also enabled ICH-7 support

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;
</pre>
</div>
</content>
</entry>
<entry>
<title>[PATCH] e100: Performance optimizations to e100 Tx Path</title>
<updated>2005-05-13T00:59:28+00:00</updated>
<author>
<name>Malli Chilakala</name>
<email>mallikarjuna.chilakala@intel.com</email>
</author>
<published>2005-04-29T02:19:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=962082b6df11fe8cabafd2971b07c914cd52ee2a'/>
<id>962082b6df11fe8cabafd2971b07c914cd52ee2a</id>
<content type='text'>
Performance optimizations to e100 Tx Path

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;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Performance optimizations to e100 Tx Path

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;
</pre>
</div>
</content>
</entry>
<entry>
<title>[PATCH] e100: Fix Wake on lan related issues</title>
<updated>2005-05-13T00:59:28+00:00</updated>
<author>
<name>Malli Chilakala</name>
<email>mallikarjuna.chilakala@intel.com</email>
</author>
<published>2005-04-29T02:17:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=6bdacb1ad58bb6b772a4fc18f21684437bd5f439'/>
<id>6bdacb1ad58bb6b772a4fc18f21684437bd5f439</id>
<content type='text'>
Fix Wake on lan related issues

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;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix Wake on lan related issues

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;
</pre>
</div>
</content>
</entry>
<entry>
<title>[PATCH] e100: Synchronize interface link state with poll routine</title>
<updated>2005-05-13T00:59:28+00:00</updated>
<author>
<name>Malli Chilakala</name>
<email>mallikarjuna.chilakala@intel.com</email>
</author>
<published>2005-04-29T02:17:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=0236ebb7ae85935b3b96eef7e8a4e203ea9958a0'/>
<id>0236ebb7ae85935b3b96eef7e8a4e203ea9958a0</id>
<content type='text'>
Synchronize interface link state with e100 poll routine

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;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Synchronize interface link state with e100 poll routine

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;
</pre>
</div>
</content>
</entry>
</feed>
