mbox series

pull-request: mac80211 2021-11-16

Message ID 20211116160845.157214-1-johannes@sipsolutions.net (mailing list archive)
State Accepted
Commit f5c741608b8cfad66d57881de5ca22652f8253cb
Delegated to: Netdev Maintainers
Headers show
Series pull-request: mac80211 2021-11-16 | expand

Pull-request

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

Checks

Context Check Description
netdev/tree_selection success Pull request for net-next
netdev/apply fail Pull to net-next failed

Message

Johannes Berg Nov. 16, 2021, 4:08 p.m. UTC
Hi,

We've already got a couple of fixes for this cycle, and in
particular the radiotap one has been bothering users.

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

Thanks,
johannes



The following changes since commit 1aa3b2207e889a948049c9a8016cedb0218c2389:

  net,lsm,selinux: revert the security_sctp_assoc_established() hook (2021-11-14 12:21:53 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 30f6cf96912b638d0ddfc325204b598f94efddc2:

  mac80211: fix throughput LED trigger (2021-11-15 10:56:57 +0100)

----------------------------------------------------------------
Couple of fixes:
 * bad dont-reorder check
 * throughput LED trigger for various new(ish) paths
 * radiotap header generation
 * locking assertions in mac80211 with monitor mode
 * radio statistics
 * don't try to access IV when not present
 * call stop_ap for P2P_GO as well as we should

----------------------------------------------------------------
Felix Fietkau (2):
      mac80211: drop check for DONT_REORDER in __ieee80211_select_queue
      mac80211: fix throughput LED trigger

Johannes Berg (3):
      nl80211: fix radio statistics in survey dump
      mac80211: fix radiotap header generation
      mac80211: fix monitor_sdata RCU/locking assertions

Nguyen Dinh Phi (1):
      cfg80211: call cfg80211_stop_ap when switch from P2P_GO type

Xing Song (1):
      mac80211: do not access the IV when it was stripped

 net/mac80211/cfg.c     | 12 ++++++++----
 net/mac80211/iface.c   |  4 +++-
 net/mac80211/led.h     |  8 ++++----
 net/mac80211/rx.c      | 12 +++++++-----
 net/mac80211/tx.c      | 34 +++++++++++++++-------------------
 net/mac80211/util.c    |  7 ++++---
 net/mac80211/wme.c     |  3 +--
 net/wireless/nl80211.c | 34 +++++++++++++++++++---------------
 net/wireless/nl80211.h |  6 +-----
 net/wireless/util.c    |  1 +
 10 files changed, 63 insertions(+), 58 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Nov. 17, 2021, 3 a.m. UTC | #1
Hello:

This pull request was applied to netdev/net.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Tue, 16 Nov 2021 17:08:44 +0100 you wrote:
> Hi,
> 
> We've already got a couple of fixes for this cycle, and in
> particular the radiotap one has been bothering users.
> 
> Please pull and let me know if there's any problem.
> 
> [...]

Here is the summary with links:
  - pull-request: mac80211 2021-11-16
    https://git.kernel.org/netdev/net/c/f5c741608b8c

You are awesome, thank you!