mbox series

[net-next,0/4,pull,request] 10GbE Intel Wired LAN Driver Updates 2021-04-09

Message ID 20210409190314.946192-1-anthony.l.nguyen@intel.com
Headers show
Series 10GbE Intel Wired LAN Driver Updates 2021-04-09 | expand

Message

Tony Nguyen April 9, 2021, 7:03 p.m. UTC
This series contains updates to ixgbe and ixgbevf driver.

Jostar Yang adds support for BCM54616s PHY for ixgbe.

Radoslaw aggregates additional Rx errors to be reported to netdev on
ixgbe.

Chen Lin removes an unused function pointer for ixgbe and ixgbevf.

Bhaskar Chowdhury fixes a typo in ixgbe.

The following are changes since commit 4438669eb703d1a7416c2b19a8a15b0400b36738:
  Merge tag 'for-net-next-2021-04-08' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 10GbE

Bhaskar Chowdhury (1):
  net: ethernet: intel: Fix a typo in the file ixgbe_dcb_nl.c

Chen Lin (1):
  net: intel: Remove unused function pointer typedef ixgbe_mc_addr_itr

Jostar Yang (1):
  ixgbe: Support external GBE SerDes PHY BCM54616s

Radoslaw Tyl (1):
  ixgbe: aggregate of all receive errors through netdev's rx_errors

 drivers/net/ethernet/intel/ixgbe/ixgbe_dcb_nl.c |  2 +-
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c   | 11 ++++++++++-
 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c    |  3 +++
 drivers/net/ethernet/intel/ixgbe/ixgbe_type.h   |  5 +----
 drivers/net/ethernet/intel/ixgbevf/vf.h         |  3 ---
 5 files changed, 15 insertions(+), 9 deletions(-)