From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Kirsher Subject: [net-next v2 0/4][pull request] Intel Wired LAN Driver Updates Date: Thu, 17 May 2012 05:31:48 -0700 Message-ID: <1337257912-8487-1-git-send-email-jeffrey.t.kirsher@intel.com> Cc: Jeff Kirsher , netdev@vger.kernel.org, gospo@redhat.com, sassmann@redhat.com To: davem@davemloft.net Return-path: Received: from mga14.intel.com ([143.182.124.37]:56414 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760568Ab2EQMbz (ORCPT ); Thu, 17 May 2012 08:31:55 -0400 Sender: netdev-owner@vger.kernel.org List-ID: This series of patches contains updates for e1000, e1000e and igb. v2: correct the patch for e1000 that looks for the last byte in a page to what was actually sent and tested. What I originally sent in v1 of the series was a munge between v1 & v2 of what Sebastian sent me. The following are changes since commit dc6b9b78234fecdc6d2ca5e1629185718202bcf5: net: include/net/sock.h cleanup and are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next master Bruce Allan (1): e1000e: fix typo in definition of E1000_CTRL_EXT_FORCE_SMBUS Matthew Vick (1): igb: Disable the BMC-to-OS Watchdog Enable bit for DMAC. Sebastian Andrzej Siewior (2): e1000: remove workaround for Errata 23 from jumbo alloc e1000: look in the page and not in skb->data for the last byte drivers/net/ethernet/intel/e1000/e1000_main.c | 30 ++++-------------------- drivers/net/ethernet/intel/e1000e/defines.h | 2 +- drivers/net/ethernet/intel/igb/e1000_defines.h | 2 + drivers/net/ethernet/intel/igb/igb_main.c | 3 ++ 4 files changed, 11 insertions(+), 26 deletions(-) -- 1.7.7.6