All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kalle Valo <kvalo@kernel.org>
To: netdev@vger.kernel.org
Cc: linux-wireless@vger.kernel.org
Subject: pull-request: wireless-2022-10-11
Date: Tue, 11 Oct 2022 16:31:23 +0000 (UTC)	[thread overview]
Message-ID: <20221011163123.A093CC433D6@smtp.kernel.org> (raw)

Hi,

here's a pull request to net tree, more info below. Please let me know if there
are any problems.

Kalle

The following changes since commit 0326074ff4652329f2a1a9c8685104576bd8d131:

  Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next (2022-10-04 13:38:03 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2022-10-11

for you to fetch changes up to abf93f369419249ca482a8911039fe1c75a94227:

  wifi: ath11k: mac: fix reading 16 bytes from a region of size 0 warning (2022-10-11 11:46:31 +0300)

----------------------------------------------------------------
wireless fixes for v6.1

First set of fixes for v6.1. Quite a lot of fixes in stack but also
for mt76.

cfg80211/mac80211

* fix locking error in mac80211's hw addr change

* fix TX queue stop for internal TXQs

* handling of very small (e.g. STP TCN) packets

* two memcpy() hardening fixes

* fix probe request 6 GHz capability warning

* fix various connection prints

* fix decapsulation offload for AP VLAN

mt76

* fix rate reporting, LLC packets and receive checksum offload on specific chipsets

iwlwifi

* fix crash due to list corruption

ath11k

* fix a compiler warning with GCC 11 and KASAN

----------------------------------------------------------------
Alexander Wetzel (1):
      wifi: mac80211: netdev compatible TX stop for iTXQ drivers

Dan Carpenter (1):
      wifi: mac80211: unlock on error in ieee80211_can_powered_addr_change()

Felix Fietkau (6):
      wifi: mt76: fix rate reporting / throughput regression on mt7915 and newer
      wifi: mac80211: do not drop packets smaller than the LLC-SNAP header on fast-rx
      wifi: mac80211: fix decap offload for stations on AP_VLAN interfaces
      wifi: cfg80211: fix ieee80211_data_to_8023_exthdr handling of small packets
      wifi: mt76: fix receiving LLC packets on mt7615/mt7915
      wifi: mt76: fix rx checksum offload on mt7615/mt7915/mt7921

Hawkins Jiawei (1):
      wifi: wext: use flex array destination for memcpy()

James Prestwood (2):
      wifi: mac80211: fix probe req HE capabilities access
      wifi: mac80211: remove/avoid misleading prints

Jose Ignacio Tornos Martinez (1):
      wifi: iwlwifi: mvm: fix double list_add at iwl_mvm_mac_wake_tx_queue (other cases)

Kalle Valo (1):
      wifi: ath11k: mac: fix reading 16 bytes from a region of size 0 warning

Kees Cook (1):
      wifi: nl80211: Split memcpy() of struct nl80211_wowlan_tcp_data_token flexible array

 drivers/net/wireless/ath/ath11k/mac.c           |  5 ++--
 drivers/net/wireless/intel/iwlwifi/mvm/sta.c    |  2 ++
 drivers/net/wireless/mediatek/mt76/dma.c        |  5 +---
 drivers/net/wireless/mediatek/mt76/mt7615/mac.c | 12 ++++----
 drivers/net/wireless/mediatek/mt76/mt7915/mac.c | 12 ++++----
 drivers/net/wireless/mediatek/mt76/mt7921/mac.c |  4 ++-
 drivers/net/wireless/mediatek/mt76/tx.c         | 10 +++++--
 include/linux/wireless.h                        | 10 ++++++-
 net/mac80211/iface.c                            |  8 ++---
 net/mac80211/mlme.c                             |  7 +++--
 net/mac80211/rx.c                               |  9 +++---
 net/mac80211/tx.c                               | 10 ++++---
 net/mac80211/util.c                             |  2 +-
 net/wireless/nl80211.c                          |  4 ++-
 net/wireless/util.c                             | 40 +++++++++++++------------
 net/wireless/wext-core.c                        | 17 ++++++-----
 16 files changed, 94 insertions(+), 63 deletions(-)

             reply	other threads:[~2022-10-11 16:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-11 16:31 Kalle Valo [this message]
2022-10-12  2:20 ` pull-request: wireless-2022-10-11 patchwork-bot+netdevbpf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221011163123.A093CC433D6@smtp.kernel.org \
    --to=kvalo@kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.