1. 01 5月, 2010 1 次提交
    • W
      sctp: implement sctp association probing module · 787a51a0
      Wei Yongjun 提交于
      This patch implement sctp association probing module, the module
      will be called sctp_probe.
      
      This module allows for capturing the changes to SCTP association
      state in response to incoming packets. It is used for debugging
      SCTP congestion control algorithms.
      
      Usage:
        $ modprobe sctp_probe [full=n] [port=n] [bufsize=n]
        $ cat /proc/net/sctpprobe
      
        The output format is:
          TIME     ASSOC     LPORT RPORT MTU    RWND  UNACK <REMOTE-ADDR   STATE  CWND   SSTHRESH  INFLIGHT  PARTIAL_BYTES_ACKED MTU> ...
      
        The output will be like this:
          9.226086 c4064c48  9000  8000  1500    53352     1 *192.168.0.19  1     4380    54784     1252        0     1500
          9.287195 c4064c48  9000  8000  1500    45144     5 *192.168.0.19  1     5880    54784     6500        0     1500
          9.289130 c4064c48  9000  8000  1500    42724     5 *192.168.0.19  1     7380    54784     6500        0     1500
          9.620332 c4064c48  9000  8000  1500    48284     4 *192.168.0.19  1     8880    54784     5200        0     1500
          ......
      Signed-off-by: NWei Yongjun <yjwei@cn.fujitsu.com>
      Signed-off-by: NVlad Yasevich <vladislav.yasevich@hp.com>
      787a51a0
  2. 19 7月, 2008 1 次提交
  3. 29 1月, 2008 1 次提交
  4. 11 10月, 2007 1 次提交
  5. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4