1. 17 Jul, 2012 1 commit
    • Eric Dumazet's avatar
      tcp: add OFO snmp counters · a6df1ae9
      Eric Dumazet authored
      Add three SNMP TCP counters, to better track TCP behavior
      at global stage (netstat -s), when packets are received
      Out Of Order (OFO)
      
      TCPOFOQueue : Number of packets queued in OFO queue
      
      TCPOFODrop  : Number of packets meant to be queued in OFO
                    but dropped because socket rcvbuf limit hit.
      
      TCPOFOMerge : Number of packets in OFO that were merged with
                    other packets.
      Signed-off-by: default avatarEric Dumazet <edumazet@google.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      a6df1ae9
  2. 14 Jul, 2012 3 commits
  3. 13 Jul, 2012 4 commits
  4. 12 Jul, 2012 32 commits