summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_output.c
Commit message (Expand)AuthorAgeFilesLines
* Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros torwatson2008-04-171-1/+1
* Remove TCP options ordering assumptions in tcp_addoptions(). Orderingandre2008-04-071-1/+11
* Remove now unnecessary comment.andre2008-04-071-2/+0
* Use #defines for TCP options padding after EOL to be consistent.andre2008-04-071-2/+2
* Padding after EOL option must be zeros according to RFC793 butbz2008-03-091-2/+10
* Centralize and correct computation of TCP-MD5 signature offset withinbz2007-11-301-8/+3
* Let opt be an array. Though &opt[0] == opt == &opt, &opt is highlybz2007-11-281-1/+1
* Make TSO work with IPSEC compiled into the kernel.bz2007-11-211-3/+16
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-1/+1
* Add FBSDID to all files in netinet so that people can moresilby2007-10-071-1/+3
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECgnn2007-07-031-3/+3
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-011-6/+1
* Make the handling of the tcp window explicit for the SYN_SENT caseandre2007-06-091-4/+10
* Don't send pure window updates when the peer has closed the connectionandre2007-06-091-1/+4
* Fix statistical accounting for bytes and packets during sack retransmits.jhb2007-05-181-1/+1
* Fix an incorrect replace of a timer reference made during the TCP timerandre2007-05-101-1/+1
* Use existing TF_SACK_PERMIT flag in struct tcpcb t_flags field instead ofandre2007-05-061-4/+6
* o Remove unused and redundant TCP option definitionsandre2007-04-201-4/+4
* Change the TCP timer system from using the callout system five timesandre2007-04-111-28/+25
* Retire unused TCP_SACK_DEBUG.andre2007-04-041-1/+0
* ANSIfy function declarations and remove register keywords for variables.andre2007-03-211-2/+1
* Subtract optlen in the maximum length check for TSO and finally avoidandre2007-03-211-1/+1
* Match up SYSCTL_INT declarations in style.andre2007-03-191-2/+2
* Maintain a pointer and offset pair into the socket buffer mbuf chain toandre2007-03-191-3/+13
* Consolidate insertion of TCP options into a segment from within tcp_output()andre2007-03-151-145/+198
* Prevent TSO mbuf chain from overflowing a few bytes by subtracting theandre2007-03-011-2/+3
* Add EHOSTDOWN and ENETUNREACH to the list of soft errors, that shouldn'tglebius2007-02-281-0/+2
* Toss the code, that handles errors from ip_output(), to make it moreglebius2007-02-281-30/+26
* Auto sizing TCP socket buffers.andre2007-02-011-4/+70
* 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
OpenPOWER on IntegriCloud