Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-03tcp: refactor tcp_retransmit_timer()Eric Dumazet
2019-10-13tcp: add rcu protection around tp->fastopen_rskEric Dumazet
2019-10-02tcp: adjust rto_base in retransmits_timed_out()Eric Dumazet
2019-09-27tcp: better handle TCP_USER_TIMEOUT in SYN_SENT stateEric Dumazet
2019-08-09tcp: add new tcp_mtu_probe_floor sysctlJosh Hunt
2019-06-16tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()Eric Dumazet
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-01tcp: lower congestion window on Fast Open SYNACK timeoutYuchung Cheng
2019-01-28tcp: Refactor pingpong codeWei Wang
2019-01-18tcp: retry more conservatively on local congestionYuchung Cheng
2019-01-18tcp: simplify window probe aborting on USER_TIMEOUTYuchung Cheng
2019-01-18tcp: create a helper to model exponential backoffYuchung Cheng
2019-01-18tcp: properly track retry time on passive Fast OpenYuchung Cheng
2019-01-18tcp: always set retrans_stamp on recoveryYuchung Cheng
2019-01-18tcp: exit if nothing to retransmit on RTO timeoutYuchung Cheng
2019-01-11tcp: change txhash on SYN-data timeoutYuchung Cheng
2018-12-01tcp: fix SNMP TCP timeout under-estimationYuchung Cheng
2018-12-01tcp: fix off-by-one bug on aborting window-probing socketYuchung Cheng
2018-11-25tcp: address problems caused by EDT misshapsEric Dumazet
2018-11-22tcp: defer SACK compression after DupThreshEric Dumazet
2018-10-16tcp: do not change tcp_wstamp_ns in tcp_mstamp_refreshEric Dumazet
2018-10-02tcp/fq: move back to CLOCK_MONOTONICEric Dumazet
2018-09-22tcp: switch internal pacing timer to CLOCK_TAIEric Dumazet
2018-09-22tcp: provide earliest departure time in skb->tstampEric Dumazet
2018-07-26tcp: make function tcp_retransmit_stamp() staticWei Yongjun
2018-07-21tcp: Add tcp_clamp_rto_to_user_timeout() helper to improve accuracyJon Maxwell
2018-07-21tcp: Add tcp_retransmit_stamp() helper routineJon Maxwell
2018-07-21tcp: convert icsk_user_timeout from jiffies to msecsJon Maxwell
2018-05-18tcp: add SACK compressionEric Dumazet
2018-05-11tcp: switch pacing timer to softirq based hrtimerEric Dumazet
2018-03-07tcp: purge write queue upon aborting the connectionSoheil Hassas Yeganeh
2018-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-26bpf: Add sock_ops RTO callbackLawrence Brakmo
2018-01-25net: tcp: close sock if net namespace is exitingDan Streetman
2017-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-14tcp: refresh tcp_mstamp from timers callbacksEric Dumazet
2017-12-13tcp: pause Fast Open globally after third consecutive timeoutYuchung Cheng
2017-11-05tcp: tcp_mtu_probing() cleanupEric Dumazet
2017-10-27tcp: Namespace-ify sysctl_tcp_thin_linear_timeoutsEric Dumazet
2017-10-18inet/connection_sock: Convert timers to use timer_setup()Kees Cook
2017-10-07tcp: implement rb-tree based retransmit queueEric Dumazet
2017-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-03net: fix keepalive code vs TCP_FASTOPEN_CONNECTEric Dumazet
2017-08-01tcp: remove prequeue supportFlorian Westphal
2017-05-24tcp: fix TCP_SYNCNT flakesEric Dumazet
2017-05-21tcp: fix tcp_probe_timer() for TCP_USER_TIMEOUTEric Dumazet
2017-05-17tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet
2017-05-17tcp: use tcp_jiffies32 to feed probe_timestampEric Dumazet
2017-05-17tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtimeEric Dumazet
2017-05-17tcp: use tcp_jiffies32 to feed tp->lsndtimeEric Dumazet