mbox series

[net,0/8] net: enetc: fix some known issues

Message ID 20250217093906.506214-1-wei.fang@nxp.com (mailing list archive)
Headers show
Series net: enetc: fix some known issues | expand

Message

Wei Fang Feb. 17, 2025, 9:38 a.m. UTC
There are some issues with the enetc driver, some of which are specific
to the LS1028A platform, and some of which were introduced recently when
i.MX95 ENETC support was added, so this patch set aims to clean up those
issues.

Wei Fang (8):
  net: enetc: fix the off-by-one issue in enetc_map_tx_buffs()
  net: enetc: correct the tx_swbd statistics
  net: enetc: correct the xdp_tx statistics
  net: enetc: VFs do not support HWTSTAMP_TX_ONESTEP_SYNC
  net: enetc: update UDP checksum when updating originTimestamp field
  net: enetc: add missing enetc4_link_deinit()
  net: enetc: remove the mm_lock from the ENETC v4 driver
  net: enetc: correct the EMDIO base offset for ENETC v4

 drivers/net/ethernet/freescale/enetc/enetc.c  | 53 +++++++++++++++----
 .../net/ethernet/freescale/enetc/enetc4_hw.h  |  3 ++
 .../net/ethernet/freescale/enetc/enetc4_pf.c  |  2 +-
 .../ethernet/freescale/enetc/enetc_ethtool.c  |  7 ++-
 .../freescale/enetc/enetc_pf_common.c         | 10 +++-
 5 files changed, 60 insertions(+), 15 deletions(-)