netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 00/10][pull request] Intel Wired LAN Driver Updates 2025-02-10 (ice, igc, e1000e)
@ 2025-02-10 19:23 Tony Nguyen
  2025-02-10 19:23 ` [PATCH net-next 01/10] ice: Don't check device type when checking GNSS presence Tony Nguyen
                   ` (10 more replies)
  0 siblings, 11 replies; 13+ messages in thread
From: Tony Nguyen @ 2025-02-10 19:23 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet, andrew+netdev, netdev; +Cc: Tony Nguyen

For ice:

Karol, Jake, and Michal add PTP support for E830 devices. Karol
refactors and cleans up PTP code. Jake allows for a common
cross-timestamp implementation to be shared for all devices and
Michal adds E830 support.

Mateusz cleans up initial Flow Director rule creation to loop rather
than duplicate repeated similar calls.

For igc:

Siang adjust calls to remove need for close and open calls on loading
XDP program.

For e1000e:

Gerhard Engleder batches register writes for writing multicast table
on real-time kernels.

The following are changes since commit 39f54262ba499d862420a97719d2f0eea0cbd394:
  Merge branch 'eth-fbnic-support-rss-contexts-and-ntuple-filters'
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 100GbE

Gerhard Engleder (1):
  e1000e: Fix real-time violations on link up

Jacob Keller (1):
  ice: Add unified ice_capture_crosststamp

Karol Kolacinski (5):
  ice: Don't check device type when checking GNSS presence
  ice: Remove unnecessary ice_is_e8xx() functions
  ice: Use FIELD_PREP for timestamp values
  ice: Process TSYN IRQ in a separate function
  ice: Refactor ice_ptp_init_tx_*

Mateusz Polchlopek (1):
  ice: refactor ice_fdir_create_dflt_rules() function

Michal Michalik (1):
  ice: Implement PTP support for E830 devices

Song Yoong Siang (1):
  igc: Avoid unnecessary link down event in XDP_SETUP_PROG process

 drivers/net/ethernet/intel/Kconfig            |   2 +-
 drivers/net/ethernet/intel/e1000e/mac.c       |  15 +-
 drivers/net/ethernet/intel/ice/ice.h          |   5 -
 drivers/net/ethernet/intel/ice/ice_common.c   | 208 ++++----
 drivers/net/ethernet/intel/ice/ice_common.h   |   7 +-
 drivers/net/ethernet/intel/ice/ice_ddp.c      |   4 +-
 .../net/ethernet/intel/ice/ice_ethtool_fdir.c |  21 +-
 drivers/net/ethernet/intel/ice/ice_gnss.c     |  29 +-
 drivers/net/ethernet/intel/ice/ice_gnss.h     |   4 +-
 .../net/ethernet/intel/ice/ice_hw_autogen.h   |  12 +
 drivers/net/ethernet/intel/ice/ice_lib.c      |   2 +-
 drivers/net/ethernet/intel/ice/ice_main.c     |  27 +-
 drivers/net/ethernet/intel/ice/ice_ptp.c      | 505 ++++++++++++------
 drivers/net/ethernet/intel/ice/ice_ptp.h      |   9 +-
 drivers/net/ethernet/intel/ice/ice_ptp_hw.c   | 413 ++++++++------
 drivers/net/ethernet/intel/ice/ice_ptp_hw.h   |  28 +-
 drivers/net/ethernet/intel/ice/ice_type.h     |   9 -
 drivers/net/ethernet/intel/igc/igc_xdp.c      |  19 +-
 18 files changed, 765 insertions(+), 554 deletions(-)

-- 
2.47.1


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2025-02-12  4:00 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-10 19:23 [PATCH net-next 00/10][pull request] Intel Wired LAN Driver Updates 2025-02-10 (ice, igc, e1000e) Tony Nguyen
2025-02-10 19:23 ` [PATCH net-next 01/10] ice: Don't check device type when checking GNSS presence Tony Nguyen
2025-02-10 19:23 ` [PATCH net-next 02/10] ice: Remove unnecessary ice_is_e8xx() functions Tony Nguyen
2025-02-10 19:23 ` [PATCH net-next 03/10] ice: Use FIELD_PREP for timestamp values Tony Nguyen
2025-02-10 19:23 ` [PATCH net-next 04/10] ice: Process TSYN IRQ in a separate function Tony Nguyen
2025-02-12  3:47   ` Jakub Kicinski
2025-02-10 19:23 ` [PATCH net-next 05/10] ice: Add unified ice_capture_crosststamp Tony Nguyen
2025-02-10 19:23 ` [PATCH net-next 06/10] ice: Refactor ice_ptp_init_tx_* Tony Nguyen
2025-02-10 19:23 ` [PATCH net-next 07/10] ice: Implement PTP support for E830 devices Tony Nguyen
2025-02-10 19:23 ` [PATCH net-next 08/10] ice: refactor ice_fdir_create_dflt_rules() function Tony Nguyen
2025-02-10 19:23 ` [PATCH net-next 09/10] igc: Avoid unnecessary link down event in XDP_SETUP_PROG process Tony Nguyen
2025-02-10 19:23 ` [PATCH net-next 10/10] e1000e: Fix real-time violations on link up Tony Nguyen
2025-02-12  4:00 ` [PATCH net-next 00/10][pull request] Intel Wired LAN Driver Updates 2025-02-10 (ice, igc, e1000e) patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).