mbox series

pull-request: mac80211 2020-06-29

Message ID 20200629142718.31257-1-johannes@sipsolutions.net (mailing list archive)
State Not Applicable
Delegated to: Johannes Berg
Headers show
Series pull-request: mac80211 2020-06-29 | expand

Pull-request

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

Message

Johannes Berg June 29, 2020, 2:27 p.m. UTC
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(-)

Comments

David Miller June 29, 2020, 11:58 p.m. UTC | #1
From: Johannes Berg <johannes@sipsolutions.net>
Date: Mon, 29 Jun 2020 16:27:17 +0200

> 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.

Looks good, pulled, thanks!