Home | History | Annotate | Download | only in netinet
History log of /src/sys/netinet/tcp_seq.h
RevisionDateAuthorComments
 1.17  25-Jul-2014  ryo fix some case of reference to uninitialized tp->snd_fack.
This bug causes dropping FIN mistekenly.
pointed out in PR/48283 by YASUOKA Masahiko, thanks!
 1.16  10-Dec-2005  elad branches: 1.16.120; 1.16.136;
Multiple inclusion protection, as suggested by christos@ on tech-kern@
few days ago.
 1.15  05-Apr-2005  kurahone branches: 1.15.2;
Added sysctl tunable limits for the number of maximum SACK holes
per connection and per system.

Idea taken from FreeBSD.
 1.14  16-Feb-2005  briggs branches: 1.14.4;
Initialize snd_high as part of tcp_sendseqinit().
From Kentaro A. Kurahone.
 1.13  07-Aug-2003  agc branches: 1.13.8; 1.13.10;
Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22364, verified by myself.
 1.12  04-Oct-1998  matt branches: 1.12.46;
Adapt the NEWRENO changes from the UCSB diffs of BSDI 3.0's TCP
to NetBSD. Ignore the SACK & FACK stuff for now.
 1.11  04-Sep-1998  mycroft Make the randomized part of the ISS 24 bits.
 1.10  10-Feb-1998  perry add/cleanup multiple inclusion protection.
 1.9  05-Jan-1998  thorpej Finishing merging 4.4BSD-Lite2 netinet. At this point, the only changes
left were SCCS IDs and Copyright dates.
 1.8  13-Oct-1997  explorer o Make usage of /dev/random dependant on
pseudo-device rnd # /dev/random and in-kernel generator
in config files.

o Add declaration to all architectures.

o Clean up copyright message in rnd.c, rnd.h, and rndpool.c to include
that this code is derived in part from Ted Tyso's linux code.
 1.7  10-Oct-1997  explorer Add hooks to use the kernel random system to generate TCP sequence numbers.
 1.6  26-Mar-1995  jtc branches: 1.6.14;
KERNEL -> _KERNEL
 1.5  29-Jun-1994  cgd New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'
 1.4  13-May-1994  mycroft Update to 4.4-Lite networking code, with a few local changes.
 1.3  20-May-1993  cgd more rcsid additions and file header cleanups
 1.2  19-Apr-1993  mycroft Add consistent multiple-inclusion protection.
 1.1  21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.3  05-Jan-1998  thorpej Import sys/netinet from 4.4BSD-Lite2 for reference purposes.
 1.1.1.2  05-Jan-1998  thorpej Import sys/netinet from 4.4BSD-Lite for reference purposes.
 1.1.1.1  21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.6.14.1  14-Oct-1997  thorpej Update marc-pcmcia branch from trunk.
 1.12.46.6  11-Dec-2005  christos Sync with head.
 1.12.46.5  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.12.46.4  17-Feb-2005  skrll Sync with HEAD.
 1.12.46.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.12.46.2  18-Sep-2004  skrll Sync with HEAD.
 1.12.46.1  03-Aug-2004  skrll Sync with HEAD
 1.13.10.1  19-Mar-2005  yamt sync with head. xen and whitespace. xen part is not finished.
 1.13.8.1  29-Apr-2005  kent sync with -current
 1.14.4.1  06-May-2005  tron Pull up revision 1.15 (requested by kurahone in ticket #199):
Added sysctl tunable limits for the number of maximum SACK holes
per connection and per system.
Idea taken from FreeBSD.
 1.15.2.1  21-Jun-2006  yamt sync with head.
 1.16.136.1  10-Aug-2014  tls Rebase.
 1.16.120.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.

RSS XML Feed