netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH iwl-net 0/8] i40e: virtchnl improvements
@ 2025-08-13 10:45 Przemek Kitszel
  2025-08-13 10:45 ` [PATCH iwl-net 1/8] i40e: add validation for ring_len param Przemek Kitszel
                   ` (7 more replies)
  0 siblings, 8 replies; 22+ messages in thread
From: Przemek Kitszel @ 2025-08-13 10:45 UTC (permalink / raw)
  To: intel-wired-lan, Tony Nguyen
  Cc: netdev, Greg KH, jeremiah.kyle, leszek.pepiak, Przemek Kitszel

Improvements hardening PF-VF communication for i40e driver.
This patchset targets several issues that can cause undefined behavior
or be exploited in some other way.

Lukasz Czapnik (8):
  i40e: add validation for ring_len param
  i40e: fix idx validation in i40e_validate_queue_map
  i40e: fix idx validation in config queues msg
  i40e: fix input validation logic for action_meta
  i40e: fix validation of VF state in get resources
  i40e: add max boundary check for VF filters
  i40e: add mask to apply valid bits for itr_idx
  i40e: improve VF MAC filters accounting

 drivers/net/ethernet/intel/i40e/i40e.h        |   3 +-
 .../ethernet/intel/i40e/i40e_virtchnl_pf.h    |   3 +-
 drivers/net/ethernet/intel/i40e/i40e_main.c   |  26 ++++-
 .../ethernet/intel/i40e/i40e_virtchnl_pf.c    | 110 ++++++++++--------
 4 files changed, 90 insertions(+), 52 deletions(-)

-- 
2.50.0


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

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

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-13 10:45 [PATCH iwl-net 0/8] i40e: virtchnl improvements Przemek Kitszel
2025-08-13 10:45 ` [PATCH iwl-net 1/8] i40e: add validation for ring_len param Przemek Kitszel
2025-08-26 16:35   ` Simon Horman
2025-08-13 10:45 ` [PATCH iwl-net 2/8] i40e: fix idx validation in i40e_validate_queue_map Przemek Kitszel
2025-08-26 16:35   ` Simon Horman
     [not found]   ` <PH0PR11MB5013AA7A01FEA5A0D5B172A59606A@PH0PR11MB5013.namprd11.prod.outlook.com>
2025-09-02 12:56     ` [Intel-wired-lan] " Kamakshi, NelloreX
2025-08-13 10:45 ` [PATCH iwl-net 3/8] i40e: fix idx validation in config queues msg Przemek Kitszel
2025-08-26 16:35   ` Simon Horman
     [not found]   ` <PH0PR11MB5013D93E5E69AB35CA9BAD0F9606A@PH0PR11MB5013.namprd11.prod.outlook.com>
2025-09-02 12:52     ` [Intel-wired-lan] " Kamakshi, NelloreX
2025-08-13 10:45 ` [PATCH iwl-net 4/8] i40e: fix input validation logic for action_meta Przemek Kitszel
2025-08-26 16:35   ` Simon Horman
2025-08-13 10:45 ` [PATCH iwl-net 5/8] i40e: fix validation of VF state in get resources Przemek Kitszel
2025-08-26 16:33   ` Simon Horman
2025-08-26 20:02     ` Przemek Kitszel
2025-08-26 16:36   ` Simon Horman
2025-08-13 10:45 ` [PATCH iwl-net 6/8] i40e: add max boundary check for VF filters Przemek Kitszel
2025-08-26 16:36   ` Simon Horman
2025-08-13 10:45 ` [PATCH iwl-net 7/8] i40e: add mask to apply valid bits for itr_idx Przemek Kitszel
2025-08-26 16:34   ` Simon Horman
2025-08-26 19:56     ` Przemek Kitszel
2025-08-13 10:45 ` [PATCH iwl-net 8/8] i40e: improve VF MAC filters accounting Przemek Kitszel
2025-08-26 16:36   ` Simon Horman

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