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: mac80211 2020-10-30
Date: Fri, 30 Oct 2020 10:43:48 +0100	[thread overview]
Message-ID: <20201030094349.20847-1-johannes@sipsolutions.net> (raw)

Hi Jakub,

Here's a first set of fixes, in particular the nl80211 eapol one
has people waiting for it.

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

Thanks,
johannes



The following changes since commit 07e0887302450a62f51dba72df6afb5fabb23d1c:

  Merge tag 'fallthrough-fixes-clang-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux (2020-10-29 13:02:52 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git tags/mac80211-for-net-2020-10-30

for you to fetch changes up to c2f46814521113f6699a74e0a0424cbc5b305479:

  mac80211: don't require VHT elements for HE on 2.4 GHz (2020-10-30 10:22:42 +0100)

----------------------------------------------------------------
A couple of fixes, for
 * HE on 2.4 GHz
 * a few issues syzbot found, but we have many more reports :-(
 * a regression in nl80211-transported EAPOL frames which had
   affected a number of users, from Mathy
 * kernel-doc markings in mac80211, from Mauro
 * a format argument in reg.c, from Ye Bin

----------------------------------------------------------------
Johannes Berg (4):
      mac80211: fix use of skb payload instead of header
      cfg80211: initialize wdev data earlier
      mac80211: always wind down STA state
      mac80211: don't require VHT elements for HE on 2.4 GHz

Mathy Vanhoef (1):
      mac80211: fix regression where EAPOL frames were sent in plaintext

Mauro Carvalho Chehab (1):
      mac80211: fix kernel-doc markups

Ye Bin (1):
      cfg80211: regulatory: Fix inconsistent format argument

 include/net/cfg80211.h  |  9 ++++----
 include/net/mac80211.h  |  7 +++---
 net/mac80211/mlme.c     |  3 ++-
 net/mac80211/sta_info.c | 18 ++++++++++++++++
 net/mac80211/sta_info.h |  9 +++++++-
 net/mac80211/tx.c       | 44 ++++++++++++++++++++++++--------------
 net/wireless/core.c     | 57 +++++++++++++++++++++++++++----------------------
 net/wireless/core.h     |  5 +++--
 net/wireless/nl80211.c  |  3 ++-
 net/wireless/reg.c      |  2 +-
 10 files changed, 102 insertions(+), 55 deletions(-)


             reply	other threads:[~2020-10-30  9:43 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-30  9:43 Johannes Berg [this message]
2020-10-30 20:52 ` pull-request: mac80211 2020-10-30 Jakub Kicinski
2020-11-02 12:49   ` Johannes Berg
2020-11-02 18:04     ` Jakub Kicinski
2020-11-02 18:10 ` 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=20201030094349.20847-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.