summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_output.c
Commit message (Expand)AuthorAgeFilesLines
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-1/+2
* When tcp_output() receives an error upon sending a packet it reverts partsandre2006-09-281-2/+15
* When doing TSO correctly do the check to prevent a maximum sized IP packetandre2006-09-281-1/+1
* When doing TSO subtract hdrlen from TCP_MAXWIN to prevent ip->ip_lenandre2006-09-151-5/+7
* Rewrite of TCP syncookies to remove locking requirements and to enhanceandre2006-09-131-1/+1
* Second step of TSO (TCP segmentation offload) support in our network stack.andre2006-09-071-15/+73
* This patch fixes the problem where the current TCP code can not handleqingli2006-02-231-1/+2
* Consolidate all IP Options handling functions into ip_options.[ch] andandre2005-11-181-0/+1
* Retire MT_HEADER mbuf type and change its users to use MT_DATA.andre2005-11-021-2/+2
* Replace t_force with a t_flag (TF_FORCEDATA).ps2005-05-211-6/+8
* When looking for the next hole to retransmit from the scoreboard,ps2005-05-111-2/+7
* Fix for interaction problems between TCP SACK and TCP Signature.ps2005-04-211-45/+84
* Ignore ICMP Source Quench messages for TCP sessions. Source Quench isandre2005-04-211-1/+1
* Fix a TCP SACK related crash resulting from incorrect computationps2005-01-121-6/+16
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Fixes a bug in SACK causing us to send data beyond the receive window.ps2004-11-291-2/+4
* Remove RFC1644 T/TCP support from the TCP side of the network stack.andre2004-11-021-82/+2
* Correct a bug in TCP SACK that could result in wedging of the TCP stackrwatson2004-10-301-2/+2
* Acquire the send socket buffer lock around tcp_output() activitiesrwatson2004-10-091-2/+14
* - Estimate the amount of data in flight in sack recovery and use itps2004-10-051-26/+40
* fix up socket/ip layer violation... don't assume/know thatjmg2004-09-051-3/+4
* White space cleanup for netinet before branch:rwatson2004-08-161-71/+71
* Fix a bug in the sack code that was causing data to be retransmittedjayanth2004-07-281-4/+13
* Fix for a SACK bug where the very last segment retransmittedjayanth2004-07-261-1/+1
* Let IN_FASTREOCOVERY macro decide if we are in recovery mode.jayanth2004-07-191-1/+1
* Fix a potential panic in the SACK code that was causingjayanth2004-07-191-8/+29
* Add support for TCP Selective Acknowledgements. The work for thisps2004-06-231-3/+115
* Appease GCC.bms2004-06-181-1/+1
* If SO_DEBUG is enabled for a TCP socket, and a received segment isbms2004-06-181-2/+11
* Don't set FIN on a retransmitted segment after a FIN has been sent,bms2004-06-181-1/+1
* Switch to using the inpcb MAC label instead of socket MAC label whenrwatson2004-05-041-1/+1
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Brucification.bms2004-02-131-3/+3
* style(9) pass; whitespace and comments.bms2004-02-121-6/+4
* Fix a typo; left out preprocessor conditional for sigoff variable, whichbms2004-02-111-0/+2
* Initial import of RFC 2385 (TCP-MD5) digest support.bms2004-02-111-0/+37
* pass pcb rather than so. it is expected that per socket policyume2004-02-031-7/+0
* Split the overloaded variable 'win' into two for their specific purposes:andre2004-01-221-21/+22
* Introduce tcp_hostcache and remove the tcp specific metrics fromandre2003-11-201-26/+16
* replace mtx_assert by INP_LOCK_ASSERTsam2003-11-081-3/+1
* unbreak compilation of FAST_IPSECsam2003-11-081-1/+1
* - cleanup SP refcnt issue.ume2003-11-041-0/+7
* 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
OpenPOWER on IntegriCloud