Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755153AbYFYEOV (ORCPT ); Wed, 25 Jun 2008 00:14:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751637AbYFYEOJ (ORCPT ); Wed, 25 Jun 2008 00:14:09 -0400 Received: from mail.renesas.com ([202.234.163.13]:55345 "EHLO mail03.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751524AbYFYEOH (ORCPT ); Wed, 25 Jun 2008 00:14:07 -0400 X-AuditID: ac140386-0000000a00001aa8-74-4861c5ea5131 Date: Wed, 25 Jun 2008 13:13:30 +0900 From: Nobuhiro Iwamatsu Subject: Re: [git patches] net driver updates for .27 In-reply-to: <20080625031508.GA29896@havoc.gtf.org> To: Jeff Garzik Cc: David Miller , netdev@vger.kernel.org, LKML , Linux-sh , Paul Mundt Message-id: <4861C5EA.1050900@renesas.com> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=ISO-8859-1 Content-transfer-encoding: 7bit User-Agent: Thunderbird 1.5.0.14 (Windows/20071210) References: <20080625031508.GA29896@havoc.gtf.org> X-Brightmail-Tracker: AAAAAA== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3166 Lines: 72 Hello, Jeff. Jeff Garzik wrote: > Please pull from 'davem-next' branch of > master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git davem-next > > to receive the following updates: > > Documentation/networking/dm9000.txt | 167 ++++ > arch/blackfin/mach-bf527/boards/ezkit.c | 7 +- > arch/blackfin/mach-bf533/boards/H8606.c | 7 +- > arch/blackfin/mach-bf537/boards/generic_board.c | 7 +- > drivers/net/Kconfig | 28 +- > drivers/net/cxgb3/cxgb3_offload.c | 21 +- > drivers/net/cxgb3/t3cdev.h | 3 +- > drivers/net/dm9000.c | 1159 ++++++++++++----------- > drivers/net/dm9000.h | 11 + > drivers/net/ixgbe/ixgbe.h | 9 + > drivers/net/ixgbe/ixgbe_ethtool.c | 11 + > drivers/net/ixgbe/ixgbe_main.c | 111 ++- > drivers/net/tulip/21142.c | 6 +- > drivers/net/tulip/eeprom.c | 6 +- > drivers/net/tulip/interrupt.c | 5 +- > drivers/net/tulip/media.c | 5 +- > drivers/net/tulip/pnic.c | 5 +- > drivers/net/tulip/pnic2.c | 5 +- > drivers/net/tulip/timer.c | 6 +- > drivers/net/tulip/tulip.h | 4 +- > drivers/net/tulip/tulip_core.c | 8 +- > include/linux/dm9000.h | 1 + > 22 files changed, 968 insertions(+), 624 deletions(-) > create mode 100644 Documentation/networking/dm9000.txt > > Ben Dooks (10): > DM9000: Add support for DM9000A and DM9000B chips > DM9000: Cleanups after the resource changes > DM9000: Cleanup source code > DM9000: Cleanup source code - remove forward declerations > DM9000: Use NSR to determine link-status on internal PHY > DM9000: Allow the use of the NSR register to get link status. > DM9000: Add missing msleep() in EEPROM wait code. > DM9000: Re-unite menuconfig entries for DM9000 driver > DM9000: Remove DEFAULT_TRIGGER for request_irq() flags. > DM9000: Add documentation for the driver. > > Divy Le Ray (1): > cxgb3 - add missing adapter type for RDMA > > Grant Grundler (1): > drivers/net/tulip: update first comment in tulip files > > Laurent Pinchart (2): > DM9000: Remove the 2 resources probe scheme. > DM9000: Fixup blackfin after removing 2 resource usage > > Mallikarjuna R Chilakala (1): > ixgbe: add LRO support Could you take in these paches for .27 ? [PATCH] net: sh_eth: Fix compile error sh_eth http://marc.info/?l=linux-netdev&m=121378156319203 [PATCH] net: sh_eth: Add support of SH7763 to sh_eth http://marc.info/?l=linux-netdev&m=121387121430572 Best regards, Nobuhiro -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/