summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_debug.c
Commit message (Expand)AuthorAgeFilesLines
* Switch the entire IPv4 stack to keep the IP packet headerglebius2012-10-221-2/+1
* Remove the "The option TCPDEBUG requires option INET." requirement.bz2009-06-101-4/+6
* To my reading there are no real consumers of ip6_plen (IPv6bz2008-09-071-1/+1
* Add FBSDID to all files in netinet so that people can moresilby2007-10-071-1/+3
* Rather than selectively zeroing fields in the tcp_debug structurerwatson2007-05-071-42/+15
* Add global mutex tcp_debug_mtx, which will protect global TCP debuggingrwatson2007-05-041-12/+31
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Re-remove MT_TAGs. The problems with dummynet have been fixed now.mlaier2004-02-251-0/+1
* Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet ismlaier2004-02-181-1/+0
* This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacingmlaier2004-02-131-0/+1
* It's now sufficient to rely on a nested include of _label.h to make surerwatson2002-08-151-1/+0
* Work to fix LINT build.rwatson2002-08-021-0/+1
* Remove a change that snuck in from my private tree.jlemon2001-12-211-1/+0
* If syncookies are disabled (net.inet.tcp.syncookies) then use the fasterjlemon2001-12-211-0/+1
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-041-1/+1
* Sorry in this just befor code freeze commit.shin2000-01-291-10/+52
* tcp updates to support IPv6.shin2000-01-091-12/+36
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fixed printf format errors.bde1998-08-171-6/+7
* Make INET a proper option.eivind1998-01-081-1/+6
* Make TCPDEBUG a new-style option.joerg1997-09-161-1/+3
* Removed unused #includes.bde1997-08-021-12/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Eliminated sloppy common-style declarations. Now there are no duplicatedbde1996-04-131-1/+5
* Move or add #include <queue.h> in preparation for upcoming struct socketdg1996-03-111-2/+2
* New style sysctl & staticize alot of stuff.phk1995-11-141-2/+2
* Include <sys/queue.h> because <netinet/in_pcb.h> (also includedolah1995-04-191-1/+2
* Merge Transaction TCP, courtesy of Andras Olah <olah@cs.utwente.nl> andwollman1995-02-091-5/+8
* Added $Id$dg1994-08-021-0/+1
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+159
OpenPOWER on IntegriCloud