summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_output.c
Commit message (Expand)AuthorAgeFilesLines
* The tcp_trace call needs the length of the header. Unfortunately theharti2003-08-131-1/+5
* Convert tcp_fillheaders(tp, ...) -> tcpip_fillheaders(inp, ...) so thejlemon2003-02-191-9/+4
* Clean up delayed acks and T/TCP interactions:jlemon2003-02-191-3/+4
* Back out M_* changes, per decision of the TRB.imp2003-02-191-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-3/+3
* Optimize away call to bzero() in the common case by directly checkinghsu2003-01-181-6/+3
* Fix oops in my last commit, I was calculating a new length but then notdillon2002-10-161-1/+1
* Tie new "Fast IPsec" code into the build. This involves the usualsam2002-10-161-0/+5
* Replace aux mbufs with packet tags:sam2002-10-161-12/+3
* Update various comments mainly related to retransmit/FIN that Idillon2002-10-101-6/+36
* Tempary fix for inet6. The final fix is to change in6_pcbnotify to take pcbin...jennifer2002-09-171-0/+2
* Implement TCP bandwidth delay product window limiting, similar to (butdillon2002-08-171-0/+1
* Assert that the inpcb lock is held when calling tcp_output().jennifer2002-08-121-0/+2
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-311-0/+5
* Slightly restructure the #ifdef INET6 sections to make the codeluigi2002-06-231-31/+19
* Re-commit w/fix:silby2002-06-141-1/+1
* Back out ip_tos/ip_ttl/DF "fix", it just panic'd my box. :)silby2002-06-141-1/+1
* Ensure that the syn cache's syn-ack packets contain the samesilby2002-06-141-1/+1
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-311-14/+3
* Lock down a socket, milestone 1.tanimura2002-05-201-3/+14
* Reduce the local network slowstart flightsize from infinity to 4 packets.silby2001-12-141-1/+1
* Fix up tabs from cut&n&paste.jlemon2001-12-131-8/+8
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-1/+1
* Fix a bug with transmitter restart after receiving a 0 window. Thedillon2001-12-021-14/+40
* The transmit burst limit for newreno completely breaks TCP's performancedillon2001-11-301-0/+10
* Introduce a syncache, which enables FreeBSD to withstand a SYN floodjlemon2001-11-221-1/+1
* Add a flag TF_LASTIDLE, that forces a previously idle connectionjayanth2001-10-051-1/+8
* 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
OpenPOWER on IntegriCloud