1. 23 2月, 2013 2 次提交
  2. 19 2月, 2013 3 次提交
  3. 15 2月, 2013 1 次提交
  4. 12 2月, 2013 7 次提交
  5. 02 2月, 2013 2 次提交
  6. 31 1月, 2013 5 次提交
  7. 23 1月, 2013 2 次提交
  8. 14 1月, 2013 1 次提交
  9. 12 1月, 2013 2 次提交
  10. 08 1月, 2013 8 次提交
  11. 05 1月, 2013 2 次提交
  12. 03 12月, 2012 1 次提交
  13. 01 12月, 2012 3 次提交
  14. 30 11月, 2012 1 次提交
    • J
      cfg80211: fix BSS struct IE access races · 9caf0364
      Johannes Berg 提交于
      When a BSS struct is updated, the IEs are currently
      overwritten or freed. This can lead to races if some
      other CPU is accessing the BSS struct and using the
      IEs concurrently.
      
      Fix this by always allocating the IEs in a new struct
      that holds the data and length and protecting access
      to this new struct with RCU.
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      9caf0364