1. 12 May, 2011 1 commit
  2. 11 May, 2011 4 commits
  3. 05 May, 2011 3 commits
  4. 28 Apr, 2011 25 commits
  5. 27 Apr, 2011 5 commits
  6. 21 Apr, 2011 1 commit
  7. 20 Apr, 2011 1 commit
    • Stanislaw Gruszka's avatar
      iwl4965: fix skb usage after free · 069f40fc
      Stanislaw Gruszka authored
      Since
      
      commit a120e912
      Author: Stanislaw Gruszka <sgruszka@redhat.com>
      Date:   Fri Feb 19 15:47:33 2010 -0800
      
          iwlwifi: sanity check before counting number of tfds can be free
      
      we use skb->data after calling ieee80211_tx_status_irqsafe(), which
      could free skb instantly.
      
      On current kernels I do not observe practical problems related with
      bug, but on 2.6.35.y it cause random system hangs when stressing
      wireless link, making bisection of other problems impossible.
      Signed-off-by: default avatarStanislaw Gruszka <sgruszka@redhat.com>
      Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
      069f40fc