linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Johannes Berg <johannes@sipsolutions.net>
To: David Miller <davem@davemloft.net>
Cc: netdev@vger.kernel.org, linux-wireless@vger.kernel.org
Subject: pull-request: mac80211 2019-07-31
Date: Wed, 31 Jul 2019 14:49:32 +0200	[thread overview]
Message-ID: <20190731124933.19420-1-johannes@sipsolutions.net> (raw)

Hi Dave,

We have few fixes, most importantly probably the NETIF_F_LLTX revert,
we thought we were now more layered like VLAN or such since we do all
of the queue control internally, but it caused problems, evidently not.

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

Thanks,
johannes



The following changes since commit 47d858d0bdcd47cc1c6c9eeca91b091dd9e55637:

  ipip: validate header length in ipip_tunnel_xmit (2019-07-25 17:23:40 -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-07-31

for you to fetch changes up to eef347f846ee8f7296a6f84e3866c057ca6bcce0:

  Revert "mac80211: set NETIF_F_LLTX when using intermediate tx queues" (2019-07-30 14:52:50 +0200)

----------------------------------------------------------------
Just a few fixes:
 * revert NETIF_F_LLTX usage as it caused problems
 * avoid warning on WMM parameters from AP that are too short
 * fix possible null-ptr dereference in hwsim
 * fix interface combinations with 4-addr and crypto control

----------------------------------------------------------------
Brian Norris (1):
      mac80211: don't WARN on short WMM parameters from AP

Jia-Ju Bai (1):
      mac80211_hwsim: Fix possible null-pointer dereferences in hwsim_dump_radio_nl()

Johannes Berg (1):
      Revert "mac80211: set NETIF_F_LLTX when using intermediate tx queues"

Manikanta Pubbisetty (1):
      {nl,mac}80211: fix interface combinations on crypto controlled devices

 drivers/net/wireless/mac80211_hwsim.c |  8 +++++---
 include/net/cfg80211.h                | 15 +++++++++++++++
 net/mac80211/iface.c                  |  1 -
 net/mac80211/mlme.c                   | 10 ++++++++++
 net/mac80211/util.c                   |  7 +++----
 net/wireless/core.c                   |  6 ++----
 net/wireless/nl80211.c                |  4 +---
 net/wireless/util.c                   | 27 +++++++++++++++++++++++++--
 8 files changed, 61 insertions(+), 17 deletions(-)


             reply	other threads:[~2019-07-31 12:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-31 12:49 Johannes Berg [this message]
2019-07-31 15:51 ` pull-request: mac80211 2019-07-31 David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190731124933.19420-1-johannes@sipsolutions.net \
    --to=johannes@sipsolutions.net \
    --cc=davem@davemloft.net \
    --cc=linux-wireless@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).