aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_seq.h
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-5/+2
* Fix PAWS (Protect Against Wrapped Sequence numbers) in cases whenBjoern A. Zeeb2012-02-151-2/+29
* Remove T/TCP RFC1644 Connection Count comparison macros. They are no longerAndre Oppermann2006-06-181-13/+0
* - Tighten up the Timestamp checks to prevent a spoofed segment fromPaul Saab2005-04-101-0/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Remove RFC1644 T/TCP support from the TCP side of the network stack.Andre Oppermann2004-11-021-3/+0
* Add support for TCP Selective Acknowledgements. The work for thisPaul Saab2004-06-231-0/+3
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Unify the "send high" and "recover" variables as specified in theJeffrey Hsu2003-07-151-1/+1
* Fix NewReno.Jeffrey Hsu2003-01-131-1/+1
* Move initialization of snd_recover into tcp_sendseqinit().Jonathan Lemon2001-11-211-1/+1
* Much delayed but now present: RFC 1948 style sequence numbersMike Silbersack2001-08-221-21/+0
* Temporary feature: Runtime tuneable tcp initial sequence numberMike Silbersack2001-07-081-0/+18
* Say goodbye to TCP_COMPAT_42Jesper Skriver2001-04-201-17/+0
* Randomize the TCP initial sequence numbers more thoroughly.Kris Kennaway2001-04-171-0/+2
* Use stronger random number generation for TCP_ISSINCR and tcp_iss.Kris Kennaway2000-09-291-1/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* Restructure TCP timeout handling:Jonathan Lemon1999-08-301-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+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
* Finish 4.4-Lite-2 merge: randomize TCP initial sequence numbersGarrett Wollman1995-10-031-7/+22
* Get rid of some unneeded #ifdef TTCP lines. Also, get rid of someGarrett Wollman1995-02-141-7/+3
* Merge in T/TCP TCP header file changes.Garrett Wollman1995-02-081-1/+26
* Made idempotent.Paul Richards1994-08-211-1/+4
* Added $Id$David Greenman1994-08-021-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+62