aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/ipv4/tcp_input.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+6
2020-07-23tcp: allow at most one TLP probe per flightYuchung Cheng1-5/+6
2020-07-17tcp: add SNMP counter for no. of duplicate segments reported by DSACKPriyaranjan Jha1-0/+1
2020-07-17tcp: fix segment accounting when DSACK range covers multiple segmentsPriyaranjan Jha1-36/+44
2020-07-13net: ipv4: kerneldoc fixesAndrew Lunn1-1/+0
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+2
2020-07-06Replace HTTP links with HTTPS ones: IPv*Alexander A. Klimov1-1/+1
2020-07-01tcp: fix SO_RCVLOWAT possible hangs under high mem pressureEric Dumazet1-0/+2
2020-06-30tcp: call tcp_ack_tstamp() when not fully ackedYousuk Seung1-2/+5
2020-06-27tcp: update delivered_ce with deliveredYousuk Seung1-8/+21
2020-06-27tcp: count sacked packets in tcp_sacktag_stateYousuk Seung1-0/+4
2020-06-27tcp: add ece_ack flag to reno sack functionsYousuk Seung1-10/+12
2020-06-27tcp: stamp SCM_TSTAMP_ACK later in tcp_clean_rtx_queue()Yousuk Seung1-2/+2
2020-06-25tcp: don't ignore ECN CWR on pure ACKDenis Kirjanov1-3/+11
2020-06-16tcp: grow window for OOO packets only for SACK flowsEric Dumazet1-2/+10
2020-05-29tcp: tcp_init_buffer_space can be staticFlorian Westphal1-1/+1
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2020-05-12tcp: fix SO_RCVLOWAT hangs with fat skbsEric Dumazet1-1/+2
2020-05-07tcp: tcp_mark_head_lost is only valid for sack-tcpzhang kai1-25/+7
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-7/+0
2020-05-06tcp: refine tcp_pacing_delay() for very low pacing ratesEric Dumazet1-2/+2
2020-04-30tcp: add hrtimer slack to sack compressionEric Dumazet1-2/+3
2020-04-30tcp: tcp_sack_new_ofo_skb() should be more conservativeEric Dumazet1-1/+11
2020-04-30tcp: add tp->dup_ack_counterEric Dumazet1-9/+27
2020-04-30mptcp: move option parsing into mptcp_incoming_options()Paolo Abeni1-4/+0
2020-04-30mptcp: consolidate synack processing.Paolo Abeni1-3/+0
2020-03-12inet: Use fallthrough;Joe Perches1-3/+3
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