Hi, The following updates are available through git:
git pull git://lost.foo-projects.org/~ahkok/git/netdev-2.6 upstream And apply against c233289c29369dba7177ca873e9b8ed457af2a78 (Jeff Garzik: "drivers/net/phy/fixed: #if 0 some incomplete code") Cheers, Auke --- Auke Kok <[EMAIL PROTECTED]>: e100, e1000, ixgb: update copyright header and remove LICENSE e100, e1000, ixgb: Fix an impossible memory overwrite bug e100: rework WoL and shutdown handling e1000: driver state fixes (race fix) e1000: revert 'e1000: Remove 0x1000 as supported device' ixgb: convert to netdev_priv(netdev) e100, e1000, ixgb: increment version numbers Bruce Allan <[EMAIL PROTECTED]>: 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 <[EMAIL PROTECTED]>: 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 <[EMAIL PROTECTED]>: e100: Add debugging code for cb cleaning and csum failures. e1000: Maybe stop TX if not enough free descriptors ixgb: combine more rx descriptors to improve performance Mitch Williams <[EMAIL PROTECTED]>: e1000: add multicast stats counters Nicholas Nunley <[EMAIL PROTECTED]>: e1000: remove unused code and make symbols static --- drivers/net/e100.c | 110 + drivers/net/e1000/LICENSE | 339 ++++++ drivers/net/e1000/Makefile | 35 drivers/net/e1000/e1000.h | 65 - drivers/net/e1000/e1000_ethtool.c | 340 ++---- drivers/net/e1000/e1000_hw.c | 2100 ++++++++++++++++++++------------------ drivers/net/e1000/e1000_hw.h | 116 -- drivers/net/e1000/e1000_main.c | 407 ++----- drivers/net/e1000/e1000_osdep.h | 35 drivers/net/e1000/e1000_param.c | 208 +-- drivers/net/ixgb/Makefile | 38 drivers/net/ixgb/ixgb.h | 43 drivers/net/ixgb/ixgb_ee.c | 36 drivers/net/ixgb/ixgb_ee.h | 36 drivers/net/ixgb/ixgb_ethtool.c | 42 drivers/net/ixgb/ixgb_hw.c | 47 drivers/net/ixgb/ixgb_hw.h | 36 drivers/net/ixgb/ixgb_ids.h | 37 drivers/net/ixgb/ixgb_main.c | 190 --- drivers/net/ixgb/ixgb_osdep.h | 36 drivers/net/ixgb/ixgb_param.c | 36 21 files changed, 2249 insertions(+), 2083 deletions(-) --- Auke Kok <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html