summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-25net: tcp: drop unused function argument from mptcp_incoming_optionsFlorian Westphal1-2/+2
2020-09-25tcp: skip DSACKs with dubious sequence rangesPriyaranjan Jha1-7/+25
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+3
2020-09-14tcp: remove SOCK_QUEUE_SHRUNKEric Dumazet1-16/+7
2020-09-11tcp: Only init congestion control if not initialized alreadyNeal Cardwell1-1/+3
2020-09-10tcp: record received TOS value in the request socketWei Wang1-0/+1
2020-08-25tcp: bpf: Optionally store mac header in TCP_SAVE_SYNMartin KaFai Lau1-1/+13
2020-08-25bpf: tcp: Allow bpf prog to write and parse TCP header optionMartin KaFai Lau1-7/+13
2020-08-25bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt()Martin KaFai Lau1-2/+3
2020-08-25bpf: tcp: Add bpf_skops_parse_hdr()Martin KaFai Lau1-0/+36
2020-08-25bpf: tcp: Add bpf_skops_established()Martin KaFai Lau1-4/+28
2020-08-25tcp: Add saw_unknown to struct tcp_options_receivedMartin KaFai Lau1-6/+16
2020-08-25tcp: Use a struct to represent a saved_synMartin KaFai Lau1-7/+9
2020-08-04tcp: apply a floor of 1 for RTT samples from TCP timestampsJianfeng Wang1-0/+2
2020-08-01tcp: syncookies: create mptcp request socket for ACK cookies with MPTCP optionFlorian Westphal1-3/+0
2020-08-01tcp: rename request_sock cookie_ts bit to syncookieFlorian Westphal1-2/+1
2020-07-26Merge 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-14net: 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-02tcp: 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-28tcp: update delivered_ce with deliveredYousuk Seung1-8/+21
2020-06-28tcp: count sacked packets in tcp_sacktag_stateYousuk Seung1-0/+4
2020-06-28tcp: add ece_ack flag to reno sack functionsYousuk Seung1-10/+12
2020-06-28tcp: 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-30tcp: 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-08tcp: tcp_mark_head_lost is only valid for sack-tcpzhang kai1-25/+7
2020-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-7/+0
2020-05-07tcp: 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-13inet: Use fallthrough;Joe Perches1-3/+3
2020-02-24tcp: fix TFO SYNACK undo to avoid double-timestamp-undoNeal Cardwell1-1/+5
2020-02-03tcp: 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