aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_output.c
Commit message (Expand)AuthorAgeFilesLines
* Implement TCP bandwidth delay product window limiting, similar to (butMatthew Dillon2002-08-171-0/+1
* Assert that the inpcb lock is held when calling tcp_output().Jennifer Yang2002-08-121-0/+2
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-07-311-0/+5
* Slightly restructure the #ifdef INET6 sections to make the codeLuigi Rizzo2002-06-231-31/+19
* Re-commit w/fix:Mike Silbersack2002-06-141-1/+1
* Back out ip_tos/ip_ttl/DF "fix", it just panic'd my box. :)Mike Silbersack2002-06-141-1/+1
* Ensure that the syn cache's syn-ack packets contain the sameMike Silbersack2002-06-141-1/+1
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.Seigo Tanimura2002-05-311-14/+3
* Lock down a socket, milestone 1.Seigo Tanimura2002-05-201-3/+14
* Reduce the local network slowstart flightsize from infinity to 4 packets.Mike Silbersack2001-12-141-1/+1
* Fix up tabs from cut&n&paste.Jonathan Lemon2001-12-131-8/+8
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-1/+1
* Fix a bug with transmitter restart after receiving a 0 window. TheMatthew Dillon2001-12-021-14/+40
* The transmit burst limit for newreno completely breaks TCP's performanceMatthew Dillon2001-11-301-0/+10
* Introduce a syncache, which enables FreeBSD to withstand a SYN floodJonathan Lemon2001-11-221-1/+1
* Add a flag TF_LASTIDLE, that forces a previously idle connectionJayanth Vijayaraghavan2001-10-051-1/+8
* Eliminate the allocation of a tcp template structure for eachMike Silbersack2001-06-231-10/+2
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-2/+6
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-2/+4
* Convert all users of fldoff() to offsetof(). fldoff() is badPoul-Henning Kamp2000-10-271-2/+0
* Don't do snd_nxt rollback optimization (rev. 1.46) for SYN packets.Archie Cobbs2000-09-111-3/+2
* Improve performance in the case where ip_output() returns an error.Archie Cobbs2000-08-031-0/+15
* re-enable the tcp newreno code.Jayanth Vijayaraghavan2000-07-121-1/+1
* sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino2000-07-041-17/+24
* When attempting to transmit a packet, if the system fails to allocateJonathan Lemon2000-06-021-0/+4
* Temporarily turn off the newreno flag until we can track down the knownJayanth Vijayaraghavan2000-05-111-1/+1
* Implement TCP NewReno, as documented in RFC 2582. This allowsJonathan Lemon2000-05-061-3/+7
* Add support for offloading IP/TCP/UDP checksums to NIC hardware whichJonathan Lemon2000-03-271-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