netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net-next 0/7][pull request] 1GbE Intel Wired LAN Driver Updates 2017-04-20
@ 2017-04-20 23:33 Jeff Kirsher
  2017-04-20 23:33 ` [net-next 1/7] e1000: Omit private ndo_get_stats function Jeff Kirsher
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Jeff Kirsher @ 2017-04-20 23:33 UTC (permalink / raw)
  To: davem; +Cc: Jeff Kirsher, netdev, nhorman, sassmann, jogreene

This series contains updates to e1000, e1000e, igb/vf and ixgb.

Tobias Klauser cleans up e1000, ixgb and igbvf from having a local
function or structure for netdev stats.

Bernd Faust fixes an issue for 82579 devices, where the clock frequency
was being incorrectly set for these devices.  These devices only support
96MHz, so make sure they are set to use only that.

Yury Kylulin extends the work Jake and Alex did for ixgbe in MAC filter
handling into the igb driver.

Kim Tatt Chuah enables igb to wake up by packet and to read the necessary
Wake Up Status (WUS) and Wake Up Packet Memory (WUPM) registers.

The following are changes since commit 6905e5a5c8d552ace1d65cacb43499a0eb1e0b89:
  net/mlx5e: IPoIB, Fix error handling in mlx5_rdma_netdev_alloc()
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue 1GbE

Bernd Faust (1):
  e1000e: fix timing for 82579 Gigabit Ethernet controller

Kim Tatt Chuah (1):
  igb: Enable reading of wake up packet

Tobias Klauser (3):
  e1000: Omit private ndo_get_stats function
  ixgb: Omit private ndo_get_stats function
  igbvf: Use net_device_stats from struct net_device

Yury Kylulin (2):
  igb: improve MAC filter handling
  igb/igbvf: Add VF MAC filter request capabilities

 drivers/net/ethernet/intel/e1000/e1000_main.c  |  15 -
 drivers/net/ethernet/intel/e1000e/netdev.c     |   6 +
 drivers/net/ethernet/intel/igb/e1000_defines.h |  21 ++
 drivers/net/ethernet/intel/igb/e1000_mbx.h     |   4 +
 drivers/net/ethernet/intel/igb/igb.h           |  23 ++
 drivers/net/ethernet/intel/igb/igb_main.c      | 429 ++++++++++++++++++++-----
 drivers/net/ethernet/intel/igbvf/igbvf.h       |   3 +-
 drivers/net/ethernet/intel/igbvf/mbx.h         |   4 +
 drivers/net/ethernet/intel/igbvf/netdev.c      |  70 ++--
 drivers/net/ethernet/intel/igbvf/vf.c          |  41 +++
 drivers/net/ethernet/intel/igbvf/vf.h          |   1 +
 drivers/net/ethernet/intel/ixgb/ixgb_main.c    |  16 -
 12 files changed, 499 insertions(+), 134 deletions(-)

-- 
2.12.2

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

end of thread, other threads:[~2017-04-24 15:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-20 23:33 [net-next 0/7][pull request] 1GbE Intel Wired LAN Driver Updates 2017-04-20 Jeff Kirsher
2017-04-20 23:33 ` [net-next 1/7] e1000: Omit private ndo_get_stats function Jeff Kirsher
2017-04-20 23:33 ` [net-next 2/7] ixgb: " Jeff Kirsher
2017-04-20 23:33 ` [net-next 3/7] e1000e: fix timing for 82579 Gigabit Ethernet controller Jeff Kirsher
2017-04-20 23:33 ` [net-next 4/7] igb: improve MAC filter handling Jeff Kirsher
2017-04-20 23:33 ` [net-next 5/7] igb/igbvf: Add VF MAC filter request capabilities Jeff Kirsher
2017-04-20 23:33 ` [net-next 6/7] igb: Enable reading of wake up packet Jeff Kirsher
2017-04-20 23:33 ` [net-next 7/7] igbvf: Use net_device_stats from struct net_device Jeff Kirsher
2017-04-24 15:54 ` [net-next 0/7][pull request] 1GbE Intel Wired LAN Driver Updates 2017-04-20 David Miller

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).