netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Auke Kok <auke-jan.h.kok@intel.com>
To: Jeff Garzik <jgarzik@pobox.com>
Cc: NetDev <netdev@vger.kernel.org>,
	Jesse Brandeburg <jesse.brandeburg@intel.com>,
	"Ronciak, John" <john.ronciak@intel.com>,
	"Kirsher, Jeffrey T" <jeffrey.t.kirsher@intel.com>
Subject: [GIT PATCH] e100, e1000, ixgb updates for #upstream
Date: Wed, 27 Sep 2006 13:31:18 -0700	[thread overview]
Message-ID: <451ADF96.7030407@intel.com> (raw)


Hi,

Here are updated updates targeted to branch #upstream-fixes from netdev-2.6, including
fixes to e100, e1000 and ixgb.

Changes from last weeks submission:
1) removed taint flag setting when eeprom csum fails (e100)
2) added CONFIG_PM wrappers around .suspend mthod (e1000)
3) added comments and (1 << n) for hardware bit spanking function (e1000)
4) keep flow control enum (e1000)
5) clean up ethtool stats as much as possible to use real HW counters (e1000)
6) add patch from linas Vepstas (e1000, PCI_D3 etc state symbols)
7) add patch from Vasily Averin (e1000, memleak in e1000_set_ringparam)


Please pull from:

git pull git://lost.foo-projects.org/~ahkok/git/netdev-2.6 upstream

these patches are against
   netdev-2.6#upstream 8aca23103c2ed2cf158adbe92f4f17ee69463d1a

Cheers,

Auke


---
  drivers/net/e100.c                |   82 +-
  drivers/net/e1000/LICENSE         |  339 -----------
  drivers/net/e1000/Makefile        |   35 -
  drivers/net/e1000/e1000.h         |   59 --
  drivers/net/e1000/e1000_ethtool.c |  150 ++---
  drivers/net/e1000/e1000_hw.c      | 1076 +++++++++++++++++---------------------
  drivers/net/e1000/e1000_hw.h      |   86 +--
  drivers/net/e1000/e1000_main.c    |  277 ++++++---
  drivers/net/e1000/e1000_osdep.h   |   35 -
  drivers/net/e1000/e1000_param.c   |   47 -
  drivers/net/ixgb/Makefile         |   38 -
  drivers/net/ixgb/ixgb.h           |   38 -
  drivers/net/ixgb/ixgb_ee.c        |   36 -
  drivers/net/ixgb/ixgb_ee.h        |   36 -
  drivers/net/ixgb/ixgb_ethtool.c   |   36 -
  drivers/net/ixgb/ixgb_hw.c        |   36 -
  drivers/net/ixgb/ixgb_hw.h        |   36 -
  drivers/net/ixgb/ixgb_ids.h       |   36 -
  drivers/net/ixgb/ixgb_main.c      |   46 -
  drivers/net/ixgb/ixgb_osdep.h     |   36 -
  drivers/net/ixgb/ixgb_param.c     |   36 -
  21 files changed, 1108 insertions(+), 1488 deletions(-)

---

Summary:

---


Auke Kok <auke-jan.h.kok@intel.com>:
      e100, e1000, ixgb: update copyright header and remove LICENSE
      e100, e1000, ixgb: Fix an impossible memory overwrite bug
      e1000: keep .suspend and .resume driver methods in CONFIG_PM
      e100: rework WoL and shutdown handling
      e1000: driver state fixes (race fix)
      ixgb: convert to netdev_priv(netdev)
      e100, e1000, ixgb: increment version numbers

Bruce Allan <bruce.w.allan@intel.com>:
      e1000: Jumbo frames fixes for 82573
      e1000: handle manageability for pci-e adapters at PHY powerdown
      e1000: don't strip vlan ID if 8021q claims it

Jeff Kirsher <jeffrey.t.kirsher@intel.com>:
      e1000: rename flow control symbols
      e1000: add enums for several link properties
      e1000: allow ethtool to pass arbitrary speed advertisment
      e1000: Fix MANC detection for PCIE adapters
      e1000: gather hardware bit tweaks.
      e1000: add PCI-E capability detection code
      e1000: reduce RAR entries available for ICH8
      e1000: rework polarity, NVM, eeprom code and fixes.

Jesse Brandeburg <jesse.brandeburg@intel.com>:
      e100: Add debugging code for cb cleaning.
      e1000: Maybe stop TX if not enough free descriptors
      ixgb: combine more rx descriptors to improve performance

Linas Vepstas <linas@austin.ibm.com>:
      e1000: Janitor: Use #defined values for literals

Mitch Williams <mitch.a.williams@intel.com>:
      e1000: add multicast stats counters

Nicholas Nunley <nicholas.d.nunley@intel.com>:
      e1000: remove unused code and make symbols static

Vasily Averin <vvs@sw.ru>:
      e1000: possible memory leak in e1000_set_ringparam

             reply	other threads:[~2006-09-27 20:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-27 20:31 Auke Kok [this message]
2006-09-27 22:02 ` [GIT PATCH] e100, e1000, ixgb updates for #upstream Jeff Garzik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=451ADF96.7030407@intel.com \
    --to=auke-jan.h.kok@intel.com \
    --cc=jeffrey.t.kirsher@intel.com \
    --cc=jesse.brandeburg@intel.com \
    --cc=jgarzik@pobox.com \
    --cc=john.ronciak@intel.com \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).