| Commit message (Expand) | Author | Age | Files | Lines |
* | When a SYN-ACK is received in SYN-SENT state, RFC 793 requires the | tuexen | 2017-06-01 | 1 | -7/+10 |
* | MFC r316743: | tuexen | 2017-06-01 | 1 | -0/+10 |
* | MFC r316676: | smh | 2017-04-24 | 1 | -60/+63 |
* | MFC: 311225, 311243, 313045 | gnn | 2017-03-30 | 1 | -13/+12 |
* | MFC r304572 (by bz): | ae | 2017-03-18 | 1 | -71/+45 |
* | MFC r309397: | tuexen | 2016-12-18 | 1 | -0/+2 |
* | MFC r308832: | tuexen | 2016-12-18 | 1 | -1/+0 |
* | MFC r308745: | tuexen | 2016-12-18 | 1 | -0/+2 |
* | MFC r307545 | hiren | 2016-11-01 | 1 | -1/+9 |
* | MFC r307551: | jch | 2016-10-25 | 1 | -0/+18 |
* | MFC r306458: Properly preserve ip_tos bits for IPv4 packets | lidl | 2016-10-13 | 1 | -15/+8 |
* | Cleanup unneded include "opt_ipfw.h". | ae | 2016-06-09 | 1 | -1/+0 |
* | Change net.inet.tcp.ecn.enable sysctl mib from a binary off/on | truckman | 2016-05-19 | 1 | -1/+1 |
* | Tiny refactor of r294869/r296881: use defines to mask the VNET() macro. | glebius | 2016-05-17 | 1 | -2/+2 |
* | sys/net*: minor spelling fixes. | pfg | 2016-05-03 | 1 | -2/+2 |
* | Prevent underflows in tp->snd_wnd if the remote side ACKs more than | jtl | 2016-04-21 | 1 | -2/+11 |
* | Fix kernel build after adding new sysctl asserts in r296933. | hselasky | 2016-03-16 | 1 | -1/+1 |
* | Redo r294869. The array of counters for TCP states doesn't belong to | glebius | 2016-03-15 | 1 | -3/+26 |
* | Rename netinet/tcp_cc.h to netinet/cc/cc.h. | glebius | 2016-01-27 | 1 | -1/+1 |
* | - Rename cc.h to more meaningful tcp_cc.h. | glebius | 2016-01-21 | 1 | -1/+2 |
* | Cleanup TCP files from unnecessary interface related includes. | glebius | 2016-01-21 | 1 | -1/+1 |
* | Historically we have two fields in tcpcb to describe sender MSS: t_maxopd, | glebius | 2016-01-07 | 1 | -58/+44 |
* | When checking the inp_ip_minttl restriction for IPv6 packets, don't check | jtl | 2015-12-29 | 1 | -3/+4 |
* | Implementation of server-side TCP Fast Open (TFO) [RFC7413]. | pkelsey | 2015-12-24 | 1 | -9/+90 |
* | First cut of the modularization of our TCP stack. Still | rrs | 2015-12-16 | 1 | -41/+21 |
* | One of the ways to detect loss is to count duplicate acks coming back from the | hiren | 2015-12-08 | 1 | -8/+33 |
* | Improve the sysctl node name. | hiren | 2015-11-05 | 1 | -1/+1 |
* | Calculate the correct amount of bytes that are in-flight for a connection as | hiren | 2015-10-28 | 1 | -2/+25 |
* | Add sysctl tunable net.inet.tcp.initcwnd_segments to specify initial congestion | hiren | 2015-10-27 | 1 | -10/+8 |
* | There are times when it would be really nice to have a record of the last few | hiren | 2015-10-14 | 1 | -0/+8 |
* | Add a comment specifying how we implement rfc3042. | hiren | 2015-10-06 | 1 | -0/+10 |
* | Eliminate nd6_nud_hint() and its TCP bindings. | melifaro | 2015-09-27 | 1 | -15/+0 |
* | dd DTrace probe points, translators and a corresponding script | gnn | 2015-09-13 | 1 | -0/+8 |
* | Decompose TCP INP_INFO lock to increase short-lived TCP connections scalability: | jch | 2015-08-03 | 1 | -55/+59 |
* | Revert r265338, r271089 and r271123 as those changes do not handle | pkelsey | 2015-07-29 | 1 | -2/+4 |
* | Check TCP timestamp option flag so that the automatic receive buffer | pkelsey | 2015-07-17 | 1 | -0/+1 |
* | Reverting r284710. | hiren | 2015-06-22 | 1 | -1/+1 |
* | Fix a typo: s/iff/if/ | hiren | 2015-06-22 | 1 | -1/+1 |
* | Correct the wording as we are increasing the window size. | hiren | 2015-05-19 | 1 | -1/+1 |
* | DCTCP (Data Center TCP) implementation. | hiren | 2015-01-12 | 1 | -0/+39 |
* | Do not count security policy violation twice. | ae | 2014-12-11 | 1 | -2/+0 |
* | Start process of removing the use of the deprecated "M_FLOWID" flag | hselasky | 2014-12-01 | 1 | -6/+4 |
* | Merge from projects/sendfile: extend protocols API to support | glebius | 2014-11-30 | 1 | -2/+2 |
* | In preparation of merging projects/sendfile, transform bare access to | glebius | 2014-11-12 | 1 | -7/+7 |
* | Remove ip6_getdstifaddr() and all functions to work with auxiliary data. | ae | 2014-11-08 | 1 | -2/+4 |
* | Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed. | glebius | 2014-11-07 | 1 | -16/+16 |
* | Improve transmit sending offload, TSO, algorithm in general. | hselasky | 2014-09-22 | 1 | -0/+2 |
* | FreeBSD-SA-14:19.tcp raised attention to the state of our stack | glebius | 2014-09-16 | 1 | -101/+78 |
* | Fix Denial of Service in TCP packet processing. | delphij | 2014-09-16 | 1 | -5/+1 |
* | In tcp_input(), don't acquire the pcbinfo global write lock for SYN | jhb | 2014-09-04 | 1 | -12/+15 |