| Commit message (Expand) | Author | Age | Files | Lines |
* | Add placeholder constants to reserve a portion of the socket option | jhb | 2013-02-01 | 1 | -0/+3 |
* | Use decimal values for UDP and TCP socket options rather than hex to avoid | jhb | 2013-01-22 | 1 | -12/+14 |
* | Add new socket options: TCP_KEEPINIT, TCP_KEEPIDLE, TCP_KEEPINTVL and | glebius | 2012-02-05 | 1 | -0/+4 |
* | Add missing #includes. | ed | 2011-10-21 | 1 | -0/+1 |
* | Add new, per connection, statistics for TCP, including: | gnn | 2010-11-17 | 1 | -1/+4 |
* | Remove the TCP inflight bandwidth limiter as announced in r211315 | andre | 2010-09-16 | 1 | -1/+1 |
* | Improve comment to TCP_MINMSS by taking the wording from lstewart (with | andre | 2010-09-16 | 1 | -7/+7 |
* | Change the default MSS for IPv4 and IPv6 TCP connections from an | andre | 2010-09-15 | 1 | -19/+27 |
* | use u_char instead of u_int for short bitfields. | luigi | 2010-02-01 | 1 | -2/+2 |
* | - Rename the __tcpi_(snd|rcv)_mss fields of the tcp_info structure to remove | jhb | 2009-12-22 | 1 | -4/+4 |
* | add rcv_nxt, snd_nxt, and toe offload id to FreeBSD-specific | kmacy | 2008-05-05 | 1 | -2/+6 |
* | Use #defines for TCP options padding after EOL to be consistent. | andre | 2008-04-07 | 1 | -0/+2 |
* | Add socket option for setting and retrieving the congestion control algorithm. | kmacy | 2007-12-16 | 1 | -0/+3 |
* | The printf %b list in PRINT_TH_FLAGS has to be in octal numbering. | andre | 2007-05-25 | 1 | -1/+1 |
* | Add CWR back into the PRINT_TH_FLAGS list as gcc42 doesn't complain | andre | 2007-05-23 | 1 | -1/+1 |
* | Add tcp_log_addrs() function to generate and standardized TCP log line | andre | 2007-05-18 | 1 | -0/+1 |
* | o Remove unused and redundant TCP option definitions | andre | 2007-04-20 | 1 | -10/+1 |
* | Remove tcp_minmssoverload DoS detection logic. The problem it tried to | andre | 2007-03-21 | 1 | -8/+0 |
* | Consolidate insertion of TCP options into a segment from within tcp_output() | andre | 2007-03-15 | 1 | -2/+5 |
* | Expose smoothed RTT and RTT variance measurements to userland via | bms | 2007-02-02 | 1 | -2/+2 |
* | Add missing TH_PUSH to the TH_FLAGS enumeration. | andre | 2006-02-18 | 1 | -1/+1 |
* | Fix up the comment for MAX_SACK_BLKS. | ps | 2005-08-24 | 1 | -1/+1 |
* | Rewrite of tcp_sack_option(). Kentaro Kurahone (NetBSD) pointed out | ps | 2005-05-23 | 1 | -1/+1 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Do export the advertised receive window via the tcpi_rcv_space field of | rwatson | 2004-11-27 | 1 | -1/+1 |
* | Implement parts of the TCP_INFO socket option as found in Linux 2.6. | rwatson | 2004-11-26 | 1 | -0/+66 |
* | Remove RFC1644 T/TCP support from the TCP side of the network stack. | andre | 2004-11-02 | 1 | -8/+0 |
* | White space cleanup for netinet before branch: | rwatson | 2004-08-16 | 1 | -1/+1 |
* | Add support for TCP Selective Acknowledgements. The work for this | ps | 2004-06-23 | 1 | -0/+12 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | Shorten the name of the socket option used to enable TCP-MD5 packet | bms | 2004-02-16 | 1 | -1/+1 |
* | Initial import of RFC 2385 (TCP-MD5) digest support. | bms | 2004-02-11 | 1 | -0/+3 |
* | Disable the minmssoverload connection drop by default until the detection | andre | 2004-01-12 | 1 | -1/+1 |
* | Reduce TCP_MINMSS default to 216. The AX.25 protocol (packet radio) | andre | 2004-01-09 | 1 | -4/+3 |
* | Limiters and sanity checks for TCP MSS (maximum segement size) | andre | 2004-01-08 | 1 | -1/+19 |
* | Include <sys/cdefs.h> so the visibility conditionals are available. | mike | 2002-10-02 | 1 | -0/+2 |
* | Use visibility conditionals. Only TCP_NODELAY ends up being defined | mike | 2002-10-02 | 1 | -1/+6 |
* | o Minor style(9)ism to make consistent with -STABLE | rwatson | 2001-01-09 | 1 | -1/+1 |
* | o IPFW incorrectly handled filtering in the presence of previously | rwatson | 2001-01-09 | 1 | -1/+3 |
* | Implement TCP NewReno, as documented in RFC 2582. This allows | jlemon | 2000-05-06 | 1 | -0/+2 |
* | tcp updates to support IPv6. | shin | 2000-01-09 | 1 | -0/+3 |
* | KAME related header files additions and merges. | shin | 1999-11-05 | 1 | -0/+8 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Declare tcp_seq and tcp_cc as fixed-size types. Half fixed type | bde | 1998-07-13 | 1 | -3/+3 |
* | Fixed pedantic semantics errors (bitfields not of type int, signed int | bde | 1998-06-08 | 1 | -3/+3 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -3/+3 |
* | Get rid of some unneeded #ifdef TTCP lines. Also, get rid of some | wollman | 1995-02-14 | 1 | -11/+2 |
* | Merge in T/TCP TCP header file changes. | wollman | 1995-02-08 | 1 | -3/+30 |