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:	Fri, 08 Dec 2006 15:02:09 -0800
From:	"Kok, Auke" <auke-jan.h.kok@...el.com>
To:	"Garzik, Jeff" <jgarzik@...ox.com>
Cc:	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 00/22] ixgb, e1000 fixes


Hi,

This patch series contains exclusively fixes for ixgb and e1000. Most
importantly, it addresses two issues in the recently merged msi interrupt
handler and dynamic itr code, as well as some major manageability
feature handling code.

These patches apply against netdev-2.6 #upstream-linus commit
0ae851352a87db3f829511816a2da227860bf585. Please pull:

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

to receive them.

Cheers,

Auke

---
Bruce Allan <bruce.w.allan@...el.com>:
     e1000: Fix PBA allocation calculations
     e1000: set max frame size before enabling new link settings

Jesse Brandeburg <jesse.brandeburg@...el.com>:
     e1000: Fix early TSO completion
     ixgb: Maybe stop TX if not enough free descriptors
     e1000: dynamic itr code fixes
     e1000: minor tso ipv6 cleanups
     e1000: omit stats for broken counter in 82543
     e1000: Fix all manageability workarounds
     e1000: Make copybreak parameter changeable by user.
     e1000: Fire a link even interrupt instead of a watchdog at init.
     e1000: Fix powerdown link loss when forced to gig speed
     e1000: disable TSO when debugging slab
     e1000: always turn on receives on esb2
     e1000: simplify msi specific interrupt handler
     e1000: Rewrite parm handling code to warn when forcing autoneg to gig only.
     e1000: Don't set tipg (fiber) timings for pci-e adapters to fix fiber output
     e1000: Fix poor quad port performance with NAPI

Jeff Kirsher <jeffrey.t.kirsher@...el.com>:
     e1000: For older adapters, we know that the pci bus type is pci.

Auke Kok <auke-jan.h.kok@...el.com>:
     e1000: display FC link properties
     e1000: Version increment 7.3.20-k2 and minor cleanups

Aaron Salter <aaron.k.salter@...el.com>:
     ixgb: Write RA register high word first, increment version

---
 drivers/net/e1000/e1000.h         |    7 +-
 drivers/net/e1000/e1000_ethtool.c |    3 +
 drivers/net/e1000/e1000_hw.c      |   59 +++---
 drivers/net/e1000/e1000_hw.h      |    2 +
 drivers/net/e1000/e1000_main.c    |  455 ++++++++++++++++++++++++-------------
 drivers/net/e1000/e1000_osdep.h   |    9 +-
 drivers/net/e1000/e1000_param.c   |   19 +-
 drivers/net/ixgb/ixgb.h           |    1 +
 drivers/net/ixgb/ixgb_ethtool.c   |    1 +
 drivers/net/ixgb/ixgb_hw.c        |    3 +-
 drivers/net/ixgb/ixgb_main.c      |   60 +++++-
 11 files changed, 398 insertions(+), 221 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