summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-061-16/+8
|\|
| * tcp: purge write queue upon RSTSoheil Hassas Yeganeh2018-02-281-0/+1
| * tcp: revert F-RTO extension to detect more spurious timeoutsYuchung Cheng2018-02-281-18/+12
| * tcp: revert F-RTO middle-box workaroundYuchung Cheng2018-02-281-10/+7
* | tcp: remove sk_can_gso() useEric Dumazet2018-02-211-3/+0
* | tcp: try to keep packet if SYN_RCV race is lostEric Dumazet2018-02-141-1/+3
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* tcp: avoid min RTT bloat by skipping RTT from delayed-ACK in BBRYuchung Cheng2018-01-191-0/+1
* tcp: avoid min-RTT overestimation from delayed ACKsYuchung Cheng2018-01-191-2/+21
* net: tcp: Add trace events for TCP congestion window tracingMasami Hiramatsu2018-01-021-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-161-4/+6
|\
| * tcp: fix potential underestimation on rcv_rttWei Wang2017-12-131-4/+6
* | tcp: smoother receiver autotuningEric Dumazet2017-12-121-14/+5
* | tcp: avoid integer overflows in tcp_rcv_space_adjust()Eric Dumazet2017-12-121-5/+7
* | tcp: do not overshoot window_clamp in tcp_rcv_space_adjust()Eric Dumazet2017-12-121-1/+1
|/
* tcp: always evaluate losses in RACK upon undoYuchung Cheng2017-12-081-0/+1
* tcp: invalidate rate samples during SACK renegingYousuk Seung2017-12-081-2/+8
* tcp: use current time in tcp_rcv_space_adjust()Eric Dumazet2017-12-071-0/+1
* tcp: when scheduling TLP, time of RTO should account for current ACKNeal Cardwell2017-11-191-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-151-1/+0
|\
| * kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-151-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-151-331/+266
|\ \ | |/ |/|
| * tcp: highest_sack fixEric Dumazet2017-11-151-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-121-2/+1
| |\
| * | tcp: use sequence distance to detect reorderingYuchung Cheng2017-11-111-87/+68
| * | tcp: retire FACK loss detectionYuchung Cheng2017-11-111-46/+7
| * | tcp: Namespace-ify sysctl_tcp_rmem and sysctl_tcp_wmemEric Dumazet2017-11-101-6/+8
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-101-1/+1
| |\ \
| * | | tcp: higher throughput under reordering with adaptive RACK reordering wndPriyaranjan Jha2017-11-051-0/+7
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
| |\ \ \
| * | | | tcp: Remove "linux/unaligned/access_ok.h" include.David S. Miller2017-10-291-1/+0
| * | | | tcp: Namespace-ify sysctl_tcp_pacing_ca_ratioEric Dumazet2017-10-281-3/+1
| * | | | tcp: Namespace-ify sysctl_tcp_pacing_ss_ratioEric Dumazet2017-10-281-8/+1
| * | | | tcp: Namespace-ify sysctl_tcp_invalid_ratelimitEric Dumazet2017-10-281-2/+1
| * | | | tcp: Namespace-ify sysctl_tcp_min_rtt_wlenEric Dumazet2017-10-281-2/+1
| * | | | tcp: Namespace-ify sysctl_tcp_challenge_ack_limitEric Dumazet2017-10-281-8/+6
| * | | | tcp: Namespace-ify sysctl_tcp_moderate_rcvbufEric Dumazet2017-10-281-3/+2
| * | | | tcp: Namespace-ify sysctl_tcp_frtoEric Dumazet2017-10-271-2/+1
| * | | | tcp: Namespace-ify sysctl_tcp_adv_win_scaleEric Dumazet2017-10-271-8/+5
| * | | | tcp: Namespace-ify sysctl_tcp_app_winEric Dumazet2017-10-271-4/+4
| * | | | tcp: Namespace-ify sysctl_tcp_dsackEric Dumazet2017-10-271-3/+2
| * | | | tcp: Namespace-ify sysctl_tcp_max_reorderingEric Dumazet2017-10-271-2/+1
| * | | | tcp: Namespace-ify sysctl_tcp_fackEric Dumazet2017-10-271-2/+1
| * | | | tcp: Namespace-ify sysctl_tcp_rfc1337Eric Dumazet2017-10-271-1/+0
| * | | | tcp: Namespace-ify sysctl_tcp_stdurgEric Dumazet2017-10-271-2/+1
| * | | | tcp: Namespace-ify sysctl_tcp_recoveryEric Dumazet2017-10-271-1/+1
| * | | | tcp: Namespace-ify sysctl_tcp_early_retransEric Dumazet2017-10-271-1/+0
| * | | | tcp: TCP experimental option for SMCUrsula Braun2017-10-261-0/+35
| * | | | tcp: Configure TFO without cookie per socket and/or per routeChristoph Paasch2017-10-241-1/+1
| * | | | tcp: add tracepoint trace_tcp_receive_resetSong Liu2017-10-241-0/+3