All of lore.kernel.org
 help / color / mirror / Atom feed
From: Johannes Berg <johannes@sipsolutions.net>
To: netdev@vger.kernel.org
Cc: linux-wireless@vger.kernel.org
Subject: pull-request: wireless-2023-03-30
Date: Thu, 30 Mar 2023 22:33:12 +0200	[thread overview]
Message-ID: <20230330203313.919164-1-johannes@sipsolutions.net> (raw)

Hi,

Here's a small set of fixes for the net. Most of the
issues are relatively new.

Please pull and let me know if there's any problem.

Thanks,
johannes



The following changes since commit f355f70145744518ca1d9799b42f4a8da9aa0d36:

  wifi: mac80211: fix mesh path discovery based on unicast packets (2023-03-22 13:46:46 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2023-03-30

for you to fetch changes up to 12b220a6171faf10638ab683a975cadcf1a352d6:

  wifi: mac80211: fix invalid drv_sta_pre_rcu_remove calls for non-uploaded sta (2023-03-30 11:19:53 +0200)

----------------------------------------------------------------
Just a few fixes:
 * fix size calculation for EHT element to put into SKBs
 * remove erroneous pre-RCU calls for drivers not using sta_state calls
 * fix mesh forwarding and non-forwarding RX
 * fix mesh flow dissection
 * fix a potential NULL dereference on A-MSDU RX w/o station
 * make two variable non-static that really shouldn't be static

----------------------------------------------------------------
Felix Fietkau (6):
      wifi: mac80211: drop bogus static keywords in A-MSDU rx
      wifi: mac80211: fix potential null pointer dereference
      wifi: mac80211: fix receiving mesh packets in forwarding=0 networks
      wifi: mac80211: fix mesh forwarding
      wifi: mac80211: fix flow dissection for forwarded packets
      wifi: mac80211: fix invalid drv_sta_pre_rcu_remove calls for non-uploaded sta

Ryder Lee (1):
      wifi: mac80211: fix the size calculation of ieee80211_ie_len_eht_cap()

 net/mac80211/rx.c       | 29 ++++++++++++++++-------------
 net/mac80211/sta_info.c |  3 ++-
 net/mac80211/util.c     |  2 +-
 3 files changed, 19 insertions(+), 15 deletions(-)


             reply	other threads:[~2023-03-30 20:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-30 20:33 Johannes Berg [this message]
2023-03-31  7:00 ` pull-request: wireless-2023-03-30 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=20230330203313.919164-1-johannes@sipsolutions.net \
    --to=johannes@sipsolutions.net \
    --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.