mbox series

[net,0/3,pull,request] Intel Wired LAN Driver Updates 2021-03-19

Message ID 20210319161957.784610-1-anthony.l.nguyen@intel.com
Headers show
Series Intel Wired LAN Driver Updates 2021-03-19 | expand

Message

Tony Nguyen March 19, 2021, 4:19 p.m. UTC
This series contains updates to e1000e and igb drivers.

Tom Seewald fixes duplicate guard issues by including the driver name in
the guard for e1000e and igb.

Jesse adds checks that timestamping is on and valid to avoid possible
issues with a misinterpreted time stamp for igb.

The following are changes since commit c79a707072fe3fea0e3c92edee6ca85c1e53c29f:
  net: cdc-phonet: fix data-interface release on probe failure
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 1GbE

Jesse Brandeburg (1):
  igb: check timestamp validity

Tom Seewald (2):
  e1000e: Fix duplicate include guard
  igb: Fix duplicate include guard

 drivers/net/ethernet/intel/e1000e/hw.h    |  6 ++---
 drivers/net/ethernet/intel/igb/e1000_hw.h |  6 ++---
 drivers/net/ethernet/intel/igb/igb.h      |  4 +--
 drivers/net/ethernet/intel/igb/igb_main.c | 11 ++++----
 drivers/net/ethernet/intel/igb/igb_ptp.c  | 31 ++++++++++++++++++-----
 5 files changed, 38 insertions(+), 20 deletions(-)