All of lore.kernel.org
 help / color / mirror / Atom feed
* [net v2 0/7][pull request] Intel Wired LAN Driver Updates
@ 2013-11-30  9:20 Jeff Kirsher
  2013-11-30  9:20 ` [net v2 1/7] igb: Fixed Wake On LAN support Jeff Kirsher
                   ` (7 more replies)
  0 siblings, 8 replies; 16+ messages in thread
From: Jeff Kirsher @ 2013-11-30  9:20 UTC (permalink / raw)
  To: davem; +Cc: Jeff Kirsher, netdev, gospo, sassmann

This series contains updates to igb, e1000 and ixgbe.

Akeem provides a igb fix where WOL was being reported as supported on
some ethernet devices which did not have that capability.

Yanjun provides a fix for e1000 which is similar to a previous fix
for e1000e commit bb9e44d0d0f4 ("e1000e: prevent oops when adapter is
being closed and reset simultaneously"), where the same issue was
observed on the older e1000 cards.

Vladimir Davydov provides 2 e1000 fixes.  The first fixes a lockdep
warning e1000_down() tries to synchronously cancel e1000 auxiliary
works (reset_task, watchdog_task, phy_info_task and fifo_stall_task)
which take adapter->mutex in their handlers.  The second patch is to
fix a possible race condition where reset_task() would be running
after adapter down.

John provides 2 fixes for ixgbe.  First turns ixgbe_fwd_ring_down
to static and the second disables NETIF_F_HW_L2FW_DOFFLOAD by default
because it allows upper layer net devices to use queues in the hardware
to directly submit and receive skbs.

Mark Rustad provides a single patch for ixgbe to make
ixgbe_identify_qsfp_module_generic static to resolve compile
warnings.

v2: Drop igb patch "igb: Update queue reinit function to call dev_close
    when init of queues fails" from Carolyn, so that the solution can
    be re-worked based on feedback from David Miller.

The following are changes since commit f1d8cba61c3c4b1eb88e507249c4cb8d635d9a76:
  inet: fix possible seqlock deadlocks
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net master

Akeem G Abodunrin (1):
  igb: Fixed Wake On LAN support

John Fastabend (2):
  ixgbe: ixgbe_fwd_ring_down needs to be static
  ixgbe: turn NETIF_F_HW_L2FW_DOFFLOAD off by default

Mark Rustad (1):
  ixgbe: Make ixgbe_identify_qsfp_module_generic static

Vladimir Davydov (2):
  e1000: fix lockdep warning in e1000_reset_task
  e1000: fix possible reset_task running after adapter down

yzhu1 (1):
  e1000: prevent oops when adapter is being closed and reset
    simultaneously

 drivers/net/ethernet/intel/e1000/e1000.h      |  7 +++-
 drivers/net/ethernet/intel/e1000/e1000_main.c | 60 ++++++++++-----------------
 drivers/net/ethernet/intel/igb/igb_ethtool.c  |  7 ++--
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c |  9 ++--
 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c  |  3 +-
 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.h  |  1 -
 6 files changed, 38 insertions(+), 49 deletions(-)

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2013-12-03  5:26 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-30  9:20 [net v2 0/7][pull request] Intel Wired LAN Driver Updates Jeff Kirsher
2013-11-30  9:20 ` [net v2 1/7] igb: Fixed Wake On LAN support Jeff Kirsher
2013-11-30  9:20 ` [net v2 2/7] e1000: prevent oops when adapter is being closed and reset simultaneously Jeff Kirsher
2013-11-30 16:37   ` Sergei Shtylyov
2013-12-02  9:50     ` yzhu1
2013-12-02 16:12       ` David Miller
2013-12-03  2:02         ` yzhu1
2013-12-03  2:22           ` Jeff Kirsher
2013-12-03  2:25             ` yzhu1
2013-12-03  5:26           ` David Miller
2013-11-30  9:20 ` [net v2 3/7] e1000: fix lockdep warning in e1000_reset_task Jeff Kirsher
2013-11-30  9:20 ` [net v2 4/7] e1000: fix possible reset_task running after adapter down Jeff Kirsher
2013-11-30  9:20 ` [net v2 5/7] ixgbe: ixgbe_fwd_ring_down needs to be static Jeff Kirsher
2013-11-30  9:20 ` [net v2 6/7] ixgbe: turn NETIF_F_HW_L2FW_DOFFLOAD off by default Jeff Kirsher
2013-11-30  9:20 ` [net v2 7/7] ixgbe: Make ixgbe_identify_qsfp_module_generic static Jeff Kirsher
2013-11-30 17:46 ` [net v2 0/7][pull request] Intel Wired LAN Driver Updates David Miller

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.