summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_output.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-3/+3
* Fix typo; s/ouput/outputkevlo2012-11-071-1/+1
* Forced commit to provide the correct commit message to r242251:andre2012-10-291-3/+3
* Prevent a flurry of forced window updates when an application isandre2012-10-281-11/+29
* When SYN or SYN/ACK had to be retransmitted RFC5681 requires us toandre2012-10-281-2/+6
* Switch the entire IPv4 stack to keep the IP packet headerglebius2012-10-221-2/+2
* If ip_output() returns EMSGSIZE to tcp_output(), then the latter callsglebius2012-07-161-16/+27
* - Updated TOE support in the kernel.np2012-06-191-0/+8
* It turns out that too many drivers are not only parsing the L2/3/4bz2012-05-281-1/+2
* MFp4 bz_ipv6_fast:bz2012-05-251-6/+11
* When we receive an ICMP unreach need fragmentation datagram, we takeglebius2012-04-161-1/+1
* Fix PAWS (Protect Against Wrapped Sequence numbers) in cases whenbz2012-02-151-2/+2
* Restore sysctl names for tcp_sendspace/tcp_recvspace.pluknet2011-11-021-1/+1
* Move the tcp_sendspace and tcp_recvspace sysctl's fromandre2011-10-161-0/+5
* Remove the ss_fltsz and ss_fltsz_local sysctl's which haveandre2011-10-161-10/+0
* Increase the defaults for the maximum socket buffer limit,bz2011-08-251-1/+1
* Remove #ifdef notyet code dating back to 4.3BSD Net/2 (and possibly earlier).cperciva2011-07-051-18/+1
* Fix a KASSERT from r212803 to check the correct length also in case ofbz2011-06-201-1/+8
* Advance the advertised window (rcv_adv) to the currently received datajhb2011-06-131-1/+1
OpenPOWER on IntegriCloud