]> git.baikalelectronics.ru Git - kernel.git/commit
[TCP]: TCP Probe congestion window tracing
authorStephen Hemminger <shemminger@osdl.org>
Tue, 6 Jun 2006 00:30:32 +0000 (17:30 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 18 Jun 2006 04:29:31 +0000 (21:29 -0700)
commit7d91ecd29af2138fb0d1b86a54c0da80f948ae0b
tree3afea026bdf3698fd81509925d8cf7d5f1e95fbd
parent14ea1263154ff956ec8c8607d7ea2245dbce22cf
[TCP]: TCP Probe congestion window tracing

This adds a new module for tracking TCP state variables non-intrusively
using kprobes.  It has a simple /proc interface that outputs one line
for each packet received. A sample usage is to collect congestion
window and ssthresh over time graphs.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/Kconfig
net/ipv4/Makefile
net/ipv4/tcp_probe.c [new file with mode: 0644]