aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)Author
2020-08-27tcp: apply a floor of 1 for RTT samples from TCP timestampsJianfeng Wang
2020-08-21tcp: allow at most one TLP probe per flightYuchung Cheng
2020-08-13tcp: fix SO_RCVLOWAT possible hangs under high mem pressureEric Dumazet
2020-07-16tcp: grow window for OOO packets only for SACK flowsEric Dumazet
2020-07-16tcp: don't ignore ECN CWR on pure ACKDenis Kirjanov
2020-06-08tcp: fix SO_RCVLOWAT hangs with fat skbsEric Dumazet
2020-06-01tcp: fix TFO SYNACK undo to avoid double-timestamp-undoNeal Cardwell
2020-05-21tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet
2020-05-21tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet
2020-05-21tcp: annotate tp->urg_seq lockless readsEric Dumazet
2020-05-21tcp: annotate tp->copied_seq lockless readsEric Dumazet
2020-05-21tcp: annotate tp->rcv_nxt lockless readsEric Dumazet
2020-05-21tcp: add rcu protection around tp->fastopen_rskEric Dumazet
2020-04-12tcp: fix marked lost packets not being retransmittedPengcheng Yang
2020-03-20tcp: fix "old stuff" D-SACK causing SACK to be treated as D-SACKPengcheng Yang
2020-03-07tcp: do not leave dangling pointers in tp->highest_sackEric Dumazet
2019-09-19tcp: fix tcp_ecn_withdraw_cwr() to clear TCP_ECN_QUEUE_CWRNeal Cardwell
2019-06-15tcp: limit payload size of sacked skbsEric Dumazet
2019-06-09tcp: fix undo spurious SYNACK in passive Fast OpenYuchung Cheng
2019-05-30ipv4: tcp_input: fix stack out of bounds when parsing TCP options.Young Xiao
2019-05-14tcp: fix retrans timestamp on passive Fast OpenYuchung Cheng
2019-05-09net/tcp: use deferred jump label for TCP acked data hookJakub Kicinski
2019-05-01tcp: refactor setting the initial congestion windowYuchung Cheng
2019-05-01tcp: refactor to consolidate TFO passive open codeYuchung Cheng
2019-05-01tcp: undo cwnd on Fast Open spurious SYNACK retransmitYuchung Cheng
2019-05-01tcp: undo init congestion window on false SYNACK timeoutYuchung Cheng
2019-05-01tcp: better SYNACK sent timestampYuchung Cheng
2019-05-01tcp: undo initial congestion window on false SYN timeoutYuchung Cheng
2019-05-01tcp: avoid unconditional congestion window undo on SYN retransmitYuchung Cheng
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-16tcp: tcp_grow_window() needs to respect tcp_space()Eric Dumazet
2019-04-04tcp: Accept ECT on SYN in the presence of RFC8311Tilmans, Olivier (Nokia - BE/Antwerp)
2019-03-19tcp: free request sock directly upon TFO or syncookies errorGuillaume Nault
2019-03-08tcp: handle inet_csk_reqsk_queue_add() failuresGuillaume Nault
2019-02-25tcp: clean up SOCK_DEBUG()Yafang Shao
2019-02-25tcp: remove unused parameter of tcp_sacktag_bsearch()Taehee Yoo
2019-01-27tcp: Refactor pingpong codeWei Wang
2018-11-30tcp: take care of compressed acks in tcp_add_reno_sack()Eric Dumazet
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-11-27tcp: remove hdrlen argument from tcp_queue_rcv()Eric Dumazet
2018-11-24tcp: address problems caused by EDT misshapsEric Dumazet
2018-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-11-21tcp: defer SACK compression after DupThreshEric Dumazet
2018-11-20tcp: Fix SOF_TIMESTAMPING_RX_HARDWARE to use the latest timestamp during TCP ...Stephen Mallon
2018-11-11tcp: minor optimization in tcp ack fast path processingYafang Shao
2018-10-23tcp: add tcp_reset_xmit_timer() helperEric Dumazet
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-01tcp: start receiver buffer autotuning soonerYuchung Cheng
2018-10-01tcp/dccp: fix lockdep issue when SYN is backloggedEric Dumazet
2018-09-29tcp: up initial rmem to 128KB and SYN rwin to around 64KBYuchung Cheng