]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net...
authorJakub Kicinski <kuba@kernel.org>
Tue, 25 Mar 2025 13:04:17 +0000 (06:04 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 25 Mar 2025 13:04:17 +0000 (06:04 -0700)
Tony Nguyen says:

====================
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.

* '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue:
  idpf: check error for register_netdev() on init
  ice: fix using untrusted value of pkt_len in ice_vc_fdir_parse_raw()
  ice: fix input validation for virtchnl BW
  ice: validate queue quanta parameters to prevent OOB access
  ice: stop truncating queue ids when checking
  virtchnl: make proto and filter action count unsigned
  ice: fix reservation of resources for RDMA when disabled
  ice: ensure periodic output start time is in the future
  ice: health.c: fix compilation on gcc 7.5
====================

Link: https://patch.msgid.link/20250318200511.2958251-1-anthony.l.nguyen@intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge