summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: tcp_init_buffer_space can be staticFlorian Westphal2020-05-291-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-151-1/+2
|\
| * tcp: fix SO_RCVLOWAT hangs with fat skbsEric Dumazet2020-05-121-1/+2
* | tcp: tcp_mark_head_lost is only valid for sack-tcpzhang kai2020-05-071-25/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-061-7/+0
|\|
| * mptcp: move option parsing into mptcp_incoming_options()Paolo Abeni2020-04-301-4/+0
| * mptcp: consolidate synack processing.Paolo Abeni2020-04-301-3/+0
* | tcp: refine tcp_pacing_delay() for very low pacing ratesEric Dumazet2020-05-061-2/+2
* | tcp: add hrtimer slack to sack compressionEric Dumazet2020-04-301-2/+3
* | tcp: tcp_sack_new_ofo_skb() should be more conservativeEric Dumazet2020-04-301-1/+11
* | tcp: add tp->dup_ack_counterEric Dumazet2020-04-301-9/+27
|/
* inet: Use fallthrough;Joe Perches2020-03-121-3/+3
* tcp: fix TFO SYNACK undo to avoid double-timestamp-undoNeal Cardwell2020-02-231-1/+5
* 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