summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_output.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r333244:ae2018-05-151-2/+0
* MFC r306768:jtl2018-04-201-3/+4
* Revert r330897:eadler2018-03-291-2/+0
* Partial merge of the SPDX changeseadler2018-03-141-0/+2
* MFC r306767:eadler2018-03-031-1/+1
* MFC r326847:ae2017-12-211-2/+3
* MFC r314155:tuexen2017-06-011-0/+2
* MFC r316676:smh2017-04-241-4/+6
* MFC r316065: Enable route and LLE (ndp) caching in TCP/IPv6karels2017-04-221-7/+4
* MFC: 311225, 311243, 313045gnn2017-03-301-1/+1
* MFC r304572 (by bz):ae2017-03-181-21/+46
* MFC r312982:cy2017-02-061-2/+2
* MFC r309858hiren2017-01-041-19/+21
* tcp: Don't prematurely drop receiving-only connectionssephe2016-05-301-3/+11
* Change net.inet.tcp.ecn.enable sysctl mib from a binary off/ontruckman2016-05-191-1/+1
* sys/net*: minor spelling fixes.pfg2016-05-031-4/+4
* FreeBSD previously provided route caching for TCP (and UDP). Re-addgnn2016-03-241-7/+3
* to_flags is currently a 64-bit integer; however, we only use 7 bits.jtl2016-03-221-1/+1
* Fix dtrace probes (introduced in 287759): debug__input was usedgnn2016-03-031-1/+1
* Rename netinet/tcp_cc.h to netinet/cc/cc.h.glebius2016-01-271-1/+1
* Persist timers TCPTV_PERSMIN and TCPTV_PERSMAX are hardcoded with 5 seconds andhiren2016-01-261-1/+1
* - Rename cc.h to more meaningful tcp_cc.h.glebius2016-01-211-1/+2
* There is a bug in tcp_output()'s implementation of the TCP_SIGNATUREglebius2016-01-141-2/+4
* Historically we have two fields in tcpcb to describe sender MSS: t_maxopd,glebius2016-01-071-8/+8
* Implementation of server-side TCP Fast Open (TFO) [RFC7413].pkelsey2015-12-241-1/+70
* There are times when it would be really nice to have a record of the last fewhiren2015-10-141-0/+13
* Update TSO limits to include all headers.hselasky2015-09-141-1/+11
* dd DTrace probe points, translators and a corresponding scriptgnn2015-09-131-0/+1
* Remove stale comment.kp2015-07-251-1/+0
* Fix resource exhaustion due to sessions stuck in LAST_ACK state.delphij2015-07-211-2/+9
* Avoid a situation where we do not set persist timer after a zero windowhiren2015-06-291-0/+24
* To ease changes to underlying mbuf structure and the mbuf allocator, reducerwatson2015-01-051-1/+1
* In preparation of merging projects/sendfile, transform bare access toglebius2014-11-121-13/+18
* Fix some minor TSO issues:hselasky2014-11-111-8/+8
* Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.glebius2014-11-071-6/+6
* Catch ipv6 case when attempting to do PLPMTUD blackhole detection.sbruno2014-10-131-0/+5
* Implement PLPMTUD blackhole detection (RFC 4821), inspired by codesbruno2014-10-071-1/+11
* Minor code styling.hselasky2014-10-061-17/+16
* Improve transmit sending offload, TSO, algorithm in general.hselasky2014-09-221-11/+96
* Revert r271504. A new patch to solve this issue will be made.hselasky2014-09-131-74/+3
* Improve transmit sending offload, TSO, algorithm in general.hselasky2014-09-131-3/+74
* Fix a typo.hiren2014-07-031-1/+1
* - Remove rt_metrics_lite and simply put its members into rtentry.glebius2014-03-051-2/+2
* dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEavg2013-11-261-2/+2
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingattilio2013-11-251-1/+0
* Implement the ip, tcp, and udp DTrace providers. The probe definitions usemarkj2013-08-251-0/+20
* Allow drivers to specify a maximum TSO length in bytes if they areandre2013-06-031-4/+5
* Fix tcp_output() so that tcpcb is updated in the same manner when anglebius2013-04-111-70/+74
* - Replace compat macros with function calls.glebius2013-03-161-1/+1
* - Use m_getcl() instead of hand allocating.glebius2013-03-151-12/+8
OpenPOWER on IntegriCloud