summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_output.c
AgeCommit message (Expand)Author
2021-07-28ipv6: tcp: drop silly ICMPv6 packet too big messagesEric Dumazet
2020-12-29tcp: fix cwnd-limited bug for TSO deferral where we send nothingNeal Cardwell
2020-07-31tcp: allow at most one TLP probe per flightYuchung Cheng
2020-01-04tcp: do not send empty skb from tcp_write_xmit()Eric Dumazet
2019-12-21tcp: md5: fix potential overestimation of TCP option spaceEric Dumazet
2019-08-11tcp: be more careful in tcp_fragment()Eric Dumazet
2019-06-27tcp: refine memory limit test in tcp_fragment()Eric Dumazet
2019-06-17tcp: add tcp_min_snd_mss sysctlEric Dumazet
2019-06-17tcp: tcp_fragment() should apply sane memory limitsEric Dumazet
2019-06-17tcp: limit payload size of sacked skbsEric Dumazet
2018-12-17tcp: fix NULL ref in tail loss probeYuchung Cheng
2018-08-24tcp: remove DELAYED ACK events in DCTCPYuchung Cheng
2018-07-28tcp: do not cancel delay-AcK on DCTCP special ACKYuchung Cheng
2018-07-28tcp: helpers to send special DCTCP ackYuchung Cheng
2018-05-26tcp: purge write queue in tcp_connect_init()Eric Dumazet
2017-11-24tcp: do not mangle skb->cb[] in tcp_make_synack()Eric Dumazet
2017-11-18tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet
2017-08-12tcp: fastopen: tcp_connect() must refresh the routeEric Dumazet
2017-05-14tcp: do not underestimate skb->truesize in tcp_trim_head()Eric Dumazet
2017-02-18tcp: fix 0 divide in __tcp_select_window()Eric Dumazet
2016-11-15tcp: fix wrong checksum calculation on MTU probingDouglas Caetano dos Santos
2016-11-15tcp: fix overflow in __tcp_retransmit_skb()Eric Dumazet
2016-08-16tcp: consider recv buf for the initial window scaleSoheil Hassas Yeganeh
2016-05-18tcp: refresh skb timestamp at retransmit timeEric Dumazet
2015-12-17tcp: restore fastopen with no data in SYN packetEric Dumazet
2015-11-02net: make skb_set_owner_w() more robustEric Dumazet
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-21tcp: remove improper preemption check in tcp_xmit_probe_skb()Renato Westphal
2015-10-21tcp: remove tcp_mark_lost_retrans()Yuchung Cheng
2015-10-18tcp: do not set queue_mapping on SYNACKEric Dumazet
2015-10-12net: shrink struct sock and request_sock by 8 bytesEric Dumazet
2015-10-03tcp: attach SYNACK messages to request sockets instead of listenerEric Dumazet
2015-09-28tcp: Fix CWV being too strict on thin streamsBendik Rønning Opstad
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-09-25tcp/dccp: constify rtx_synack() and friendsEric Dumazet
2015-09-25tcp: constify tcp_make_synack() socket argumentEric Dumazet
2015-09-25tcp: remove tcp_ecn_make_synack() socket argumentEric Dumazet
2015-09-25tcp: remove tcp_synack_options() socket argumentEric Dumazet
2015-09-23tcp: add proper TS val into RST packetsEric Dumazet
2015-09-21tcp: send loss probe after 1s if no RTT availableYuchung Cheng
2015-09-17tcp: provide skb->hash to synack packetsEric Dumazet
2015-09-10tcp: generate CA_EVENT_TX_START on data framesNeal Cardwell
2015-08-25tcp: fix slow start after idle vs TSO/GSOEric Dumazet
2015-08-13tcp: TLP retransmits last if failed to send new packetYuchung Cheng
2015-08-13tcp: don't extend RTO on failed loss probe attemptsYuchung Cheng
2015-07-27tcp: tso: allow deferring under reordering stateEric Dumazet
2015-07-09tcp: v1 always send a quick ack when quickacks are enabledJon Maxwell
2015-06-11tcp: remove obsolete check in tcp_set_skb_tso_segs()Eric Dumazet
2015-06-11tcp: fill shinfo->gso_size at last momentEric Dumazet
2015-06-11tcp: tcp_set_skb_tso_segs() no longer need struct sock parameterEric Dumazet