summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: Reduce SYN resend delay if a suspicous ACK is receivedSeongJae Park2020-02-021-1/+7
* mptcp: handle tcp fallback when using syn cookiesFlorian Westphal2020-01-291-0/+3
* tcp: export count for rehash attemptsAbdul Kabbani2020-01-261-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-261-0/+1
|\
| * tcp: do not leave dangling pointers in tp->highest_sackEric Dumazet2020-01-241-0/+1
* | mptcp: parse and emit MP_CAPABLE option according to v1 specChristoph Paasch2020-01-241-1/+1
* | mptcp: Implement MPTCP receive pathMat Martineau2020-01-241-1/+7
* | mptcp: Handle MP_CAPABLE options for outgoing connectionsPeter Krystad2020-01-241-0/+6
* | mptcp: Handle MPTCP TCP optionsPeter Krystad2020-01-241-0/+5
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-191-3/+4
|\ \ | |/
| * tcp: fix marked lost packets not being retransmittedPengcheng Yang2020-01-151-3/+4
* | tcp: coalesce/collapse must respect MPTCP extensionsMat Martineau2020-01-091-3/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-091-1/+4
|\ \ | |/
| * tcp: fix "old stuff" D-SACK causing SACK to be treated as D-SACKPengcheng Yang2020-01-021-1/+4
* | tcp: use REXMIT_NEW instead of magic numberMao Wenan2020-01-021-1/+1
|/
* tcp: add TCP_INFO status for failed client TFOJason Baron2019-10-251-0/+4
* tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet2019-10-131-1/+2
* tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet2019-10-131-3/+4
* tcp: annotate tp->urg_seq lockless readsEric Dumazet2019-10-131-1/+1
* tcp: annotate tp->copied_seq lockless readsEric Dumazet2019-10-131-3/+3
* tcp: annotate tp->rcv_nxt lockless readsEric Dumazet2019-10-131-3/+3
* tcp: add rcu protection around tp->fastopen_rskEric Dumazet2019-10-131-4/+9
* tcp: Add TCP_INFO counter for packets received out-of-orderThomas Higdon2019-09-161-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-151-1/+1
|\
| * tcp: fix tcp_ecn_withdraw_cwr() to clear TCP_ECN_QUEUE_CWRNeal Cardwell2019-09-111-1/+1
* | tcp: add skb-less helpers to retrieve SYN cookiePetar Penkov2019-07-301-0/+73
* | tcp: tcp_syn_flood_action read port from socketPetar Penkov2019-07-301-5/+3
|/
* bpf: add BPF_CGROUP_SOCK_OPS callback that is executed on every RTTStanislav Fomichev2019-07-031-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-171-7/+21
|\
| * tcp: limit payload size of sacked skbsEric Dumazet2019-06-151-6/+20
| * tcp: fix undo spurious SYNACK in passive Fast OpenYuchung Cheng2019-06-091-1/+1
* | tcp: use static_branch_deferred_inc for clean_acked_data_enabledWillem de Bruijn2019-06-141-1/+1
|/
* ipv4: tcp_input: fix stack out of bounds when parsing TCP options.Young Xiao2019-05-301-0/+2
* tcp: fix retrans timestamp on passive Fast OpenYuchung Cheng2019-05-141-0/+3
* net/tcp: use deferred jump label for TCP acked data hookJakub Kicinski2019-05-091-5/+11
* tcp: refactor setting the initial congestion windowYuchung Cheng2019-05-011-0/+26
* tcp: refactor to consolidate TFO passive open codeYuchung Cheng2019-05-011-27/+25
* tcp: undo cwnd on Fast Open spurious SYNACK retransmitYuchung Cheng2019-05-011-0/+3
* tcp: undo init congestion window on false SYNACK timeoutYuchung Cheng2019-05-011-0/+2
* tcp: better SYNACK sent timestampYuchung Cheng2019-05-011-1/+1
* tcp: undo initial congestion window on false SYN timeoutYuchung Cheng2019-05-011-0/+16
* tcp: avoid unconditional congestion window undo on SYN retransmitYuchung Cheng2019-05-011-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-171-5/+5
|\
| * tcp: tcp_grow_window() needs to respect tcp_space()Eric Dumazet2019-04-161-5/+5
* | tcp: Accept ECT on SYN in the presence of RFC8311Tilmans, Olivier (Nokia - BE/Antwerp)2019-04-041-1/+6
* | tcp: free request sock directly upon TFO or syncookies errorGuillaume Nault2019-03-191-3/+2
|/
* tcp: handle inet_csk_reqsk_queue_add() failuresGuillaume Nault2019-03-081-1/+7
* tcp: clean up SOCK_DEBUG()Yafang Shao2019-02-251-18/+1
* tcp: remove unused parameter of tcp_sacktag_bsearch()Taehee Yoo2019-02-251-10/+6
* tcp: Refactor pingpong codeWei Wang2019-01-271-4/+4
OpenPOWER on IntegriCloud