1. 12 4月, 2012 2 次提交
  2. 11 4月, 2012 5 次提交
  3. 10 4月, 2012 2 次提交
  4. 16 3月, 2012 1 次提交
  5. 13 3月, 2012 1 次提交
  6. 01 3月, 2012 1 次提交
  7. 28 2月, 2012 1 次提交
  8. 23 2月, 2012 1 次提交
  9. 31 1月, 2012 1 次提交
  10. 17 1月, 2012 1 次提交
  11. 16 12月, 2011 4 次提交
  12. 07 12月, 2011 1 次提交
  13. 29 11月, 2011 7 次提交
  14. 22 11月, 2011 4 次提交
  15. 18 11月, 2011 1 次提交
    • J
      mac80211: remove crypto special case for auth frames · a7f23f0a
      Johannes Berg 提交于
      The shared key authentication frame that needs to be
      encrypted (the third one in the shared key handshake)
      is directly encrypted in ieee80211_send_auth and the
      IEEE80211_TX_INTFL_DONT_ENCRYPT is set. All others
      are not encrypted, so the only way to get to this is
      erroneously on no-monitor AP side.
      
      Remove the special case for authentication frames to
      fix the AP shared key side when operating without
      cooked monitor interfaces -- with cooked monitor the
      IEEE80211_TX_INTFL_DONT_ENCRYPT also gets set, so we
      never get here -- an AP never encrypts auth frames.
      
      Without this patch, an AP operating in WEP mode with
      my no-monitor patches would erroneously encrypt all
      authentication frames, instead of none.
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      a7f23f0a
  16. 12 11月, 2011 1 次提交
  17. 10 11月, 2011 1 次提交
  18. 09 11月, 2011 2 次提交
  19. 01 11月, 2011 1 次提交
  20. 15 10月, 2011 1 次提交
  21. 12 10月, 2011 1 次提交
    • J
      mac80211: dont orphan TX skb · d5294971
      Johannes Berg 提交于
      This was another workaround for truesize "bugs".
      The reason we did this was that when we orphaned
      the SKB it wouldn't be truesize-checked later.
      Now that the check is gone (and we just charge
      the former smaller size to the socket) there's
      no longer a reason to orphan the skb here.
      
      Keep the skb charged to the socket until it is
      really freed (or orphaned in TX status). This
      helps flow control and allows us to get at the
      socket later for other purposes.
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      d5294971
新手
引导
客服 返回
顶部