summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: inherit timestamp on mtu probeWillem de Bruijn2019-09-101-1/+2
* tcp: be more careful in tcp_fragment()Eric Dumazet2019-08-091-1/+10
* tcp: refine memory limit test in tcp_fragment()Eric Dumazet2019-06-271-1/+1
* tcp: add tcp_min_snd_mss sysctlEric Dumazet2019-06-171-2/+1
* tcp: tcp_fragment() should apply sane memory limitsEric Dumazet2019-06-171-0/+5
* tcp: limit payload size of sacked skbsEric Dumazet2019-06-171-3/+3
* tcp: lack of available data can also cause TSO deferEric Dumazet2018-12-171-11/+24
* tcp: fix NULL ref in tail loss probeYuchung Cheng2018-12-171-4/+8
* tcp: Do not underestimate rwnd_limitedEric Dumazet2018-12-171-1/+4
* tcp: remove DELAYED ACK events in DCTCPYuchung Cheng2018-08-241-4/+0
* tcp: do not cancel delay-AcK on DCTCP special ACKYuchung Cheng2018-07-281-3/+8
* tcp: helpers to send special DCTCP ackYuchung Cheng2018-07-281-5/+17
* tcp: purge write queue in tcp_connect_init()Eric Dumazet2018-05-251-2/+5
* tcp_bbr: better deal with suboptimal GSOEric Dumazet2018-03-081-3/+5
* tcp: Honor the eor bit in tcp_mtu_probeIlya Lesokhin2018-03-081-0/+25
* tcp: when scheduling TLP, time of RTO should account for current ACKNeal Cardwell2017-12-171-3/+5
* tcp: do not mangle skb->cb[] in tcp_make_synack()Eric Dumazet2017-11-031-7/+2
* tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet2017-11-011-1/+2
* tcp: refresh tp timestamp before tcp_mtu_probe()Eric Dumazet2017-10-281-1/+1
* tcp: call tcp_rate_skb_sent() when retransmit with unaligned skb->dataYousuk Seung2017-10-261-1/+3
* tcp: do tcp_mstamp_refresh before retransmits on TSQ handlerKoichiro Den2017-10-231-1/+3
* tcp: fastopen: fix on syn-data transmit failureEric Dumazet2017-09-191-0/+9
* tcp: remove two unused functionsYuchung Cheng2017-09-181-34/+0
* tcp: fix data delivery rateEric Dumazet2017-09-161-4/+3
* tcp: update skb->skb_mstamp more carefullyEric Dumazet2017-09-151-7/+12
* tcp: Revert "tcp: remove header prediction"Florian Westphal2017-08-301-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-091-18/+9
|\
| * tcp: fastopen: tcp_connect() must refresh the routeEric Dumazet2017-08-081-0/+4
| * tcp: fix xmit timer to only be reset if data ACKed/SACKedNeal Cardwell2017-08-031-9/+0
| * tcp: enable xmit timer fix by having TLP use time when RTO should fireNeal Cardwell2017-08-031-9/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-011-2/+3
|\|
| * tcp: avoid bogus gcc-7 array-bounds warningArnd Bergmann2017-07-291-2/+3
* | tcp: remove header predictionFlorian Westphal2017-07-311-2/+0
* | tcp: adjust tail loss probe timeoutYuchung Cheng2017-07-191-7/+10
|/
* net: reflect mark on tcp syn ack packetsJamal Hadi Salim2017-07-041-0/+1
* bpf: Add support for changing congestion controlLawrence Brakmo2017-07-011-3/+5
* bpf: Add TCP connection BPF callbacksLawrence Brakmo2017-07-011-0/+1
* bpf: Support for setting initial receive windowLawrence Brakmo2017-07-011-1/+6
* bpf: Support for per connection SYN/SYN-ACK RTOsLawrence Brakmo2017-07-011-1/+1
* net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena2017-07-011-8/+7
* tcp: Namespaceify sysctl_tcp_timestampsEric Dumazet2017-06-081-3/+4
* tcp: Namespaceify sysctl_tcp_window_scalingEric Dumazet2017-06-081-2/+2
* tcp: Namespaceify sysctl_tcp_sackEric Dumazet2017-06-081-1/+1
* tcp: remove unnecessary skb_reset_tail_pointer()Eric Dumazet2017-06-021-4/+2
* tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet2017-05-171-8/+8
* tcp: replace misc tcp_time_stamp to tcp_jiffies32Eric Dumazet2017-05-171-2/+2
* tcp: uses jiffies_32 to feed tp->chrono_startEric Dumazet2017-05-171-1/+1
* tcp: use tcp_jiffies32 to feed probe_timestampEric Dumazet2017-05-171-3/+3
* tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtimeEric Dumazet2017-05-171-1/+1
* tcp: use tcp_jiffies32 to feed tp->snd_cwnd_stampEric Dumazet2017-05-171-4/+4