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:   Tue,  9 Apr 2019 13:45:36 +0200
From:   Johannes Berg <johannes@...solutions.net>
To:     David Miller <davem@...emloft.net>
Cc:     netdev@...r.kernel.org, linux-wireless@...r.kernel.org
Subject: pull-request: mac80211 2019-04-09

Hi Dave,

Here's a set of fixes for the current cycle. Mostly all over,
but some focus from Felix on the mac80211 internal TXQs.

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

Thanks,
johannes



The following changes since commit 9a5a90d167b0e5fe3d47af16b68fd09ce64085cd:

  net: core: netif_receive_skb_list: unlist skb before passing to pt->func (2019-03-28 17:28:05 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git tags/mac80211-for-davem-2019-04-09

for you to fetch changes up to 78ad2341521d5ea96cb936244ed4c4c4ef9ec13b:

  mac80211: Honor SW_CRYPTO_CONTROL for unicast keys in AP VLAN mode (2019-04-09 13:40:32 +0200)

----------------------------------------------------------------
Various fixes:
 * iTXQ fixes from Felix
 * tracing fix - increase message length
 * fix SW_CRYPTO_CONTROL enforcement
 * WMM rule handling for regdomain intersection
 * max_interfaces in hwsim - reported by syzbot
 * clear private data in some more commands
 * a clang compiler warning fix

I added a patch with two new (unused) macros for
rate-limited printing to simplify getting the users
into the tree.

----------------------------------------------------------------
Alexander Wetzel (1):
      mac80211: Honor SW_CRYPTO_CONTROL for unicast keys in AP VLAN mode

Andrei Otcheretianski (1):
      mac80211: Increase MAX_MSG_LEN

Felix Fietkau (6):
      mac80211: un-schedule TXQs on powersave start
      mac80211: fix unaligned access in mesh table hash function
      mac80211: fix memory accounting with A-MSDU aggregation
      mac80211: do not call driver wake_tx_queue op during reconfig
      mac80211: rework locking for txq scheduling / airtime fairness
      mac80211: make ieee80211_schedule_txq schedule empty TXQs

Ilan Peer (1):
      cfg80211: Handle WMM rules in regulatory domain intersection

Johannes Berg (1):
      mac80211_hwsim: calculate if_combination.max_interfaces

Nathan Chancellor (1):
      cfg80211: Change an 'else if' into an 'else' in cfg80211_calculate_bitrate_he

Stanislaw Gruszka (1):
      cfg80211: add ratelimited variants of err and warn

Sunil Dutt (1):
      nl80211: Add NL80211_FLAG_CLEAR_SKB flag for other NL commands

YueHaibing (1):
      cfg80211: Use kmemdup in cfg80211_gen_new_ie()

 drivers/net/wireless/ath/ath10k/htt_rx.c |  2 +-
 drivers/net/wireless/ath/ath10k/mac.c    |  4 +-
 drivers/net/wireless/ath/ath9k/xmit.c    |  5 ++-
 drivers/net/wireless/mac80211_hwsim.c    | 19 ++++++++--
 include/net/cfg80211.h                   |  5 +++
 include/net/mac80211.h                   | 63 +++++++++++++++++---------------
 net/mac80211/driver-ops.h                |  3 ++
 net/mac80211/key.c                       |  9 ++---
 net/mac80211/mesh_pathtbl.c              |  2 +-
 net/mac80211/rx.c                        | 10 ++++-
 net/mac80211/trace_msg.h                 |  7 +++-
 net/mac80211/tx.c                        | 53 ++++++++++++---------------
 net/wireless/nl80211.c                   | 18 ++++++---
 net/wireless/reg.c                       | 39 ++++++++++++++++++++
 net/wireless/scan.c                      |  3 +-
 net/wireless/util.c                      |  6 ++-
 16 files changed, 163 insertions(+), 85 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ