lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 20 Aug 2021 12:53:28 +0200
From:   Johannes Berg <johannes@...solutions.net>
To:     netdev@...r.kernel.org
Cc:     linux-wireless@...r.kernel.org
Subject: pull-request: mac80211-next 2021-08-20

Hi,

Just a couple of smallish items, in case we get a release.
I expect a few resends of other things, but don't know if
they'll make it, we'll see.

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

Thanks,
johannes



The following changes since commit b769cf44ed55f4b277b89cf53df6092f0c9082d0:

  dt-bindings: net: qcom,ipa: make imem interconnect optional (2021-08-12 14:53:44 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git tags/mac80211-next-for-net-next-2021-08-20

for you to fetch changes up to c448f0fd2ce59947b3b8b8d6b56e15036449d1f1:

  cfg80211: fix BSS color notify trace enum confusion (2021-08-18 09:21:52 +0200)

----------------------------------------------------------------
Minor updates:
 * BSS coloring support
 * MEI commands for Intel platforms
 * various fixes/cleanups

----------------------------------------------------------------
Chih-Kang Chang (1):
      mac80211: Fix insufficient headroom issue for AMSDU

Dan Carpenter (1):
      mac80211: remove unnecessary NULL check in ieee80211_register_hw()

Emmanuel Grumbach (1):
      nl80211: vendor-cmd: add Intel vendor commands for iwlmei usage

Johan Almbladh (1):
      mac80211: Fix monitor MTU limit so that A-MSDUs get through

Johannes Berg (2):
      mac80211: include <linux/rbtree.h>
      cfg80211: fix BSS color notify trace enum confusion

John Crispin (2):
      nl80211: add support for BSS coloring
      mac80211: add support for BSS color change

Kees Cook (2):
      mac80211: radiotap: Use BIT() instead of shifts
      mac80211: Use flex-array for radiotap header bitmap

YueHaibing (1):
      mac80211: Reject zero MAC address in sta_info_insert_check()

dingsenjie (1):
      mac80211: Remove unnecessary variable and label

 include/net/cfg80211.h                 |  92 +++++++++++++
 include/net/ieee80211_radiotap.h       |   5 +
 include/net/mac80211.h                 |  29 ++++
 include/uapi/linux/nl80211-vnd-intel.h |  77 +++++++++++
 include/uapi/linux/nl80211.h           |  43 ++++++
 net/mac80211/cfg.c                     | 234 +++++++++++++++++++++++++++++++--
 net/mac80211/ibss.c                    |  15 +--
 net/mac80211/ieee80211_i.h             |  12 ++
 net/mac80211/iface.c                   |  13 +-
 net/mac80211/main.c                    |   2 +-
 net/mac80211/rx.c                      |  29 ++--
 net/mac80211/sta_info.c                |   2 +-
 net/mac80211/status.c                  |  16 +--
 net/mac80211/tx.c                      |  33 +++--
 net/wireless/nl80211.c                 | 157 ++++++++++++++++++++++
 net/wireless/radiotap.c                |   9 +-
 net/wireless/rdev-ops.h                |  13 ++
 net/wireless/trace.h                   |  46 +++++++
 18 files changed, 764 insertions(+), 63 deletions(-)
 create mode 100644 include/uapi/linux/nl80211-vnd-intel.h

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ