All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/28] cfg80211/mac80211 patches from our internal tree 2018-08-31
@ 2018-08-31  8:31 Luca Coelho
  2018-08-31  8:31 ` [PATCH 01/28] mac80211: Add he_capa debugfs entry Luca Coelho
                   ` (30 more replies)
  0 siblings, 31 replies; 67+ messages in thread
From: Luca Coelho @ 2018-08-31  8:31 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 (3):
  cfg80211: reg: Init wiphy_idx in regulatory_hint_core()
  mac80211: Always report TX status
  mac80211: Don't wake up from PS for offchannel TX

Dreyfuss, Haim (1):
  mac80211: fix WMM TXOP calculation

Emmanuel Grumbach (4):
  mac80211: fix a race between restart and CSA flows
  mac80211: pass the TWT support bits in extended caps to the driver
  mac80211: don't Tx a deauth frame if the AP forbade Tx
  mac80211: shorten the IBSS debug messages

Ido Yariv (1):
  mac80211: Add he_capa debugfs entry

Ilan Peer (1):
  mac80211: Fix station bandwidth setting after channel switch

Johannes Berg (7):
  mac80211: remove pointless 'params' NULL checks
  mac80211: use le16_encode_bits() instead of open-coding
  mac80211: add an optional TXQ for other PS-buffered frames
  ieee80211: add new VHT capability fields/parsing
  mac80211: introduce capability flags for VHT EXT NSS support
  mac80211: add ability to parse CCFS2
  mac80211: copy VHT EXT NSS BW Support/Capable data to station

Naftali Goldstein (1):
  mac80211: fix saving a few HE values

Sara Sharon (5):
  ieee80211: remove redundant leading zeroes
  mac80211: avoid kernel panic when building AMSDU from non-linear SKB
  mac80211: add an option for station management TXQ
  mac80211: allow AMSDU size limitation per-TID
  mac80211: add an option for drivers to check if packets can be
    aggregated

Shaul Triebitz (5):
  cfg80211: add he_capabilities (ext) IE to AP settings
  mac80211: in AP mode, set bss_conf::he_supported
  mac80211: support radiotap L-SIG data
  mac80211: support reporting 0-length PSDU in radiotap
  wireless: align to draft 11ax D3.0

 .../wireless/intel/iwlwifi/iwl-nvm-parse.c    |  51 ++-
 .../net/wireless/intel/iwlwifi/mvm/mac80211.c |   4 -
 drivers/net/wireless/mac80211_hwsim.c         |  18 +-
 include/linux/ieee80211.h                     | 115 ++++--
 include/net/cfg80211.h                        |   2 +
 include/net/ieee80211_radiotap.h              |  21 +
 include/net/mac80211.h                        |  67 +++-
 net/mac80211/cfg.c                            |  16 +-
 net/mac80211/debugfs.c                        |   4 +
 net/mac80211/debugfs_sta.c                    | 364 +++++++++++++++++-
 net/mac80211/driver-ops.h                     |  10 +
 net/mac80211/ibss.c                           |  26 +-
 net/mac80211/ieee80211_i.h                    |   7 +-
 net/mac80211/main.c                           |  74 +++-
 net/mac80211/mesh.c                           |   5 +-
 net/mac80211/mlme.c                           |  80 +++-
 net/mac80211/rx.c                             |  37 +-
 net/mac80211/spectmgmt.c                      |   5 +-
 net/mac80211/sta_info.c                       |  21 +-
 net/mac80211/status.c                         |   7 +-
 net/mac80211/tx.c                             |  94 +++--
 net/mac80211/util.c                           |  51 ++-
 net/mac80211/vht.c                            |  20 +
 net/wireless/nl80211.c                        |   3 +
 net/wireless/reg.c                            |   1 +
 net/wireless/util.c                           | 109 ++++++
 26 files changed, 1060 insertions(+), 152 deletions(-)

-- 
2.18.0

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

end of thread, other threads:[~2018-09-05  9:34 UTC | newest]

Thread overview: 67+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-31  8:31 [PATCH 00/28] cfg80211/mac80211 patches from our internal tree 2018-08-31 Luca Coelho
2018-08-31  8:31 ` [PATCH 01/28] mac80211: Add he_capa debugfs entry Luca Coelho
2018-08-31  8:31 ` [PATCH 02/28] mac80211: fix WMM TXOP calculation Luca Coelho
2018-08-31  8:31 ` [PATCH 03/28] mac80211: remove pointless 'params' NULL checks Luca Coelho
2018-08-31  8:31 ` [PATCH 04/28] mac80211: fix a race between restart and CSA flows Luca Coelho
2018-08-31  8:31 ` [PATCH 05/28] mac80211: use le16_encode_bits() instead of open-coding Luca Coelho
2018-08-31  8:31 ` [PATCH 06/28] mac80211: add an optional TXQ for other PS-buffered frames Luca Coelho
2018-08-31  8:31 ` [PATCH 07/28] ieee80211: remove redundant leading zeroes Luca Coelho
2018-08-31  8:31 ` [PATCH 08/28] mac80211: Fix station bandwidth setting after channel switch Luca Coelho
2018-08-31  8:31 ` [PATCH 09/28] mac80211: pass the TWT support bits in extended caps to the driver Luca Coelho
2018-09-03  8:52   ` Johannes Berg
2018-09-03  9:28     ` Grumbach, Emmanuel
2018-09-03  9:31       ` Johannes Berg
2018-09-03  9:38         ` Grumbach, Emmanuel
2018-08-31  8:31 ` [PATCH 10/28] mac80211: don't Tx a deauth frame if the AP forbade Tx Luca Coelho
2018-08-31  8:31 ` [PATCH 11/28] mac80211: shorten the IBSS debug messages Luca Coelho
2018-08-31  8:31 ` [PATCH 12/28] cfg80211: add he_capabilities (ext) IE to AP settings Luca Coelho
2018-09-03  8:56   ` Johannes Berg
2018-09-04 10:43     ` Luca Coelho
2018-09-04 11:03       ` Johannes Berg
2018-08-31  8:31 ` [PATCH 13/28] mac80211: in AP mode, set bss_conf::he_supported Luca Coelho
2018-08-31  8:31 ` [PATCH 14/28] ieee80211: add new VHT capability fields/parsing Luca Coelho
2018-08-31  8:31 ` [PATCH 15/28] mac80211: introduce capability flags for VHT EXT NSS support Luca Coelho
2018-08-31  8:31 ` [PATCH 16/28] mac80211: add ability to parse CCFS2 Luca Coelho
2018-08-31  8:31 ` [PATCH 17/28] mac80211: copy VHT EXT NSS BW Support/Capable data to station Luca Coelho
2018-08-31  8:31 ` [PATCH 18/28] mac80211: support radiotap L-SIG data Luca Coelho
2018-08-31  8:31 ` [PATCH 19/28] mac80211: support reporting 0-length PSDU in radiotap Luca Coelho
2018-09-01  7:37   ` kbuild test robot
2018-08-31  8:31 ` [PATCH 20/28] mac80211: fix saving a few HE values Luca Coelho
2018-08-31  8:31 ` [PATCH 21/28] wireless: align to draft 11ax D3.0 Luca Coelho
2018-08-31 11:18   ` Kalle Valo
2018-08-31 11:21     ` Kalle Valo
2018-08-31 13:58       ` Luca Coelho
2018-08-31  8:31 ` [PATCH 22/28] mac80211: avoid kernel panic when building AMSDU from non-linear SKB Luca Coelho
2018-08-31  8:31 ` [PATCH 23/28] mac80211: add an option for station management TXQ Luca Coelho
2018-08-31  8:31 ` [PATCH 24/28] mac80211: allow AMSDU size limitation per-TID Luca Coelho
2018-08-31  8:31 ` [PATCH 25/28] mac80211: add an option for drivers to check if packets can be aggregated Luca Coelho
2018-08-31  8:31 ` [PATCH 26/28] cfg80211: reg: Init wiphy_idx in regulatory_hint_core() Luca Coelho
2018-08-31  8:31 ` [PATCH 27/28] mac80211: Always report TX status Luca Coelho
2018-08-31  8:31 ` [PATCH 28/28] mac80211: Don't wake up from PS for offchannel TX Luca Coelho
2018-08-31 18:21   ` Peter Oh
2018-08-31 19:02     ` Luca Coelho
2018-09-03  8:59 ` [PATCH 00/28] cfg80211/mac80211 patches from our internal tree 2018-08-31 Johannes Berg
2018-09-04 11:40 ` [PATCH v2 0/9] cfg80211/mac80211: reworked " Luca Coelho
2018-09-04 11:40   ` [PATCH v2 1/9] mac80211: support reporting 0-length PSDU in radiotap Luca Coelho
2018-09-04 11:40   ` [PATCH v2 2/9] mac80211: fix saving a few HE values Luca Coelho
2018-09-04 11:40   ` [PATCH v2 3/9] wireless: align to draft 11ax D3.0 Luca Coelho
2018-09-04 11:40   ` [PATCH v2 4/9] mac80211: add an option for station management TXQ Luca Coelho
2018-09-04 11:40   ` [PATCH v2 5/9] mac80211: allow AMSDU size limitation per-TID Luca Coelho
2018-09-04 11:40   ` [PATCH v2 6/9] mac80211: add an option for drivers to check if packets can be aggregated Luca Coelho
2018-09-04 11:40   ` [PATCH v2 7/9] cfg80211: reg: Init wiphy_idx in regulatory_hint_core() Luca Coelho
2018-09-04 11:40   ` [PATCH v2 8/9] mac80211: Always report TX status Luca Coelho
2018-09-04 11:40   ` [PATCH v2 9/9] mac80211: Don't wake up from PS for offchannel TX Luca Coelho
2018-09-04 12:07     ` Sven Eckelmann
2018-09-04 12:10       ` Johannes Berg
2018-09-04 12:13         ` Luca Coelho
2018-09-04 12:16       ` Sven Eckelmann
2018-09-05  5:06 ` [RESEND PATCH v2 0/9] cfg80211/mac80211: reworked patches from our internal tree 2018-08-31 Luca Coelho
2018-09-05  5:06   ` [RESEND PATCH v2 1/9] mac80211: support reporting 0-length PSDU in radiotap Luca Coelho
2018-09-05  5:06   ` [RESEND PATCH v2 2/9] mac80211: fix saving a few HE values Luca Coelho
2018-09-05  5:06   ` [RESEND PATCH v2 3/9] wireless: align to draft 11ax D3.0 Luca Coelho
2018-09-05  5:06   ` [RESEND PATCH v2 4/9] mac80211: add an option for station management TXQ Luca Coelho
2018-09-05  5:06   ` [RESEND PATCH v2 5/9] mac80211: allow AMSDU size limitation per-TID Luca Coelho
2018-09-05  5:06   ` [RESEND PATCH v2 6/9] mac80211: add an option for drivers to check if packets can be aggregated Luca Coelho
2018-09-05  5:06   ` [RESEND PATCH v2 7/9] cfg80211: reg: Init wiphy_idx in regulatory_hint_core() Luca Coelho
2018-09-05  5:06   ` [RESEND PATCH v2 8/9] mac80211: Always report TX status Luca Coelho
2018-09-05  5:06   ` [RESEND PATCH v2 9/9] mac80211: Don't wake up from PS for offchannel TX Luca Coelho

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.