summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_output.c
Commit message (Expand)AuthorAgeFilesLines
* Fix PAWS (Protect Against Wrapped Sequence numbers) in cases whenbz2012-02-151-2/+2
* Restore sysctl names for tcp_sendspace/tcp_recvspace.pluknet2011-11-021-1/+1
* Move the tcp_sendspace and tcp_recvspace sysctl's fromandre2011-10-161-0/+5
* Remove the ss_fltsz and ss_fltsz_local sysctl's which haveandre2011-10-161-10/+0
* Increase the defaults for the maximum socket buffer limit,bz2011-08-251-1/+1
* Remove #ifdef notyet code dating back to 4.3BSD Net/2 (and possibly earlier).cperciva2011-07-051-18/+1
* Fix a KASSERT from r212803 to check the correct length also in case ofbz2011-06-201-1/+8
* Advance the advertised window (rcv_adv) to the currently received datajhb2011-06-131-1/+1
* Handle a rare edge case with nearly full TCP receive buffers. If a TCPjhb2011-05-021-5/+12
* Make the TCP code compile without INET. Sort #includes and add #ifdef INETs.bz2011-04-301-5/+10
* TCP reuses t_rxtshift to determine the backoff timer used for both thejhb2011-04-291-0/+1
* When checking to see if a window update should be sent to the remote peer,jhb2011-04-181-0/+8
* - Add some helper hook points to the TCP stack. The hooks allow Khelp modules tolstewart2010-12-281-0/+28
* - Reinstantiate the after_idle hook call in tcp_output(), which got lostlstewart2010-12-021-32/+3
* Add new, per connection, statistics for TCP, including:gnn2010-11-171-2/+4
* This commit marks the first formal contribution of the "Five New TCP Congestionlstewart2010-11-121-8/+16
* Rearrange the TSO code to make it more readable and to clearlyandre2010-09-171-33/+49
* Remove the TCP inflight bandwidth limiter as announced in r211315andre2010-09-161-1/+0
* If a TCP connection has been idle for one retransmit timeout or moreandre2010-08-181-15/+26
* Fix the interaction between 'ICMP fragmentation needed' MTU updates,andre2010-08-151-1/+3
* When using TSO and sending more than TCP_MAXWIN sendalot is setandre2010-08-141-2/+5
* MFP4: @176978-176982, 176984, 176990-176994, 177441bz2010-04-291-9/+12
* Don't clear other flags (e.g. CSUM_TCP) when setting CSUM_TSO. This wasken2010-04-191-1/+1
* Several years ago a feature was added to TCP that casued soreceive() tojhb2009-11-061-1/+1
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+1
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-39/+37
* Trim extra sets of ()'s.jhb2009-06-161-1/+1
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-1/+0
* Update stats in struct tcpstat using two new macros, TCPSTAT_ADD() andrwatson2009-04-111-16/+16
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+2
* Replace most INP_CHECK_SOCKAF() uses checking if it is anbz2008-11-271-1/+1
* Change the initialization methodology for global variables scheduledzec2008-11-191-8/+11
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-16/+23
* Implement IPv6 support for TCP MD5 Signature Option (RFC 2385)bz2008-09-131-8/+1
* Add a second KASSERT checking for len >= 0 in the tcp output path.bz2008-09-071-1/+7
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-27/+28
* MFp4 (//depot/projects/tcpecn/):rpaulo2008-07-311-0/+43
* Fix commment in typo.rpaulo2008-07-151-1/+1
* 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
OpenPOWER on IntegriCloud