All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: jeffrey.t.kirsher@intel.com
Cc: netdev@vger.kernel.org, gospo@redhat.com, sassmann@redhat.com
Subject: Re: [net-next 00/15][pull request] Intel Wired LAN Driver updates
Date: Mon, 13 Feb 2012 18:48:08 -0500 (EST)	[thread overview]
Message-ID: <20120213.184808.2000757848245835309.davem@davemloft.net> (raw)
In-Reply-To: <1329169670-5403-1-git-send-email-jeffrey.t.kirsher@intel.com>

From: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Date: Mon, 13 Feb 2012 13:47:35 -0800

> The following series contains updates to e1000e only.  All of the
> patches are cleanup of the e1000e driver.
> 
> The following are changes since commit fafdbf84d7eb2cd7aee435cc381a0796e1a5ccb0:
>   trivial: typo hnalder -> handler
> and are available in the git repository at:
>   git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next master

Pulled, thanks.

  parent reply	other threads:[~2012-02-13 23:48 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-13 21:47 [net-next 00/15][pull request] Intel Wired LAN Driver updates Jeff Kirsher
2012-02-13 21:47 ` [net-next 01/15] e1000e: cleanup: use goto for common work needed by multiple exit points Jeff Kirsher
2012-02-13 21:47 ` [net-next 02/15] e1000e: cleanup: rename goto labels to be more meaningful Jeff Kirsher
2012-02-13 21:47 ` [net-next 03/15] e1000e: potentially incorrect return for e1000_cfg_kmrn_10_100_80003es2lan Jeff Kirsher
2012-02-13 21:47 ` [net-next 04/15] e1000e: potential incorrect return for e1000_setup_copper_link_80003es2lan Jeff Kirsher
2012-02-13 21:47 ` [net-next 05/15] e1000e: cleanup: remove unnecessary assignments just before returning Jeff Kirsher
2012-02-13 21:47 ` [net-next 06/15] e1000e: cleanup: always return 0 Jeff Kirsher
2012-02-13 21:47 ` [net-next 07/15] e1000e: potentially incorrect return for e1000_set_d3_lplu_state_ich8lan Jeff Kirsher
2012-02-13 21:47 ` [net-next 08/15] e1000e: cleanup: remove unreachable statement Jeff Kirsher
2012-02-13 21:47 ` [net-next 09/15] e1000e: cleanup: remove unnecessary variable ret_val Jeff Kirsher
2012-02-13 21:47 ` [net-next 10/15] e1000e: cleanup: remove unnecessary test and return Jeff Kirsher
2012-02-13 21:47 ` [net-next 11/15] e1000e: cleanup: remove unnecessary variable initializations Jeff Kirsher
2012-02-13 21:47 ` [net-next 12/15] e1000e: cleanup: minor whitespace addition (insert blank line separator) Jeff Kirsher
2012-02-13 21:47 ` [net-next 13/15] e1000e: potentially incorrect return for e1000_init_hw_ich8lan Jeff Kirsher
2012-02-13 21:47 ` [net-next 14/15] e1000e: potentially incorrect return for e1000e_setup_fiber_serdes_link Jeff Kirsher
2012-02-13 21:47 ` [net-next 15/15] e1000e: cleanup goto statements to exit points without common work Jeff Kirsher
2012-02-13 23:48 ` David Miller [this message]
2013-01-11 10:23 [net-next 00/15][pull request] Intel Wired LAN Driver Updates Jeff Kirsher
2013-03-08 10:07 Jeff Kirsher
2013-03-08 17:25 ` David Miller
2013-04-18 23:30 Jeff Kirsher
2013-04-19 18:19 ` David Miller
2013-07-29 12:51 Jeff Kirsher
2013-08-21  8:23 Jeff Kirsher
2013-12-06  8:06 Jeff Kirsher
2013-12-06 19:49 ` David Miller
2013-12-12 12:40 Jeff Kirsher
2013-12-19  6:34 Jeff Kirsher
2013-12-19 19:20 ` Jeff Kirsher
2013-12-19 19:47   ` David Miller
2014-01-05 10:46 Jeff Kirsher
2014-01-06  1:31 ` David Miller
2014-01-06 12:30 Jeff Kirsher
2014-01-06 18:26 ` David Miller
2014-01-06 18:49   ` Jeff Kirsher
2014-01-06 20:14   ` Jeff Kirsher
2014-01-07  9:32 Jeff Kirsher
2014-01-09 12:52 Jeff Kirsher
2014-01-09 20:13 ` David Miller
2014-03-08  9:25 Jeff Kirsher
2014-03-08 23:50 ` David Miller
2014-03-09  0:10   ` David Miller
2014-03-09  1:12     ` Jeff Kirsher
2014-03-20  8:32 Jeff Kirsher
2014-03-20 18:20 ` David Miller
2014-03-26 18:03 Jeff Kirsher
2014-04-28 13:52 Jeff Kirsher
2014-04-28 18:53 ` David Miller
2014-05-21 12:00 Jeff Kirsher
2014-05-22 16:05 ` David Miller
2014-05-27  9:12 Jeff Kirsher
2014-05-28 16:42 ` David Miller
2014-05-29 15:10 Jeff Kirsher
2014-05-31  0:53 ` David Miller

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=20120213.184808.2000757848245835309.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=gospo@redhat.com \
    --cc=jeffrey.t.kirsher@intel.com \
    --cc=netdev@vger.kernel.org \
    --cc=sassmann@redhat.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 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.