1. 13 6月, 2013 1 次提交
  2. 17 5月, 2013 1 次提交
  3. 20 3月, 2013 1 次提交
  4. 06 3月, 2013 2 次提交
  5. 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
  6. 24 1月, 2013 1 次提交
  7. 09 5月, 2012 2 次提交
  8. 24 4月, 2012 4 次提交
  9. 18 4月, 2012 4 次提交
  10. 17 4月, 2012 6 次提交
  11. 13 4月, 2012 7 次提交
  12. 10 4月, 2012 9 次提交
  13. 13 3月, 2012 1 次提交