aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-23tcp: fix TFO SYNACK undo to avoid double-timestamp-undoNeal Cardwell1-1/+5
2020-02-02tcp: Reduce SYN resend delay if a suspicous ACK is receivedSeongJae Park1-1/+7
2020-01-29mptcp: handle tcp fallback when using syn cookiesFlorian Westphal1-0/+3
2020-01-26tcp: export count for rehash attemptsAbdul Kabbani1-1/+3
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2020-01-24mptcp: parse and emit MP_CAPABLE option according to v1 specChristoph Paasch1-1/+1
2020-01-24mptcp: Implement MPTCP receive pathMat Martineau1-1/+7
2020-01-24mptcp: Handle MP_CAPABLE options for outgoing connectionsPeter Krystad1-0/+6
2020-01-24mptcp: Handle MPTCP TCP optionsPeter Krystad1-0/+5
2020-01-24tcp: do not leave dangling pointers in tp->highest_sackEric Dumazet1-0/+1
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+4
2020-01-15tcp: fix marked lost packets not being retransmittedPengcheng Yang1-3/+4
2020-01-09tcp: coalesce/collapse must respect MPTCP extensionsMat Martineau1-3/+8
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+4
2020-01-02tcp: use REXMIT_NEW instead of magic numberMao Wenan1-1/+1
2020-01-02tcp: fix "old stuff" D-SACK causing SACK to be treated as D-SACKPengcheng Yang1-1/+4
2019-10-25tcp: add TCP_INFO status for failed client TFOJason Baron1-0/+4
2019-10-13tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet1-1/+2
2019-10-13tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet1-3/+4
2019-10-13tcp: annotate tp->urg_seq lockless readsEric Dumazet1-1/+1
2019-10-13tcp: annotate tp->copied_seq lockless readsEric Dumazet1-3/+3
2019-10-13tcp: annotate tp->rcv_nxt lockless readsEric Dumazet1-3/+3
2019-10-13tcp: add rcu protection around tp->fastopen_rskEric Dumazet1-4/+9
2019-09-16tcp: Add TCP_INFO counter for packets received out-of-orderThomas Higdon1-0/+1
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-09-11tcp: fix tcp_ecn_withdraw_cwr() to clear TCP_ECN_QUEUE_CWRNeal Cardwell1-1/+1
2019-07-30tcp: add skb-less helpers to retrieve SYN cookiePetar Penkov1-0/+73
2019-07-30tcp: tcp_syn_flood_action read port from socketPetar Penkov1-5/+3
2019-07-03bpf: add BPF_CGROUP_SOCK_OPS callback that is executed on every RTTStanislav Fomichev1-0/+4
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+21
2019-06-15tcp: limit payload size of sacked skbsEric Dumazet1-6/+20
2019-06-14tcp: use static_branch_deferred_inc for clean_acked_data_enabledWillem de Bruijn1-1/+1
2019-06-09tcp: fix undo spurious SYNACK in passive Fast OpenYuchung Cheng1-1/+1
2019-05-30ipv4: tcp_input: fix stack out of bounds when parsing TCP options.Young Xiao1-0/+2
2019-05-14tcp: fix retrans timestamp on passive Fast OpenYuchung Cheng1-0/+3
2019-05-09net/tcp: use deferred jump label for TCP acked data hookJakub Kicinski1-5/+11
2019-05-01tcp: refactor setting the initial congestion windowYuchung Cheng1-0/+26
2019-05-01tcp: refactor to consolidate TFO passive open codeYuchung Cheng1-27/+25
2019-05-01tcp: undo cwnd on Fast Open spurious SYNACK retransmitYuchung Cheng1-0/+3
2019-05-01tcp: undo init congestion window on false SYNACK timeoutYuchung Cheng1-0/+2
2019-05-01tcp: better SYNACK sent timestampYuchung Cheng1-1/+1
2019-05-01tcp: undo initial congestion window on false SYN timeoutYuchung Cheng1-0/+16
2019-05-01tcp: avoid unconditional congestion window undo on SYN retransmitYuchung Cheng1-2/+2
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+5
2019-04-16tcp: tcp_grow_window() needs to respect tcp_space()Eric Dumazet1-5/+5
2019-04-04tcp: Accept ECT on SYN in the presence of RFC8311Tilmans, Olivier (Nokia - BE/Antwerp)1-1/+6
2019-03-19tcp: free request sock directly upon TFO or syncookies errorGuillaume Nault1-3/+2
2019-03-08tcp: handle inet_csk_reqsk_queue_add() failuresGuillaume Nault1-1/+7
2019-02-25tcp: clean up SOCK_DEBUG()Yafang Shao1-18/+1
2019-02-25tcp: remove unused parameter of tcp_sacktag_bsearch()Taehee Yoo1-10/+6