1. 06 Feb, 2013 3 commits
    • Ilpo Järvinen's avatar
      tcp: fix for zero packets_in_flight was too broad · 6731d209
      Ilpo Järvinen authored
      There are transients during normal FRTO procedure during which
      the packets_in_flight can go to zero between write_queue state
      updates and firing the resulting segments out. As FRTO processing
      occurs during that window the check must be more precise to
      not match "spuriously" :-). More specificly, e.g., when
      packets_in_flight is zero but FLAG_DATA_ACKED is true the problematic
      branch that set cwnd into zero would not be taken and new segments
      might be sent out later.
      Signed-off-by: default avatarIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
      Tested-by: default avatarEric Dumazet <edumazet@google.com>
      Acked-by: default avatarNeal Cardwell <ncardwell@google.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      6731d209
    • David S. Miller's avatar
      Merge branch 'wireless' · b6ec447d
      David S. Miller authored
      John W. Linville says:
      
      ====================
      Please consider this pull request for the 3.8 stream...
      
      Included is a bluetooth pull.  Gustavo says:
      
      "Two simple fixes for 3.8. One of the patches fixes a situation
      where the connection wasn't terminated if a timeout ocurrs for LE
      an SCO connections.  The other fixes prevent NULL dereference in the
      SMP code, it is a security fix as well."
      
      Along with those...
      
      Hauke Mehrtens provides a couple of ssb and bcma bus fixes that
      prevent oopses when unloading those modules.
      
      Larry Finger provides and rtlwifi fix to avoid a "scheduling while
      atomic" bug.
      
      Last but certainly not least, Arend van Spriel bring a brcmsmac fix that
      reworks the mac80211 .flush() callback in order to avoid the dreaded
      brcms_c_wait_for_tx_completion warnings.  This one looks a little
      large, but I think it is safe and isolated to brcmsmac in any case.
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      b6ec447d
    • John W. Linville's avatar
      Merge branch 'master' of... · b3b66ae4
      John W. Linville authored
      Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem
      b3b66ae4
  2. 04 Feb, 2013 8 commits
  3. 03 Feb, 2013 6 commits
  4. 01 Feb, 2013 3 commits
  5. 31 Jan, 2013 8 commits
  6. 30 Jan, 2013 2 commits
  7. 29 Jan, 2013 10 commits