1. 01 2月, 2016 1 次提交
  2. 20 12月, 2015 1 次提交
  3. 26 11月, 2015 2 次提交
  4. 18 11月, 2015 1 次提交
  5. 12 3月, 2015 1 次提交
  6. 01 2月, 2015 1 次提交
    • E
      iwlwifi: mvm: enable watchdog on Tx queues for mvm · ce71c2f7
      Emmanuel Grumbach 提交于
      This watchdog allows to monitor the transmit queues. When a
      queue doesn't progress for a too long time, a timer fires
      and then, debug data can be collected.
      This watchdog has never been enabled on dvm controlled
      devices, so don't enable it there.
      In order to have it running on mvm controlled devices, we
      need to fix a small issue in the transport layer: mvm
      controlled devices use the shadow registers optimization.
      In this case, the watchdog wasn't running at all, even if
      enabled by the module parameter. Fix that on the way.
      Reviewed-by: NJohannes Berg <johannes.berg@intel.com>
      Signed-off-by: NEmmanuel Grumbach <emmanuel.grumbach@intel.com>
      ce71c2f7
  7. 29 12月, 2014 1 次提交
  8. 23 7月, 2014 1 次提交
  9. 25 6月, 2014 1 次提交
  10. 15 5月, 2014 1 次提交
  11. 24 2月, 2014 1 次提交
  12. 13 2月, 2014 1 次提交
  13. 01 1月, 2014 1 次提交
  14. 18 6月, 2013 3 次提交
  15. 13 6月, 2013 1 次提交
  16. 17 5月, 2013 1 次提交
  17. 20 3月, 2013 1 次提交
  18. 06 3月, 2013 2 次提交
  19. 28 2月, 2013 1 次提交
    • E
      iwlwifi: disable 8K A-MSDU by default · aed7d9ac
      Emmanuel Grumbach 提交于
      Supporting 8K A-MSDU means that we need to allocate order 1
      pages for every Rx packet. Even when there is no traffic.
      This adds stress on the memory manager. The handling of
      compound pages is also less trivial for the memory manager
      and not using them will make the allocation code run faster
      although I didn't really measure.
      Eric also pointed out that having huge buffers with little
      data in them is not very nice towards the TCP stack since
      the truesize of the skb is huge. This doesn't allow TCP
      to have a big Rx window.
      See https://patchwork.kernel.org/patch/2167711/ for details.
      
      Note that very few vendors will actually send A-MSDU.
      Disable this feature by default.
      Signed-off-by: NEmmanuel Grumbach <emmanuel.grumbach@intel.com>
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      aed7d9ac
  20. 24 1月, 2013 1 次提交
  21. 09 5月, 2012 2 次提交
  22. 24 4月, 2012 4 次提交
  23. 18 4月, 2012 4 次提交
  24. 17 4月, 2012 6 次提交