summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_output.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate the allocation of a tcp template structure for eachsilby2001-06-231-10/+2
* Sync with recent KAME.ume2001-06-111-2/+6
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-2/+4
* Convert all users of fldoff() to offsetof(). fldoff() is badphk2000-10-271-2/+0
* Don't do snd_nxt rollback optimization (rev. 1.46) for SYN packets.archie2000-09-111-3/+2
* Improve performance in the case where ip_output() returns an error.archie2000-08-031-0/+15
* re-enable the tcp newreno code.jayanth2000-07-121-1/+1
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-041-17/+24
* When attempting to transmit a packet, if the system fails to allocatejlemon2000-06-021-0/+4
* Temporarily turn off the newreno flag until we can track down the knownjayanth2000-05-111-1/+1
* Implement TCP NewReno, as documented in RFC 2582. This allowsjlemon2000-05-061-3/+7
* Add support for offloading IP/TCP/UDP checksums to NIC hardware whichjlemon2000-03-271-8/+11
* Avoid kernel panic when tcp rfc1323 and rfc1644 options are enabledshin2000-02-091-4/+13
* Fixed the problem that IPsec connection hangs when bigger data is sent.shin2000-01-151-0/+5
* tcp updates to support IPv6.shin2000-01-091-22/+142
* Restructure TCP timeout handling:jlemon1999-08-301-27/+46
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Added net.inet.tcp.path_mtu_discovery variable which when set to 0dg1999-05-271-8/+9
* Two cosmetic changes, one a typo and the other, a clarification.julian1999-04-071-2/+2
* Add a flag, passed to pru_send routines, PRUS_MORETOCOME. Thisfenner1999-01-201-2/+3
* Fixed overflow and sign extension bugs inbde1998-07-131-4/+4
* Take IP options into account when calculating the allowable lengthfenner1998-05-241-4/+13
* Remove the last traces of TUBA.phk1998-04-061-6/+1
* Don't depend on "implicit int".bde1998-02-201-2/+2
* Don't allow the window to be increased beyond what is possible tofenner1997-10-071-3/+3
* Make TCPDEBUG a new-style option.joerg1997-09-161-1/+3
* Removed unused #includes.bde1997-08-021-4/+1
* Reorganize elements of the inpcb struct to take better advantage ofdg1997-04-031-3/+3
* 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
* Changed some memcpy()'s back to bcopy()'s.bde1996-06-081-2/+2
* Two fixes from Rich Stevens:dg1996-04-151-5/+8
* Move or add #include <queue.h> in preparation for upcoming struct socketdg1996-03-111-2/+2
* Be more conservative when T/TCP extensions are disabled. In particular,olah1996-01-171-1/+14
* Path MTU Discovery is now standard.wollman1995-12-051-6/+6
* Fix a logical error in T/TCP: when we actively open a connection, weolah1995-11-031-10/+3
* The ability to administratively change the MTU of an interface presentswollman1995-10-161-1/+13
* Merge 4.4-Lite-2: update version number (we already have the same fixes).wollman1995-09-221-5/+4
* Add support in TCP for Path MTU discovery. This is highly experimentalwollman1995-09-201-6/+18
* If tcp_output() is unable to allocate space for a copy of the data waitingwollman1995-09-131-3/+6
* Remove trailing whitespace.rgrimes1995-05-301-11/+11
* Replaced some bcopy()'s with memcpy()'s so that gcc while inline/optimize.dg1995-05-091-4/+4
* Implemented PCB hashing. Includes new functions in_pcbinshash, in_pcbrehash,dg1995-04-091-1/+2
* Transaction TCP support now standard. Hack away!wollman1995-02-161-23/+1
* Merge Transaction TCP, courtesy of Andras Olah <olah@cs.utwente.nl> andwollman1995-02-091-15/+145
* Kill previous commit as it isn't necessary.dg1995-01-261-6/+1
* Extended the previous change to cover the non-options case, too.dg1995-01-241-1/+6
* Applied fix from Andreas Schulz with a different comment by me. Fixes adg1995-01-231-1/+6
* Made TCPDEBUG truely optional. Based on changes I made in FreeBSD 1.1.5.dg1994-09-151-1/+5
* Added $Id$dg1994-08-021-0/+1
OpenPOWER on IntegriCloud