<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/git/stable/linux-stable.git/drivers/net/e1000, branch linux-2.6.15.y</title>
<subtitle>Linux kernel stable tree</subtitle>
<id>https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux-stable.git/atom?h=linux-2.6.15.y</id>
<link rel='self' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux-stable.git/atom?h=linux-2.6.15.y'/>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux-stable.git/'/>
<updated>2005-12-01T07:10:11+00:00</updated>
<entry>
<title>[PATCH] e1000: fix for dhcp issue</title>
<updated>2005-12-01T07:10:11+00:00</updated>
<author>
<name>Jesse Brandeburg</name>
<email>jesse.brandeburg@intel.com</email>
</author>
<published>2005-11-30T03:23:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux-stable.git/commit/?id=a174fd88d2b73c1933ea24ed533354d618c7d089'/>
<id>urn:sha1:a174fd88d2b73c1933ea24ed533354d618c7d089</id>
<content type='text'>
Parse outgoing packets in e1000_transfer_dhcp_info as raw packet even if
protocol bits are set.  pump, for instance causes kernel panic on some
systems, if parsed via udp header.

Thanks to Derrell Lipman &lt;Derrell.Lipman@BacklotTech.com&gt; for reporting and
testing.

Signed-off-by: Jesse Brandeburg &lt;jesse.brandeburg@intel.com&gt;
Cc: Jeff Garzik &lt;jgarzik@pobox.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@pobox.com&gt;
</content>
</entry>
<entry>
<title>[PATCH] drivers/net/e1000/: possible cleanups</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:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux-stable.git/commit/?id=3ad2cc6798be9388c9a3f1e6180e77690303eb01'/>
<id>urn:sha1:3ad2cc6798be9388c9a3f1e6180e77690303eb01</id>
<content type='text'>
This patch contains the following possible cleanups:
- make needlessly global code static
- #if 0 the following unused global functions:
  - e1000_hw.c: e1000_mc_addr_list_update
  - e1000_hw.c: e1000_read_reg_io
  - e1000_hw.c: e1000_enable_pciex_master

Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
</entry>
<entry>
<title>[PATCH] e1000: Fixes e1000_suspend warning when CONFIG_PM is not enabled</title>
<updated>2005-10-28T23:06:44+00:00</updated>
<author>
<name>Ashutosh Naik</name>
<email>ashutosh_naik@adaptec.com</email>
</author>
<published>2005-10-28T22:14:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux-stable.git/commit/?id=977e74b5f60de3df9831897b726c16870878eee4'/>
<id>urn:sha1:977e74b5f60de3df9831897b726c16870878eee4</id>
<content type='text'>
drivers/net/e1000/e1000_main.c:3645: warning: `e1000_suspend' defined
but not used

Signed-off-by: Ashutosh Naik &lt;ashutosh_naik@adaptec.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@pobox.com&gt;
</content>
</entry>
<entry>
<title>[PATCH] e1000: use vmalloc_node()</title>
<updated>2005-10-28T23:06:43+00:00</updated>
<author>
<name>Ravikiran G Thirumalai</name>
<email>kiran@scalex86.org</email>
</author>
<published>2005-10-28T22:14:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux-stable.git/commit/?id=a7ec15da65ab64c5f97beedc4ff21cf3e0ae71c0'/>
<id>urn:sha1:a7ec15da65ab64c5f97beedc4ff21cf3e0ae71c0</id>
<content type='text'>
Allocate node local tx and rx descriptors for the e1000 driver

Signed-off-by: Ravikiran Thirumalai &lt;kiran@scalex86.org&gt;
Cc: Christoph Lameter &lt;clameter@engr.sgi.com&gt;
Cc: Jeff Garzik &lt;jgarzik@pobox.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@pobox.com&gt;
</content>
</entry>
<entry>
<title>[PATCH] e1000: remove warning about e1000_suspend</title>
<updated>2005-10-28T23:06:42+00:00</updated>
<author>
<name>Martin J. Bligh</name>
<email>mbligh@mbligh.org</email>
</author>
<published>2005-10-28T22:14:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux-stable.git/commit/?id=b6a1d5f88473138497d8694ddf174e8e91300068'/>
<id>urn:sha1:b6a1d5f88473138497d8694ddf174e8e91300068</id>
<content type='text'>
e1000_suspend is only used under #ifdef CONFIG_PM.  Move the declaration of
it to be the same way, just like e1000_resume, otherwise gcc whines on
compile.  I offer as evidence:

	static struct pci_driver e1000_driver = {
 	       .name     = e1000_driver_name,
 	      .id_table = e1000_pci_tbl,
  	      .probe    = e1000_probe,
  	      .remove   = __devexit_p(e1000_remove),
 	      /* Power Managment Hooks */
	#ifdef CONFIG_PM
 	       .suspend  = e1000_suspend,
 	       .resume   = e1000_resume
	#endif
	};

Cc: Jeff Garzik &lt;jgarzik@pobox.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@pobox.com&gt;
</content>
</entry>
<entry>
<title>drivers/net: Remove pointless checks for NULL prior to calling kfree()</title>
<updated>2005-10-28T20:53:13+00:00</updated>
<author>
<name>Jesper Juhl</name>
<email>jesper.juhl@gmail.com</email>
</author>
<published>2005-10-28T20:53:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux-stable.git/commit/?id=b4558ea93d66a43f7990d26f145fd4c54a01c9bf'/>
<id>urn:sha1:b4558ea93d66a43f7990d26f145fd4c54a01c9bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[PATCH] e1000: Driver version, white space, comments, device id &amp; other</title>
<updated>2005-10-20T14:05:36+00:00</updated>
<author>
<name>Mallikarjuna R Chilakala</name>
<email>mallikarjuna.chilakala@intel.com</email>
</author>
<published>2005-10-19T14:40:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux-stable.git/commit/?id=07b8fede6da76ae6a0f547716c44b801a116bb4a'/>
<id>urn:sha1:07b8fede6da76ae6a0f547716c44b801a116bb4a</id>
<content type='text'>
Driver version, white space, comments, device id &amp; other

Originally posted on 8/31 (and perhaps before)...I think it has not
been committed because the patch from that posting was damaged.  I'm
reposting to make sure it gets in... :-)

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: John W. Linville &lt;linville@tuxdriver.com&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@pobox.com&gt;
</content>
</entry>
<entry>
<title>[PATCH] e1000 build fix</title>
<updated>2005-10-19T03:57:26+00:00</updated>
<author>
<name>Andrew Morton</name>
<email>akpm@osdl.org</email>
</author>
<published>2005-10-15T07:32:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux-stable.git/commit/?id=c4cfe567b92d5663f98e2f82f28ffc3069fc982f'/>
<id>urn:sha1:c4cfe567b92d5663f98e2f82f28ffc3069fc982f</id>
<content type='text'>
Cc: Jeff Garzik &lt;jgarzik@pobox.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@pobox.com&gt;
</content>
</entry>
<entry>
<title>[PATCH] e1000_intr build fix</title>
<updated>2005-10-18T22:32:34+00:00</updated>
<author>
<name>Andrew Morton</name>
<email>akpm@osdl.org</email>
</author>
<published>2005-10-16T20:32:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux-stable.git/commit/?id=166d823d397b9f5404648cedfdefe13e10683694'/>
<id>urn:sha1:166d823d397b9f5404648cedfdefe13e10683694</id>
<content type='text'>
drivers/net/e1000/e1000_main.c: In function `e1000_intr':
drivers/net/e1000/e1000_main.c:3156: error: `i' undeclared (first use in this function)
drivers/net/e1000/e1000_main.c:3156: error: (Each undeclared identifier is reported only once
drivers/net/e1000/e1000_main.c:3156: error: for each function it appears in.)

This function is foul.

Cc: Jeff Garzik &lt;jgarzik@pobox.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@pobox.com&gt;
</content>
</entry>
<entry>
<title>e1000: fix warnings</title>
<updated>2005-10-04T11:13:43+00:00</updated>
<author>
<name>Jeff Garzik</name>
<email>jgarzik@pobox.com</email>
</author>
<published>2005-10-04T11:13:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux-stable.git/commit/?id=be2b28ed3bb3dd3952e10fb72623b23c5d8b4795'/>
<id>urn:sha1:be2b28ed3bb3dd3952e10fb72623b23c5d8b4795</id>
<content type='text'>
</content>
</entry>
</feed>
