lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 05 Feb 2007 17:01:02 -0800
From:	"Kok, Auke" <auke-jan.h.kok@...el.com>
To:	"Willy Tarreau" <w@....eu>
Cc:	"Garzik, Jeff" <jgarzik@...ox.com>, netdev@...r.kernel.org,
	"Brandeburg, Jesse" <jesse.brandeburg@...el.com>,
	"Kok, Auke" <auke-jan.h.kok@...el.com>,
	"Kok, Auke" <auke@...-projects.org>,
	"Ronciak, John" <john.ronciak@...el.com>
Subject: [PATCH 2.4 0/3] e1000: update to 7.3.20

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@...el.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@...el.com>
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ