| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix Denial of Service in TCP packet processing. | Xin LI | 2014-09-16 | 1 | -5/+1 |
| * | Revert MFC of r258821 - it was already handled by MFC of r239672. | Peter Wemm | 2014-01-08 | 1 | -4/+2 |
| * | MFC r258821 - fix tcp simultaneous close | Peter Wemm | 2014-01-07 | 1 | -2/+4 |
| * | MFC r259906: Draft-ietf-tcpm-initcwnd-05 became RFC6928. | Sergey Kandaurov | 2014-01-02 | 1 | -2/+2 |
| * | MFC r226454 (by bz): | Konstantin Belousov | 2013-07-06 | 1 | -1/+1 |
| * | MFC r226433: | Andre Oppermann | 2013-07-05 | 1 | -2/+7 |
| * | MFC r242266: | Andre Oppermann | 2013-07-05 | 1 | -0/+12 |
| * | MFC r226447: | Andre Oppermann | 2013-07-05 | 1 | -52/+20 |
| * | MFC r249317: | Andre Oppermann | 2013-07-05 | 1 | -0/+9 |
| * | MFC r249809: | Andre Oppermann | 2013-07-05 | 1 | -1/+12 |
| * | MFC r291296, r291297, r291393: | Andre Oppermann | 2013-07-05 | 1 | -7/+10 |
| * | MFC r252026: | Andrey V. Elsukov | 2013-07-04 | 1 | -2/+2 |
| * | MFC/backport core kernel and userspace parts of r237263 (TCP_OFFLOAD | Navdeep Parhar | 2013-07-03 | 1 | -0/+11 |
| * | MFC r245783: | Lawrence Stewart | 2013-05-01 | 1 | -1/+1 |
| * | MFC: r227309 (partial) | Marius Strobl | 2013-03-09 | 1 | -1/+1 |
| * | MFC r239672 (by rrs): | Mark Johnston | 2013-02-19 | 1 | -0/+30 |
| * | MFC r244360: | Andrey V. Elsukov | 2012-12-20 | 1 | -2/+12 |
| * | Merge from head r244157: | Gleb Smirnoff | 2012-12-15 | 1 | -0/+2 |
| * | MFC r242079: | Andrey V. Elsukov | 2012-11-27 | 1 | -12/+6 |
| * | MFC r236170,236176: | Bjoern A. Zeeb | 2012-07-08 | 1 | -1/+1 |
| * | MFC r235950: | Bjoern A. Zeeb | 2012-07-08 | 1 | -2/+4 |
| * | MFC r235961: | Bjoern A. Zeeb | 2012-07-08 | 1 | -2/+20 |
| * | MFC r236575 (by emax): | Bjoern A. Zeeb | 2012-06-05 | 1 | -1/+4 |
| * | MFC r231767: | Bjoern A. Zeeb | 2012-05-19 | 1 | -14/+18 |
| * | Merge 234342 from head: | Gleb Smirnoff | 2012-05-05 | 1 | -8/+11 |
| * | Merge 231025 from head: | Gleb Smirnoff | 2012-03-13 | 1 | -8/+8 |
| * | MFC 229665,229672,229700: | John Baldwin | 2012-01-13 | 1 | -3/+0 |
| * | MFC r226060: | Attilio Rao | 2011-10-11 | 1 | -16/+0 |
| * | Increase the defaults for the maximum socket buffer limit, | Bjoern A. Zeeb | 2011-08-25 | 1 | -1/+1 |
| * | Fix compilation in case of defined(INET) && defined(IPFIREWALL_FORWARD) | Bjoern A. Zeeb | 2011-08-20 | 1 | -5/+2 |
| * | Add support for IPv6 to ipfw fwd: | Bjoern A. Zeeb | 2011-08-20 | 1 | -22/+47 |
| * | Add _mbuf() variants of various inpcb-related interfaces, including lookup, | Robert Watson | 2011-06-04 | 1 | -6/+8 |
| * | Decompose the current single inpcbinfo lock into two locks: | Robert Watson | 2011-05-30 | 1 | -139/+99 |
| * | Oops, fix order of sequence numbers in KASSERT()'s to catch negative | John Baldwin | 2011-05-14 | 1 | -1/+1 |
| * | Handle a rare edge case with nearly full TCP receive buffers. If a TCP | John Baldwin | 2011-05-02 | 1 | -1/+7 |
| * | Fix a mismerge from p4 in that in_localaddr() is not available without INET. | Bjoern A. Zeeb | 2011-04-30 | 1 | -1/+5 |
| * | Make the TCP code compile without INET. Sort #includes and add #ifdef INETs. | Bjoern A. Zeeb | 2011-04-30 | 1 | -26/+84 |
| * | TCP reuses t_rxtshift to determine the backoff timer used for both the | John Baldwin | 2011-04-29 | 1 | -1/+4 |
| * | Add the possibility to verify MD5 hash of incoming TCP packets. | Attilio Rao | 2011-04-25 | 1 | -4/+99 |
| * | Use the full and proper company name for Swinburne University of Technology | Lawrence Stewart | 2011-04-12 | 1 | -3/+3 |
| * | Clamp the initial advertised receive window when responding to a SYN/ACK | John Baldwin | 2011-03-30 | 1 | -1/+2 |
| * | Reset the last_sack_ack SACK hint for TCP input processing to ensure that the | Lawrence Stewart | 2011-01-10 | 1 | -0/+1 |
| * | Trim extra spaces before tabs. | John Baldwin | 2011-01-07 | 1 | -2/+2 |
| * | - Add some helper hook points to the TCP stack. The hooks allow Khelp modules to | Lawrence Stewart | 2010-12-28 | 1 | -0/+29 |
| * | Set ssthresh appropriately on RTO. This change was accidentally not ported from | Lawrence Stewart | 2010-12-02 | 1 | -0/+2 |
| * | This commit marks the first formal contribution of the "Five New TCP Congestion | Lawrence Stewart | 2010-11-12 | 1 | -231/+253 |
| * | Remove the TCP inflight bandwidth limiter as announced in r211315 | Andre Oppermann | 2010-09-16 | 1 | -4/+0 |
| * | Use timestamp modulo comparison macro for automatic receive buffer | Andre Oppermann | 2010-08-27 | 1 | -1/+1 |
| * | Untangle the net.inet.tcp.log_in_vain and net.inet.tcp.log_debug | Andre Oppermann | 2010-08-18 | 1 | -1/+1 |
| * | MFP4: @176978-176982, 176984, 176990-176994, 177441 | Bjoern A. Zeeb | 2010-04-29 | 1 | -15/+24 |