aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c
AgeCommit message (Expand)Author
2020-07-31tcp: allow at most one TLP probe per flightYuchung Cheng
2020-07-22tcp: md5: do not send silly options in SYNCOOKIESEric Dumazet
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-12-17tcp: fix SNMP under-estimation on failed retransmissionYuchung Cheng
2019-09-10tcp: inherit timestamp on mtu probeWillem de Bruijn
2019-08-09tcp: 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: lack of available data can also cause TSO deferEric Dumazet
2018-12-17tcp: fix NULL ref in tail loss probeYuchung Cheng
2018-12-17tcp: Do not underestimate rwnd_limitedEric Dumazet
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-25tcp: purge write queue in tcp_connect_init()Eric Dumazet
2018-03-08tcp_bbr: better deal with suboptimal GSOEric Dumazet
2018-03-08tcp: Honor the eor bit in tcp_mtu_probeIlya Lesokhin
2017-12-17tcp: when scheduling TLP, time of RTO should account for current ACKNeal Cardwell
2017-11-03tcp: do not mangle skb->cb[] in tcp_make_synack()Eric Dumazet
2017-11-01tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet
2017-10-28tcp: refresh tp timestamp before tcp_mtu_probe()Eric Dumazet
2017-10-26tcp: call tcp_rate_skb_sent() when retransmit with unaligned skb->dataYousuk Seung
2017-10-23tcp: do tcp_mstamp_refresh before retransmits on TSQ handlerKoichiro Den
2017-09-19tcp: fastopen: fix on syn-data transmit failureEric Dumazet
2017-09-18tcp: remove two unused functionsYuchung Cheng
2017-09-16tcp: fix data delivery rateEric Dumazet
2017-09-15tcp: update skb->skb_mstamp more carefullyEric Dumazet
2017-08-30tcp: Revert "tcp: remove header prediction"Florian Westphal
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-08tcp: fastopen: tcp_connect() must refresh the routeEric Dumazet
2017-08-03tcp: fix xmit timer to only be reset if data ACKed/SACKedNeal Cardwell
2017-08-03tcp: enable xmit timer fix by having TLP use time when RTO should fireNeal Cardwell
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-07-31tcp: remove header predictionFlorian Westphal
2017-07-29tcp: avoid bogus gcc-7 array-bounds warningArnd Bergmann
2017-07-19tcp: adjust tail loss probe timeoutYuchung Cheng
2017-07-04net: reflect mark on tcp syn ack packetsJamal Hadi Salim
2017-07-01bpf: Add support for changing congestion controlLawrence Brakmo
2017-07-01bpf: Add TCP connection BPF callbacksLawrence Brakmo
2017-07-01bpf: Support for setting initial receive windowLawrence Brakmo
2017-07-01bpf: Support for per connection SYN/SYN-ACK RTOsLawrence Brakmo
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena
2017-06-08tcp: Namespaceify sysctl_tcp_timestampsEric Dumazet
2017-06-08tcp: Namespaceify sysctl_tcp_window_scalingEric Dumazet
2017-06-08tcp: Namespaceify sysctl_tcp_sackEric Dumazet
2017-06-02tcp: remove unnecessary skb_reset_tail_pointer()Eric Dumazet
2017-05-17tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet