summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: syncookies: create mptcp request socket for ACK cookies with MPTCP optionFlorian Westphal2020-07-311-3/+0
* tcp: rename request_sock cookie_ts bit to syncookieFlorian Westphal2020-07-311-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-251-5/+6
|\
| * tcp: allow at most one TLP probe per flightYuchung Cheng2020-07-231-5/+6
* | tcp: add SNMP counter for no. of duplicate segments reported by DSACKPriyaranjan Jha2020-07-171-0/+1
* | tcp: fix segment accounting when DSACK range covers multiple segmentsPriyaranjan Jha2020-07-171-36/+44
* | net: ipv4: kerneldoc fixesAndrew Lunn2020-07-131-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-111-0/+2
|\|
| * tcp: fix SO_RCVLOWAT possible hangs under high mem pressureEric Dumazet2020-07-011-0/+2
* | Replace HTTP links with HTTPS ones: IPv*Alexander A. Klimov2020-07-061-1/+1
* | tcp: call tcp_ack_tstamp() when not fully ackedYousuk Seung2020-06-301-2/+5
* | tcp: update delivered_ce with deliveredYousuk Seung2020-06-271-8/+21
* | tcp: count sacked packets in tcp_sacktag_stateYousuk Seung2020-06-271-0/+4
* | tcp: add ece_ack flag to reno sack functionsYousuk Seung2020-06-271-10/+12
* | tcp: stamp SCM_TSTAMP_ACK later in tcp_clean_rtx_queue()Yousuk Seung2020-06-271-2/+2
|/
* tcp: don't ignore ECN CWR on pure ACKDenis Kirjanov2020-06-251-3/+11
* tcp: grow window for OOO packets only for SACK flowsEric Dumazet2020-06-161-2/+10
* 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