summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_output.c
Commit message (Expand)AuthorAgeFilesLines
* MFS r361436: MFC r361347: With RFC3168 ECN, CWR SHOULD only be sent with new ...Richard Scheffenegger2020-05-271-9/+10
* Improve the TCP SACK generation by reporting DSACKsMichael Tuexen2020-04-241-1/+7
* MFC r333244:Andrey V. Elsukov2018-05-151-2/+0
* MFC r306768:Jonathan T. Looney2018-04-201-3/+4
* Revert r330897:Eitan Adler2018-03-291-2/+0
* Partial merge of the SPDX changesEitan Adler2018-03-141-0/+2
* MFC r306767:Eitan Adler2018-03-031-1/+1
* MFC r326847:Andrey V. Elsukov2017-12-211-2/+3
* MFC r314155:Michael Tuexen2017-06-011-0/+2
* MFC r316676:Steven Hartland2017-04-241-4/+6
* MFC r316065: Enable route and LLE (ndp) caching in TCP/IPv6Mike Karels2017-04-221-7/+4
* MFC: 311225, 311243, 313045George V. Neville-Neil2017-03-301-1/+1
* MFC r304572 (by bz):Andrey V. Elsukov2017-03-181-21/+46
* MFC r312982:Cy Schubert2017-02-061-2/+2
* MFC r309858Hiren Panchasara2017-01-041-19/+21
* tcp: Don't prematurely drop receiving-only connectionsSepherosa Ziehau2016-05-301-3/+11
* Change net.inet.tcp.ecn.enable sysctl mib from a binary off/onDon Lewis2016-05-191-1/+1
* sys/net*: minor spelling fixes.Pedro F. Giffuni2016-05-031-4/+4
* FreeBSD previously provided route caching for TCP (and UDP). Re-addGeorge V. Neville-Neil2016-03-241-7/+3
* to_flags is currently a 64-bit integer; however, we only use 7 bits.Jonathan T. Looney2016-03-221-1/+1
* Fix dtrace probes (introduced in 287759): debug__input was usedGeorge V. Neville-Neil2016-03-031-1/+1
* Rename netinet/tcp_cc.h to netinet/cc/cc.h.Gleb Smirnoff2016-01-271-1/+1
* Persist timers TCPTV_PERSMIN and TCPTV_PERSMAX are hardcoded with 5 seconds andHiren Panchasara2016-01-261-1/+1
* - Rename cc.h to more meaningful tcp_cc.h.Gleb Smirnoff2016-01-211-1/+2
* There is a bug in tcp_output()'s implementation of the TCP_SIGNATUREGleb Smirnoff2016-01-141-2/+4
* Historically we have two fields in tcpcb to describe sender MSS: t_maxopd,Gleb Smirnoff2016-01-071-8/+8
* Implementation of server-side TCP Fast Open (TFO) [RFC7413].Patrick Kelsey2015-12-241-1/+70
* There are times when it would be really nice to have a record of the last fewHiren Panchasara2015-10-141-0/+13
* Update TSO limits to include all headers.Hans Petter Selasky2015-09-141-1/+11
* dd DTrace probe points, translators and a corresponding scriptGeorge V. Neville-Neil2015-09-131-0/+1
* Remove stale comment.Kristof Provost2015-07-251-1/+0
* Fix resource exhaustion due to sessions stuck in LAST_ACK state.Xin LI2015-07-211-2/+9
* Avoid a situation where we do not set persist timer after a zero windowHiren Panchasara2015-06-291-0/+24
* To ease changes to underlying mbuf structure and the mbuf allocator, reduceRobert Watson2015-01-051-1/+1
* In preparation of merging projects/sendfile, transform bare access toGleb Smirnoff2014-11-121-13/+18
* Fix some minor TSO issues:Hans Petter Selasky2014-11-111-8/+8
* Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.Gleb Smirnoff2014-11-071-6/+6
* Catch ipv6 case when attempting to do PLPMTUD blackhole detection.Sean Bruno2014-10-131-0/+5
* Implement PLPMTUD blackhole detection (RFC 4821), inspired by codeSean Bruno2014-10-071-1/+11
* Minor code styling.Hans Petter Selasky2014-10-061-17/+16
* Improve transmit sending offload, TSO, algorithm in general.Hans Petter Selasky2014-09-221-11/+96
* Revert r271504. A new patch to solve this issue will be made.Hans Petter Selasky2014-09-131-74/+3
* Improve transmit sending offload, TSO, algorithm in general.Hans Petter Selasky2014-09-131-3/+74
* Fix a typo.Hiren Panchasara2014-07-031-1/+1
* - Remove rt_metrics_lite and simply put its members into rtentry.Gleb Smirnoff2014-03-051-2/+2
* dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEAndriy Gapon2013-11-261-2/+2
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao2013-11-251-1/+0
* Implement the ip, tcp, and udp DTrace providers. The probe definitions useMark Johnston2013-08-251-0/+20
* Allow drivers to specify a maximum TSO length in bytes if they areAndre Oppermann2013-06-031-4/+5
* Fix tcp_output() so that tcpcb is updated in the same manner when anGleb Smirnoff2013-04-111-70/+74