public inbox for iwd@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH v2 0/5] PMKSA support for fullmac drivers
@ 2025-02-13 20:18 James Prestwood
  2025-02-13 20:18 ` [PATCH v2 1/5] netdev: don't set CQM thresholds for fullmac cards James Prestwood
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: James Prestwood @ 2025-02-13 20:18 UTC (permalink / raw)
  To: iwd; +Cc: James Prestwood

This set removes the need for the prior patch on the list:
[RFC] netdev: avoid PMKSA for fullmac drivers

And instead implementes proper support for PMKSA as opposed to
disabling it.

v2:
 * Reworked patches to utilize a new driver callback concept within
   the pmksa module. This avoids the need to expose any netdev APIs
   and makes the removal within the kernel transparent to modules
   using the PMKSA cache.

James Prestwood (5):
  netdev: don't set CQM thresholds for fullmac cards
  netdev: remove/update some iwd_notice logs
  pmksa: add driver callbacks and pmksa_cache_free
  handshake: use pmksa_cache_free
  netdev: implement PMKSA for fullmac drivers

 src/handshake.c |   6 +--
 src/netdev.c    | 133 +++++++++++++++++++++++++++++++++++++++++++++---
 src/pmksa.c     |  38 +++++++++++++-
 src/pmksa.h     |   9 ++++
 4 files changed, 173 insertions(+), 13 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2025-04-01 16:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-13 20:18 [PATCH v2 0/5] PMKSA support for fullmac drivers James Prestwood
2025-02-13 20:18 ` [PATCH v2 1/5] netdev: don't set CQM thresholds for fullmac cards James Prestwood
2025-02-13 20:18 ` [PATCH v2 2/5] netdev: remove/update some iwd_notice logs James Prestwood
2025-02-13 20:18 ` [PATCH v2 3/5] pmksa: add driver callbacks and pmksa_cache_free James Prestwood
2025-02-13 20:18 ` [PATCH v2 4/5] handshake: use pmksa_cache_free James Prestwood
2025-02-13 20:18 ` [PATCH v2 5/5] netdev: implement PMKSA for fullmac drivers James Prestwood
2025-04-01 16:17 ` [PATCH v2 0/5] PMKSA support " Denis Kenzior

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox