1. 30 12月, 2016 5 次提交
  2. 23 11月, 2016 8 次提交
  3. 09 11月, 2016 1 次提交
  4. 26 4月, 2016 1 次提交
  5. 12 4月, 2016 1 次提交
  6. 25 1月, 2016 1 次提交
  7. 14 1月, 2016 1 次提交
  8. 18 11月, 2015 1 次提交
  9. 22 9月, 2015 1 次提交
  10. 15 6月, 2015 1 次提交
  11. 10 6月, 2015 1 次提交
    • J
      mac80211: convert HW flags to unsigned long bitmap · 30686bf7
      Johannes Berg 提交于
      As we're running out of hardware capability flags pretty quickly,
      convert them to use the regular test_bit() style unsigned long
      bitmaps.
      
      This introduces a number of helper functions/macros to set and to
      test the bits, along with new debugfs code.
      
      The occurrences of an explicit __clear_bit() are intentional, the
      drivers were never supposed to change their supported bits on the
      fly. We should investigate changing this to be a per-frame flag.
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      30686bf7
  12. 06 5月, 2015 1 次提交
  13. 24 4月, 2015 1 次提交
    • J
      mac80211: remove support for IFF_PROMISC · df140465
      Johannes Berg 提交于
      This support is essentially useless as typically networks are encrypted,
      frames will be filtered by hardware, and rate scaling will be done with
      the intended recipient in mind. For real monitoring of the network, the
      monitor mode support should be used instead.
      
      Removing it removes a lot of corner cases.
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      df140465
  14. 08 1月, 2015 1 次提交
  15. 02 12月, 2014 1 次提交
  16. 29 8月, 2014 1 次提交
  17. 20 6月, 2014 3 次提交
  18. 23 4月, 2014 1 次提交
  19. 14 3月, 2014 1 次提交
  20. 05 2月, 2014 1 次提交
  21. 11 12月, 2013 1 次提交
  22. 06 12月, 2013 3 次提交
  23. 12 11月, 2013 1 次提交
  24. 19 10月, 2013 2 次提交