lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250513101132.328235-1-vladimir.oltean@nxp.com>
Date: Tue, 13 May 2025 13:11:27 +0300
From: Vladimir Oltean <vladimir.oltean@....com>
To: intel-wired-lan@...ts.osuosl.org
Cc: netdev@...r.kernel.org,
	Jacob Keller <jacob.e.keller@...el.com>,
	Tony Nguyen <anthony.l.nguyen@...el.com>,
	Przemek Kitszel <przemyslaw.kitszel@...el.com>,
	Vinicius Costa Gomes <vinicius.gomes@...el.com>,
	Vadim Fedorenko <vadim.fedorenko@...ux.dev>,
	Richard Cochran <richardcochran@...il.com>
Subject: [PATCH iwl-next 0/5] Intel driver conversion to new hardware timestamping API

Since the introduction of the new ndo_hwtstamp_get() and
ndo_hwtstamp_set() operations in v6.6, only e1000e and iavf have
been converted.

There is a push to get rid of the old code path for configuring hardware
timestamping, so the reset of the drivers are converted in this patch
set.

Vladimir Oltean (5):
  ice: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()
  igc: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()
  igb: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()
  ixgbe: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()
  i40e: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()

 drivers/net/ethernet/intel/i40e/i40e.h        |  9 ++--
 drivers/net/ethernet/intel/i40e/i40e_main.c   | 24 +---------
 drivers/net/ethernet/intel/i40e/i40e_ptp.c    | 43 +++++++++---------
 drivers/net/ethernet/intel/ice/ice_main.c     | 24 +---------
 drivers/net/ethernet/intel/ice/ice_ptp.c      | 45 ++++++++++---------
 drivers/net/ethernet/intel/ice/ice_ptp.h      | 17 ++++---
 drivers/net/ethernet/intel/igb/igb.h          |  9 ++--
 drivers/net/ethernet/intel/igb/igb_main.c     |  6 +--
 drivers/net/ethernet/intel/igb/igb_ptp.c      | 37 +++++++--------
 drivers/net/ethernet/intel/igc/igc.h          |  9 ++--
 drivers/net/ethernet/intel/igc/igc_main.c     | 21 +--------
 drivers/net/ethernet/intel/igc/igc_ptp.c      | 36 +++++++--------
 drivers/net/ethernet/intel/ixgbe/ixgbe.h      |  9 ++--
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c |  6 +--
 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c  | 42 ++++++++---------
 15 files changed, 147 insertions(+), 190 deletions(-)

-- 
2.43.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ