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