1. 18 Jan, 2010 1 commit
    • Octavian Purdila's avatar
      tcp: account SYN-ACK timeouts & retransmissions · 72659ecc
      Octavian Purdila authored
      Currently we don't increment SYN-ACK timeouts & retransmissions
      although we do increment the same stats for SYN. We seem to have lost
      the SYN-ACK accounting with the introduction of tcp_syn_recv_timer
      (commit 2248761e in the netdev-vger-cvs tree).
      
      This patch fixes this issue. In the process we also rename the v4/v6
      syn/ack retransmit functions for clarity. We also add a new
      request_socket operations (syn_ack_timeout) so we can keep code in
      inet_connection_sock.c protocol agnostic.
      Signed-off-by: default avatarOctavian Purdila <opurdila@ixiacom.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      72659ecc
  2. 16 Jan, 2010 11 commits
  3. 15 Jan, 2010 12 commits
  4. 14 Jan, 2010 11 commits
  5. 12 Jan, 2010 2 commits
  6. 11 Jan, 2010 2 commits
  7. 10 Jan, 2010 1 commit