aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-29tcp: up initial rmem to 128KB and SYN rwin to around 64KBYuchung Cheng1-21/+4
2018-09-21tcp: switch tcp_internal_pacing() to tcp_wstamp_nsEric Dumazet1-13/+4
2018-09-21tcp: switch tcp and sch_fq to new earliest departure time modelEric Dumazet1-4/+18
2018-09-21tcp: switch internal pacing timer to CLOCK_TAIEric Dumazet1-1/+1
2018-09-21tcp: provide earliest departure time in skb->tstampEric Dumazet1-7/+6
2018-09-21tcp: add tcp_wstamp_ns socket fieldEric Dumazet1-0/+16
2018-09-21tcp: introduce tcp_skb_timestamp_us() helperEric Dumazet1-1/+1
2018-08-01tcp: remove set but not used variable 'skb_size'Wei Yongjun1-2/+1
2018-08-01tcp: add data bytes retransmitted statsWei Wang1-0/+1
2018-08-01tcp: add data bytes sent statsWei Wang1-0/+1
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+24
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller1-4/+0
2018-07-20tcp: do not cancel delay-AcK on DCTCP special ACKYuchung Cheng1-3/+7
2018-07-20tcp: helpers to send special DCTCP ackYuchung Cheng1-5/+17
2018-07-13tcp: remove DELAYED ACK events in DCTCPYuchung Cheng1-4/+0
2018-06-22tcp_bbr: fix bbr pacing rate for internal pacingEric Dumazet1-14/+0
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+5
2018-05-18tcp: add TCPAckCompressed SNMP counterEric Dumazet1-0/+2
2018-05-18tcp: add SACK compressionEric Dumazet1-0/+7
2018-05-16tcp: purge write queue in tcp_connect_init()Eric Dumazet1-2/+5
2018-05-11tcp: switch pacing timer to softirq based hrtimerEric Dumazet1-44/+25
2018-04-27tcp: remove mss check in tcp_select_initial_window()Wei Wang1-5/+3
2018-04-24tcp: md5: only call tp->af_specific->md5_lookup() for md5 socketsEric Dumazet1-12/+14
2018-03-01tcp_bbr: better deal with suboptimal GSO (II)Eric Dumazet1-7/+8
2018-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+5
2018-02-22tcp_bbr: better deal with suboptimal GSOEric Dumazet1-4/+5
2018-02-21tcp: remove dead code after CHECKSUM_PARTIAL adoptionEric Dumazet1-33/+5
2018-02-21tcp: remove dead code from tcp_set_skb_tso_segs()Eric Dumazet1-1/+1
2018-02-12tcp: Honor the eor bit in tcp_mtu_probeIlya Lesokhin1-0/+25
2018-01-25bpf: Add BPF_SOCK_OPS_RETRANS_CBLawrence Brakmo1-0/+4
2018-01-25bpf: Support passing args to sock_ops bpf functionLawrence Brakmo1-1/+1
2018-01-08tcp: Split BUG_ON() in tcp_tso_should_defer() into two assertionsStefano Brivio1-1/+2
2017-12-13tcp: allow TLP in ECN CWRNeal Cardwell1-6/+3
2017-11-19tcp: when scheduling TLP, time of RTO should account for current ACKNeal Cardwell1-3/+5
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-132/+192
2017-11-14tcp: allow drivers to tweak TSQ logicEric Dumazet1-2/+2
2017-11-11tcp: use sequence distance to detect reorderingYuchung Cheng1-17/+0
2017-11-11tcp: retire FACK loss detectionYuchung Cheng1-4/+1
2017-11-10tcp: Namespace-ify sysctl_tcp_rmem and sysctl_tcp_wmemEric Dumazet1-1/+1
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar1-11/+11
2017-11-05tcp: do not clear again skb->csum in tcp_init_nondata_skb()Eric Dumazet1-1/+0
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+2
2017-11-03tcp: tcp_fragment() should not assume rtx skbsEric Dumazet1-1/+2
2017-11-03tcp: do not mangle skb->cb[] in tcp_make_synack()Eric Dumazet1-7/+2
2017-11-03tcp: add tracepoint trace_tcp_retransmit_synack()Song Liu1-0/+1
2017-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2017-11-01tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet1-1/+2
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+7
2017-10-28tcp: Namespace-ify sysctl_tcp_min_tso_segsEric Dumazet1-1/+2
2017-10-28tcp: Namespace-ify sysctl_tcp_limit_output_bytesEric Dumazet1-4/+2