summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_output.c
AgeCommit message (Expand)Author
2021-07-28Merge 4.4.277 into android-4.4-pGreg Kroah-Hartman
2021-07-28ipv6: tcp: drop silly ICMPv6 packet too big messagesEric Dumazet
2020-12-29Merge 4.4.249 into android-4.4-pGreg Kroah-Hartman
2020-12-29tcp: fix cwnd-limited bug for TSO deferral where we send nothingNeal Cardwell
2020-07-31Merge 4.4.232 into android-4.4-pGreg Kroah-Hartman
2020-07-31tcp: allow at most one TLP probe per flightYuchung Cheng
2020-01-04Merge 4.4.208 into android-4.4-pGreg Kroah-Hartman
2020-01-04tcp: do not send empty skb from tcp_write_xmit()Eric Dumazet
2019-12-21Merge 4.4.207 into android-4.4-pGreg Kroah-Hartman
2019-12-21tcp: md5: fix potential overestimation of TCP option spaceEric Dumazet
2019-08-11Merge 4.4.189 into android-4.4-pGreg Kroah-Hartman
2019-08-11tcp: be more careful in tcp_fragment()Eric Dumazet
2019-06-28Merge 4.4.184 into android-4.4-pGreg Kroah-Hartman
2019-06-27tcp: refine memory limit test in tcp_fragment()Eric Dumazet
2019-06-17Merge 4.4.182 into android-4.4-pGreg Kroah-Hartman
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-19Merge 4.4.168 into android-4.4-pGreg Kroah-Hartman
2018-12-17tcp: fix NULL ref in tail loss probeYuchung Cheng
2018-08-24Merge 4.4.152 into android-4.4-pGreg Kroah-Hartman
2018-08-24tcp: remove DELAYED ACK events in DCTCPYuchung Cheng
2018-07-31Merge 4.4.145 into android-4.4-pGreg Kroah-Hartman
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-26Merge 4.4.133 into android-4.4Greg Kroah-Hartman
2018-05-26tcp: purge write queue in tcp_connect_init()Eric Dumazet
2017-11-24Merge 4.4.101 into android-4.4Greg Kroah-Hartman
2017-11-24tcp: do not mangle skb->cb[] in tcp_make_synack()Eric Dumazet
2017-11-18Merge 4.4.99 into android-4.4Greg Kroah-Hartman
2017-11-18tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet
2017-08-14Merge 4.4.82 into android-4.4Greg Kroah-Hartman
2017-08-12tcp: fastopen: tcp_connect() must refresh the routeEric Dumazet
2017-05-15Merge 4.4.68 into android-4.4Greg Kroah-Hartman
2017-05-14tcp: do not underestimate skb->truesize in tcp_trim_head()Eric Dumazet
2017-03-02Merge branch 'upstream-linux-4.4.y' into android-4.4Todd Kjos
2017-02-18tcp: fix 0 divide in __tcp_select_window()Eric Dumazet
2016-11-15Merge tag 'v4.4.32' into android-4.4.yDmitry Shmidt
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-22Merge tag 'v4.4.19' into android-4.4.yDmitry Shmidt
2016-08-16tcp: consider recv buf for the initial window scaleSoheil Hassas Yeganeh
2016-08-01Merge tag 'v4.4.16' into android-4.4.yDmitry Shmidt
2016-05-18tcp: refresh skb timestamp at retransmit timeEric Dumazet
2016-02-16tcp: add a sysctl to config the tcp_default_init_rwndJP Abgrall
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