aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c
Commit message (Expand)AuthorAge
...
* tcp: add SACK compressionEric Dumazet2018-05-18
* tcp: do not force quickack when receiving out-of-order packetsEric Dumazet2018-05-18
* tcp: don't mark recently sent packets lost on RTOYuchung Cheng2018-05-17
* tcp: new helper tcp_rack_skb_timeoutYuchung Cheng2018-05-17
* tcp: separate loss marking and state update on RTOYuchung Cheng2018-05-17
* tcp: new helper tcp_timeout_mark_lostYuchung Cheng2018-05-17
* tcp: account lost retransmit after timeoutYuchung Cheng2018-05-17
* tcp: simpler NewReno implementationYuchung Cheng2018-05-17
* tcp: disable RFC6675 loss detectionYuchung Cheng2018-05-17
* tcp: Add clean acked data hookIlya Lesokhin2018-05-01
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-24
|\
| * tcp: don't read out-of-bounds opsizeJann Horn2018-04-23
* | Revert "net: init sk_cookie for inet socket"Yafang Shao2018-04-24
* | net: init sk_cookie for inet socketYafang Shao2018-04-23
* | net: introduce a new tracepoint for tcp_rcv_space_adjustYafang Shao2018-04-23
* | tcp: export packets delivery infoYuchung Cheng2018-04-19
* | tcp: track total bytes delivered with ECN CE marksYuchung Cheng2018-04-19
* | tcp: new helper to calculate newly deliveredYuchung Cheng2018-04-19
* | tcp: better delivery accounting for SYN-ACK and SYN-dataYuchung Cheng2018-04-19
* | tcp: avoid extra wakeups for SO_RCVLOWAT usersEric Dumazet2018-04-16
* | tcp: fix delayed acks behavior for SO_RCVLOWATEric Dumazet2018-04-16
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-01
|\
| * net/ipv4: disable SMC TCP option with SYN CookiesHans Wippel2018-03-25
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-06
|\|
| * tcp: purge write queue upon RSTSoheil Hassas Yeganeh2018-02-28
| * tcp: revert F-RTO extension to detect more spurious timeoutsYuchung Cheng2018-02-28
| * tcp: revert F-RTO middle-box workaroundYuchung Cheng2018-02-28
* | tcp: remove sk_can_gso() useEric Dumazet2018-02-21
* | tcp: try to keep packet if SYN_RCV race is lostEric Dumazet2018-02-14
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11
* tcp: avoid min RTT bloat by skipping RTT from delayed-ACK in BBRYuchung Cheng2018-01-19
* tcp: avoid min-RTT overestimation from delayed ACKsYuchung Cheng2018-01-19
* net: tcp: Add trace events for TCP congestion window tracingMasami Hiramatsu2018-01-02
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-16
|\
| * tcp: fix potential underestimation on rcv_rttWei Wang2017-12-13
* | tcp: smoother receiver autotuningEric Dumazet2017-12-12
* | tcp: avoid integer overflows in tcp_rcv_space_adjust()Eric Dumazet2017-12-12
* | tcp: do not overshoot window_clamp in tcp_rcv_space_adjust()Eric Dumazet2017-12-12
|/
* tcp: always evaluate losses in RACK upon undoYuchung Cheng2017-12-08
* tcp: invalidate rate samples during SACK renegingYousuk Seung2017-12-08
* tcp: use current time in tcp_rcv_space_adjust()Eric Dumazet2017-12-07
* tcp: when scheduling TLP, time of RTO should account for current ACKNeal Cardwell2017-11-18
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-15
|\
| * kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-15
|\ \ | |/ |/|
| * tcp: highest_sack fixEric Dumazet2017-11-15
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-11
| |\
| * | tcp: use sequence distance to detect reorderingYuchung Cheng2017-11-11
| * | tcp: retire FACK loss detectionYuchung Cheng2017-11-11
| * | tcp: Namespace-ify sysctl_tcp_rmem and sysctl_tcp_wmemEric Dumazet2017-11-10