aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)Author
2020-08-11tcp: apply a floor of 1 for RTT samples from TCP timestampsJianfeng Wang
2020-07-31tcp: allow at most one TLP probe per flightYuchung Cheng
2020-07-22tcp: fix SO_RCVLOWAT possible hangs under high mem pressureEric Dumazet
2020-06-30tcp: grow window for OOO packets only for SACK flowsEric Dumazet
2020-06-30tcp: don't ignore ECN CWR on pure ACKDenis Kirjanov
2020-05-12tcp: fix SO_RCVLOWAT hangs with fat skbsEric Dumazet
2020-04-30mptcp: move option parsing into mptcp_incoming_options()Paolo Abeni
2020-04-30mptcp: consolidate synack processing.Paolo Abeni
2020-03-12inet: Use fallthrough;Joe Perches
2020-02-23tcp: fix TFO SYNACK undo to avoid double-timestamp-undoNeal Cardwell
2020-02-02tcp: Reduce SYN resend delay if a suspicous ACK is receivedSeongJae Park
2020-01-29mptcp: handle tcp fallback when using syn cookiesFlorian Westphal
2020-01-26tcp: export count for rehash attemptsAbdul Kabbani
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-24mptcp: parse and emit MP_CAPABLE option according to v1 specChristoph Paasch
2020-01-24mptcp: Implement MPTCP receive pathMat Martineau
2020-01-24mptcp: Handle MP_CAPABLE options for outgoing connectionsPeter Krystad
2020-01-24mptcp: Handle MPTCP TCP optionsPeter Krystad
2020-01-24tcp: do not leave dangling pointers in tp->highest_sackEric Dumazet
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-15tcp: fix marked lost packets not being retransmittedPengcheng Yang
2020-01-09tcp: coalesce/collapse must respect MPTCP extensionsMat Martineau
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-02tcp: use REXMIT_NEW instead of magic numberMao Wenan
2020-01-02tcp: fix "old stuff" D-SACK causing SACK to be treated as D-SACKPengcheng Yang
2019-10-25tcp: add TCP_INFO status for failed client TFOJason Baron
2019-10-13tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet
2019-10-13tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet
2019-10-13tcp: annotate tp->urg_seq lockless readsEric Dumazet
2019-10-13tcp: annotate tp->copied_seq lockless readsEric Dumazet
2019-10-13tcp: annotate tp->rcv_nxt lockless readsEric Dumazet
2019-10-13tcp: add rcu protection around tp->fastopen_rskEric Dumazet
2019-09-16tcp: Add TCP_INFO counter for packets received out-of-orderThomas Higdon
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-09-11tcp: fix tcp_ecn_withdraw_cwr() to clear TCP_ECN_QUEUE_CWRNeal Cardwell
2019-07-30tcp: add skb-less helpers to retrieve SYN cookiePetar Penkov
2019-07-30tcp: tcp_syn_flood_action read port from socketPetar Penkov
2019-07-03bpf: add BPF_CGROUP_SOCK_OPS callback that is executed on every RTTStanislav Fomichev
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-15tcp: limit payload size of sacked skbsEric Dumazet
2019-06-14tcp: use static_branch_deferred_inc for clean_acked_data_enabledWillem de Bruijn
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