aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_debug.c
Commit message (Expand)AuthorAgeFilesLines
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Remove "long" variables from the TCP stack (not including the modularJonathan T. Looney2016-10-061-2/+2
* Switch the entire IPv4 stack to keep the IP packet headerGleb Smirnoff2012-10-221-2/+1
* Remove the "The option TCPDEBUG requires option INET." requirement.Bjoern A. Zeeb2009-06-101-4/+6
* To my reading there are no real consumers of ip6_plen (IPv6Bjoern A. Zeeb2008-09-071-1/+1
* Add FBSDID to all files in netinet so that people can moreMike Silbersack2007-10-071-1/+3
* Rather than selectively zeroing fields in the tcp_debug structureRobert Watson2007-05-071-42/+15
* Add global mutex tcp_debug_mtx, which will protect global TCP debuggingRobert Watson2007-05-041-12/+31
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Re-remove MT_TAGs. The problems with dummynet have been fixed now.Max Laier2004-02-251-0/+1
* Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet isMax Laier2004-02-181-1/+0
* This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacingMax Laier2004-02-131-0/+1
* It's now sufficient to rely on a nested include of _label.h to make sureRobert Watson2002-08-151-1/+0
* Work to fix LINT build.Robert Watson2002-08-021-0/+1
* Remove a change that snuck in from my private tree.Jonathan Lemon2001-12-211-1/+0
* If syncookies are disabled (net.inet.tcp.syncookies) then use the fasterJonathan Lemon2001-12-211-0/+1
* sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino2000-07-041-1/+1
* Sorry in this just befor code freeze commit.Yoshinobu Inoue2000-01-291-10/+52
* tcp updates to support IPv6.Yoshinobu Inoue2000-01-091-12/+36
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fixed printf format errors.Bruce Evans1998-08-171-6/+7
* Make INET a proper option.Eivind Eklund1998-01-081-1/+6
* Make TCPDEBUG a new-style option.Joerg Wunsch1997-09-161-1/+3
* Removed unused #includes.Bruce Evans1997-08-021-12/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Eliminated sloppy common-style declarations. Now there are no duplicatedBruce Evans1996-04-131-1/+5
* Move or add #include <queue.h> in preparation for upcoming struct socketDavid Greenman1996-03-111-2/+2
* New style sysctl & staticize alot of stuff.Poul-Henning Kamp1995-11-141-2/+2
* Include <sys/queue.h> because <netinet/in_pcb.h> (also includedAndras Olah1995-04-191-1/+2
* Merge Transaction TCP, courtesy of Andras Olah <olah@cs.utwente.nl> andGarrett Wollman1995-02-091-5/+8
* Added $Id$David Greenman1994-08-021-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+159