netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
To: David Miller <davem@davemloft.net>
Cc: richardcochran@gmail.com, netdev@vger.kernel.org,
	bhutchings@solarflare.com, mporter@solarflare.com,
	jacob.e.keller@intel.com, john.ronciak@intel.com,
	e1000-devel@lists.sourceforge.net
Subject: Re: [PATCH V4 net-next 00/26] ethtool: support time stamping and phc clocks
Date: Wed, 04 Apr 2012 03:02:28 -0700	[thread overview]
Message-ID: <1333533748.3046.28.camel@jtkirshe-mobl> (raw)
In-Reply-To: <20120404.052916.1495763141439052807.davem@davemloft.net>

[-- Attachment #1: Type: text/plain, Size: 694 bytes --]

On Wed, 2012-04-04 at 05:29 -0400, David Miller wrote:
> From: Richard Cochran <richardcochran@gmail.com>
> Date: Wed,  4 Apr 2012 10:59:15 +0200
> 
> > * Changes in V4:
> >   - drop two patches requiring out of tree support
> >   - added Ben's Reviewed-by tag on two commit messages
> > * Changes in V3:
> >   - works without ethtool_ops
> >   - does not require special privileges
> >   - neaten user space tool output
> 
> Applied, let's see if this one compiles :-)

Just to make it clear, I have added the two patches that were dropped in
v4 of this series (igb & e100) to my queue and plan to push them
upstream through my tree after validation takes a look at them. :-)

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

      reply	other threads:[~2012-04-04 10:02 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-04  8:59 [PATCH V4 net-next 00/26] ethtool: support time stamping and phc clocks Richard Cochran
2012-04-04  8:59 ` [PATCH V4 net-next 01/26] phc: Add a method for obtaining the device index Richard Cochran
2012-04-04  8:59 ` [PATCH V4 net-next 02/26] ethtool: Introduce a method for getting time stamping capabilities Richard Cochran
2012-04-04  8:59 ` [PATCH V4 net-next 03/26] dp83640: Support the get_ts_info ethtool method Richard Cochran
2012-04-04  8:59 ` [PATCH V4 net-next 04/26] gianfar: " Richard Cochran
2012-04-06  4:25   ` Paul Gortmaker
2012-04-06  4:35     ` David Miller
2012-04-04  8:59 ` [PATCH V4 net-next 05/26] bfin_mac: " Richard Cochran
2012-04-06  4:08   ` Paul Gortmaker
2012-04-06  4:18     ` David Miller
2012-04-06  7:04       ` Richard Cochran
2012-04-04  8:59 ` [PATCH V4 net-next 06/26] ixp4xx_eth: " Richard Cochran
2012-04-04  8:59 ` [PATCH V4 net-next 07/26] ethtool: Add a common function for drivers with transmit time stamping Richard Cochran
2012-04-04  8:59 ` [PATCH V4 net-next 08/26] ax88796: Support the get_ts_info ethtool method Richard Cochran
2012-04-04  8:59 ` [PATCH V4 net-next 09/26] davinci_emac: " Richard Cochran
2012-04-04  8:59 ` [PATCH V4 net-next 10/26] dnet: " Richard Cochran
2012-04-04  8:59 ` [PATCH V4 net-next 11/26] etherh: " Richard Cochran
2012-04-04  8:59 ` [PATCH V4 net-next 12/26] fec_mpc52xx: " Richard Cochran
2012-04-04  8:59 ` [PATCH V4 net-next 13/26] fec: " Richard Cochran
2012-04-04  8:59 ` [PATCH V4 net-next 14/26] fs_enet: " Richard Cochran
2012-04-04  8:59 ` [PATCH V4 net-next 15/26] ll_temac: " Richard Cochran
2012-04-04  8:59 ` [PATCH V4 net-next 16/26] macb: " Richard Cochran
2012-04-04  8:59 ` [PATCH V4 net-next 17/26] mv643xx_eth: " Richard Cochran
2012-04-04  8:59 ` [PATCH V4 net-next 18/26] pxa168_eth: " Richard Cochran
2012-04-04  8:59 ` [PATCH V4 net-next 19/26] r6040: " Richard Cochran
2012-04-04  8:59 ` [PATCH V4 net-next 20/26] r8169: " Richard Cochran
2012-04-04  8:59 ` [PATCH V4 net-next 21/26] smsc911x: " Richard Cochran
2012-04-04  8:59 ` [PATCH V4 net-next 22/26] smsc9420: " Richard Cochran
2012-04-04  8:59 ` [PATCH V4 net-next 23/26] stmmac: " Richard Cochran
2012-04-04  8:59 ` [PATCH V4 net-next 24/26] tg3: " Richard Cochran
2012-04-04  8:59 ` [PATCH V4 net-next 25/26] ucc_geth: " Richard Cochran
2012-04-04  8:59 ` [PATCH V4 net-next 26/26] usbnet: " Richard Cochran
2012-04-04  9:29 ` [PATCH V4 net-next 00/26] ethtool: support time stamping and phc clocks David Miller
2012-04-04 10:02   ` Jeff Kirsher [this message]

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=1333533748.3046.28.camel@jtkirshe-mobl \
    --to=jeffrey.t.kirsher@intel.com \
    --cc=bhutchings@solarflare.com \
    --cc=davem@davemloft.net \
    --cc=e1000-devel@lists.sourceforge.net \
    --cc=jacob.e.keller@intel.com \
    --cc=john.ronciak@intel.com \
    --cc=mporter@solarflare.com \
    --cc=netdev@vger.kernel.org \
    --cc=richardcochran@gmail.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).