All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-wired-lan] [PATCH v2 iwl-net 0/2] idpf: fix flow steering issues
@ 2025-09-30 21:23 ` Sreedevi Joshi
  0 siblings, 0 replies; 14+ messages in thread
From: Sreedevi Joshi @ 2025-09-30 21:23 UTC (permalink / raw)
  To: sreedevi.joshi, intel-wired-lan; +Cc: netdev

Fix some issues in the recently added idpf flow steering
logic that cause ethtool functionality problems and memory
leak.

This series addresses:
- Memory leaks during module removal with active flow rules
- ethtool -n display errors due to incomplete flow spec storage
- Add logic to detect and reject duplicate filter entries at the same
  location

Changes:

v2:
 * patch2
	Update commit message to add details of improved validation
	sequence. (Simon Horman)

Thanks
Sreedevi


Erik Gabriel Carrillo (1):
  idpf: fix issue with ethtool -n command display

Sreedevi Joshi (1):
  idpf: fix memory leak of flow steer list on rmmod

 drivers/net/ethernet/intel/idpf/idpf.h        |  5 +-
 .../net/ethernet/intel/idpf/idpf_ethtool.c    | 72 +++++++++++++------
 drivers/net/ethernet/intel/idpf/idpf_lib.c    | 28 +++++++-
 3 files changed, 80 insertions(+), 25 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2025-12-18  0:57 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-30 21:23 [Intel-wired-lan] [PATCH v2 iwl-net 0/2] idpf: fix flow steering issues Sreedevi Joshi
2025-09-30 21:23 ` Sreedevi Joshi
2025-09-30 21:23 ` [Intel-wired-lan] [PATCH v2 iwl-net 1/2] idpf: fix memory leak of flow steer list on rmmod Sreedevi Joshi
2025-09-30 21:23   ` Sreedevi Joshi
2025-10-01 15:43   ` [Intel-wired-lan] " Simon Horman
2025-10-01 15:43     ` Simon Horman
2025-12-18  0:56     ` [Intel-wired-lan] " Mina Almasry via Intel-wired-lan
2025-12-18  0:56       ` Mina Almasry
2025-09-30 21:23 ` [Intel-wired-lan] [PATCH v2 iwl-net 2/2] idpf: fix issue with ethtool -n command display Sreedevi Joshi
2025-09-30 21:23   ` Sreedevi Joshi
2025-10-01 15:44   ` [Intel-wired-lan] " Simon Horman
2025-10-01 15:44     ` Simon Horman
2025-12-18  0:52     ` [Intel-wired-lan] " Mina Almasry via Intel-wired-lan
2025-12-18  0:52       ` Mina Almasry

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.