aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-13/+52
2018-07-23tcp: add tcp_ooo_try_coalesce() helperEric Dumazet1-4/+21
2018-07-23tcp: call tcp_drop() from tcp_data_queue_ofo()Eric Dumazet1-2/+2
2018-07-23tcp: detect malicious patterns in tcp_collapse_ofo_queue()Eric Dumazet1-2/+13
2018-07-23tcp: avoid collapses in tcp_prune_queue() if possibleEric Dumazet1-0/+3
2018-07-23tcp: free batches of packets in tcp_prune_ofo_queue()Eric Dumazet1-4/+11
2018-07-20tcp: do not delay ACK in DCTCP upon CE status changeYuchung Cheng1-1/+2
2018-07-16tcp: Don't coalesce decrypted and encrypted SKBsBoris Pismenny1-0/+12
2018-07-14tcp: remove redundant rcv_nxt updateYafang Shao1-1/+0
2018-07-12tcp: use monotonic timestamps for PAWSArnd Bergmann1-1/+1
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+11
2018-07-02net: Record receive queue number for a connectionAmritha Nambiar1-0/+3
2018-07-01tcp: prevent bogus FRTO undos with non-SACK flowsIlpo Järvinen1-0/+9
2018-06-30tcp: add new SNMP counter for drops when try to queue in rcv queueYafang Shao1-2/+6
2018-06-28tcp: add one more quick ack after after ECN eventsEric Dumazet1-2/+2
2018-06-26tcp: add SNMP counter for zero-window dropsYafang Shao1-2/+6
2018-06-22tcp: ignore rcv_rtt sample with old ts ecr valueWei Wang1-3/+11
2018-06-05tcp: refactor tcp_ecn_check_ce to remove sk type castYousuk Seung1-12/+14
2018-05-31tcp: minor optimization around tcp_hdr() usage in receive pathYafang Shao1-3/+3
2018-05-22tcp: do not aggressively quick ack after ECN eventsEric Dumazet1-2/+2
2018-05-22tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_modeEric Dumazet1-11/+13
2018-05-18tcp: add tcp_comp_sack_nr sysctlEric Dumazet1-1/+2
2018-05-18tcp: add tcp_comp_sack_delay_ns sysctlEric Dumazet1-2/+2
2018-05-18tcp: add SACK compressionEric Dumazet1-6/+29
2018-05-18tcp: do not force quickack when receiving out-of-order packetsEric Dumazet1-2/+0
2018-05-17tcp: don't mark recently sent packets lost on RTOYuchung Cheng1-4/+8
2018-05-17tcp: new helper tcp_rack_skb_timeoutYuchung Cheng1-5/+5
2018-05-17tcp: separate loss marking and state update on RTOYuchung Cheng1-2/+2
2018-05-17tcp: new helper tcp_timeout_mark_lostYuchung Cheng1-21/+29
2018-05-17tcp: account lost retransmit after timeoutYuchung Cheng1-15/+3
2018-05-17tcp: simpler NewReno implementationYuchung Cheng1-8/+11
2018-05-17tcp: disable RFC6675 loss detectionYuchung Cheng1-4/+8
2018-05-01tcp: Add clean acked data hookIlya Lesokhin1-0/+25
2018-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+2
2018-04-24Revert "net: init sk_cookie for inet socket"Yafang Shao1-7/+1
2018-04-23net: init sk_cookie for inet socketYafang Shao1-1/+7
2018-04-23net: introduce a new tracepoint for tcp_rcv_space_adjustYafang Shao1-0/+2
2018-04-23tcp: don't read out-of-bounds opsizeJann Horn1-5/+2
2018-04-19tcp: export packets delivery infoYuchung Cheng1-1/+5
2018-04-19tcp: track total bytes delivered with ECN CE marksYuchung Cheng1-0/+2
2018-04-19tcp: new helper to calculate newly deliveredYuchung Cheng1-2/+15
2018-04-19tcp: better delivery accounting for SYN-ACK and SYN-dataYuchung Cheng1-3/+7
2018-04-16tcp: avoid extra wakeups for SO_RCVLOWAT usersEric Dumazet1-2/+13
2018-04-16tcp: fix delayed acks behavior for SO_RCVLOWATEric Dumazet1-2/+5
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2018-03-25net/ipv4: disable SMC TCP option with SYN CookiesHans Wippel1-0/+3
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-16/+8
2018-02-28tcp: purge write queue upon RSTSoheil Hassas Yeganeh1-0/+1
2018-02-28tcp: revert F-RTO extension to detect more spurious timeoutsYuchung Cheng1-18/+12
2018-02-28tcp: revert F-RTO middle-box workaroundYuchung Cheng1-10/+7