summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_debug.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* In debug mode print TCP flag names to console correctly.bluhm2019-04-051-2/+2
* Fix RAMDISK build by removing an #ifdef INET6 in tcp_trace().bluhm2018-06-111-4/+2
* The output from tcp debug sockets was incomplete. After detach tpbluhm2018-06-111-24/+39
* TCP debug sockets still had code for old TCP timers that werebluhm2018-05-101-4/+6
* Fix printf(9) format strings so that a kernel with TCPDEBUG compiles.bluhm2018-01-231-4/+4
* Merge the content of <netinet/tcpip.h> and <netinet6/tcpipv6.h> inmpi2017-05-181-2/+1
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* Yet more #include de-duplication.krw2014-11-201-4/+1
* lint is gone, and the 'lint' conditional was never in the implementationguenther2014-03-111-3/+1
* pass segment size to userland; ok deraadt@markus2004-09-241-1/+3
* tcp_trace() expects short, not int; ok deraadtmarkus2004-07-151-7/+3
* typo (need to check ti6 instead of ti)itojun2003-06-091-2/+2
* backout following:itojun2003-06-091-19/+7
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* use m_pulldown not m_pullup2. fix some bugs in IPv6 tcp_trace().itojun2003-05-291-7/+19
* remove the last of the MI commonsjason2003-05-141-1/+5
* let this compile with TCPDEBUGtedu2003-03-301-1/+3
* whitespaceitojun2002-06-091-5/+5
* avoid is_ipv6 construct. a step towards IPv4-less kernelitojun2002-06-071-8/+10
* Cut down on include files.angelos2001-06-081-6/+1
* repair copyright notices for NRL & cmetz; cmetzderaadt2001-06-051-14/+38
* make "option TCPDEBUG" kernel compile.itojun2000-04-141-10/+6
* fix include file path related to ip6.itojun2000-02-071-2/+2
* bring in KAME IPv6 code, dated 19991208.itojun1999-12-081-3/+5
* Significant cleanups in the way TCP is made to handle multiple networkcmetz1999-07-021-3/+4
* netinet merge of NRL stuff. some indent and shrinkage needed; NRL/cmetzderaadt1999-01-111-12/+49
* NewReno, SACK and FACK support for TCP, adapted from code for BSDIprovos1998-11-171-1/+1
* From NetBSD: 960217 mergeniklas1996-03-031-1/+4
* initial import of NetBSD treederaadt1995-10-181-0/+161