aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_output.c
Commit message (Expand)AuthorAgeFilesLines
* MFC:Andre Oppermann2005-05-041-1/+1
* MFC:Paul Saab2005-02-091-6/+16
* MFC: /*- and related license changesWarner Losh2005-01-311-1/+1
* MFC: rev 1.106Paul Saab2004-12-061-2/+4
* MFC:Paul Saab2004-11-081-26/+40
* Merge tcp_output.c:1.104 from HEAD to RELENG_5:Robert Watson2004-10-301-2/+2
* Merge tcp_output.c:1.103 from HEAD to RELENG_5:Robert Watson2004-10-121-2/+14
* White space cleanup for netinet before branch:Robert Watson2004-08-161-70/+70
* Fix a bug in the sack code that was causing data to be retransmittedJayanth Vijayaraghavan2004-07-281-4/+13
* Fix for a SACK bug where the very last segment retransmittedJayanth Vijayaraghavan2004-07-261-1/+1
* Let IN_FASTREOCOVERY macro decide if we are in recovery mode.Jayanth Vijayaraghavan2004-07-191-1/+1
* Fix a potential panic in the SACK code that was causingJayanth Vijayaraghavan2004-07-191-8/+29
* Add support for TCP Selective Acknowledgements. The work for thisPaul Saab2004-06-231-3/+115
* Appease GCC.Bruce M Simpson2004-06-181-1/+1
* If SO_DEBUG is enabled for a TCP socket, and a received segment isBruce M Simpson2004-06-181-2/+11
* Don't set FIN on a retransmitted segment after a FIN has been sent,Bruce M Simpson2004-06-181-1/+1
* Switch to using the inpcb MAC label instead of socket MAC label whenRobert Watson2004-05-041-1/+1
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Brucification.Bruce M Simpson2004-02-131-3/+3
* style(9) pass; whitespace and comments.Bruce M Simpson2004-02-121-6/+4
* Fix a typo; left out preprocessor conditional for sigoff variable, whichBruce M Simpson2004-02-111-0/+2
* Initial import of RFC 2385 (TCP-MD5) digest support.Bruce M Simpson2004-02-111-0/+37
* pass pcb rather than so. it is expected that per socket policyHajimu UMEMOTO2004-02-031-7/+0
* Split the overloaded variable 'win' into two for their specific purposes:Andre Oppermann2004-01-221-21/+22
* Introduce tcp_hostcache and remove the tcp specific metrics fromAndre Oppermann2003-11-201-26/+16
* replace mtx_assert by INP_LOCK_ASSERTSam Leffler2003-11-081-3/+1
* unbreak compilation of FAST_IPSECSam Leffler2003-11-081-1/+1
* - cleanup SP refcnt issue.Hajimu UMEMOTO2003-11-041-0/+7
* The tcp_trace call needs the length of the header. Unfortunately theHartmut Brandt2003-08-131-1/+5
* Convert tcp_fillheaders(tp, ...) -> tcpip_fillheaders(inp, ...) so theJonathan Lemon2003-02-191-9/+4
* Clean up delayed acks and T/TCP interactions:Jonathan Lemon2003-02-191-3/+4
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-3/+3
* Optimize away call to bzero() in the common case by directly checkingJeffrey Hsu2003-01-181-6/+3
* Fix oops in my last commit, I was calculating a new length but then notMatthew Dillon2002-10-161-1/+1
* Tie new "Fast IPsec" code into the build. This involves the usualSam Leffler2002-10-161-0/+5
* Replace aux mbufs with packet tags:Sam Leffler2002-10-161-12/+3
* Update various comments mainly related to retransmit/FIN that IMatthew Dillon2002-10-101-6/+36
* Tempary fix for inet6. The final fix is to change in6_pcbnotify to take pcbin...Jennifer Yang2002-09-171-0/+2
* 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