Netdev List
 help / color / mirror / Atom feed
* [net 0/4][pull request] Intel Wired LAN Driver Updates 2014-10-30
@ 2014-10-30 12:33 Jeff Kirsher
  2014-10-30 12:33 ` [net 1/4] e1000: unset IFF_UNICAST_FLT on WMware 82545EM Jeff Kirsher
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Jeff Kirsher @ 2014-10-30 12:33 UTC (permalink / raw)
  To: davem; +Cc: Jeff Kirsher, netdev, nhorman, sassmann, jogreene

This series contains updates to e1000, igb and ixgbe.

Francesco Ruggeri fixes an issue with e1000 where in a VM the driver did
not support unicast filtering.

Roman Gushchin fixes an issue with igb where the driver was re-using
mapped pages so that packets were still getting dropped even if all
the memory issues are gone and there is free memory.

Junwei Zhang found where in the ixgbe_clean_rx_ring() we were repeating
the assignment of NULL to the receive buffer skb and fixes it.

Emil fixes a race condition between setup_link and SFP detection routine
in the watchdog when setting the advertised speed.

The following are changes since commit d70127e8a942364de8dd140fe73893efda363293:
  inet: frags: remove the WARN_ON from inet_evict_bucket
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net master

Emil Tantilov (1):
  ixgbe: fix race when setting advertised speed

Francesco Ruggeri (1):
  e1000: unset IFF_UNICAST_FLT on WMware 82545EM

Junwei Zhang (1):
  ixgbe: need not repeat init skb with NULL

Roman Gushchin (1):
  igb: don't reuse pages with pfmemalloc flag

 drivers/net/ethernet/intel/e1000/e1000_main.c    | 5 ++++-
 drivers/net/ethernet/intel/igb/igb_main.c        | 6 +++++-
 drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c | 4 ++++
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c    | 2 +-
 4 files changed, 14 insertions(+), 3 deletions(-)

-- 
1.9.3

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

end of thread, other threads:[~2014-10-30 23:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-30 12:33 [net 0/4][pull request] Intel Wired LAN Driver Updates 2014-10-30 Jeff Kirsher
2014-10-30 12:33 ` [net 1/4] e1000: unset IFF_UNICAST_FLT on WMware 82545EM Jeff Kirsher
2014-10-30 12:33 ` [net 2/4] igb: don't reuse pages with pfmemalloc flag Jeff Kirsher
2014-10-30 12:33 ` [net 3/4] ixgbe: need not repeat init skb with NULL Jeff Kirsher
2014-10-30 12:33 ` [net 4/4] ixgbe: fix race when setting advertised speed Jeff Kirsher
2014-10-30 23:47 ` [net 0/4][pull request] Intel Wired LAN Driver Updates 2014-10-30 David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox