linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/24] cfg80211/mac80211 patches from our internal tree 2018-12-15
@ 2018-12-15  9:03 Luca Coelho
  2018-12-15  9:03 ` [PATCH 01/24] mac80211: suspicious RCU usage fix Luca Coelho
                   ` (24 more replies)
  0 siblings, 25 replies; 40+ messages in thread
From: Luca Coelho @ 2018-12-15  9:03 UTC (permalink / raw)
  To: johannes; +Cc: linux-wireless, Luca Coelho

From: Luca Coelho <luciano.coelho@intel.com>

Hi,

Some patches with mac80211 and cfg80211 changes from our internal
tree.

Please review, though you have already reviewed most if not all of
them ;)

Cheers,
Luca.


Andrei Otcheretianski (1):
  cfg80211: Include the PMK and PMKID in NL80211_CMD_EXTERNAL_AUTH

Emmanuel Grumbach (3):
  ieee80211: add bits for TWT in Extended Capabilities IE
  mac80211: propagate the support for TWT to the driver
  mac80211: ignore NullFunc frames in the duplicate detection

Ilan Peer (2):
  mac80211: Properly handle SKB with radiotap only
  mac80211: Properly access radiotap vendor data

Johannes Berg (9):
  mac80211: document RCU requirements for ieee80211_tx_dequeue()
  mac80211: remove superfluous NULL check
  mac80211: never pass NULL params to ieee80211_if_add()
  mac80211: fix radiotap vendor presence bitmap handling
  cfg80211: pmsr: fix MAC address setting
  cfg80211: fix ieee80211_get_vht_max_nss()
  nl80211: fix memory leak if validate_pae_over_nl80211() fails
  cfg80211: clarify LCI/civic location documentation
  mac80211: ftm responder: remove pointless defensive coding

Lior Cohen (1):
  mac80211: suspicious RCU usage fix

Luca Coelho (1):
  cfg80211: add some missing fall through annotations

Sara Sharon (3):
  mac80211: free skb fraglist before freeing the skb
  mac80211: don't build AMSDU from GSO packets
  mac80211: fix a kernel panic when TXing after TXQ teardown

Shaul Triebitz (4):
  mac80211: update HE operation fields to D3.0
  mac80211: update driver when MU EDCA params change
  mac80211: set STA flag DISABLE_HE if HE is not supported
  mac80211: do not advertise HE cap IE if HE disabled

 include/linux/ieee80211.h    | 30 +++++++++++---------
 include/net/cfg80211.h       | 12 ++++++--
 include/net/mac80211.h       | 11 ++++++++
 include/uapi/linux/nl80211.h | 20 ++++++++++----
 net/mac80211/cfg.c           |  4 +--
 net/mac80211/ieee80211_i.h   |  1 +
 net/mac80211/iface.c         | 13 +++++----
 net/mac80211/main.c          |  6 ++--
 net/mac80211/mlme.c          | 53 ++++++++++++++++++++++++++----------
 net/mac80211/rx.c            | 42 ++++++++++++++++++----------
 net/mac80211/status.c        |  5 ++++
 net/mac80211/tx.c            |  7 +++--
 net/mac80211/util.c          |  2 ++
 net/wireless/chan.c          |  3 ++
 net/wireless/core.c          |  2 ++
 net/wireless/nl80211.c       | 25 ++++++++++++++++-
 net/wireless/pmsr.c          | 25 +++++++++++------
 net/wireless/scan.c          |  2 +-
 net/wireless/util.c          | 15 +++++-----
 19 files changed, 198 insertions(+), 80 deletions(-)

-- 
2.19.2


^ permalink raw reply	[flat|nested] 40+ messages in thread

end of thread, other threads:[~2019-03-08 11:26 UTC | newest]

Thread overview: 40+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-15  9:03 [PATCH 00/24] cfg80211/mac80211 patches from our internal tree 2018-12-15 Luca Coelho
2018-12-15  9:03 ` [PATCH 01/24] mac80211: suspicious RCU usage fix Luca Coelho
2018-12-15  9:03 ` [PATCH 02/24] ieee80211: add bits for TWT in Extended Capabilities IE Luca Coelho
2018-12-15  9:03 ` [PATCH 03/24] mac80211: propagate the support for TWT to the driver Luca Coelho
2018-12-15  9:03 ` [PATCH 04/24] mac80211: update HE operation fields to D3.0 Luca Coelho
2018-12-15  9:03 ` [PATCH 05/24] mac80211: free skb fraglist before freeing the skb Luca Coelho
2018-12-15  9:03 ` [PATCH 06/24] mac80211: don't build AMSDU from GSO packets Luca Coelho
2018-12-15  9:03 ` [PATCH 07/24] mac80211: document RCU requirements for ieee80211_tx_dequeue() Luca Coelho
2018-12-15  9:03 ` [PATCH 08/24] mac80211: remove superfluous NULL check Luca Coelho
2018-12-15  9:03 ` [PATCH 09/24] mac80211: fix a kernel panic when TXing after TXQ teardown Luca Coelho
2018-12-15  9:03 ` [PATCH 10/24] mac80211: never pass NULL params to ieee80211_if_add() Luca Coelho
2018-12-15  9:03 ` [PATCH 11/24] mac80211: fix radiotap vendor presence bitmap handling Luca Coelho
2018-12-15  9:03 ` [PATCH 12/24] mac80211: ignore NullFunc frames in the duplicate detection Luca Coelho
2018-12-15 17:31   ` Emmanuel Grumbach
2018-12-18  0:55     ` Coelho, Luciano
2018-12-15  9:03 ` [PATCH 13/24] cfg80211: pmsr: fix MAC address setting Luca Coelho
2018-12-18 12:17   ` Johannes Berg
2019-02-06  5:47     ` Luca Coelho
2019-02-06  5:53       ` Luca Coelho
2019-02-06  5:59         ` [PATCH v2 1/2] " Luca Coelho
2019-02-06  5:59           ` [PATCH 2/2] " Luca Coelho
2019-02-06  6:01             ` Luca Coelho
2019-02-06  6:03               ` [PATCH] cfg80211: pmsr: fix abort locking Luca Coelho
2018-12-15  9:03 ` [PATCH 14/24] mac80211: update driver when MU EDCA params change Luca Coelho
2018-12-15  9:03 ` [PATCH 15/24] cfg80211: fix ieee80211_get_vht_max_nss() Luca Coelho
2018-12-15  9:03 ` [PATCH 16/24] mac80211: Properly handle SKB with radiotap only Luca Coelho
2018-12-15  9:03 ` [PATCH 17/24] cfg80211: Include the PMK and PMKID in NL80211_CMD_EXTERNAL_AUTH Luca Coelho
2019-01-25 12:41   ` Johannes Berg
2019-02-06  8:02     ` [PATCH v2] " Luca Coelho
2019-02-22 12:41       ` Johannes Berg
2019-03-08 11:26         ` Luciano Coelho
2018-12-15  9:03 ` [PATCH 18/24] mac80211: set STA flag DISABLE_HE if HE is not supported Luca Coelho
2018-12-15  9:03 ` [PATCH 19/24] mac80211: do not advertise HE cap IE if HE disabled Luca Coelho
2018-12-15  9:03 ` [PATCH 20/24] cfg80211: add some missing fall through annotations Luca Coelho
2018-12-15  9:03 ` [PATCH 21/24] nl80211: fix memory leak if validate_pae_over_nl80211() fails Luca Coelho
2018-12-15  9:03 ` [PATCH 22/24] cfg80211: clarify LCI/civic location documentation Luca Coelho
2018-12-15  9:03 ` [PATCH 23/24] mac80211: ftm responder: remove pointless defensive coding Luca Coelho
2018-12-15  9:03 ` [PATCH 24/24] mac80211: Properly access radiotap vendor data Luca Coelho
2018-12-18 12:06 ` [PATCH 00/24] cfg80211/mac80211 patches from our internal tree 2018-12-15 Johannes Berg
2018-12-18 12:08   ` Johannes Berg

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