netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2.4 0/3] e1000: update to 7.3.20
@ 2007-02-06  1:01 Kok, Auke
  2007-02-06  1:01 ` [PATCH 2/3] [MAINTAINERS]: update e1000 maintainers Kok, Auke
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Kok, Auke @ 2007-02-06  1:01 UTC (permalink / raw)
  To: Willy Tarreau
  Cc: Garzik, Jeff, netdev, Brandeburg, Jesse, Kok, Auke, Kok, Auke,
	Ronciak, John

Willy,

Please pull:

git-pull git://lost.foo-projects.org/~ahkok/git/linux-2.4 e1000

to receive an update for the e1000 driver. This updates the e1000
driver in the 2.4 kernel to version 7.3.20-k4, roughly the equivalent
of what is in 2.6.20 and the latest of our out-of-tree driver.

This adds new hardware support and many fixes. Many customers are
asking us for these updates and the current 2.4 kernel ships a very
outdated version of the e1000 adapter.

This patch includes small compatibility headers and code to minimize
the changes we need to make to our driver and keep it in sync easier
with the 2.6 kernel version so we can possibly continue to ship
updates and fixes to this driver with more ease.

Cheers,

Auke


---
These patches apply against commit 99405c24cd80afa8f002574f65700296c838260d

---
Summary:
Jesse Brandeburg <jesse.brandeburg@intel.com>:
     e1000: integrate latest 2.4 linux driver
     [MAINTAINERS]: update e1000 maintainers
     e1000: update README

---
 Documentation/networking/e1000.txt |  785 +++-
 MAINTAINERS                        |   18 
 drivers/net/e1000/Makefile         |    2 
 drivers/net/e1000/e1000.h          |  205 +
 drivers/net/e1000/e1000_ethtool.c  | 1202 ++++---
 drivers/net/e1000/e1000_hw.c       | 5830 +++++++++++++++++++++++++++++--------
 drivers/net/e1000/e1000_hw.h       | 1420 ++++++++-
 drivers/net/e1000/e1000_main.c     | 3897 ++++++++++++++++++------
 drivers/net/e1000/e1000_osdep.h    |   91 
 drivers/net/e1000/e1000_param.c    |  406 +-
 drivers/net/e1000/kcompat.c        |   69 
 drivers/net/e1000/kcompat.h        |  403 ++
 16 files changed, 11305 insertions(+), 3052 deletions(-)

---
Auke Kok <auke-jan.h.kok@intel.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-02-06 11:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-06  1:01 [PATCH 2.4 0/3] e1000: update to 7.3.20 Kok, Auke
2007-02-06  1:01 ` [PATCH 2/3] [MAINTAINERS]: update e1000 maintainers Kok, Auke
2007-02-06  1:01 ` [PATCH 3/3] e1000: update README Kok, Auke
2007-02-06 11:29 ` [PATCH 2.4 0/3] e1000: update to 7.3.20 Willy Tarreau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).