aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30ipv4: tcp_input: fix stack out of bounds when parsing TCP options.Young Xiao1-0/+2
2019-05-14tcp: fix retrans timestamp on passive Fast OpenYuchung Cheng1-0/+3
2019-05-09net/tcp: use deferred jump label for TCP acked data hookJakub Kicinski1-5/+11
2019-05-01tcp: refactor setting the initial congestion windowYuchung Cheng1-0/+26
2019-05-01tcp: refactor to consolidate TFO passive open codeYuchung Cheng1-27/+25
2019-05-01tcp: undo cwnd on Fast Open spurious SYNACK retransmitYuchung Cheng1-0/+3
2019-05-01tcp: undo init congestion window on false SYNACK timeoutYuchung Cheng1-0/+2
2019-05-01tcp: better SYNACK sent timestampYuchung Cheng1-1/+1
2019-05-01tcp: undo initial congestion window on false SYN timeoutYuchung Cheng1-0/+16
2019-05-01tcp: avoid unconditional congestion window undo on SYN retransmitYuchung Cheng1-2/+2
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+5
2019-04-16tcp: tcp_grow_window() needs to respect tcp_space()Eric Dumazet1-5/+5
2019-04-04tcp: Accept ECT on SYN in the presence of RFC8311Tilmans, Olivier (Nokia - BE/Antwerp)1-1/+6
2019-03-19tcp: free request sock directly upon TFO or syncookies errorGuillaume Nault1-3/+2
2019-03-08tcp: handle inet_csk_reqsk_queue_add() failuresGuillaume Nault1-1/+7
2019-02-25tcp: clean up SOCK_DEBUG()Yafang Shao1-18/+1
2019-02-25tcp: remove unused parameter of tcp_sacktag_bsearch()Taehee Yoo1-10/+6
2019-01-27tcp: Refactor pingpong codeWei Wang1-4/+4
2018-11-30tcp: take care of compressed acks in tcp_add_reno_sack()Eric Dumazet1-25/+33
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+10
2018-11-27tcp: remove hdrlen argument from tcp_queue_rcv()Eric Dumazet1-7/+6
2018-11-24tcp: address problems caused by EDT misshapsEric Dumazet1-6/+10
2018-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+13
2018-11-21tcp: defer SACK compression after DupThreshEric Dumazet1-2/+12
2018-11-20tcp: Fix SOF_TIMESTAMPING_RX_HARDWARE to use the latest timestamp during TCP coalescingStephen Mallon1-0/+1
2018-11-11tcp: minor optimization in tcp ack fast path processingYafang Shao1-3/+4
2018-10-23tcp: add tcp_reset_xmit_timer() helperEric Dumazet1-4/+4
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2018-10-01tcp: start receiver buffer autotuning soonerYuchung Cheng1-1/+1
2018-10-01tcp/dccp: fix lockdep issue when SYN is backloggedEric Dumazet1-1/+3
2018-09-29tcp: up initial rmem to 128KB and SYN rwin to around 64KBYuchung Cheng1-23/+2
2018-09-21tcp: introduce tcp_skb_timestamp_us() helperEric Dumazet1-5/+6
2018-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2018-09-11tcp: rate limit synflood warnings furtherWillem de Bruijn1-2/+2
2018-08-31tcp: change IPv6 flow-label upon receiving spurious retransmissionYuchung Cheng1-0/+13
2018-08-11tcp: avoid resetting ACK timer upon receiving packet with ECN CWR flagYuchung Cheng1-4/+4
2018-08-11tcp: always ACK immediately on hole repairsYuchung Cheng1-2/+2
2018-08-11tcp: mandate a one-time immediate ACKYuchung Cheng1-1/+3
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+8
2018-08-01tcp: add stat of data packet reordering eventsWei Wang1-1/+2
2018-08-01tcp: add dsack blocks received statsWei Wang1-0/+1
2018-07-25tcp: ack immediately when a cwr packet arrivesLawrence Brakmo1-1/+8
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