linux-wireless.vger.kernel.org archive mirror
 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: mac80211 2021-03-17
Date: Wed, 17 Mar 2021 11:12:34 +0100	[thread overview]
Message-ID: <20210317101235.11186-1-johannes@sipsolutions.net> (raw)

Hi Dave,

So here's a first set of fixes for the current rc cycle,
really nothing major, though the network namespace locking
fix is something a few people have been running into.

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

Thanks,
johannes



The following changes since commit 13832ae2755395b2585500c85b64f5109a44227e:

  mptcp: fix ADD_ADDR HMAC in case port is specified (2021-03-15 16:43:01 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git tags/mac80211-for-net-2021-03-17

for you to fetch changes up to 239729a21e528466d02f5558936306ffa9314ad1:

  wireless/nl80211: fix wdev_id may be used uninitialized (2021-03-16 21:20:47 +0100)

----------------------------------------------------------------
First round of fixes for 5.12-rc:
 * HE (802.11ax) elements can be extended, handle that
 * fix locking in network namespace changes that was
   broken due to the RTNL-redux work
 * various other small fixes

----------------------------------------------------------------
Brian Norris (1):
      mac80211: Allow HE operation to be longer than expected.

Daniel Phan (1):
      mac80211: Check crypto_aead_encrypt for errors

Jarod Wilson (1):
      wireless/nl80211: fix wdev_id may be used uninitialized

Johannes Berg (3):
      mac80211: fix rate mask reset
      mac80211: minstrel_ht: remove unused variable 'mg'
      nl80211: fix locking for wireless device netns change

Karthikeyan Kathirvel (1):
      mac80211: choose first enabled channel for monitor

Markus Theil (1):
      mac80211: fix double free in ibss_leave

 net/mac80211/aead_api.c            |  5 +++--
 net/mac80211/aes_gmac.c            |  5 +++--
 net/mac80211/cfg.c                 |  4 ++--
 net/mac80211/ibss.c                |  2 ++
 net/mac80211/main.c                | 13 ++++++++++++-
 net/mac80211/mlme.c                |  2 +-
 net/mac80211/rc80211_minstrel_ht.c |  2 --
 net/mac80211/util.c                |  2 +-
 net/wireless/nl80211.c             | 12 ++++++++----
 9 files changed, 32 insertions(+), 15 deletions(-)


                 reply	other threads:[~2021-03-17 10:13 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20210317101235.11186-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).