From: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
To: Jeff Garzik <jeff@garzik.org>
Cc: David Miller <davem@davemloft.net>,
netdev@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>,
Linux-sh <linux-sh@vger.kernel.org>,
Paul Mundt <lethal@linux-sh.org>
Subject: Re: [git patches] net driver updates for .27
Date: Wed, 25 Jun 2008 04:13:30 +0000 [thread overview]
Message-ID: <4861C5EA.1050900@renesas.com> (raw)
In-Reply-To: <20080625031508.GA29896@havoc.gtf.org>
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\x121378156319203
[PATCH] net: sh_eth: Add support of SH7763 to sh_eth
http://marc.info/?l=linux-netdev&m\x121387121430572
Best regards,
Nobuhiro
WARNING: multiple messages have this Message-ID (diff)
From: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
To: Jeff Garzik <jeff@garzik.org>
Cc: David Miller <davem@davemloft.net>,
netdev@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>,
Linux-sh <linux-sh@vger.kernel.org>,
Paul Mundt <lethal@linux-sh.org>
Subject: Re: [git patches] net driver updates for .27
Date: Wed, 25 Jun 2008 13:13:30 +0900 [thread overview]
Message-ID: <4861C5EA.1050900@renesas.com> (raw)
In-Reply-To: <20080625031508.GA29896@havoc.gtf.org>
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
next prev parent reply other threads:[~2008-06-25 4:13 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-25 3:15 [git patches] net driver updates for .27 Jeff Garzik
2008-06-25 4:13 ` Nobuhiro Iwamatsu [this message]
2008-06-25 4:13 ` Nobuhiro Iwamatsu
2008-06-25 7:20 ` Jeff Garzik
2008-06-25 7:20 ` Jeff Garzik
2008-06-25 7:24 ` Nobuhiro Iwamatsu
2008-06-25 7:24 ` Nobuhiro Iwamatsu
-- strict thread matches above, loose matches on Subject: below --
2008-07-11 5:27 Jeff Garzik
2008-07-15 5:36 ` David Miller
2008-07-04 12:54 Jeff Garzik
2008-07-06 4:10 ` David Miller
2008-07-06 4:20 ` David Miller
2008-06-28 15:09 Jeff Garzik
2008-06-29 4:33 ` David Miller
2008-06-27 6:25 Jeff Garzik
2008-06-28 8:39 ` David Miller
2008-06-18 4:20 Jeff Garzik
2008-06-18 4:53 ` David Miller
2008-06-12 2:30 Jeff Garzik
2008-06-12 3:38 ` Stephen Rothwell
2008-06-12 4:29 ` David Miller
2008-06-12 22:08 ` Jeff Garzik
2008-06-12 22:22 ` David Miller
2008-06-12 22:43 ` Jeff Garzik
2008-06-12 23:14 ` David Miller
2008-06-02 0:41 Stephen Rothwell
2008-05-22 19:10 Jeff Garzik
2008-05-29 10:33 ` David Miller
2008-05-29 12:39 ` Stephen Rothwell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4861C5EA.1050900@renesas.com \
--to=iwamatsu.nobuhiro@renesas.com \
--cc=davem@davemloft.net \
--cc=jeff@garzik.org \
--cc=lethal@linux-sh.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sh@vger.kernel.org \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.