linux_dsm_epyc7002/drivers/net/ethernet/intel
Mathias Koehrer 6930895df9 e1000e: Fix 82572EI that has no hardware timestamp support
With the Intel 82527EI (driver: e1000e) there is an issue when running
the ptpd2 program, that leads to a kernel oops.  The reason is here that
in e1000_xmit_frame() a work queue will be scheduled that has not been
initialized in this case.  The work queue "tx_hwstamp_work" will only be
initialized if adapter->flags & FLAG_HAS_HW_TIMESTAMP set.  This check
is missing in e1000_xmit_frame().

The following patch adds the missing check.

Signed-off-by: Mathias Koehrer <mathias.koehrer@etas.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2015-01-22 18:10:16 -08:00
..
e1000 e1000: fix time comparison 2015-01-22 18:10:15 -08:00
e1000e e1000e: Fix 82572EI that has no hardware timestamp support 2015-01-22 18:10:16 -08:00
fm10k net: rename vlan_tx_* helpers since "tx" is misleading there 2015-01-13 17:51:08 -05:00
i40e i40e/i40evf: Bump i40e and i40evf versions 2015-01-16 05:21:10 -08:00
i40evf i40e/i40evf: Bump i40e and i40evf versions 2015-01-16 05:21:10 -08:00
igb net: rename vlan_tx_* helpers since "tx" is misleading there 2015-01-13 17:51:08 -05:00
igbvf net: rename vlan_tx_* helpers since "tx" is misleading there 2015-01-13 17:51:08 -05:00
ixgb net: rename vlan_tx_* helpers since "tx" is misleading there 2015-01-13 17:51:08 -05:00
ixgbe net: rename vlan_tx_* helpers since "tx" is misleading there 2015-01-13 17:51:08 -05:00
ixgbevf net: rename vlan_tx_* helpers since "tx" is misleading there 2015-01-13 17:51:08 -05:00
e100.c e100: fix typo in MDI/MDI-X eeprom check in e100_phy_init 2014-12-31 11:55:40 -08:00
Kconfig i40e: adds FCoE configure option 2015-01-14 16:48:39 -05:00
Makefile fm10k: Add skeletal frame for Intel(R) FM10000 Ethernet Switch Host Interface Driver 2014-09-23 03:59:13 -07:00