mbox series

[net,0/9,pull,request] Intel Wired LAN Driver Updates 2025-03-18 (ice, idpf)

Message ID 20250318200511.2958251-1-anthony.l.nguyen@intel.com (mailing list archive)
Headers show
Series Intel Wired LAN Driver Updates 2025-03-18 (ice, idpf) | expand

Message

Tony Nguyen March 18, 2025, 8:04 p.m. UTC
For ice:

Przemek modifies string declarations to resolve compile issues on gcc 7.5.

Karol adds padding to initial programming of GLTSYN_TIME* registers to
ensure it will occur in the future to prevent hardware issues.

Jesse Brandeburg turns off driver RDMA capability when the corresponding
kernel config is not enabled to aid in preventing resource exhaustion.

Jan adjusts type declaration to properly catch error conditions and
prevent truncation of values. He also adds bounds checking to prevent
overflow in ice_vc_cfg_q_quanta().

Lukasz adds checking and error reporting for invalid values in
ice_vc_cfg_q_bw().

Mateusz adds check for valid size for ice_vc_fdir_parse_raw().

For idpf:

Emil adds check, and handling, on failure to register netdev.

The following are changes since commit 9a81fc3480bf5dbe2bf80e278c440770f6ba2692:
  ipv6: Set errno after ip_fib_metrics_init() in ip6_route_info_create().
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE

Emil Tantilov (1):
  idpf: check error for register_netdev() on init

Jan Glaza (3):
  virtchnl: make proto and filter action count unsigned
  ice: stop truncating queue ids when checking
  ice: validate queue quanta parameters to prevent OOB access

Jesse Brandeburg (1):
  ice: fix reservation of resources for RDMA when disabled

Karol Kolacinski (1):
  ice: ensure periodic output start time is in the future

Lukasz Czapnik (1):
  ice: fix input validation for virtchnl BW

Mateusz Polchlopek (1):
  ice: fix using untrusted value of pkt_len in ice_vc_fdir_parse_raw()

Przemek Kitszel (1):
  ice: health.c: fix compilation on gcc 7.5

 .../net/ethernet/intel/ice/devlink/health.c   |  6 +--
 drivers/net/ethernet/intel/ice/ice_common.c   |  3 +-
 drivers/net/ethernet/intel/ice/ice_ptp.c      |  6 ++-
 drivers/net/ethernet/intel/ice/ice_virtchnl.c | 39 +++++++++++++++----
 .../ethernet/intel/ice/ice_virtchnl_fdir.c    | 24 +++++++-----
 drivers/net/ethernet/intel/idpf/idpf_lib.c    | 31 ++++++++++-----
 include/linux/avf/virtchnl.h                  |  4 +-
 7 files changed, 79 insertions(+), 34 deletions(-)