commit | 662ad4f8efd3ba2ed710d36003f968b500e6f123 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@linux-foundation.org> | Wed Jul 11 19:43:52 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Jul 11 19:45:39 2007 -0700 |
tree | 925ca3708b8e4d7c958ef8aec45014caa6f0c550 | |
parent | 0e06877c6fdbc67b1132be895f995acd1ff30135 [diff] |
[TCP]: tcp probe wraparound handling and other changes Switch from formatting messages in probe routine and copying with kfifo, to using a small circular queue of information and formatting on read. This avoids wraparound issues with kfifo, and saves one copy. Also make sure to state correct license, rather than copying off some other driver I started with. Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org> Signed-off-by: David S. Miller <davem@davemloft.net>