[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230330203313.919164-1-johannes@sipsolutions.net>
Date: Thu, 30 Mar 2023 22:33:12 +0200
From: Johannes Berg <johannes@...solutions.net>
To: netdev@...r.kernel.org
Cc: linux-wireless@...r.kernel.org
Subject: pull-request: wireless-2023-03-30
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(-)
Powered by blists - more mailing lists