“116792508607002896b706fbad8310419fcc5742”上不存在“drivers/perf/arm_pmu.c”
  1. 08 9月, 2014 1 次提交
  2. 21 7月, 2014 1 次提交
  3. 08 7月, 2014 2 次提交
  4. 06 7月, 2014 1 次提交
  5. 25 6月, 2014 1 次提交
  6. 13 5月, 2014 1 次提交
  7. 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
  8. 10 4月, 2014 1 次提交
  9. 16 3月, 2014 1 次提交
  10. 12 3月, 2014 2 次提交
  11. 27 2月, 2014 1 次提交
  12. 13 2月, 2014 2 次提交
  13. 04 2月, 2014 1 次提交
  14. 31 1月, 2014 1 次提交
  15. 14 1月, 2014 2 次提交
  16. 01 1月, 2014 1 次提交
  17. 18 12月, 2013 1 次提交
  18. 10 12月, 2013 2 次提交
  19. 11 10月, 2013 1 次提交
  20. 03 10月, 2013 2 次提交
  21. 12 8月, 2013 1 次提交
    • J
      mac80211: add control port protocol TX control flag · af61a165
      Johannes Berg 提交于
      A lot of drivers check the frame protocol for ETH_P_PAE,
      for various reasons (like making those more reliable).
      Add a new flags bitmap to the TX control info and a new
      flag indicating the control port protocol is in use to
      let all drivers also apply such logic to other control
      port protocols, should they be configured.
      
      Also use the new flag in the iwlwifi drivers.
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      af61a165
  22. 06 8月, 2013 1 次提交
  23. 31 7月, 2013 1 次提交
  24. 13 6月, 2013 2 次提交
  25. 05 6月, 2013 1 次提交
  26. 04 6月, 2013 1 次提交
  27. 17 5月, 2013 1 次提交
    • E
      iwlwifi: mvm: fix aggregation drain flow · e3d4bc8c
      Emmanuel Grumbach 提交于
      Move the counter for non-AMPDU frames to mvm. It is needed
      for the drain flow which happens once the ieee80211_sta has
      been freed, so keeping it in iwl_mvm_sta which is embed into
      ieee80211_sta is not a good idea.
      
      Also, since its purpose it to remove the STA in the fw only
      after all the frames for this station have exited the shared
      Tx queues, we need to decrement it in the reclaim flow. This
      flow can happen after ieee80211_sta has been removed, which
      means that we have no iwl_mvm_sta there. So we can't know
      what is the vif type. Hence, we know audit these frames for
      all the vif types.
      In order to avoid spawning sta_drained_wk all the time, we
      now check that we are in a flow in which draining might
      happen - only when mvmsta is NULL. This is better than
      previous code that would spawn sta_drained_wk all the time
      in AP mode.
      
      Cc: stable@vger.kernel.org [3.9]
      Signed-off-by: NEmmanuel Grumbach <emmanuel.grumbach@intel.com>
      Reviewed-by: NIlan Peer <ilan.peer@intel.com>
      Reviewed-by: NJohannes Berg <johannes.berg@intel.com>
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      e3d4bc8c
  28. 08 4月, 2013 1 次提交
  29. 04 4月, 2013 1 次提交
  30. 26 3月, 2013 1 次提交
  31. 20 3月, 2013 1 次提交
  32. 06 3月, 2013 2 次提交