Please do a bk pull bk://gkernel.bkbits.net/net-drivers-2.6 This will update the following files: drivers/net/arcnet/arcnet.c | 3 drivers/net/eepro.c | 144 +++++-- drivers/net/ibm_emac/ibm_emac.h | 2 drivers/net/ibm_emac/ibm_emac_core.c | 15 drivers/net/ibm_emac/ibm_emac_phy.c | 19 drivers/net/ixgb/ixgb.h | 25 + drivers/net/ixgb/ixgb_ee.c | 192 +++++---- drivers/net/ixgb/ixgb_ethtool.c | 518 ++++++++++++++++--------- drivers/net/ixgb/ixgb_hw.c | 231 ++++++----- drivers/net/ixgb/ixgb_hw.h | 50 +- drivers/net/ixgb/ixgb_ids.h | 21 - drivers/net/ixgb/ixgb_main.c | 705 +++++++++++++++++------------------ drivers/net/ixgb/ixgb_osdep.h | 10 drivers/net/ixgb/ixgb_param.c | 316 +++++++-------- drivers/net/s2io.c | 22 - drivers/net/s2io.h | 4 drivers/net/smc-ultra.c | 2 drivers/net/smc91x.c | 16 drivers/net/wireless/orinoco.c | 203 +++------- drivers/net/wireless/wl3501_cs.c | 4 include/linux/arcdevice.h | 1 21 files changed, 1415 insertions(+), 1088 deletions(-) through these ChangeSets: Andi Kleen: o Fix gcc4 compilation in s2io net driver Aristeu Sergio Rozanski Filho: o eepro: fix auto-detection option o eepro: fix return value in init_module() o eepro: basic ethtool support o eepro: use module_param macros o eepro: cache EEPROM values Christoph Hellwig: o mark arcdev_setup static David Gibson: o Another trivial orinoco update Ganesh Venkatesan: o ixgb: White space corrections o ixgb: Driver version number update o ixgb: Support for 2.6.x style module parameters o ixgb: Fix Tx cleanup logic o ixgb: Shrink size and fix ordering of elements in ixgb_buffer o ixgb: ethtool_ops support o ixgb: Replace kmalloc with vmalloc (one time alloc) o ixgb: Remove support for RAIDC interrupt mitigation o ixgb: Limit Rx Address Filter Array entries to 3 o ixgb: Fix infinite loop trying to re-establish link o ixgb: Fix error in setting MFS register o ixgb: Poll Routine cleanup o ixgb: Fix memory leak in NAPI mode o ixgb: Fix VLAN filter setup errors (while running on PPC) o ixgb: Add support for 10GbE LR device ID o ixgb: Enable Message Signalled Interrupts o ixgb: Limit number of Rx Descriptors to 512 Hirokazu Takata: o net: netconsole support for smc91x Matt Porter: o Add netpoll support o allow rx of the maximum sized VLAN tagged packets o EMAC: fix ibm_emac autonegotiation result parsing Paul Gortmaker: o smc-ultra.c too-verbose driver Raghavendra Koushik: o S2io: fixes in free_shared_mem function Randy Dunlap: o wl3501: fix module_param types/warnings