| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a KASSERT from r212803 to check the correct length also in case of | Bjoern A. Zeeb | 2011-06-20 | 1 | -1/+8 |
* | Advance the advertised window (rcv_adv) to the currently received data | John Baldwin | 2011-06-13 | 1 | -1/+1 |
* | Handle a rare edge case with nearly full TCP receive buffers. If a TCP | John Baldwin | 2011-05-02 | 1 | -5/+12 |
* | Make the TCP code compile without INET. Sort #includes and add #ifdef INETs. | Bjoern A. Zeeb | 2011-04-30 | 1 | -5/+10 |
* | TCP reuses t_rxtshift to determine the backoff timer used for both the | John Baldwin | 2011-04-29 | 1 | -0/+1 |
* | When checking to see if a window update should be sent to the remote peer, | John Baldwin | 2011-04-18 | 1 | -0/+8 |
* | - Add some helper hook points to the TCP stack. The hooks allow Khelp modules to | Lawrence Stewart | 2010-12-28 | 1 | -0/+28 |
* | - Reinstantiate the after_idle hook call in tcp_output(), which got lost | Lawrence Stewart | 2010-12-02 | 1 | -32/+3 |
* | Add new, per connection, statistics for TCP, including: | George V. Neville-Neil | 2010-11-17 | 1 | -2/+4 |
* | This commit marks the first formal contribution of the "Five New TCP Congestion | Lawrence Stewart | 2010-11-12 | 1 | -8/+16 |
* | Rearrange the TSO code to make it more readable and to clearly | Andre Oppermann | 2010-09-17 | 1 | -33/+49 |
* | Remove the TCP inflight bandwidth limiter as announced in r211315 | Andre Oppermann | 2010-09-16 | 1 | -1/+0 |
* | If a TCP connection has been idle for one retransmit timeout or more | Andre Oppermann | 2010-08-18 | 1 | -15/+26 |
* | Fix the interaction between 'ICMP fragmentation needed' MTU updates, | Andre Oppermann | 2010-08-15 | 1 | -1/+3 |
* | When using TSO and sending more than TCP_MAXWIN sendalot is set | Andre Oppermann | 2010-08-14 | 1 | -2/+5 |
* | MFP4: @176978-176982, 176984, 176990-176994, 177441 | Bjoern A. Zeeb | 2010-04-29 | 1 | -9/+12 |
* | Don't clear other flags (e.g. CSUM_TCP) when setting CSUM_TSO. This was | Kenneth D. Merry | 2010-04-19 | 1 | -1/+1 |
* | Several years ago a feature was added to TCP that casued soreceive() to | John Baldwin | 2009-11-06 | 1 | -1/+1 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | Robert Watson | 2009-08-01 | 1 | -1/+1 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | Robert Watson | 2009-07-14 | 1 | -39/+37 |
* | Trim extra sets of ()'s. | John Baldwin | 2009-06-16 | 1 | -1/+1 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | Robert Watson | 2009-06-05 | 1 | -1/+0 |
* | Update stats in struct tcpstat using two new macros, TCPSTAT_ADD() and | Robert Watson | 2009-04-11 | 1 | -16/+16 |
* | Rather than using hidden includes (with cicular dependencies), | Bjoern A. Zeeb | 2008-12-02 | 1 | -0/+2 |
* | Replace most INP_CHECK_SOCKAF() uses checking if it is an | Bjoern A. Zeeb | 2008-11-27 | 1 | -1/+1 |
* | Change the initialization methodology for global variables scheduled | Marko Zec | 2008-11-19 | 1 | -8/+11 |
* | Step 1.5 of importing the network stack virtualization infrastructure | Marko Zec | 2008-10-02 | 1 | -16/+23 |
* | Implement IPv6 support for TCP MD5 Signature Option (RFC 2385) | Bjoern A. Zeeb | 2008-09-13 | 1 | -8/+1 |
* | Add a second KASSERT checking for len >= 0 in the tcp output path. | Bjoern A. Zeeb | 2008-09-07 | 1 | -1/+7 |
* | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 1 | -27/+28 |
* | MFp4 (//depot/projects/tcpecn/): | Rui Paulo | 2008-07-31 | 1 | -0/+43 |
* | Fix commment in typo. | Rui Paulo | 2008-07-15 | 1 | -1/+1 |
* | Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros to | Robert Watson | 2008-04-17 | 1 | -1/+1 |
* | Remove TCP options ordering assumptions in tcp_addoptions(). Ordering | Andre Oppermann | 2008-04-07 | 1 | -1/+11 |
* | Remove now unnecessary comment. | Andre Oppermann | 2008-04-07 | 1 | -2/+0 |
* | Use #defines for TCP options padding after EOL to be consistent. | Andre Oppermann | 2008-04-07 | 1 | -2/+2 |
* | Padding after EOL option must be zeros according to RFC793 but | Bjoern A. Zeeb | 2008-03-09 | 1 | -2/+10 |
* | Centralize and correct computation of TCP-MD5 signature offset within | Bjoern A. Zeeb | 2007-11-30 | 1 | -8/+3 |
* | Let opt be an array. Though &opt[0] == opt == &opt, &opt is highly | Bjoern A. Zeeb | 2007-11-28 | 1 | -1/+1 |
* | Make TSO work with IPSEC compiled into the kernel. | Bjoern A. Zeeb | 2007-11-21 | 1 | -3/+16 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | Robert Watson | 2007-10-24 | 1 | -1/+1 |
* | Add FBSDID to all files in netinet so that people can more | Mike Silbersack | 2007-10-07 | 1 | -1/+3 |
* | Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSEC | George V. Neville-Neil | 2007-07-03 | 1 | -3/+3 |
* | Commit IPv6 support for FAST_IPSEC to the tree. | George V. Neville-Neil | 2007-07-01 | 1 | -6/+1 |
* | Make the handling of the tcp window explicit for the SYN_SENT case | Andre Oppermann | 2007-06-09 | 1 | -4/+10 |
* | Don't send pure window updates when the peer has closed the connection | Andre Oppermann | 2007-06-09 | 1 | -1/+4 |
* | Fix statistical accounting for bytes and packets during sack retransmits. | John Baldwin | 2007-05-18 | 1 | -1/+1 |
* | Fix an incorrect replace of a timer reference made during the TCP timer | Andre Oppermann | 2007-05-10 | 1 | -1/+1 |
* | Use existing TF_SACK_PERMIT flag in struct tcpcb t_flags field instead of | Andre Oppermann | 2007-05-06 | 1 | -4/+6 |
* | o Remove unused and redundant TCP option definitions | Andre Oppermann | 2007-04-20 | 1 | -4/+4 |