1. 29 12月, 2014 1 次提交
  2. 28 12月, 2014 1 次提交
  3. 02 12月, 2014 3 次提交
  4. 01 12月, 2014 1 次提交
  5. 29 10月, 2014 1 次提交
  6. 21 9月, 2014 1 次提交
  7. 14 9月, 2014 1 次提交
  8. 04 9月, 2014 2 次提交
  9. 06 7月, 2014 1 次提交
  10. 25 6月, 2014 3 次提交
  11. 15 5月, 2014 1 次提交
  12. 24 2月, 2014 2 次提交
  13. 13 2月, 2014 2 次提交
  14. 04 2月, 2014 1 次提交
  15. 01 1月, 2014 1 次提交
  16. 18 12月, 2013 1 次提交
  17. 11 10月, 2013 1 次提交
  18. 16 8月, 2013 2 次提交
  19. 18 6月, 2013 3 次提交
  20. 04 6月, 2013 1 次提交
  21. 17 5月, 2013 1 次提交
  22. 08 4月, 2013 1 次提交
  23. 04 4月, 2013 1 次提交
  24. 20 3月, 2013 1 次提交
  25. 06 3月, 2013 3 次提交
  26. 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
  27. 01 2月, 2013 1 次提交
    • J
      iwlwifi: add the MVM driver · 8ca151b5
      Johannes Berg 提交于
      Newer firmware revisions have a completely new
      firmware API. This is the new driver for this
      new API.
      
      I've listed the people who directly contributed
      code, but many others from various teams have
      contributed in other ways.
      
      Cc: Alexander Bondar <alexander.bondar@intel.com>
      Cc: Amit Beka <amit.beka@intel.com>
      Cc: Amnon Paz <amnonx.paz@intel.com>
      Cc: Assaf Krauss <assaf.krauss@intel.com>
      Cc: David Spinadel <david.spinadel@intel.com>
      Cc: Dor Shaish <dor.shaish@intel.com>
      Cc: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
      Cc: Eytan Lifshitz <eytan.lifshitz@intel.com>
      Cc: Ilan Peer <ilan.peer@intel.com>
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      8ca151b5
  28. 31 1月, 2013 1 次提交