netdev.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 2020-06-29
Date: Mon, 29 Jun 2020 16:27:17 +0200	[thread overview]
Message-ID: <20200629142718.31257-1-johannes@sipsolutions.net> (raw)

Hi Dave,

We've got a couple of fixes here, and I took the liberty to include a
small code cleanup of some really stupid code, and a patch that adds
new AKM suites so we can use them in the drivers more easily.

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

Thanks,
johannes



The following changes since commit eb2932b00fc75a154bb4607773dc0666924116ad:

  Merge branch 'net-bcmgenet-use-hardware-padding-of-runt-frames' (2020-06-24 21:51:03 -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-06-29

for you to fetch changes up to 60a0121f8fa64b0f4297aa6fef8207500483a874:

  nl80211: fix memory leak when parsing NL80211_ATTR_HE_BSS_COLOR (2020-06-26 11:52:57 +0200)

----------------------------------------------------------------
Couple of fixes/small things:
 * TX control port status check fixed to not assume frame format
 * mesh control port fixes
 * error handling/leak fixes when starting AP, with HE attributes
 * fix broadcast packet handling with encapsulation offload
 * add new AKM suites
 * and a small code cleanup

----------------------------------------------------------------
Luca Coelho (2):
      nl80211: don't return err unconditionally in nl80211_start_ap()
      nl80211: fix memory leak when parsing NL80211_ATTR_HE_BSS_COLOR

Markus Theil (3):
      mac80211: fix control port tx status check
      mac80211: skip mpath lookup also for control port tx
      mac80211: allow rx of mesh eapol frames with default rx key

Pavel Machek (1):
      mac80211: simplify mesh code

Seevalamuthu Mariappan (1):
      mac80211: Fix dropping broadcast packets in 802.11 encap

Veerendranath Jakkam (1):
      ieee80211: Add missing and new AKM suite selector definitions

 include/linux/ieee80211.h |  4 ++++
 net/mac80211/mesh_hwmp.c  |  7 ++-----
 net/mac80211/rx.c         | 26 ++++++++++++++++++++++++++
 net/mac80211/status.c     | 22 +++++++++++++++-------
 net/mac80211/tx.c         |  8 ++++++--
 net/wireless/nl80211.c    |  5 +++--
 6 files changed, 56 insertions(+), 16 deletions(-)


             reply	other threads:[~2020-06-29 20:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-29 14:27 Johannes Berg [this message]
2020-06-29 23:58 ` pull-request: mac80211 2020-06-29 David Miller

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=20200629142718.31257-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).