1. 26 11月, 2015 1 次提交
  2. 18 11月, 2015 1 次提交
  3. 16 8月, 2015 1 次提交
  4. 17 7月, 2015 1 次提交
    • J
      mac80211: don't store napi struct · af9f9b22
      Johannes Berg 提交于
      When introducing multiple RX queues, a single NAPI struct will not
      be sufficient. Instead of trying to store multiple, simply change
      the API to have the NAPI struct passed to the RX function. This of
      course means that drivers using rx_irqsafe() cannot use NAPI, but
      that seems a reasonable trade-off, particularly since only two of
      all drivers are currently using it at all.
      
      While at it, we can now remove the IEEE80211_RX_REORDER_TIMER flag
      again since this code path cannot have a napi struct anyway.
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      af9f9b22
  5. 01 3月, 2015 1 次提交
  6. 01 2月, 2015 2 次提交
  7. 29 12月, 2014 1 次提交
  8. 28 12月, 2014 1 次提交
  9. 13 5月, 2014 1 次提交
  10. 11 5月, 2014 1 次提交
  11. 13 4月, 2014 1 次提交
    • J
      iwlwifi: pcie: implement GRO without NAPI · f14d6b39
      Johannes Berg 提交于
      Use the new NAPI infrastructure added to mac80211 to get
      GRO. We don't really implement NAPI since we don't have
      a real poll function and we never schedule a NAPI poll.
      Instead of this, we collect all the packets we got from a
      single interrupt and then call napi_gro_flush().
      
      This allows us to benefit from GRO. In half duplex medium
      like WiFi, its main advantage is that it reduces the number
      of TCP Acks, hence improving the TCP Rx performance.
      
      Since we call the Rx path with a spinlock held, remove
      the might_sleep mention from the op_mode's API.
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      Reviewed-by: NIdo Yariv <ido@wizery.com>
      [Squash different patches and rewrite the commit message]
      Signed-off-by: NEmmanuel Grumbach <emmanuel.grumbach@intel.com>
      f14d6b39
  12. 11 3月, 2014 1 次提交
  13. 10 3月, 2014 1 次提交
  14. 01 1月, 2014 1 次提交
  15. 18 12月, 2013 1 次提交
    • A
      iwlwifi: trans: divide stop_hw into stop_device/op_mode_leave · a4082843
      Arik Nemtsov 提交于
      The stop_hw trans callback is not well defined. It is missing in many
      cleanup flows and the division of labor between stop_device/stop_hw
      is cumbersome. Remove stop_hw and use stop_device to perform both.
      Implement this for all current transports.
      
      PCIE needs some extra configuration the op-mode is leaving to configure
      RF kill. Expose this explicitly as a new op_mode_leave trans callback.
      Take the call to stop_device outside iwl_run_mvm_init_ucode, this
      makes more sense and WARN when we want to run the INIT firmware while
      it has run already.
      Signed-off-by: NArik Nemtsov <arik@wizery.com>
      Signed-off-by: NEmmanuel Grumbach <emmanuel.grumbach@intel.com>
      a4082843
  16. 25 7月, 2013 1 次提交
  17. 16 7月, 2013 1 次提交
  18. 18 6月, 2013 2 次提交
  19. 13 6月, 2013 1 次提交
  20. 27 5月, 2013 2 次提交
  21. 18 4月, 2013 1 次提交
  22. 01 2月, 2013 2 次提交
  23. 24 1月, 2013 1 次提交
  24. 03 1月, 2013 3 次提交
  25. 07 12月, 2012 1 次提交
  26. 21 11月, 2012 1 次提交
  27. 07 11月, 2012 2 次提交
  28. 05 11月, 2012 2 次提交
  29. 01 11月, 2012 2 次提交
  30. 16 10月, 2012 2 次提交