aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c
Commit message (Expand)AuthorAge
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-21
* tcp: better SYNACK sent timestampYuchung Cheng2019-05-01
* tcp: remove redundant check on tskbColin Ian King2019-04-06
* tcp: remove conditional branches from tcp_mstamp_refresh()Eric Dumazet2019-03-23
* tcp: remove tcp_queue argument from tso_fragment()Eric Dumazet2019-02-26
* tcp: convert tcp_md5_needed to static_branch APIEric Dumazet2019-02-26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-24
|\
| * tcp: repaired skbs must init their tso_segsEric Dumazet2019-02-23
* | tcp: change pingpong threshold to 3Wei Wang2019-01-27
* | tcp: Refactor pingpong codeWei Wang2019-01-27
* | tcp: allow zerocopy with fastopenWillem de Bruijn2019-01-26
* | tcp: less aggressive window probing on local congestionYuchung Cheng2019-01-17
* | tcp: always set retrans_stamp on recoveryYuchung Cheng2019-01-17
* | tcp: always timestamp on every skb transmissionYuchung Cheng2019-01-17
|/
* tcp: handle EOR and FIN conditions the same in tcp_tso_should_defer()Eric Dumazet2018-12-10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-10
|\
| * tcp: lack of available data can also cause TSO deferEric Dumazet2018-12-07
| * tcp: fix NULL ref in tail loss probeYuchung Cheng2018-12-05
| * tcp: Do not underestimate rwnd_limitedEric Dumazet2018-12-05
| * tcp: fix SNMP under-estimation on failed retransmissionYuchung Cheng2018-11-30
* | tcp: md5: add tcp_md5_needed jump labelEric Dumazet2018-11-30
* | tcp: remove loop to compute wscaleEric Dumazet2018-11-29
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-24
|\|
| * tcp: defer SACK compression after DupThreshEric Dumazet2018-11-21
* | tcp: tsq: no longer use limit_output_bytes for paced flowsEric Dumazet2018-11-11
* | tcp: get rid of tcp_tso_should_defer() dependency on HZ/jiffiesEric Dumazet2018-11-11
* | tcp: refine tcp_tso_should_defer() after EDT adoptionEric Dumazet2018-11-11
* | tcp: do not try to defer skbs with eor mark (MSG_EOR)Eric Dumazet2018-11-11
|/
* tcp: add tcp_reset_xmit_timer() helperEric Dumazet2018-10-23
* tcp: fix TCP_REPAIR xmit queue setupEric Dumazet2018-10-18
* tcp: optimize tcp internal pacingEric Dumazet2018-10-16
* tcp: mitigate scheduling jitter in EDT pacing modelEric Dumazet2018-10-16
* net: extend sk_pacing_rate to unsigned longEric Dumazet2018-10-16
* tcp: do not change tcp_wstamp_ns in tcp_mstamp_refreshEric Dumazet2018-10-16
* tcp: up initial rmem to 128KB and SYN rwin to around 64KBYuchung Cheng2018-09-29
* tcp: switch tcp_internal_pacing() to tcp_wstamp_nsEric Dumazet2018-09-21
* tcp: switch tcp and sch_fq to new earliest departure time modelEric Dumazet2018-09-21
* tcp: switch internal pacing timer to CLOCK_TAIEric Dumazet2018-09-21
* tcp: provide earliest departure time in skb->tstampEric Dumazet2018-09-21
* tcp: add tcp_wstamp_ns socket fieldEric Dumazet2018-09-21
* tcp: introduce tcp_skb_timestamp_us() helperEric Dumazet2018-09-21
* tcp: remove set but not used variable 'skb_size'Wei Yongjun2018-08-01
* tcp: add data bytes retransmitted statsWei Wang2018-08-01
* tcp: add data bytes sent statsWei Wang2018-08-01
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-24
|\
| * tcp: do not cancel delay-AcK on DCTCP special ACKYuchung Cheng2018-07-20
| * tcp: helpers to send special DCTCP ackYuchung Cheng2018-07-20
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-21
|\|
| * tcp: remove DELAYED ACK events in DCTCPYuchung Cheng2018-07-13
* | tcp_bbr: fix bbr pacing rate for internal pacingEric Dumazet2018-06-22
|/