1. 08 2月, 2016 7 次提交
  2. 07 2月, 2016 1 次提交
    • E
      tcp: fastopen: call tcp_fin() if FIN present in SYNACK · e3e17b77
      Eric Dumazet 提交于
      When we acknowledge a FIN, it is not enough to ack the sequence number
      and queue the skb into receive queue. We also have to call tcp_fin()
      to properly update socket state and send proper poll() notifications.
      
      It seems we also had the problem if we received a SYN packet with the
      FIN flag set, but it does not seem an urgent issue, as no known
      implementation can do that.
      
      Fixes: 61d2bcae ("tcp: fastopen: accept data/FIN present in SYNACK message")
      Signed-off-by: NEric Dumazet <edumazet@google.com>
      Cc: Yuchung Cheng <ycheng@google.com>
      Cc: Neal Cardwell <ncardwell@google.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      e3e17b77
  3. 06 2月, 2016 1 次提交
  4. 30 1月, 2016 2 次提交
  5. 29 1月, 2016 3 次提交
  6. 22 1月, 2016 1 次提交
  7. 21 1月, 2016 3 次提交
  8. 20 1月, 2016 2 次提交
  9. 18 1月, 2016 1 次提交
  10. 16 1月, 2016 1 次提交
  11. 15 1月, 2016 7 次提交
  12. 11 1月, 2016 6 次提交
  13. 09 1月, 2016 1 次提交
  14. 08 1月, 2016 1 次提交
  15. 07 1月, 2016 1 次提交
  16. 06 1月, 2016 2 次提交