summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c
Commit message (Expand)AuthorAgeFilesLines
* 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-171-4/+6
|\
| * tcp: fix potential underestimation on rcv_rttWei Wang2017-12-131-4/+6
* | tcp: smoother receiver autotuningEric Dumazet2017-12-121-14/+5Star
* | 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-161-1/+0Star
|\
| * kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-161-1/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-151-331/+266Star
|\ \ | |/ |/|
| * 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/+1Star
| |\
| * | tcp: use sequence distance to detect reorderingYuchung Cheng2017-11-111-87/+68Star
| * | tcp: retire FACK loss detectionYuchung Cheng2017-11-111-46/+7Star
| * | 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/+0Star
| * | | | tcp: Namespace-ify sysctl_tcp_pacing_ca_ratioEric Dumazet2017-10-281-3/+1Star
| * | | | tcp: Namespace-ify sysctl_tcp_pacing_ss_ratioEric Dumazet2017-10-281-8/+1Star
| * | | | tcp: Namespace-ify sysctl_tcp_invalid_ratelimitEric Dumazet2017-10-281-2/+1Star
| * | | | tcp: Namespace-ify sysctl_tcp_min_rtt_wlenEric Dumazet2017-10-281-2/+1Star
| * | | | tcp: Namespace-ify sysctl_tcp_challenge_ack_limitEric Dumazet2017-10-281-8/+6Star
| * | | | tcp: Namespace-ify sysctl_tcp_moderate_rcvbufEric Dumazet2017-10-281-3/+2Star
| * | | | tcp: Namespace-ify sysctl_tcp_frtoEric Dumazet2017-10-271-2/+1Star
| * | | | tcp: Namespace-ify sysctl_tcp_adv_win_scaleEric Dumazet2017-10-271-8/+5Star
| * | | | tcp: Namespace-ify sysctl_tcp_app_winEric Dumazet2017-10-271-4/+4
| * | | | tcp: Namespace-ify sysctl_tcp_dsackEric Dumazet2017-10-271-3/+2Star
| * | | | tcp: Namespace-ify sysctl_tcp_max_reorderingEric Dumazet2017-10-271-2/+1Star
| * | | | tcp: Namespace-ify sysctl_tcp_fackEric Dumazet2017-10-271-2/+1Star
| * | | | tcp: Namespace-ify sysctl_tcp_rfc1337Eric Dumazet2017-10-271-1/+0Star
| * | | | tcp: Namespace-ify sysctl_tcp_stdurgEric Dumazet2017-10-271-2/+1Star
| * | | | tcp: Namespace-ify sysctl_tcp_recoveryEric Dumazet2017-10-271-1/+1
| * | | | tcp: Namespace-ify sysctl_tcp_early_retransEric Dumazet2017-10-271-1/+0Star
| * | | | 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
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-221-1/+1
| |\ \ \ \
| * | | | | ipv4: mark expected switch fall-throughsGustavo A. R. Silva2017-10-181-0/+2
| * | | | | tcp: implement rb-tree based retransmit queueEric Dumazet2017-10-071-62/+71
| * | | | | tcp: pass previous skb to tcp_shifted_skb()Eric Dumazet2017-10-071-4/+5
| * | | | | tcp: reduce tcp_fastretrans_alert() verbosityEric Dumazet2017-10-071-2/+2
| * | | | | tcp: tcp_mark_head_lost() optimizationEric Dumazet2017-10-071-4/+4
| * | | | | net: add rb_to_skb() and other rb tree helpersEric Dumazet2017-10-071-21/+12Star
| * | | | | tcp: new list for sent but unacked skbs for RACK recoveryEric Dumazet2017-10-061-2/+7
| * | | | | tcp: clean up TFO server's initial tcp_rearm_rto() callWei Wang2017-10-061-12/+9Star