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:   Mon, 29 Jun 2020 16:27:17 +0200
From:   Johannes Berg <johannes@...solutions.net>
To:     netdev@...r.kernel.org
Cc:     linux-wireless@...r.kernel.org
Subject: pull-request: mac80211 2020-06-29

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(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ