mbox series

pull-request: mac80211 2021-07-23

Message ID 20210723095007.19246-1-johannes@sipsolutions.net (mailing list archive)
State Accepted
Delegated to: Netdev Maintainers
Headers show
Series pull-request: mac80211 2021-07-23 | expand

Pull-request

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

Checks

Context Check Description
netdev/tree_selection success Series ignored based on subject

Message

Johannes Berg July 23, 2021, 9:50 a.m. UTC
Hi,

For 5.14, we only have a couple of fixes for now.

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

Thanks,
johannes



The following changes since commit 9f42f674a89200d4f465a7db6070e079f3c6145f:

  Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux (2021-07-22 10:38:19 -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-07-23

for you to fetch changes up to f9a5c358c8d26fed0cc45f2afc64633d4ba21dff:

  cfg80211: Fix possible memory leak in function cfg80211_bss_update (2021-07-23 10:38:18 +0200)

----------------------------------------------------------------
Couple of fixes:
 * fix aggregation on mesh
 * fix late enabling of 4-addr mode
 * leave monitor SKBs with some headroom
 * limit band information for old applications
 * fix virt-wifi WARN_ON
 * fix memory leak in cfg80211 BSS list maintenance

----------------------------------------------------------------
Felix Fietkau (2):
      mac80211: fix starting aggregation sessions on mesh interfaces
      mac80211: fix enabling 4-address mode on a sta vif after assoc

Johan Almbladh (1):
      mac80211: Do not strip skb headroom on monitor frames

Johannes Berg (1):
      nl80211: limit band information in non-split data

Matteo Croce (1):
      virt_wifi: fix error on connect

Nguyen Dinh Phi (1):
      cfg80211: Fix possible memory leak in function cfg80211_bss_update

 drivers/net/wireless/virt_wifi.c | 52 ++++++++++++++++++++++--------------
 net/mac80211/cfg.c               | 19 ++++++++++++++
 net/mac80211/ieee80211_i.h       |  2 ++
 net/mac80211/mlme.c              |  4 +--
 net/mac80211/rx.c                |  3 ++-
 net/mac80211/tx.c                | 57 ++++++++++++++++++++++------------------
 net/wireless/nl80211.c           |  5 +++-
 net/wireless/scan.c              |  6 ++---
 8 files changed, 95 insertions(+), 53 deletions(-)