aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_output.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: Import of TCP-MD5 (RFC2385) support.Bruce M Simpson2004-02-141-0/+39
* Merge rev 1.74 from current: Optimize away call to bzero()Jeffrey Hsu2003-01-291-6/+3
* MFC: Fast IPsecSam Leffler2003-01-241-0/+5
* MFC: m_tag supportSam Leffler2003-01-231-12/+3
* MFC 1.70 and 1.73. Deal with SYN and FIN in a PERSIST case. The SYNMatthew Dillon2002-10-161-8/+38
* MFC the TCP bandwidth-based window limiting code. Default operation isMatthew Dillon2002-08-241-0/+1
* In -current, path_mtu_discovery is already global. Make it the same here.Darren Reed2002-07-131-1/+1
* MFC rev 1.59Mike Silbersack2001-12-171-1/+1
* MFC: r1.53,r1.54,r1.57; TF_LASTIDLE, syncache support, compiler cleanup.Jonathan Lemon2001-12-141-3/+10
* quick MFC of mainly tcp_input.c 1.144 and tcp_output.c 1.56. PropogateMatthew Dillon2001-12-021-14/+40
* MFC 1.55 - the transmit burst limit for newreno completely breaks TCP'sMatthew Dillon2001-11-301-0/+10
* MFC of tcp template removal + jlemon's patch to improve headerMike Silbersack2001-07-071-10/+2
* MFC: Sync with recent KAME.Hajimu UMEMOTO2001-07-031-2/+6
* MFC:David E. O'Brien2001-03-051-2/+0
* MFC: TCP New Reno algorithmJonathan Lemon2001-03-011-1/+5
* MFC: (rev. 1.47) no snd_nxt rollback optimization for SYN packetsArchie Cobbs2000-09-131-3/+2
* MFC: (rev. 1.46) improved performance when ip_output() returns an error.Archie Cobbs2000-08-151-0/+15
* MFC: Merge KAME 2000/07/01 code.Kris Kennaway2000-07-151-17/+24
* Merged undocumented bug fix from rev 1.41: Fix for timer race that canDavid Greenman2000-07-131-2/+2
* MFC: r1.43, fix for connections hanging in LAST_ACK state.Jonathan Lemon2000-06-081-0/+4
* MFC: delayed checksum work. This also brings the mbuf size up to 256.Jonathan Lemon2000-05-051-8/+11
* Avoid kernel panic when tcp rfc1323 and rfc1644 options are enabledYoshinobu Inoue2000-02-091-4/+13
* Fixed the problem that IPsec connection hangs when bigger data is sent.Yoshinobu Inoue2000-01-151-0/+5
* tcp updates to support IPv6.Yoshinobu Inoue2000-01-091-22/+142
* Restructure TCP timeout handling:Jonathan Lemon1999-08-301-27/+46
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Added net.inet.tcp.path_mtu_discovery variable which when set to 0David Greenman1999-05-271-8/+9
* Two cosmetic changes, one a typo and the other, a clarification.Julian Elischer1999-04-071-2/+2
* Add a flag, passed to pru_send routines, PRUS_MORETOCOME. ThisBill Fenner1999-01-201-2/+3
* Fixed overflow and sign extension bugs inBruce Evans1998-07-131-4/+4
* Take IP options into account when calculating the allowable lengthBill Fenner1998-05-241-4/+13
* Remove the last traces of TUBA.Poul-Henning Kamp1998-04-061-6/+1
* Don't depend on "implicit int".Bruce Evans1998-02-201-2/+2
* Don't allow the window to be increased beyond what is possible toBill Fenner1997-10-071-3/+3
* Make TCPDEBUG a new-style option.Joerg Wunsch1997-09-161-1/+3
* Removed unused #includes.Bruce Evans1997-08-021-4/+1
* Reorganize elements of the inpcb struct to take better advantage ofDavid Greenman1997-04-031-3/+3
* 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
* Changed some memcpy()'s back to bcopy()'s.Bruce Evans1996-06-081-2/+2
* Two fixes from Rich Stevens:David Greenman1996-04-151-5/+8
* Move or add #include <queue.h> in preparation for upcoming struct socketDavid Greenman1996-03-111-2/+2
* Be more conservative when T/TCP extensions are disabled. In particular,Andras Olah1996-01-171-1/+14
* Path MTU Discovery is now standard.Garrett Wollman1995-12-051-6/+6
* Fix a logical error in T/TCP: when we actively open a connection, weAndras Olah1995-11-031-10/+3
* The ability to administratively change the MTU of an interface presentsGarrett Wollman1995-10-161-1/+13
* Merge 4.4-Lite-2: update version number (we already have the same fixes).Garrett Wollman1995-09-221-5/+4
* Add support in TCP for Path MTU discovery. This is highly experimentalGarrett Wollman1995-09-201-6/+18
* If tcp_output() is unable to allocate space for a copy of the data waitingGarrett Wollman1995-09-131-3/+6
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-11/+11