[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250318200511.2958251-1-anthony.l.nguyen@intel.com>
Date: Tue, 18 Mar 2025 13:04:44 -0700
From: Tony Nguyen <anthony.l.nguyen@...el.com>
To: davem@...emloft.net,
kuba@...nel.org,
pabeni@...hat.com,
edumazet@...gle.com,
andrew+netdev@...n.ch,
netdev@...r.kernel.org
Cc: Tony Nguyen <anthony.l.nguyen@...el.com>
Subject: [PATCH net 0/9][pull request] Intel Wired LAN Driver Updates 2025-03-18 (ice, idpf)
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(-)
--
2.47.1
Powered by blists - more mailing lists