summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_output.c
Commit message (Expand)AuthorAgeFilesLines
* Partial MFC r316676 and the required r313045smh2017-04-241-4/+6
* MFC r312982:cy2017-02-061-2/+2
* MFC 300981sephe2016-06-231-3/+11
* MFC r300240truckman2016-06-201-1/+1
* MFC r294840hiren2016-01-281-1/+1
* o Fix SCTP ICMPv6 error message vulnerability. [SA-16:01.sctp]glebius2016-01-141-2/+4
* MFC r292706:pkelsey2015-12-281-1/+70
* MFC r287775:hselasky2015-10-081-1/+11
* MFC r284941:hiren2015-07-221-0/+24
* Fix resource exhaustion due to sessions stuck in LAST_ACK state.delphij2015-07-211-2/+9
* MFC r274376:hselasky2014-11-191-8/+8
* MFC r271946 and r272595:hselasky2014-11-031-11/+95
* MFC r272720, 273061, 273062, 273063, 273064sbruno2014-10-291-1/+16
* Merge r262763, r262767, r262771, r262806 from head:glebius2014-03-211-2/+2
* MFC r258622: dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEavg2014-01-171-2/+2
* 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
* Handle a rare edge case with nearly full TCP receive buffers. If a TCPjhb2011-05-021-5/+12
* Make the TCP code compile without INET. Sort #includes and add #ifdef INETs.bz2011-04-301-5/+10
* TCP reuses t_rxtshift to determine the backoff timer used for both thejhb2011-04-291-0/+1
* When checking to see if a window update should be sent to the remote peer,jhb2011-04-181-0/+8
* - Add some helper hook points to the TCP stack. The hooks allow Khelp modules tolstewart2010-12-281-0/+28
* - Reinstantiate the after_idle hook call in tcp_output(), which got lostlstewart2010-12-021-32/+3
* Add new, per connection, statistics for TCP, including:gnn2010-11-171-2/+4
* This commit marks the first formal contribution of the "Five New TCP Congestionlstewart2010-11-121-8/+16
* Rearrange the TSO code to make it more readable and to clearlyandre2010-09-171-33/+49
* Remove the TCP inflight bandwidth limiter as announced in r211315andre2010-09-161-1/+0
* If a TCP connection has been idle for one retransmit timeout or moreandre2010-08-181-15/+26
OpenPOWER on IntegriCloud