linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* pull request: iwlwifi-next 2016-03-02
@ 2016-03-02  7:51 Grumbach, Emmanuel
  2016-03-02  7:56 ` [PATCH 01/43] iwlwifi: mvm: add CT-KILL notification Emmanuel Grumbach
                   ` (43 more replies)
  0 siblings, 44 replies; 51+ messages in thread
From: Grumbach, Emmanuel @ 2016-03-02  7:51 UTC (permalink / raw)
  To: Kalle Valo; +Cc: linux-wireless, Grumbach, Emmanuel

Hi Kalle,

This is a pull request for 4.6. It is big because a lot of patches were
waiting for code in mac80211-next which is now in net-next.
As you figured, I need you to pull Johannes's 
mac80211-next-for-davem-2016-02-26 before you pull this from me.
Of course, you can just merge net-next. This is really up to you :)
I also merged iwlwifi-fixes.git (twice even) to prevent conflicts upstream.
In the tag, I mentioned which patches need mac80211-next since you asked for it
last time.

My prevent_stupid_mistakes.sh script seems to be working fairly well now,
in case you see an issue, let me know.

Thanks!


The following changes since commit 50ee738d7271fe825e4024cdfa5c5301a871e2c2:

  rfkill: Add documentation about LED triggers (2016-02-24 09:13:12 +0100)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next.git tags/iwlwifi-next-for-kalle-2016-03-02

for you to fetch changes up to 53f09e742b0fdf14a2a2bfd2062ee96c9b3eedf0:

  Merge branch 'fixes' into next (2016-03-02 09:35:38 +0200)

----------------------------------------------------------------
* add support for thermal device / cooling device (Chaya Rachel)
* fixes for 9000 devices data path (Sara Sharon)
* improvements in scheduled scan w/o profiles (Luca)
* new firmware support (-21.ucode)
* add MSIX support for 9000 devices (Haim Dreyfuss)
* cleanup in PCIe initialization
* enable MU-MIMO and take care of firmware restart(Sara Sharon)
        ===> This needs mac80211-next
* add support for large SKBs in mvm to reach A-MSDU
        ===> This needs mac80211-next
* add support for filtering frames from a BA session (Sara Sharon)
        ===> This needs mac80211-next
* start implementing the new Rx path for 9000 devices (Sara Sharon)
* enable the new RRM feature flag (Beni Lev)
* fix U-APSD enablement on P2P Client (Avri Altman)
* fix beacon abort enablement (Avri Altman)
* forbid beacon storing with WoWLAN (Matti Gottlieb)
* support unified uSniffer / regular firmware image (Golan Ben-Ami)
* fix a race between debugfs hooks and iface up (Chaya Rachel Ivgi)
* fixes for runtime PM (Luca)
* add a new module paramater to disable VHT (Andrei Otcheretianski)
* build infrastructure for Dynamic Queue Allocation (Liad Kaufman)

----------------------------------------------------------------
Andrei Otcheretianski (1):
      iwlwifi: add disable_11ac module param

Avri Altman (2):
      iwlwifi: mvm: forbid U-APSD for P2P Client if the firmware doesn't support it
      iwlwifi: mvm: Send power command on BSS_CHANGED_BEACON_INFO if needed

Beni Lev (1):
      iwlwifi: mvm: Set global RRM capability

Chaya Rachel Ivgi (4):
      iwlwifi: mvm: add CT-KILL notification
      iwlwifi: mvm: add registration to thermal zone
      iwlwifi: mvm: add registration to cooling device
      iwlwifi: mvm: update ucode status before stopping device

Emmanuel Grumbach (15):
      Merge tag 'mac80211-next-for-davem-2016-02-26' into next2
      Merge tag 'iwlwifi-for-kalle-2016-02-15' into HEAD
      iwlwifi: mvm: bump firmware API to 21
      iwlwifi: pcie: aggregate Flow Handler configuration writes
      iwlwifi: pcie: fix identation in trans.c
      iwlwifi: mvm: send large SKBs to the transport
      iwlwifi: mvm: add Tx A-MSDU inside A-MPDU
      iwlwifi: mvm: allow to limit the A-MSDU from debugfs
      iwlwifi: mvm: don't enable A-MSDU when the rates are too low
      iwlwifi: mvm: don't send an A-MSDU that is larger than the TXF
      iwlwifi: pcie: prevent skbs shadowing in iwl_trans_pcie_reclaim
      iwlwifi: mvm: remove unused field in iwl_mvm_tid_data
      iwlwifi: mvm: various trivial cleanups
      iwlwifi: mvm: kill iwl_mvm_enable_agg_txq
      Merge branch 'fixes' into next

Eyal Shapira (1):
      iwlwifi: mvm: rs: fix a theoretical access to uninitialized array elements

Golan Ben-Ami (1):
      iwlwifi: support ucode with d0 unified image - regular and usniffer

Haim Dreyfuss (1):
      iwlwifi: pcie: Add new configuration to enable MSIX

Liad Kaufman (3):
      iwlwifi: mvm: inc pending frames counter also when txing non-sta
      iwlwifi: mvm: disable DQA support
      iwlwifi: mvm: support sw queue start/stop from mvm

Luca Coelho (4):
      iwlwifi: mvm: handle pass all scan reporting
      iwlwifi: pcie: add pm_prepare and pm_complete ops
      iwlwifi: mvm: only release the trans ref if d0i3 is supported in fw
      iwlwifi: mvm: take the transport ref back when leaving

Matti Gottlieb (2):
      iwlwifi: mvm: Fix paging memory leak
      iwlwifi: mvm: Disable beacon storing in  D3 when WOWLAN configured

Sara Sharon (13):
      iwlwifi: mvm: set the correct descriptor size for tracing
      iwlwifi: mvm: fix RSS key sizing
      iwlwifi: mvm: enable VHT MU-MIMO for supported hardware
      iwlwifi: mvm: update firmware of VHT MU-MIMO groups status on restart
      iwlwifi: support tracing wide commands
      iwlwifi: mvm: update rx_status with mactime flag
      iwlwifi: mvm: support filtered frames notification
      iwlwifi: pcie: configure more RFH settings
      iwlwifi: mvm: add duplicate packet detection per rx queue
      iwlwifi: mvm: add RSS queues notification infrastructure
      iwlwifi: mvm: support VHT MU-MIMO notification
      iwlwifi: mvm: take care of padded packets
      iwlwifi: pcie: detect and workaround invalid write ptr behavior

 drivers/net/wireless/intel/iwlwifi/Kconfig                |  13 ++-
 drivers/net/wireless/intel/iwlwifi/dvm/led.c              |   5 +-
 drivers/net/wireless/intel/iwlwifi/dvm/mac80211.c         |   4 +-
 drivers/net/wireless/intel/iwlwifi/iwl-7000.c             |  25 ++++-
 drivers/net/wireless/intel/iwlwifi/iwl-8000.c             |  45 +++++++--
 drivers/net/wireless/intel/iwlwifi/iwl-9000.c             |   6 +-
 drivers/net/wireless/intel/iwlwifi/iwl-config.h           |   4 +
 drivers/net/wireless/intel/iwlwifi/iwl-csr.h              |  49 ++++++++++
 drivers/net/wireless/intel/iwlwifi/iwl-devtrace-iwlwifi.h |   4 +-
 drivers/net/wireless/intel/iwlwifi/iwl-drv.c              |  13 ++-
 drivers/net/wireless/intel/iwlwifi/iwl-fh.h               |  81 +++++++++++++++
 drivers/net/wireless/intel/iwlwifi/iwl-fw-error-dump.h    |   3 +
 drivers/net/wireless/intel/iwlwifi/iwl-fw-file.h          |  31 ++++++
 drivers/net/wireless/intel/iwlwifi/iwl-modparams.h        |   4 +
 drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.c        |  12 ++-
 drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.h        |   2 +-
 drivers/net/wireless/intel/iwlwifi/iwl-prph.h             |   2 +
 drivers/net/wireless/intel/iwlwifi/iwl-trans.h            |  21 ++--
 drivers/net/wireless/intel/iwlwifi/mvm/constants.h        |   8 +-
 drivers/net/wireless/intel/iwlwifi/mvm/d3.c               |  73 +++++++++-----
 drivers/net/wireless/intel/iwlwifi/mvm/debugfs-vif.c      |  75 +++++++++++++-
 drivers/net/wireless/intel/iwlwifi/mvm/debugfs.c          |  78 ++++++++++++++-
 drivers/net/wireless/intel/iwlwifi/mvm/fw-api-d3.h        |   1 +
 drivers/net/wireless/intel/iwlwifi/mvm/fw-api-rx.h        |  94 ++++++++++++++++--
 drivers/net/wireless/intel/iwlwifi/mvm/fw-api-sta.h       |  69 ++++++++++++-
 drivers/net/wireless/intel/iwlwifi/mvm/fw-api-tx.h        |   6 +-
 drivers/net/wireless/intel/iwlwifi/mvm/fw-api.h           | 157 ++++++++++++++++++++++++++++-
 drivers/net/wireless/intel/iwlwifi/mvm/fw-dbg.c           |   6 +-
 drivers/net/wireless/intel/iwlwifi/mvm/fw.c               |  59 ++++++++++-
 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c         |  45 ++++++++-
 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c         |  88 ++++++++++++++---
 drivers/net/wireless/intel/iwlwifi/mvm/mvm.h              | 143 ++++++++++++++++++++++-----
 drivers/net/wireless/intel/iwlwifi/mvm/nvm.c              |   8 +-
 drivers/net/wireless/intel/iwlwifi/mvm/ops.c              | 120 ++++++++++++++++++-----
 drivers/net/wireless/intel/iwlwifi/mvm/power.c            | 131 ++++++++++++++++---------
 drivers/net/wireless/intel/iwlwifi/mvm/quota.c            |  16 +++
 drivers/net/wireless/intel/iwlwifi/mvm/rs.c               | 102 +++++++++++++------
 drivers/net/wireless/intel/iwlwifi/mvm/rx.c               |  63 +++++++++++-
 drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c             | 159 +++++++++++++++++++++++++++---
 drivers/net/wireless/intel/iwlwifi/mvm/scan.c             |  41 +++++++-
 drivers/net/wireless/intel/iwlwifi/mvm/sta.c              |  84 ++++++++++++----
 drivers/net/wireless/intel/iwlwifi/mvm/sta.h              |  25 +++--
 drivers/net/wireless/intel/iwlwifi/mvm/tt.c               | 478 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----
 drivers/net/wireless/intel/iwlwifi/mvm/tx.c               | 233 +++++++++++++++++++++++++++++++++++++++++--
 drivers/net/wireless/intel/iwlwifi/mvm/utils.c            |   6 +-
 drivers/net/wireless/intel/iwlwifi/pcie/drv.c             | 179 ++++++++++++++++++++++++++++++++-
 drivers/net/wireless/intel/iwlwifi/pcie/internal.h        | 147 +++++++++++++++++++++++-----
 drivers/net/wireless/intel/iwlwifi/pcie/rx.c              | 744 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------------------
 drivers/net/wireless/intel/iwlwifi/pcie/trans.c           | 614 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------
 drivers/net/wireless/intel/iwlwifi/pcie/tx.c              |  87 +++++++++++++++--
 50 files changed, 3740 insertions(+), 723 deletions(-)


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

end of thread, other threads:[~2016-03-07 13:50 UTC | newest]

Thread overview: 51+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-02  7:51 pull request: iwlwifi-next 2016-03-02 Grumbach, Emmanuel
2016-03-02  7:56 ` [PATCH 01/43] iwlwifi: mvm: add CT-KILL notification Emmanuel Grumbach
2016-03-02  7:56 ` [PATCH 02/43] iwlwifi: mvm: add registration to thermal zone Emmanuel Grumbach
2016-03-04 18:39   ` Bjørn Mork
2016-03-04 18:53     ` Bjørn Mork
2016-03-04 19:57       ` Coelho, Luciano
2016-03-04 20:22         ` Bjørn Mork
2016-03-04 20:30           ` Coelho, Luciano
2016-03-04 19:52     ` Coelho, Luciano
2016-03-02  7:56 ` [PATCH 03/43] iwlwifi: mvm: add registration to cooling device Emmanuel Grumbach
2016-03-02  7:56 ` [PATCH 04/43] iwlwifi: mvm: set the correct descriptor size for tracing Emmanuel Grumbach
2016-03-02  7:56 ` [PATCH 05/43] iwlwifi: mvm: fix RSS key sizing Emmanuel Grumbach
2016-03-02  7:56 ` [PATCH 06/43] iwlwifi: mvm: handle pass all scan reporting Emmanuel Grumbach
2016-03-02  7:56 ` [PATCH 07/43] iwlwifi: mvm: rs: fix a theoretical access to uninitialized array elements Emmanuel Grumbach
2016-03-02  7:56 ` [PATCH 08/43] iwlwifi: mvm: bump firmware API to 21 Emmanuel Grumbach
2016-03-02  7:56 ` [PATCH 09/43] iwlwifi: pcie: aggregate Flow Handler configuration writes Emmanuel Grumbach
2016-03-02  7:56 ` [PATCH 10/43] iwlwifi: pcie: Add new configuration to enable MSIX Emmanuel Grumbach
2016-03-02  7:56 ` [PATCH 11/43] iwlwifi: pcie: fix identation in trans.c Emmanuel Grumbach
2016-03-02  7:56 ` [PATCH 12/43] iwlwifi: mvm: enable VHT MU-MIMO for supported hardware Emmanuel Grumbach
2016-03-02  7:56 ` [PATCH 13/43] iwlwifi: mvm: update firmware of VHT MU-MIMO groups status on restart Emmanuel Grumbach
2016-03-02  7:56 ` [PATCH 14/43] iwlwifi: mvm: send large SKBs to the transport Emmanuel Grumbach
2016-03-02  7:56 ` [PATCH 15/43] iwlwifi: mvm: add Tx A-MSDU inside A-MPDU Emmanuel Grumbach
2016-03-02  7:56 ` [PATCH 16/43] iwlwifi: mvm: allow to limit the A-MSDU from debugfs Emmanuel Grumbach
2016-03-02  7:56 ` [PATCH 17/43] iwlwifi: mvm: don't enable A-MSDU when the rates are too low Emmanuel Grumbach
2016-03-02  7:56 ` [PATCH 18/43] iwlwifi: mvm: don't send an A-MSDU that is larger than the TXF Emmanuel Grumbach
2016-03-02  7:56 ` [PATCH 19/43] iwlwifi: support tracing wide commands Emmanuel Grumbach
2016-03-02  7:56 ` [PATCH 20/43] iwlwifi: mvm: update rx_status with mactime flag Emmanuel Grumbach
2016-03-02  7:56 ` [PATCH 21/43] iwlwifi: mvm: support filtered frames notification Emmanuel Grumbach
2016-03-02  7:56 ` [PATCH 22/43] iwlwifi: pcie: configure more RFH settings Emmanuel Grumbach
2016-03-02  7:56 ` [PATCH 23/43] iwlwifi: pcie: add pm_prepare and pm_complete ops Emmanuel Grumbach
2016-03-02  7:56 ` [PATCH 24/43] iwlwifi: pcie: prevent skbs shadowing in iwl_trans_pcie_reclaim Emmanuel Grumbach
2016-03-02  7:56 ` [PATCH 25/43] iwlwifi: mvm: add duplicate packet detection per rx queue Emmanuel Grumbach
2016-03-02  7:56 ` [PATCH 26/43] iwlwifi: mvm: add RSS queues notification infrastructure Emmanuel Grumbach
2016-03-02  7:56 ` [PATCH 27/43] iwlwifi: mvm: remove unused field in iwl_mvm_tid_data Emmanuel Grumbach
2016-03-02  7:56 ` [PATCH 28/43] iwlwifi: mvm: support VHT MU-MIMO notification Emmanuel Grumbach
2016-03-02  7:56 ` [PATCH 29/43] iwlwifi: mvm: various trivial cleanups Emmanuel Grumbach
2016-03-02  7:56 ` [PATCH 30/43] iwlwifi: mvm: Set global RRM capability Emmanuel Grumbach
2016-03-02  7:56 ` [PATCH 31/43] iwlwifi: mvm: forbid U-APSD for P2P Client if the firmware doesn't support it Emmanuel Grumbach
2016-03-02  7:56 ` [PATCH 32/43] iwlwifi: mvm: Send power command on BSS_CHANGED_BEACON_INFO if needed Emmanuel Grumbach
2016-03-02  7:56 ` [PATCH 33/43] iwlwifi: mvm: take care of padded packets Emmanuel Grumbach
2016-03-02  7:56 ` [PATCH 34/43] iwlwifi: mvm: kill iwl_mvm_enable_agg_txq Emmanuel Grumbach
2016-03-02  7:56 ` [PATCH 35/43] iwlwifi: mvm: Disable beacon storing in D3 when WOWLAN configured Emmanuel Grumbach
2016-03-02  7:56 ` [PATCH 36/43] iwlwifi: support ucode with d0 unified image - regular and usniffer Emmanuel Grumbach
2016-03-02  7:56 ` [PATCH 37/43] iwlwifi: mvm: update ucode status before stopping device Emmanuel Grumbach
2016-03-02  7:56 ` [PATCH 38/43] iwlwifi: pcie: detect and workaround invalid write ptr behavior Emmanuel Grumbach
2016-03-02  7:56 ` [PATCH 39/43] iwlwifi: mvm: disable DQA support Emmanuel Grumbach
2016-03-02  7:56 ` [PATCH 40/43] iwlwifi: mvm: only release the trans ref if d0i3 is supported in fw Emmanuel Grumbach
2016-03-02  7:56 ` [PATCH 41/43] iwlwifi: add disable_11ac module param Emmanuel Grumbach
2016-03-02  7:56 ` [PATCH 42/43] iwlwifi: mvm: take the transport ref back when leaving Emmanuel Grumbach
2016-03-02  7:56 ` [PATCH 43/43] iwlwifi: mvm: support sw queue start/stop from mvm Emmanuel Grumbach
2016-03-07 13:50 ` pull request: iwlwifi-next 2016-03-02 Kalle Valo

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