| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r333244: | Andrey V. Elsukov | 2018-05-15 | 1 | -2/+0 |
| * | MFC r306768: | Jonathan T. Looney | 2018-04-20 | 1 | -3/+4 |
| * | Revert r330897: | Eitan Adler | 2018-03-29 | 1 | -2/+0 |
| * | Partial merge of the SPDX changes | Eitan Adler | 2018-03-14 | 1 | -0/+2 |
| * | MFC r306767: | Eitan Adler | 2018-03-03 | 1 | -1/+1 |
| * | MFC r326847: | Andrey V. Elsukov | 2017-12-21 | 1 | -2/+3 |
| * | MFC r314155: | Michael Tuexen | 2017-06-01 | 1 | -0/+2 |
| * | MFC r316676: | Steven Hartland | 2017-04-24 | 1 | -4/+6 |
| * | MFC r316065: Enable route and LLE (ndp) caching in TCP/IPv6 | Mike Karels | 2017-04-22 | 1 | -7/+4 |
| * | MFC: 311225, 311243, 313045 | George V. Neville-Neil | 2017-03-30 | 1 | -1/+1 |
| * | MFC r304572 (by bz): | Andrey V. Elsukov | 2017-03-18 | 1 | -21/+46 |
| * | MFC r312982: | Cy Schubert | 2017-02-06 | 1 | -2/+2 |
| * | MFC r309858 | Hiren Panchasara | 2017-01-04 | 1 | -19/+21 |
| * | tcp: Don't prematurely drop receiving-only connections | Sepherosa Ziehau | 2016-05-30 | 1 | -3/+11 |
| * | Change net.inet.tcp.ecn.enable sysctl mib from a binary off/on | Don Lewis | 2016-05-19 | 1 | -1/+1 |
| * | sys/net*: minor spelling fixes. | Pedro F. Giffuni | 2016-05-03 | 1 | -4/+4 |
| * | FreeBSD previously provided route caching for TCP (and UDP). Re-add | George V. Neville-Neil | 2016-03-24 | 1 | -7/+3 |
| * | to_flags is currently a 64-bit integer; however, we only use 7 bits. | Jonathan T. Looney | 2016-03-22 | 1 | -1/+1 |
| * | Fix dtrace probes (introduced in 287759): debug__input was used | George V. Neville-Neil | 2016-03-03 | 1 | -1/+1 |
| * | Rename netinet/tcp_cc.h to netinet/cc/cc.h. | Gleb Smirnoff | 2016-01-27 | 1 | -1/+1 |
| * | Persist timers TCPTV_PERSMIN and TCPTV_PERSMAX are hardcoded with 5 seconds and | Hiren Panchasara | 2016-01-26 | 1 | -1/+1 |
| * | - Rename cc.h to more meaningful tcp_cc.h. | Gleb Smirnoff | 2016-01-21 | 1 | -1/+2 |
| * | There is a bug in tcp_output()'s implementation of the TCP_SIGNATURE | Gleb Smirnoff | 2016-01-14 | 1 | -2/+4 |
| * | Historically we have two fields in tcpcb to describe sender MSS: t_maxopd, | Gleb Smirnoff | 2016-01-07 | 1 | -8/+8 |
| * | Implementation of server-side TCP Fast Open (TFO) [RFC7413]. | Patrick Kelsey | 2015-12-24 | 1 | -1/+70 |
| * | There are times when it would be really nice to have a record of the last few | Hiren Panchasara | 2015-10-14 | 1 | -0/+13 |
| * | Update TSO limits to include all headers. | Hans Petter Selasky | 2015-09-14 | 1 | -1/+11 |
| * | dd DTrace probe points, translators and a corresponding script | George V. Neville-Neil | 2015-09-13 | 1 | -0/+1 |
| * | Remove stale comment. | Kristof Provost | 2015-07-25 | 1 | -1/+0 |
| * | Fix resource exhaustion due to sessions stuck in LAST_ACK state. | Xin LI | 2015-07-21 | 1 | -2/+9 |
| * | Avoid a situation where we do not set persist timer after a zero window | Hiren Panchasara | 2015-06-29 | 1 | -0/+24 |
| * | To ease changes to underlying mbuf structure and the mbuf allocator, reduce | Robert Watson | 2015-01-05 | 1 | -1/+1 |
| * | In preparation of merging projects/sendfile, transform bare access to | Gleb Smirnoff | 2014-11-12 | 1 | -13/+18 |
| * | Fix some minor TSO issues: | Hans Petter Selasky | 2014-11-11 | 1 | -8/+8 |
| * | Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed. | Gleb Smirnoff | 2014-11-07 | 1 | -6/+6 |
| * | Catch ipv6 case when attempting to do PLPMTUD blackhole detection. | Sean Bruno | 2014-10-13 | 1 | -0/+5 |
| * | Implement PLPMTUD blackhole detection (RFC 4821), inspired by code | Sean Bruno | 2014-10-07 | 1 | -1/+11 |
| * | Minor code styling. | Hans Petter Selasky | 2014-10-06 | 1 | -17/+16 |
| * | Improve transmit sending offload, TSO, algorithm in general. | Hans Petter Selasky | 2014-09-22 | 1 | -11/+96 |
| * | Revert r271504. A new patch to solve this issue will be made. | Hans Petter Selasky | 2014-09-13 | 1 | -74/+3 |
| * | Improve transmit sending offload, TSO, algorithm in general. | Hans Petter Selasky | 2014-09-13 | 1 | -3/+74 |
| * | Fix a typo. | Hiren Panchasara | 2014-07-03 | 1 | -1/+1 |
| * | - Remove rt_metrics_lite and simply put its members into rtentry. | Gleb Smirnoff | 2014-03-05 | 1 | -2/+2 |
| * | dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINE | Andriy Gapon | 2013-11-26 | 1 | -2/+2 |
| * | - For kernel compiled only with KDTRACE_HOOKS and not any lock debugging | Attilio Rao | 2013-11-25 | 1 | -1/+0 |
| * | Implement the ip, tcp, and udp DTrace providers. The probe definitions use | Mark Johnston | 2013-08-25 | 1 | -0/+20 |
| * | Allow drivers to specify a maximum TSO length in bytes if they are | Andre Oppermann | 2013-06-03 | 1 | -4/+5 |
| * | Fix tcp_output() so that tcpcb is updated in the same manner when an | Gleb Smirnoff | 2013-04-11 | 1 | -70/+74 |
| * | - Replace compat macros with function calls. | Gleb Smirnoff | 2013-03-16 | 1 | -1/+1 |
| * | - Use m_getcl() instead of hand allocating. | Gleb Smirnoff | 2013-03-15 | 1 | -12/+8 |