All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] wifi: iwlwifi: updates - 2024-02-06
@ 2024-02-06 16:02 Miri Korenblit
  2024-02-06 16:02 ` [PATCH 01/11] wifi: iwlwifi: mvm: fix a crash when we run out of stations Miri Korenblit
                   ` (10 more replies)
  0 siblings, 11 replies; 14+ messages in thread
From: Miri Korenblit @ 2024-02-06 16:02 UTC (permalink / raw)
  To: johannes; +Cc: linux-wireless

Hi,

This patch set includes iwlwifi patches intended for v6.9. It contains a
few features, bugfixes and cleanups.

Thanks,

Emmanuel Grumbach (3):
  wifi: iwlwifi: mvm: fix a crash when we run out of stations
  wifi: iwlwifi: mvm: don't set the MFP flag for the GTK
  wifi: iwlwifi: mvm: don't send the smart fifo command if not needed

Johannes Berg (6):
  wifi: iwlwifi: fw: allow vmalloc for PNVM image
  wifi: iwlwifi: mvm: don't set replay counters to 0xff
  wifi: iwlwifi: mvm: remove flags for enable/disable beacon filter
  wifi: iwlwifi: mvm: show skb_mac_gso_segment() failure reason
  wifi: iwlwifi: mvm: move BA notif messages before action
  wifi: iwlwifi: queue: improve warning for no skb in reclaim

Mukesh Sisodiya (1):
  wifi: iwlwifi: pcie: Add new PCI device id and CNVI

Shaul Triebitz (1):
  wifi: iwlwifi: iwlmvm: handle unprotected deauth/sidassoc in d3

 drivers/net/wireless/intel/iwlwifi/cfg/sc.c   | 38 +++++++++++++++++--
 drivers/net/wireless/intel/iwlwifi/fw/file.h  |  5 ++-
 drivers/net/wireless/intel/iwlwifi/fw/pnvm.c  | 10 ++---
 .../net/wireless/intel/iwlwifi/iwl-config.h   |  8 +++-
 drivers/net/wireless/intel/iwlwifi/mvm/d3.c   | 10 +++--
 .../wireless/intel/iwlwifi/mvm/debugfs-vif.c  |  6 +--
 .../net/wireless/intel/iwlwifi/mvm/mac80211.c | 21 +++++-----
 .../net/wireless/intel/iwlwifi/mvm/mld-key.c  | 18 +++++----
 .../wireless/intel/iwlwifi/mvm/mld-mac80211.c |  2 +-
 drivers/net/wireless/intel/iwlwifi/mvm/mvm.h  |  6 +--
 .../net/wireless/intel/iwlwifi/mvm/power.c    | 29 ++++++--------
 drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c |  4 ++
 drivers/net/wireless/intel/iwlwifi/mvm/sf.c   |  5 ++-
 drivers/net/wireless/intel/iwlwifi/mvm/tx.c   | 30 +++++++++------
 drivers/net/wireless/intel/iwlwifi/pcie/drv.c | 15 +++++++-
 drivers/net/wireless/intel/iwlwifi/queue/tx.c |  9 +++--
 16 files changed, 143 insertions(+), 73 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2024-02-07  6:28 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-06 16:02 [PATCH 00/11] wifi: iwlwifi: updates - 2024-02-06 Miri Korenblit
2024-02-06 16:02 ` [PATCH 01/11] wifi: iwlwifi: mvm: fix a crash when we run out of stations Miri Korenblit
2024-02-06 16:02 ` [PATCH 02/11] wifi: iwlwifi: fw: allow vmalloc for PNVM image Miri Korenblit
2024-02-06 16:02 ` [PATCH 03/11] wifi: iwlwifi: mvm: don't set the MFP flag for the GTK Miri Korenblit
2024-02-06 16:02 ` [PATCH 04/11] wifi: iwlwifi: mvm: don't send the smart fifo command if not needed Miri Korenblit
2024-02-06 16:02 ` [PATCH 05/11] wifi: iwlwifi: pcie: Add new PCI device id and CNVI Miri Korenblit
2024-02-06 16:02 ` [PATCH 06/11] wifi: iwlwifi: mvm: don't set replay counters to 0xff Miri Korenblit
2024-02-06 16:02 ` [PATCH 07/11] wifi: iwlwifi: mvm: remove flags for enable/disable beacon filter Miri Korenblit
2024-02-06 16:02 ` [PATCH 08/11] wifi: iwlwifi: mvm: show skb_mac_gso_segment() failure reason Miri Korenblit
2024-02-06 16:02 ` [PATCH 09/11] wifi: iwlwifi: iwlmvm: handle unprotected deauth/disassoc in d3 Miri Korenblit
2024-02-07  3:39   ` kernel test robot
2024-02-07  6:27   ` kernel test robot
2024-02-06 16:02 ` [PATCH 10/11] wifi: iwlwifi: mvm: move BA notif messages before action Miri Korenblit
2024-02-06 16:02 ` [PATCH 11/11] wifi: iwlwifi: queue: improve warning for no skb in reclaim Miri Korenblit

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.